Skip to content

[Folder Structure] Main - Update module folder structure from SqlVirtualMachine to StorageCache#23393

Merged
YanaXu merged 1 commit intomainfrom
wyunchi/structure/SqlVirtualMachine-StorageCache
Nov 15, 2023
Merged

[Folder Structure] Main - Update module folder structure from SqlVirtualMachine to StorageCache#23393
YanaXu merged 1 commit intomainfrom
wyunchi/structure/SqlVirtualMachine-StorageCache

Conversation

@wyunchi-ms
Copy link
Contributor

Description

This PR update the folder structrue of modules:

  • SqlVirtualMachine
  • StorageCache

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

@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Nov 13, 2023

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.SqlVirtualMachine
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -LoadBalancerResourceId $LoadBalancerResourceId is a null-valued parameter value. -LoadBalancerResourceId Assign value for $LoadBalancerResourceId.
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -SubnetId $SubnetResourceId is a null-valued parameter value. -SubnetId Assign value for $SubnetResourceId.
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -SqlVirtualMachineId $sqlvmResourceId1,$sqlvmResourceId2 is a null-valued parameter value. -SqlVirtualMachineId Assign value for $sqlvmResourceId1,$sqlvmResourceId2.
⚠️ New-AzAvailabilityGroupListener 2 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetResourceId1 is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetResourceId1.
⚠️ New-AzAvailabilityGroupListener 2 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $sqlvmResourceId1 is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $sqlvmResourceId1.
⚠️ New-AzAvailabilityGroupListener 2 2 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetResourceId2 is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetResourceId2.
⚠️ New-AzAvailabilityGroupListener 2 2 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $sqlvmResourceId2 is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $sqlvmResourceId2.
⚠️ New-AzSqlVMGroup 1 2 Unassigned_Variable ConvertTo-SecureString -String $accessKey is a null-valued parameter value. -String Assign value for $accessKey.
⚠️ New-AzSqlVirtualMachineAgReplicaObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineAgReplicaObject -SqlVirtualMachineInstanceId $sqlvmResourceId1 is a null-valued parameter value. -SqlVirtualMachineInstanceId Assign value for $sqlvmResourceId1.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetId is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetId.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressIpaddress $IPAddress is a null-valued parameter value. -PrivateIPAddressIpaddress Assign value for $IPAddress.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $SqlVMResourceId is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $SqlVMResourceId.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -LoadBalancerResourceId $LoadBalancerResourceId is a null-valued parameter value. -LoadBalancerResourceId Assign value for $LoadBalancerResourceId.
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -SubnetId $SubnetResourceId is a null-valued parameter value. -SubnetId Assign value for $SubnetResourceId.
⚠️ New-AzAvailabilityGroupListener 1 1 Unassigned_Variable New-AzAvailabilityGroupListener -SqlVirtualMachineId $sqlvmResourceId1,$sqlvmResourceId2 is a null-valued parameter value. -SqlVirtualMachineId Assign value for $sqlvmResourceId1,$sqlvmResourceId2.
⚠️ New-AzAvailabilityGroupListener 2 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetResourceId1 is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetResourceId1.
⚠️ New-AzAvailabilityGroupListener 2 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $sqlvmResourceId1 is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $sqlvmResourceId1.
⚠️ New-AzAvailabilityGroupListener 2 2 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetResourceId2 is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetResourceId2.
⚠️ New-AzAvailabilityGroupListener 2 2 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $sqlvmResourceId2 is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $sqlvmResourceId2.
⚠️ New-AzSqlVMGroup 1 2 Unassigned_Variable ConvertTo-SecureString -String $accessKey is a null-valued parameter value. -String Assign value for $accessKey.
⚠️ New-AzSqlVirtualMachineAgReplicaObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineAgReplicaObject -SqlVirtualMachineInstanceId $sqlvmResourceId1 is a null-valued parameter value. -SqlVirtualMachineInstanceId Assign value for $sqlvmResourceId1.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressSubnetResourceId $SubnetId is a null-valued parameter value. -PrivateIPAddressSubnetResourceId Assign value for $SubnetId.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -PrivateIPAddressIpaddress $IPAddress is a null-valued parameter value. -PrivateIPAddressIpaddress Assign value for $IPAddress.
⚠️ New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject 1 1 Unassigned_Variable New-AzSqlVirtualMachineMultiSubnetIPConfigurationObject -SqlVirtualMachineInstance $SqlVMResourceId is a null-valued parameter value. -SqlVirtualMachineInstance Assign value for $SqlVMResourceId.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ AssemblyInfo.cs will be updated automatically. Please do not update it manually. Revert AssemblyInfo.cs to its last version.
⚠️Windows PowerShell - Windows
Type Cmdlet Description Remediation
⚠️ AssemblyInfo.cs will be updated automatically. Please do not update it manually. Revert AssemblyInfo.cs to its last version.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.StorageCache
️✔️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-AzStorageCache Get-AzStorageCache 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-AzStorageCache Get-AzStorageCache 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-AzStorageCacheAmlFileSystem Get-AzStorageCacheAmlFileSystem 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-AzStorageCacheAmlFileSystem Get-AzStorageCacheAmlFileSystem 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-AzStorageCacheAscUsage Get-AzStorageCacheAscUsage 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-AzStorageCacheAscUsage Get-AzStorageCacheAscUsage 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-AzStorageCacheSku Get-AzStorageCacheSku 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-AzStorageCacheSku Get-AzStorageCacheSku 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-AzStorageCacheTarget Get-AzStorageCacheTarget 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-AzStorageCacheTarget Get-AzStorageCacheTarget 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-AzStorageCacheUsageModel Get-AzStorageCacheUsageModel 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-AzStorageCacheUsageModel Get-AzStorageCacheUsageModel 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.
⚠️ New-AzStorageCacheDirectorySettingObject New-AzStorageCacheDirectorySettingObject 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
⚠️ New-AzStorageCacheDirectorySettingObject New-AzStorageCacheDirectorySettingObject 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.
⚠️ New-AzStorageCacheNamespaceJunctionObject New-AzStorageCacheNamespaceJunctionObject 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
⚠️ New-AzStorageCacheNamespaceJunctionObject New-AzStorageCacheNamespaceJunctionObject 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.
⚠️ New-AzStorageCacheNfsAccessPolicyObject New-AzStorageCacheNfsAccessPolicyObject 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
⚠️ New-AzStorageCacheNfsAccessPolicyObject New-AzStorageCacheNfsAccessPolicyObject 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.
⚠️ New-AzStorageCacheNfsAccessRuleObject New-AzStorageCacheNfsAccessRuleObject 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
⚠️ New-AzStorageCacheNfsAccessRuleObject New-AzStorageCacheNfsAccessRuleObject 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.
⚠️ New-AzStorageCachePrimingJobObject New-AzStorageCachePrimingJobObject 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
⚠️ New-AzStorageCachePrimingJobObject New-AzStorageCachePrimingJobObject 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.
⚠️ New-AzStorageCacheTargetSpaceAllocationObject New-AzStorageCacheTargetSpaceAllocationObject 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
⚠️ New-AzStorageCacheTargetSpaceAllocationObject New-AzStorageCacheTargetSpaceAllocationObject 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-AzStorageCache Get-AzStorageCache 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-AzStorageCache Get-AzStorageCache 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-AzStorageCacheAmlFileSystem Get-AzStorageCacheAmlFileSystem 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-AzStorageCacheAmlFileSystem Get-AzStorageCacheAmlFileSystem 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-AzStorageCacheAscUsage Get-AzStorageCacheAscUsage 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-AzStorageCacheAscUsage Get-AzStorageCacheAscUsage 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-AzStorageCacheSku Get-AzStorageCacheSku 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-AzStorageCacheSku Get-AzStorageCacheSku 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-AzStorageCacheTarget Get-AzStorageCacheTarget 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-AzStorageCacheTarget Get-AzStorageCacheTarget 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-AzStorageCacheUsageModel Get-AzStorageCacheUsageModel 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-AzStorageCacheUsageModel Get-AzStorageCacheUsageModel 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.
⚠️ New-AzStorageCacheDirectorySettingObject New-AzStorageCacheDirectorySettingObject 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
⚠️ New-AzStorageCacheDirectorySettingObject New-AzStorageCacheDirectorySettingObject 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.
⚠️ New-AzStorageCacheNamespaceJunctionObject New-AzStorageCacheNamespaceJunctionObject 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
⚠️ New-AzStorageCacheNamespaceJunctionObject New-AzStorageCacheNamespaceJunctionObject 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.
⚠️ New-AzStorageCacheNfsAccessPolicyObject New-AzStorageCacheNfsAccessPolicyObject 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
⚠️ New-AzStorageCacheNfsAccessPolicyObject New-AzStorageCacheNfsAccessPolicyObject 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.
⚠️ New-AzStorageCacheNfsAccessRuleObject New-AzStorageCacheNfsAccessRuleObject 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
⚠️ New-AzStorageCacheNfsAccessRuleObject New-AzStorageCacheNfsAccessRuleObject 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.
⚠️ New-AzStorageCachePrimingJobObject New-AzStorageCachePrimingJobObject 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
⚠️ New-AzStorageCachePrimingJobObject New-AzStorageCachePrimingJobObject 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.
⚠️ New-AzStorageCacheTargetSpaceAllocationObject New-AzStorageCacheTargetSpaceAllocationObject 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
⚠️ New-AzStorageCacheTargetSpaceAllocationObject New-AzStorageCacheTargetSpaceAllocationObject 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
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ AssemblyInfo.cs will be updated automatically. Please do not update it manually. Revert AssemblyInfo.cs to its last version.
⚠️Windows PowerShell - Windows
Type Cmdlet Description Remediation
⚠️ AssemblyInfo.cs will be updated automatically. Please do not update it manually. Revert AssemblyInfo.cs to its last version.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@wyunchi-ms wyunchi-ms marked this pull request as ready for review November 15, 2023 01:50
@YanaXu YanaXu merged commit b2abd71 into main Nov 15, 2023
@YanaXu YanaXu deleted the wyunchi/structure/SqlVirtualMachine-StorageCache branch November 15, 2023 03:16
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