Skip to content

Commit 5dae33e

Browse files
authored
Update BreakingChangeIssues.csv to suppress some breaking changes (Azure#23819)
Those breaking changes are caused by preview cmdlets, so we should ignore them
1 parent 8ea5788 commit 5dae33e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/StaticAnalysis/Exceptions/Az.Resources/BreakingChangeIssues.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,9 @@
8787
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.StopAzureTenantDeploymentCmdlet","Stop-AzTenantDeployment","0","3000","The type of property 'OnErrorDeployment' of type 'Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment' has changed from 'Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended' to 'Microsoft.Azure.Management.Resources.Models.OnErrorDeploymentExtended'.","Change the type of property 'OnErrorDeployment' back to 'Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended'."
8888
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.StopAzureTenantDeploymentCmdlet","Stop-AzTenantDeployment","0","3000","The type of property 'TemplateLink' of type 'Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment' has changed from 'Microsoft.Azure.Management.ResourceManager.Models.TemplateLink' to 'Microsoft.Azure.Management.Resources.Models.TemplateLink'.","Change the type of property 'TemplateLink' back to 'Microsoft.Azure.Management.ResourceManager.Models.TemplateLink'."
8989
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.TestAzureResourceGroupDeploymentCmdlet","Test-AzResourceGroupDeployment","0","2020","The cmdlet 'Test-AzResourceGroupDeployment' no longer supports the type 'Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode' for parameter 'Mode'.","Change the type for parameter 'Mode' back to 'Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode'."
90+
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzManagementGroupDeploymentStack","New-AzManagementGroupDeploymentStack","0","2090","The ValidateNotNullOrEmpty attribute has been added to parameter 'Location' for cmdlet 'New-AzManagementGroupDeploymentStack'.","Remove the ValidateNotNullOrEmpty attribute from parameter 'Location'."
91+
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzSubscriptionDeploymentStack","New-AzSubscriptionDeploymentStack","0","2090","The ValidateNotNullOrEmpty attribute has been added to parameter 'Location' for cmdlet 'New-AzSubscriptionDeploymentStack'.","Remove the ValidateNotNullOrEmpty attribute from parameter 'Location'."
92+
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzSubscriptionDeploymentStack","New-AzSubscriptionDeploymentStack","0","2090","The ValidateNotNullOrEmpty attribute has been added to parameter 'DeploymentResourceGroupName' for cmdlet 'New-AzSubscriptionDeploymentStack'.","Remove the ValidateNotNullOrEmpty attribute from parameter 'DeploymentResourceGroupName'."
93+
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzSubscriptionDeploymentStack","Set-AzSubscriptionDeploymentStack","0","2090","The ValidateNotNullOrEmpty attribute has been added to parameter 'Location' for cmdlet 'Set-AzSubscriptionDeploymentStack'.","Remove the ValidateNotNullOrEmpty attribute from parameter 'Location'."
94+
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzSubscriptionDeploymentStack","Set-AzSubscriptionDeploymentStack","0","2090","The ValidateNotNullOrEmpty attribute has been added to parameter 'DeploymentResourceGroupName' for cmdlet 'Set-AzSubscriptionDeploymentStack'.","Remove the ValidateNotNullOrEmpty attribute from parameter 'DeploymentResourceGroupName'."
95+

0 commit comments

Comments
 (0)