Skip to content

Commit

Permalink
Merge pull request Azure#3894 from v-Ajnava/SBFixes
Browse files Browse the repository at this point in the history
ServiceBus: Upcoming Breaking change - Removed 'ResourceGroupName' from NamespaceAttributes.
  • Loading branch information
cormacpayne authored May 3, 2017
2 parents 161d561 + 02e3f96 commit f16de48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ public NamespaceAttributes(NamespaceResource evResource)
/// </summary>
public bool? Enabled { get; set; }

/// <summary>
/// Gets or sets the name of the resource group the Namespace is in
/// </summary>
[ObsoleteAttribute("ResourceGroupName property is obsolete.", false)]
public string ResourceGroupName { get; set; }

}
}
5 changes: 4 additions & 1 deletion tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
"D:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.EventHub\Microsoft.Azure.Commands.EventHub.dll","Microsoft.Azure.Commands.EventHub.Commands.Namespace.SetAzureEventHubNamespace","Set-AzureRmEventHubNamespace","0","3010","The property 'ResourceGroupName' of type 'NamespaceAttributes' has been removed.","Add the property 'ResourceGroupName' back to type 'NamespaceAttributes'."
"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'."
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.NewAzureAdditionalUnattendContentCommand","Add-AzureRmVMAdditionalUnattendContent","0","3010","The property 'DataDiskNames' of type 'PSVirtualMachine' has been removed.","Add the property 'DataDiskNames' back to type 'PSVirtualMachine'."
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.NewAzureAdditionalUnattendContentCommand","Add-AzureRmVMAdditionalUnattendContent","0","3010","The property 'NetworkInterfaceIDs' of type 'PSVirtualMachine' has been removed.","Add the property 'NetworkInterfaceIDs' back to type 'PSVirtualMachine'."
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.NewAzureAdditionalUnattendContentCommand","Add-AzureRmVMAdditionalUnattendContent","0","3010","The property 'DataDiskNames' of type 'PSVirtualMachine' has been removed.","Add the property 'DataDiskNames' back to type 'PSVirtualMachine'."
Expand Down Expand Up @@ -187,4 +190,4 @@
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.AddAzureVMNetworkInterfaceCommand","Add-AzureRmVMNetworkInterface","0","3010","The property 'DataDiskNames' of type 'PSVirtualMachine' has been removed.","Add the property 'DataDiskNames' back to type 'PSVirtualMachine'."
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.AddAzureVMNetworkInterfaceCommand","Add-AzureRmVMNetworkInterface","0","3010","The property 'NetworkInterfaceIDs' of type 'PSVirtualMachine' has been removed.","Add the property 'NetworkInterfaceIDs' back to type 'PSVirtualMachine'."
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.AddAzureVMNetworkInterfaceCommand","Add-AzureRmVMNetworkInterface","0","3010","The property 'DataDiskNames' of type 'PSVirtualMachine' has been removed.","Add the property 'DataDiskNames' back to type 'PSVirtualMachine'."
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.AddAzureVMNetworkInterfaceCommand","Add-AzureRmVMNetworkInterface","0","3010","The property 'NetworkInterfaceIDs' of type 'PSVirtualMachine' has been removed.","Add the property 'NetworkInterfaceIDs' back to type 'PSVirtualMachine'."
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.AddAzureVMNetworkInterfaceCommand","Add-AzureRmVMNetworkInterface","0","3010","The property 'NetworkInterfaceIDs' of type 'PSVirtualMachine' has been removed.","Add the property 'NetworkInterfaceIDs' back to type 'PSVirtualMachine'."

0 comments on commit f16de48

Please sign in to comment.