Skip to content

Commit 98ff49c

Browse files
authored
Merge branch 'preview' into suredd-ade-prereqfix
2 parents fcfeec0 + 56ada98 commit 98ff49c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
"Microsoft.Azure.Commands.Resources.dll","Microsoft.Azure.Commands.ActiveDirectory.NewAzureADServicePrincipalCommand","New-AzureRmADServicePrincipal","0","2110","The element type for parameter 'KeyCredentials' has been changed from 'Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.PSADKeyCredential' to 'Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.PSADKeyCredential'.","Change the element type for parameter 'KeyCredentials' back to 'Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.PSADKeyCredential'."
7474
"Microsoft.Azure.Commands.Resources.dll","Microsoft.Azure.Commands.ActiveDirectory.SetAzureADApplicationCommand","Set-AzureRmADApplication","0","1020","The cmdlet 'Set-AzureRmADApplication' no longer has output type 'PSADApplication'.","Make cmdlet 'Set-AzureRmADApplication' return type 'PSADApplication'."
7575
"Microsoft.Azure.Commands.Resources.dll","Microsoft.Azure.Commands.ActiveDirectory.SetAzureADUserCommand","Set-AzureRmADUser","0","1020","The cmdlet 'Set-AzureRmADUser' no longer has output type 'PSADUser'.","Make cmdlet 'Set-AzureRmADUser' return type 'PSADUser'."
76-
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.AddAzureVMNetworkInterfaceCommand","Add-AzureRmVMNetworkInterface","0","3030","The generic type for 'parameter NetworkInterface' has been changed from 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.INetworkInterfaceReference]'. ","Change the generic type for 'parameter NetworkInterface' back to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]'.""D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.SubmitAzureDataLakeAnalyticsJob","Submit-AzureRmDataLakeAnalyticsJob","0","1050","The parameter set 'Submit job with script path for SQL-IP' for cmdlet 'Submit-AzureRmDataLakeAnalyticsJob' has been removed.","Add parameter set 'Submit job with script path for SQL-IP' back to cmdlet 'Submit-AzureRmDataLakeAnalyticsJob'."
76+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.AddAzureVMNetworkInterfaceCommand","Add-AzureRmVMNetworkInterface","0","3030","The generic type for 'parameter NetworkInterface' has been changed from 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.INetworkInterfaceReference]'. ","Change the generic type for 'parameter NetworkInterface' back to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]'."
77+
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.SubmitAzureDataLakeAnalyticsJob","Submit-AzureRmDataLakeAnalyticsJob","0","1050","The parameter set 'Submit job with script path for SQL-IP' for cmdlet 'Submit-AzureRmDataLakeAnalyticsJob' has been removed.","Add parameter set 'Submit job with script path for SQL-IP' back to cmdlet 'Submit-AzureRmDataLakeAnalyticsJob'."
7778
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.dll","Microsoft.Azure.Commands.DataLakeAnalytics.SubmitAzureDataLakeAnalyticsJob","Submit-AzureRmDataLakeAnalyticsJob","0","1050","The parameter set 'Submit SQL-IP Job' for cmdlet 'Submit-AzureRmDataLakeAnalyticsJob' has been removed.","Add parameter set 'Submit SQL-IP Job' back to cmdlet 'Submit-AzureRmDataLakeAnalyticsJob'."
7879
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureRmIpsecPolicyCommand","New-AzureRmIpsecPolicy","0","2150","A validate range has been added for parameter 'SALifeTimeSeconds' for cmdlet 'New-AzureRmIpsecPolicy'.","Remove the validate range from parameter 'SALifeTimeSeconds'."
7980
"Microsoft.Azure.Commands.Network.dll","Microsoft.Azure.Commands.Network.NewAzureRmIpsecPolicyCommand","New-AzureRmIpsecPolicy","0","2150","A validate range has been added for parameter 'SADataSizeKilobytes' for cmdlet 'New-AzureRmIpsecPolicy'.","Remove the validate range from parameter 'SADataSizeKilobytes'."
@@ -1074,3 +1075,5 @@
10741075
"Microsoft.Azure.Commands.Websites.dll","Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.NewAzureWebAppCmdlet","New-AzureRmWebApp","0","1050","The parameter set 'S2' for cmdlet 'New-AzureRmWebApp' has been removed.","Add parameter set 'S2' back to cmdlet 'New-AzureRmWebApp'."
10751076
"Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Backup.Cmdlet.SetAzureSqlDatabaseBackupLongTermRetentionPolicy","Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy","0","2100","The parameter 'State' in cmdlet 'Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'State' back to the parameter set '__AllParameterSets'."
10761077
"Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Backup.Cmdlet.SetAzureSqlDatabaseBackupLongTermRetentionPolicy","Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy","0","2100","The parameter 'ResourceId' in cmdlet 'Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'ResourceId' back to the parameter set '__AllParameterSets'."
1078+
"Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.RemoveAzureKeyVault","Remove-AzureRmKeyVault","0","1050","The parameter set 'InputObjectByAvailableVault' for cmdlet 'Remove-AzureRmKeyVault' has been removed.","Add parameter set 'InputObjectByAvailableVault' back to cmdlet 'Remove-AzureRmKeyVault'."
1079+
"Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.RemoveAzureKeyVault","Remove-AzureRmKeyVault","0","1050","The parameter set 'InputObjectByDeletedVault' for cmdlet 'Remove-AzureRmKeyVault' has been removed.","Add parameter set 'InputObjectByDeletedVault' back to cmdlet 'Remove-AzureRmKeyVault'."

0 commit comments

Comments
 (0)