Skip to content

Commit 8e2e91f

Browse files
committed
Suppress breaking change
1 parent 39f6809 commit 8e2e91f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

src/LoadTesting/LoadTesting.Autorest/examples/Update-AzLoad.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This command updates the Azure Load Testing resource named sampleres in resource
1414

1515
### Example 2: Update an Azure Load Testing resource to use System-Assigned identity for CMK encryption
1616
```powershell
17-
Update-AzLoad -Name sampleres -ResourceGroupName sample-rg -EnableSystemAssignedIdentity -EncryptionIdentity "SystemAssigned" -EncryptionKey "https://sample-akv.vault.azure.net/keys/cmk/2d1ccd5c50234ea2a0858fe148b69cde"
17+
Update-AzLoad -Name sampleres -ResourceGroupName sample-rg -EnableSystemAssignedIdentity $true -EncryptionIdentity "SystemAssigned" -EncryptionKey "https://sample-akv.vault.azure.net/keys/cmk/2d1ccd5c50234ea2a0858fe148b69cde"
1818
```
1919

2020
```output
@@ -29,7 +29,7 @@ This command updates the Azure Load Testing resource named sampleres in resource
2929
```powershell
3030
$userAssigned = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1"
3131
32-
Update-AzLoad -Name sampleres -ResourceGroupName sample-rg -EnableSystemAssignedIdentity -UserAssignedIdentity $userAssigned
32+
Update-AzLoad -Name sampleres -ResourceGroupName sample-rg -EnableSystemAssignedIdentity $true -UserAssignedIdentity $userAssigned
3333
```
3434

3535
```output
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)