From f629f346913bb4724a110cea8d8db24f791c91cb Mon Sep 17 00:00:00 2001 From: "Ajit Navasare (MINDTREE LIMITED)" Date: Wed, 3 May 2017 01:00:32 -0700 Subject: [PATCH] updated Breakingchanges.csv and suppression --- .../Commands.ServiceBus/Models/NamespaceAttributes.cs | 6 +----- tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv | 3 +++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/ResourceManager/ServiceBus/Commands.ServiceBus/Models/NamespaceAttributes.cs b/src/ResourceManager/ServiceBus/Commands.ServiceBus/Models/NamespaceAttributes.cs index 0fbdf3d433e0..07ac90f7c622 100644 --- a/src/ResourceManager/ServiceBus/Commands.ServiceBus/Models/NamespaceAttributes.cs +++ b/src/ResourceManager/ServiceBus/Commands.ServiceBus/Models/NamespaceAttributes.cs @@ -108,10 +108,6 @@ public NamespaceAttributes(NamespaceResource evResource) /// public bool? Enabled { get; set; } - /// - /// Gets or sets the name of the resource group the Namespace is in - /// - [ObsoleteAttribute("ResourceGroupName property is obsolete.", false)] - public string ResourceGroupName { get; set; } + } } diff --git a/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv index f8c7b93923d7..74ba38f66721 100644 --- a/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv +++ b/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv @@ -117,3 +117,6 @@ "Microsoft.Azure.Commands.MachineLearning.dll","Microsoft.Azure.Commands.MachineLearning.UpdateAzureMLWebService","Update-AzureRmMlWebService","0","3040","The generic type argument for 'property Parameters' has been changed from 'System.String' to 'Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebServiceParameter'.","Change the generic type argument for 'property Parameters' back to 'System.String'." "Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.BackupAzureKeyVaultKey","Backup-AzureKeyVaultKey","0","2100","The parameter 'VaultName' in cmdlet 'Backup-AzureKeyVaultKey' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'VaultName' back to the parameter set '__AllParameterSets'." "Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.BackupAzureKeyVaultKey","Backup-AzureKeyVaultKey","0","2100","The parameter 'Name' in cmdlet 'Backup-AzureKeyVaultKey' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'Name' back to the parameter set '__AllParameterSets'." +"D:\AzurePwr\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.ServiceBus\Microsoft.Azure.Commands.ServiceBus.dll","Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.GetAzureRmServiceBusNamespace","Get-AzureRmServiceBusNamespace","0","3010","The property 'ResourceGroupName' of type 'NamespaceAttributes' has been removed.","Add the property 'ResourceGroupName' back to type 'NamespaceAttributes'." +"D:\AzurePwr\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.ServiceBus\Microsoft.Azure.Commands.ServiceBus.dll","Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.NewAzureRmServiceBusNamespace","New-AzureRmServiceBusNamespace","0","3010","The property 'ResourceGroupName' of type 'NamespaceAttributes' has been removed.","Add the property 'ResourceGroupName' back to type 'NamespaceAttributes'." +"D:\AzurePwr\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.ServiceBus\Microsoft.Azure.Commands.ServiceBus.dll","Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.SetAzureRmServiceBusNamespace","Set-AzureRmServiceBusNamespace","0","3010","The property 'ResourceGroupName' of type 'NamespaceAttributes' has been removed.","Add the property 'ResourceGroupName' back to type 'NamespaceAttributes'." \ No newline at end of file