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

Migrate Storage from generation-Storage-preview to Az.Storage-preview #25494

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Migrate Storage from generation-Storage-preview to Az.Storage-preview
The last commit of src/Storage in generation-Storage-preview is:
commit a306136 Author: Vincent Dai [email protected] Date: Mon Mar 25 08:41:17 2024 -0700 Mitigate MI breaking changes (#24483) * Mitigate MI breaking changes * Update README.md * Update README.md

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at 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. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Jul 9, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Compute
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.EventHub
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.IotHub
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 0.00 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 0.00% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 0.00% Test coverage for the module cannot be lower than 50%.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 0.00% Test coverage for the module cannot be lower than 50%.
️✔️Az.KeyVault
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ManagedServiceIdentity
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Monitor
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.OperationalInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.PrivateDns
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.RedisCache
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Search
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Sql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Storage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzStorageAccountMigration Get-AzStorageAccountMigration Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzStorageAccountMigration Get-AzStorageAccountMigration changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzStorageTaskAssignment Get-AzStorageTaskAssignment Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzStorageTaskAssignment Get-AzStorageTaskAssignment changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzStorageTaskAssignmentInstancesReport Get-AzStorageTaskAssignmentInstancesReport Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzStorageTaskAssignmentInstancesReport Get-AzStorageTaskAssignmentInstancesReport changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️Windows PowerShell - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzStorageAccountMigration Get-AzStorageAccountMigration Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzStorageAccountMigration Get-AzStorageAccountMigration changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzStorageTaskAssignment Get-AzStorageTaskAssignment Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzStorageTaskAssignment Get-AzStorageTaskAssignment changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzStorageTaskAssignmentInstancesReport Get-AzStorageTaskAssignmentInstancesReport Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzStorageTaskAssignmentInstancesReport Get-AzStorageTaskAssignmentInstancesReport changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Add-AzStorageAccountNetworkRule 5 1 Unassigned_Variable Add-AzStorageAccountNetworkRule -TenantId $tenantId is a null-valued parameter value. -TenantId Assign value for $tenantId.
⚠️ Add-AzStorageAccountNetworkRule 5 1 Unassigned_Variable Add-AzStorageAccountNetworkRule -ResourceId $ResourceId is a null-valued parameter value. -ResourceId Assign value for $ResourceId.
⚠️ Copy-AzStorageBlob 2 1 Unassigned_Variable Get-AzStorageBlob -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Copy-AzStorageBlob 2 1 Unassigned_Variable Get-AzStorageBlob -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ Copy-AzStorageBlob 2 1 Unassigned_Variable Get-AzStorageBlob -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Copy-AzStorageBlob 3 1 Unassigned_Variable New-AzStorageBlobSASToken -Container $srcContainerName is a null-valued parameter value. -Container Assign value for $srcContainerName.
⚠️ Copy-AzStorageBlob 3 1 Unassigned_Variable New-AzStorageBlobSASToken -Blob $srcBlobName is a null-valued parameter value. -Blob Assign value for $srcBlobName.
⚠️ Copy-AzStorageBlob 4 1 Unassigned_Variable Copy-AzStorageBlob -SrcContainer $containerName is a null-valued parameter value. -SrcContainer Assign value for $containerName.
⚠️ Copy-AzStorageBlob 4 1 Unassigned_Variable Copy-AzStorageBlob -SrcBlob $blobname is a null-valued parameter value. -SrcBlob Assign value for $blobname.
⚠️ Copy-AzStorageBlob 4 1 Unassigned_Variable Copy-AzStorageBlob -DestContainer $containername is a null-valued parameter value. -DestContainer Assign value for $containername.
⚠️ Copy-AzStorageBlob 4 1 Unassigned_Variable Copy-AzStorageBlob -EncryptionScope $newScopeName is a null-valued parameter value. -EncryptionScope Assign value for $newScopeName.
⚠️ Copy-AzStorageBlob 5 1 Unassigned_Variable Get-AzStorageBlob -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Copy-AzStorageBlob 5 1 Unassigned_Variable Get-AzStorageBlob -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ Copy-AzStorageBlob 5 1 Unassigned_Variable Get-AzStorageBlob -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Copy-AzStorageBlob 5 2 Unassigned_Variable Copy-AzStorageBlob -DestContext $destCtx is a null-valued parameter value. -DestContext Assign value for $destCtx.
⚠️ Enable-AzStorageStaticWebsite 1 1 Unassigned_Variable Enable-AzStorageStaticWebsite -IndexDocument $indexdoc is a null-valued parameter value. -IndexDocument Assign value for $indexdoc.
⚠️ Enable-AzStorageStaticWebsite 1 1 Unassigned_Variable Enable-AzStorageStaticWebsite -ErrorDocument404Path $errordoc is a null-valued parameter value. -ErrorDocument404Path Assign value for $errordoc.
⚠️ Get-AzDataLakeGen2ChildItem 3 13 Is_Alias Echo is an alias of 'Write-Output'. Echo 'Total $Total items in Filesystem $FileSystemName' Use formal name 'Write-Output' of the alias 'Echo'.
⚠️ Get-AzDataLakeGen2ItemContent 1 1 Unassigned_Variable Get-AzDataLakeGen2ItemContent -Destination $localDestFile is a null-valued parameter value. -Destination Assign value for $localDestFile.
⚠️ Get-AzDataLakeGen2ItemContent 2 1 Unassigned_Variable Get-AzDataLakeGen2ItemContent -Destination $localDestFile is a null-valued parameter value. -Destination Assign value for $localDestFile.
⚠️ 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-AzStorageBlobByTag 1 1 Unassigned_Variable Get-AzStorageBlobByTag -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Get-AzStorageBlobByTag 2 1 Unassigned_Variable Get-AzStorageBlobByTag -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Get-AzStorageBlobContent 5 1 Unassigned_Variable Get-AzStorageBlobContent -Uri $blobUri is a null-valued parameter value. -Uri Assign value for $blobUri.
⚠️ Get-AzStorageBlobQueryResult 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Get-AzStorageBlobQueryResult 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ Get-AzStorageBlobQueryResult 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Get-AzStorageEncryptionScope 1 1 Unassigned_Variable Get-AzStorageEncryptionScope -EncryptionScopeName $scopename is a null-valued parameter value. -EncryptionScopeName Assign value for $scopename.
⚠️ Get-AzStorageFileContent 3 1 Unassigned_Variable Get-AzStorageFileContent -Destination $localFilePath is a null-valued parameter value. -Destination Assign value for $localFilePath.
⚠️ Get-AzStorageShare 5 2 Unassigned_Variable Get-AzStorageShare -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Move-AzDataLakeGen2Item 3 1 Unassigned_Variable New-AzStorageContainerSASToken -Name $filesystemName is a null-valued parameter value. -Name Assign value for $filesystemName.
⚠️ Move-AzDataLakeGen2Item 3 1 Unassigned_Variable New-AzStorageContainerSASToken -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Move-AzDataLakeGen2Item 3 3 Unassigned_Variable New-AzStorageContext -StorageAccountName $ctx.StorageAccountName is a null-valued parameter value. -StorageAccountName Assign value for $ctx.StorageAccountName.
⚠️ Move-AzDataLakeGen2Item 3 5 Unassigned_Variable Move-AzDataLakeGen2Item -FileSystem $filesystemName is a null-valued parameter value. -FileSystem Assign value for $filesystemName.
⚠️ Move-AzDataLakeGen2Item 3 5 Unassigned_Variable Move-AzDataLakeGen2Item -Path $itempath1 is a null-valued parameter value. -Path Assign value for $itempath1.
⚠️ Move-AzDataLakeGen2Item 3 5 Unassigned_Variable Move-AzDataLakeGen2Item -DestFileSystem $filesystemName is a null-valued parameter value. -DestFileSystem Assign value for $filesystemName.
⚠️ New-AzDataLakeGen2SasToken 2 1 Mismatched_Parameter_Value_Type New-AzDataLakeGen2SasToken -ExpiryTime (Get-Date).AddDays(6) is not an expected parameter value type. -ExpiryTime Use correct parameter value type. Expected Type is System.DateTimeOffset. Now the type is datetime.(Command).
⚠️ New-AzStorageBlobQueryConfig 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ New-AzStorageBlobQueryConfig 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ New-AzStorageBlobQueryConfig 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ New-AzStorageBlobSASToken 3 1 Unassigned_Variable New-AzStorageContext -StorageAccountName $accountName is a null-valued parameter value. -StorageAccountName Assign value for $accountName.
⚠️ New-AzStorageContainerSASToken 4 1 Unassigned_Variable New-AzStorageContext -StorageAccountName $accountName is a null-valued parameter value. -StorageAccountName Assign value for $accountName.
⚠️ Remove-AzStorageAccountNetworkRule 5 1 Unassigned_Variable Remove-AzStorageAccountNetworkRule -TenantId $tenantId is a null-valued parameter value. -TenantId Assign value for $tenantId.
⚠️ Remove-AzStorageAccountNetworkRule 5 1 Unassigned_Variable Remove-AzStorageAccountNetworkRule -ResourceId $ResourceId is a null-valued parameter value. -ResourceId Assign value for $ResourceId.
⚠️ Remove-AzStorageObjectReplicationPolicy 1 1 Unassigned_Variable Remove-AzStorageObjectReplicationPolicy -PolicyId $policyId is a null-valued parameter value. -PolicyId Assign value for $policyId.
⚠️ Restore-AzStorageContainer 1 1 Unassigned_Variable Get-AzStorageContainer -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Set-AzDataLakeGen2AclRecursive 1 4 Unassigned_Variable Set-AzDataLakeGen2AclRecursive -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Set-AzStorageAccount 17 2 Unassigned_Variable Set-AzStorageAccount -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Set-AzStorageAccount 17 2 Unassigned_Variable Set-AzStorageAccount -Name $storageAccountName is a null-valued parameter value. -Name Assign value for $storageAccountName.
⚠️ Set-AzStorageAccount 17 2 Unassigned_Variable Set-AzStorageAccount -UserAssignedIdentityId $useridentity2 is a null-valued parameter value. -UserAssignedIdentityId Assign value for $useridentity2.
⚠️ Set-AzStorageAccount 17 2 Unassigned_Variable Set-AzStorageAccount -KeyVaultUserAssignedIdentityId $useridentity2 is a null-valued parameter value. -KeyVaultUserAssignedIdentityId Assign value for $useridentity2.
⚠️ Set-AzStorageAccount 17 5 Unassigned_Variable Set-AzStorageAccount -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Set-AzStorageAccount 17 5 Unassigned_Variable Set-AzStorageAccount -Name $storageAccountName is a null-valued parameter value. -Name Assign value for $storageAccountName.
⚠️ Set-AzStorageAccount 17 5 Unassigned_Variable Set-AzStorageAccount -KeyVaultUri $keyvaultUri2 is a null-valued parameter value. -KeyVaultUri Assign value for $keyvaultUri2.
⚠️ Set-AzStorageAccount 17 5 Unassigned_Variable Set-AzStorageAccount -KeyName $keyname2 is a null-valued parameter value. -KeyName Assign value for $keyname2.
⚠️ Set-AzStorageAccount 17 5 Unassigned_Variable Set-AzStorageAccount -KeyVersion $keyversion2 is a null-valued parameter value. -KeyVersion Assign value for $keyversion2.
⚠️ Set-AzStorageFileContent 2 5 Unassigned_Variable Set-AzStorageFileContent -Share $Container is a null-valued parameter value. -Share Assign value for $Container.
⚠️ Set-AzStorageFileContent 3 1 Unassigned_Variable Set-AzStorageFileContent -Source $localFilePath is a null-valued parameter value. -Source Assign value for $localFilePath.
⚠️ Start-AzStorageBlobIncrementalCopy 2 1 Unassigned_Variable Start-AzStorageBlobIncrementalCopy -DestContext $context is a null-valued parameter value. -DestContext Assign value for $context.
⚠️ Start-AzStorageBlobIncrementalCopy 4 2 Mismatched_Parameter_Value_Type Start-AzStorageBlobIncrementalCopy -CloudBlob $srcBlobSnapshot.ICloudBlob is not an expected parameter value type. -CloudBlob Use correct parameter value type. Expected Type is Microsoft.Azure.Storage.Blob.CloudPageBlob. Now the type is Microsoft.Azure.Storage.Blob.CloudBlob.(Command).
⚠️ Stop-AzStorageAccountHierarchicalNamespaceUpgrade 1 1 Unassigned_Variable Stop-AzStorageAccountHierarchicalNamespaceUpgrade -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Stop-AzStorageAccountHierarchicalNamespaceUpgrade 1 1 Unassigned_Variable Stop-AzStorageAccountHierarchicalNamespaceUpgrade -Name $accountName is a null-valued parameter value. -Name Assign value for $accountName.
⚠️ Update-AzDataLakeGen2AclRecursive 1 1 Is_Alias New-AzDataLakeGen2ItemAclObject is an alias of 'Set-AzDataLakeGen2ItemAclObject'. New-AzDataLakeGen2ItemAclObject -AccessControlType user -Permission rwx Use formal name 'Set-AzDataLakeGen2ItemAclObject' of the alias 'New-AzDataLakeGen2ItemAclObject'.
⚠️ Update-AzDataLakeGen2AclRecursive 1 2 Is_Alias New-AzDataLakeGen2ItemAclObject is an alias of 'Set-AzDataLakeGen2ItemAclObject'. New-AzDataLakeGen2ItemAclObject -AccessControlType group -Permission rw- -InputObject $acl Use formal name 'Set-AzDataLakeGen2ItemAclObject' of the alias 'New-AzDataLakeGen2ItemAclObject'.
⚠️ Update-AzDataLakeGen2AclRecursive 1 3 Is_Alias New-AzDataLakeGen2ItemAclObject is an alias of 'Set-AzDataLakeGen2ItemAclObject'. New-AzDataLakeGen2ItemAclObject -AccessControlType other -Permission 'rw-' -InputObject $acl Use formal name 'Set-AzDataLakeGen2ItemAclObject' of the alias 'New-AzDataLakeGen2ItemAclObject'.
⚠️ Update-AzDataLakeGen2AclRecursive 1 4 Unassigned_Variable Update-AzDataLakeGen2AclRecursive -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Update-AzDataLakeGen2Item 3 5 Unassigned_Variable Set-AzDataLakeGen2ItemAclObject -EntityId $id is a null-valued parameter value. -EntityId Assign value for $id.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Add-AzStorageAccountNetworkRule 5 1 Unassigned_Variable Add-AzStorageAccountNetworkRule -TenantId $tenantId is a null-valued parameter value. -TenantId Assign value for $tenantId.
⚠️ Add-AzStorageAccountNetworkRule 5 1 Unassigned_Variable Add-AzStorageAccountNetworkRule -ResourceId $ResourceId is a null-valued parameter value. -ResourceId Assign value for $ResourceId.
⚠️ Copy-AzStorageBlob 2 1 Unassigned_Variable Get-AzStorageBlob -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Copy-AzStorageBlob 2 1 Unassigned_Variable Get-AzStorageBlob -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ Copy-AzStorageBlob 2 1 Unassigned_Variable Get-AzStorageBlob -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Copy-AzStorageBlob 3 1 Unassigned_Variable New-AzStorageBlobSASToken -Container $srcContainerName is a null-valued parameter value. -Container Assign value for $srcContainerName.
⚠️ Copy-AzStorageBlob 3 1 Unassigned_Variable New-AzStorageBlobSASToken -Blob $srcBlobName is a null-valued parameter value. -Blob Assign value for $srcBlobName.
⚠️ Copy-AzStorageBlob 4 1 Unassigned_Variable Copy-AzStorageBlob -SrcContainer $containerName is a null-valued parameter value. -SrcContainer Assign value for $containerName.
⚠️ Copy-AzStorageBlob 4 1 Unassigned_Variable Copy-AzStorageBlob -SrcBlob $blobname is a null-valued parameter value. -SrcBlob Assign value for $blobname.
⚠️ Copy-AzStorageBlob 4 1 Unassigned_Variable Copy-AzStorageBlob -DestContainer $containername is a null-valued parameter value. -DestContainer Assign value for $containername.
⚠️ Copy-AzStorageBlob 4 1 Unassigned_Variable Copy-AzStorageBlob -EncryptionScope $newScopeName is a null-valued parameter value. -EncryptionScope Assign value for $newScopeName.
⚠️ Copy-AzStorageBlob 5 1 Unassigned_Variable Get-AzStorageBlob -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Copy-AzStorageBlob 5 1 Unassigned_Variable Get-AzStorageBlob -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ Copy-AzStorageBlob 5 1 Unassigned_Variable Get-AzStorageBlob -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Copy-AzStorageBlob 5 2 Unassigned_Variable Copy-AzStorageBlob -DestContext $destCtx is a null-valued parameter value. -DestContext Assign value for $destCtx.
⚠️ Enable-AzStorageStaticWebsite 1 1 Unassigned_Variable Enable-AzStorageStaticWebsite -IndexDocument $indexdoc is a null-valued parameter value. -IndexDocument Assign value for $indexdoc.
⚠️ Enable-AzStorageStaticWebsite 1 1 Unassigned_Variable Enable-AzStorageStaticWebsite -ErrorDocument404Path $errordoc is a null-valued parameter value. -ErrorDocument404Path Assign value for $errordoc.
⚠️ Get-AzDataLakeGen2ChildItem 3 13 Is_Alias Echo is an alias of 'Write-Output'. Echo 'Total $Total items in Filesystem $FileSystemName' Use formal name 'Write-Output' of the alias 'Echo'.
⚠️ Get-AzDataLakeGen2ItemContent 1 1 Unassigned_Variable Get-AzDataLakeGen2ItemContent -Destination $localDestFile is a null-valued parameter value. -Destination Assign value for $localDestFile.
⚠️ Get-AzDataLakeGen2ItemContent 2 1 Unassigned_Variable Get-AzDataLakeGen2ItemContent -Destination $localDestFile is a null-valued parameter value. -Destination Assign value for $localDestFile.
⚠️ 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-AzStorageBlobByTag 1 1 Unassigned_Variable Get-AzStorageBlobByTag -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Get-AzStorageBlobByTag 2 1 Unassigned_Variable Get-AzStorageBlobByTag -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Get-AzStorageBlobContent 5 1 Unassigned_Variable Get-AzStorageBlobContent -Uri $blobUri is a null-valued parameter value. -Uri Assign value for $blobUri.
⚠️ Get-AzStorageBlobQueryResult 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ Get-AzStorageBlobQueryResult 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ Get-AzStorageBlobQueryResult 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Get-AzStorageEncryptionScope 1 1 Unassigned_Variable Get-AzStorageEncryptionScope -EncryptionScopeName $scopename is a null-valued parameter value. -EncryptionScopeName Assign value for $scopename.
⚠️ Get-AzStorageFileContent 3 1 Unassigned_Variable Get-AzStorageFileContent -Destination $localFilePath is a null-valued parameter value. -Destination Assign value for $localFilePath.
⚠️ Get-AzStorageShare 5 2 Unassigned_Variable Get-AzStorageShare -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Move-AzDataLakeGen2Item 3 1 Unassigned_Variable New-AzStorageContainerSASToken -Name $filesystemName is a null-valued parameter value. -Name Assign value for $filesystemName.
⚠️ Move-AzDataLakeGen2Item 3 1 Unassigned_Variable New-AzStorageContainerSASToken -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Move-AzDataLakeGen2Item 3 3 Unassigned_Variable New-AzStorageContext -StorageAccountName $ctx.StorageAccountName is a null-valued parameter value. -StorageAccountName Assign value for $ctx.StorageAccountName.
⚠️ Move-AzDataLakeGen2Item 3 5 Unassigned_Variable Move-AzDataLakeGen2Item -FileSystem $filesystemName is a null-valued parameter value. -FileSystem Assign value for $filesystemName.
⚠️ Move-AzDataLakeGen2Item 3 5 Unassigned_Variable Move-AzDataLakeGen2Item -Path $itempath1 is a null-valued parameter value. -Path Assign value for $itempath1.
⚠️ Move-AzDataLakeGen2Item 3 5 Unassigned_Variable Move-AzDataLakeGen2Item -DestFileSystem $filesystemName is a null-valued parameter value. -DestFileSystem Assign value for $filesystemName.
⚠️ New-AzDataLakeGen2SasToken 2 1 Mismatched_Parameter_Value_Type New-AzDataLakeGen2SasToken -ExpiryTime (Get-Date).AddDays(6) is not an expected parameter value type. -ExpiryTime Use correct parameter value type. Expected Type is System.DateTimeOffset. Now the type is datetime.(Command).
⚠️ New-AzStorageBlobQueryConfig 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Container $containerName is a null-valued parameter value. -Container Assign value for $containerName.
⚠️ New-AzStorageBlobQueryConfig 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Blob $blobName is a null-valued parameter value. -Blob Assign value for $blobName.
⚠️ New-AzStorageBlobQueryConfig 1 7 Unassigned_Variable Get-AzStorageBlobQueryResult -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ New-AzStorageBlobSASToken 3 1 Unassigned_Variable New-AzStorageContext -StorageAccountName $accountName is a null-valued parameter value. -StorageAccountName Assign value for $accountName.
⚠️ New-AzStorageContainerSASToken 4 1 Unassigned_Variable New-AzStorageContext -StorageAccountName $accountName is a null-valued parameter value. -StorageAccountName Assign value for $accountName.
⚠️ Remove-AzStorageAccountNetworkRule 5 1 Unassigned_Variable Remove-AzStorageAccountNetworkRule -TenantId $tenantId is a null-valued parameter value. -TenantId Assign value for $tenantId.
⚠️ Remove-AzStorageAccountNetworkRule 5 1 Unassigned_Variable Remove-AzStorageAccountNetworkRule -ResourceId $ResourceId is a null-valued parameter value. -ResourceId Assign value for $ResourceId.
⚠️ Remove-AzStorageObjectReplicationPolicy 1 1 Unassigned_Variable Remove-AzStorageObjectReplicationPolicy -PolicyId $policyId is a null-valued parameter value. -PolicyId Assign value for $policyId.
⚠️ Restore-AzStorageContainer 1 1 Unassigned_Variable Get-AzStorageContainer -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Set-AzDataLakeGen2AclRecursive 1 4 Unassigned_Variable Set-AzDataLakeGen2AclRecursive -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Set-AzStorageAccount 17 2 Unassigned_Variable Set-AzStorageAccount -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Set-AzStorageAccount 17 2 Unassigned_Variable Set-AzStorageAccount -Name $storageAccountName is a null-valued parameter value. -Name Assign value for $storageAccountName.
⚠️ Set-AzStorageAccount 17 2 Unassigned_Variable Set-AzStorageAccount -UserAssignedIdentityId $useridentity2 is a null-valued parameter value. -UserAssignedIdentityId Assign value for $useridentity2.
⚠️ Set-AzStorageAccount 17 2 Unassigned_Variable Set-AzStorageAccount -KeyVaultUserAssignedIdentityId $useridentity2 is a null-valued parameter value. -KeyVaultUserAssignedIdentityId Assign value for $useridentity2.
⚠️ Set-AzStorageAccount 17 5 Unassigned_Variable Set-AzStorageAccount -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName.
⚠️ Set-AzStorageAccount 17 5 Unassigned_Variable Set-AzStorageAccount -Name $storageAccountName is a null-valued parameter value. -Name Assign value for $storageAccountName.
⚠️ Set-AzStorageAccount 17 5 Unassigned_Variable Set-AzStorageAccount -KeyVaultUri $keyvaultUri2 is a null-valued parameter value. -KeyVaultUri Assign value for $keyvaultUri2.
⚠️ Set-AzStorageAccount 17 5 Unassigned_Variable Set-AzStorageAccount -KeyName $keyname2 is a null-valued parameter value. -KeyName Assign value for $keyname2.
⚠️ Set-AzStorageAccount 17 5 Unassigned_Variable Set-AzStorageAccount -KeyVersion $keyversion2 is a null-valued parameter value. -KeyVersion Assign value for $keyversion2.
⚠️ Set-AzStorageFileContent 2 5 Unassigned_Variable Set-AzStorageFileContent -Share $Container is a null-valued parameter value. -Share Assign value for $Container.
⚠️ Set-AzStorageFileContent 3 1 Unassigned_Variable Set-AzStorageFileContent -Source $localFilePath is a null-valued parameter value. -Source Assign value for $localFilePath.
⚠️ Start-AzStorageBlobIncrementalCopy 2 1 Unassigned_Variable Start-AzStorageBlobIncrementalCopy -DestContext $context is a null-valued parameter value. -DestContext Assign value for $context.
⚠️ Start-AzStorageBlobIncrementalCopy 4 2 Mismatched_Parameter_Value_Type Start-AzStorageBlobIncrementalCopy -CloudBlob $srcBlobSnapshot.ICloudBlob is not an expected parameter value type. -CloudBlob Use correct parameter value type. Expected Type is Microsoft.Azure.Storage.Blob.CloudPageBlob. Now the type is Microsoft.Azure.Storage.Blob.CloudBlob.(Command).
⚠️ Stop-AzStorageAccountHierarchicalNamespaceUpgrade 1 1 Unassigned_Variable Stop-AzStorageAccountHierarchicalNamespaceUpgrade -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Stop-AzStorageAccountHierarchicalNamespaceUpgrade 1 1 Unassigned_Variable Stop-AzStorageAccountHierarchicalNamespaceUpgrade -Name $accountName is a null-valued parameter value. -Name Assign value for $accountName.
⚠️ Update-AzDataLakeGen2AclRecursive 1 1 Is_Alias New-AzDataLakeGen2ItemAclObject is an alias of 'Set-AzDataLakeGen2ItemAclObject'. New-AzDataLakeGen2ItemAclObject -AccessControlType user -Permission rwx Use formal name 'Set-AzDataLakeGen2ItemAclObject' of the alias 'New-AzDataLakeGen2ItemAclObject'.
⚠️ Update-AzDataLakeGen2AclRecursive 1 2 Is_Alias New-AzDataLakeGen2ItemAclObject is an alias of 'Set-AzDataLakeGen2ItemAclObject'. New-AzDataLakeGen2ItemAclObject -AccessControlType group -Permission rw- -InputObject $acl Use formal name 'Set-AzDataLakeGen2ItemAclObject' of the alias 'New-AzDataLakeGen2ItemAclObject'.
⚠️ Update-AzDataLakeGen2AclRecursive 1 3 Is_Alias New-AzDataLakeGen2ItemAclObject is an alias of 'Set-AzDataLakeGen2ItemAclObject'. New-AzDataLakeGen2ItemAclObject -AccessControlType other -Permission 'rw-' -InputObject $acl Use formal name 'Set-AzDataLakeGen2ItemAclObject' of the alias 'New-AzDataLakeGen2ItemAclObject'.
⚠️ Update-AzDataLakeGen2AclRecursive 1 4 Unassigned_Variable Update-AzDataLakeGen2AclRecursive -Context $ctx is a null-valued parameter value. -Context Assign value for $ctx.
⚠️ Update-AzDataLakeGen2Item 3 5 Unassigned_Variable Set-AzDataLakeGen2ItemAclObject -EntityId $id is a null-valued parameter value. -EntityId Assign value for $id.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 43.43 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 43.43% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 43.43% Test coverage for the module cannot be lower than 50%.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 43.43% Test coverage for the module cannot be lower than 50%.
️✔️Az.StorageSync
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Synapse
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 48.80 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 48.80% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 48.80% Test coverage for the module cannot be lower than 50%.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 48.80% Test coverage for the module cannot be lower than 50%.

@VeryEarly
Copy link
Contributor

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@VeryEarly VeryEarly merged commit 45148ef into Az.Storage-preview Jul 10, 2024
12 checks passed
@VeryEarly VeryEarly deleted the codegen/Storage branch July 10, 2024 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants