Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Get-AzStorageBlob.md #26112

Merged
merged 3 commits into from
Sep 24, 2024
Merged

Update Get-AzStorageBlob.md #26112

merged 3 commits into from
Sep 24, 2024

Conversation

VigneshB-Microsoft
Copy link
Contributor

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • For autorest-based development mode, include the changelog in the PR description.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Sep 16, 2024

⚠️Az.Storage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzStorageBlob 4 13 Is_Alias Echo is an alias of 'Write-Output'. Echo 'Total $Total blobs in container $ContainerName' Use formal name 'Write-Output' of the alias 'Echo'.
⚠️ Get-AzStorageBlob 4 7 Mismatched_Parameter_Value_Type Get-AzStorageBlob -ContinuationToken $Token is not an expected parameter value type. -ContinuationToken Use correct parameter value type. Expected Type is Microsoft.Azure.Storage.Blob.BlobContinuationToken. Now the type is System.Object.(Static).
⚠️ Get-AzStorageBlob 10 1 Unassigned_Variable Get-AzStorageBlob -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzStorageBlob 4 13 Is_Alias Echo is an alias of 'Write-Output'. Echo 'Total $Total blobs in container $ContainerName' Use formal name 'Write-Output' of the alias 'Echo'.
⚠️ Get-AzStorageBlob 4 7 Mismatched_Parameter_Value_Type Get-AzStorageBlob -ContinuationToken $Token is not an expected parameter value type. -ContinuationToken Use correct parameter value type. Expected Type is Microsoft.Azure.Storage.Blob.BlobContinuationToken. Now the type is System.Object.(Static).
⚠️ Get-AzStorageBlob 10 1 Unassigned_Variable Get-AzStorageBlob -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@msJinLei
Copy link
Contributor

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

Made modifications to the PR based on the comments
@msJinLei
Copy link
Contributor

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@msJinLei msJinLei merged commit 131125b into Azure:main Sep 24, 2024
13 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 24, 2024
* Update Get-AzStorageBlob.md

* Update Get-AzStorageBlob.md

* Update Get-AzStorageBlob.md

Made modifications to the PR based on the comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants