Skip to content

Commit 5c8cfbf

Browse files
committed
Suppress breaking change
1 parent d3126cf commit 5c8cfbf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

src/LoadTesting/LoadTesting/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
## Upcoming Release
2121
* Introduced various new features by upgrading code generator. Please see details [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).
22-
* The parameters of the `New-AzWorkloadsSapVirtualInstance` and `Update-AzWorkloadsSapVirtualInstance` cmdlets will be changed by new Managed Identity settings.
22+
* The parameters of the `New-AzLoad` and `Update-AzLoad` cmdlets will be changed by new Managed Identity settings.
2323
- Removed `-IdentityType` parameters.
2424
- Changed `-UserAssignedIdentity` parameter type. The type of `UserAssignedIdentity` is simplified to a list of strings that is used to specify the user's assigned identity.
2525
- Added `EnableSystemAssignedIdentity` to enable/disable system-assigned identities.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
"Module","ClassName","Target","Severity","ProblemId","Description","Remediation"
2+
"Az.LoadTesting","Get-AzLoad","Get-AzLoad","0","3000","The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ManagedServiceIdentityType]' to 'System.String'.","Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ManagedServiceIdentityType]'."
3+
"Az.LoadTesting","Get-AzLoad","Get-AzLoad","0","3000","The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ResourceState]' to 'System.String'.","Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ResourceState]'."
4+
"Az.LoadTesting","Get-AzLoad","Get-AzLoad","0","3000","The type of property 'EncryptionIdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.Type]' to 'System.String'.","Change the type of property 'EncryptionIdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.Type]'."
5+
"Az.LoadTesting","New-AzLoad","New-AzLoad","0","3000","The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ManagedServiceIdentityType]' to 'System.String'.","Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ManagedServiceIdentityType]'."
6+
"Az.LoadTesting","New-AzLoad","New-AzLoad","0","3000","The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ResourceState]' to 'System.String'.","Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ResourceState]'."
7+
"Az.LoadTesting","New-AzLoad","New-AzLoad","0","3000","The type of property 'EncryptionIdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.Type]' to 'System.String'.","Change the type of property 'EncryptionIdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.Type]'."
8+
"Az.LoadTesting","New-AzLoad","New-AzLoad","0","2000","The cmdlet 'New-AzLoad' no longer supports the parameter 'IdentityType' and no alias was found for the original parameter name.","Add the parameter 'IdentityType' back to the cmdlet 'New-AzLoad', or add an alias to the original parameter name."
9+
"Az.LoadTesting","New-AzLoad","New-AzLoad","0","2000","The cmdlet 'New-AzLoad' no longer supports the parameter 'IdentityUserAssigned' and no alias was found for the original parameter name.","Add the parameter 'IdentityUserAssigned' back to the cmdlet 'New-AzLoad', or add an alias to the original parameter name."
10+
"Az.LoadTesting","New-AzLoad","New-AzLoad","0","1050","The parameter set '__AllParameterSets' for cmdlet 'New-AzLoad' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'New-AzLoad'."
11+
"Az.LoadTesting","Update-AzLoad","Update-AzLoad","0","3000","The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ManagedServiceIdentityType]' to 'System.String'.","Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ManagedServiceIdentityType]'."
12+
"Az.LoadTesting","Update-AzLoad","Update-AzLoad","0","3000","The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ResourceState]' to 'System.String'.","Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.ResourceState]'."
13+
"Az.LoadTesting","Update-AzLoad","Update-AzLoad","0","3000","The type of property 'EncryptionIdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.Type]' to 'System.String'.","Change the type of property 'EncryptionIdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Support.Type]'."
14+
"Az.LoadTesting","Update-AzLoad","Update-AzLoad","0","2000","The cmdlet 'Update-AzLoad' no longer supports the parameter 'IdentityType' and no alias was found for the original parameter name.","Add the parameter 'IdentityType' back to the cmdlet 'Update-AzLoad', or add an alias to the original parameter name."
15+
"Az.LoadTesting","Update-AzLoad","Update-AzLoad","0","2000","The cmdlet 'Update-AzLoad' no longer supports the parameter 'IdentityUserAssigned' and no alias was found for the original parameter name.","Add the parameter 'IdentityUserAssigned' back to the cmdlet 'Update-AzLoad', or add an alias to the original parameter name."
16+
"Az.LoadTesting","Update-AzLoad","Update-AzLoad","0","1050","The parameter set '__AllParameterSets' for cmdlet 'Update-AzLoad' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzLoad'."

0 commit comments

Comments
 (0)