You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/Network/Commands.Network/ApplicationGateway/SslCertificate/AzureApplicationGatewaySslCertificateBase.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,7 @@ public PSApplicationGatewaySslCertificate NewObject()
Copy file name to clipboardExpand all lines: src/ResourceManager/Network/Commands.Network/ApplicationGateway/SslCertificate/SetAzureApplicationGatewaySslCertificateCommand.cs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,8 @@ public override void ExecuteCmdlet()
39
39
{
40
40
thrownewArgumentException("Ssl certificate with the specified name does not exist");
Copy file name to clipboardExpand all lines: tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -680,4 +680,11 @@
680
680
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssConfigCommand","New-AzureRmVmssConfig","0","2000","The cmdlet 'New-AzureRmVmssConfig' no longer supports the parameter 'RecoveryPolicyMode' and no alias was found for the original parameter name.","Add the parameter 'RecoveryPolicyMode' back to the cmdlet 'New-AzureRmVmssConfig', or add an alias to the original parameter name."
681
681
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssConfigCommand","New-AzureRmVmssConfig","0","2080","The parameter 'AutoOSUpgrade' in parameter set '__AllParameterSets' for cmdlet 'New-AzureRmVmssConfig' no longer has the attribute 'ValueFromPipelineByPropertyName'.","Add the attribute 'ValueFromPipelineByPropertyName' back to parameter 'AutoOSUpgrade' in parameter set '__AllParameterSets'."
682
682
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssConfigCommand","New-AzureRmVmssConfig","0","2100","The parameter 'IdentityType' in cmdlet 'New-AzureRmVmssConfig' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'IdentityType' back to the parameter set '__AllParameterSets'."
683
-
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssConfigCommand","New-AzureRmVmssConfig","0","2100","The parameter 'RecoveryPolicyMode' in cmdlet 'New-AzureRmVmssConfig' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'RecoveryPolicyMode' back to the parameter set '__AllParameterSets'."
683
+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssConfigCommand","New-AzureRmVmssConfig","0","2100","The parameter 'RecoveryPolicyMode' in cmdlet 'New-AzureRmVmssConfig' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'RecoveryPolicyMode' back to the parameter set '__AllParameterSets'."
684
+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayHttpListenerCommand","Add-AzureRmApplicationGatewayHttpListener","0","3000","The type of property 'Password' of type 'Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate' has changed from 'System.String' to 'System.Security.SecureString'.","Change the type of property 'Password' back to 'System.String'."
685
+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayHttpListenerCommand","Set-AzureRmApplicationGatewayHttpListener","0","3000","The type of property 'Password' of type 'Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate' has changed from 'System.String' to 'System.Security.SecureString'.","Change the type of property 'Password' back to 'System.String'."
686
+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.AddAzureApplicationGatewaySslCertificateCommand","Add-AzureRmApplicationGatewaySslCertificate","0","2020","The cmdlet 'Add-AzureRmApplicationGatewaySslCertificate' no longer supports the type 'System.String' for parameter 'Password'.","Change the type for parameter 'Password' back to 'System.String'."
687
+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.GetAzureApplicationGatewaySslCertificate","Get-AzureRmApplicationGatewaySslCertificate","0","3000","The type of property 'Password' of type 'Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate' has changed from 'System.String' to 'System.Security.SecureString'.","Change the type of property 'Password' back to 'System.String'."
688
+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureApplicationGatewaySslCertificateCommand","New-AzureRmApplicationGatewaySslCertificate","0","3000","The type of property 'Password' of type 'Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate' has changed from 'System.String' to 'System.Security.SecureString'.","Change the type of property 'Password' back to 'System.String'."
689
+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureApplicationGatewaySslCertificateCommand","New-AzureRmApplicationGatewaySslCertificate","0","2020","The cmdlet 'New-AzureRmApplicationGatewaySslCertificate' no longer supports the type 'System.String' for parameter 'Password'.","Change the type for parameter 'Password' back to 'System.String'."
690
+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.SetAzureApplicationGatewaySslCertificateCommand","Set-AzureRmApplicationGatewaySslCertificate","0","2020","The cmdlet 'Set-AzureRmApplicationGatewaySslCertificate' no longer supports the type 'System.String' for parameter 'Password'.","Change the type for parameter 'Password' back to 'System.String'."
0 commit comments