From 9c17cf6d77acf1d74638a41c3df4f09ddda9b605 Mon Sep 17 00:00:00 2001 From: Aaron Zhang Date: Sun, 9 Apr 2023 21:57:54 +0800 Subject: [PATCH] remove obsolete deprication version attributes --- src/Batch/Batch/BatchAccounts/GetBatchAccountKeyCommand.cs | 2 +- .../GetBatchComputeNodeRemoteLoginSettingCommand.cs | 2 +- src/Batch/Batch/Jobs/GetBatchJobStatisticCommand.cs | 2 +- src/Batch/Batch/Locations/GetBatchLocationQuotaCommand.cs | 2 +- src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs | 2 +- src/Batch/Batch/Pools/GetBatchPoolStatisticCommand.cs | 2 +- src/Batch/Batch/Pools/GetBatchPoolUsageMetricCommand.cs | 2 +- src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs | 2 +- .../DataPlaneCommands/ExportAzureRmDataLakeStoreItem.cs | 2 +- .../DataPlaneCommands/ImportAzureRmDataLakeStoreItem.cs | 2 +- .../AddAzureApplicationGatewayBackendHttpSettingsCommand.cs | 2 +- .../GetAzureApplicationGatewayBackendHttpSettingsCommand.cs | 2 +- .../NewAzureApplicationGatewayBackendHttpSettingsCommand.cs | 2 +- .../RemoveAzureApplicationGatewayBackendHttpSettingsCommand.cs | 2 +- .../SetAzureApplicationGatewayBackendHttpSettingsCommand.cs | 2 +- .../GetAzureApplicationGatewayAvailableSslOptions.cs | 2 +- .../GetAzureApplicationGatewayAvailableWafRuleSets.cs | 2 +- src/Network/Network/AzureFirewall/NewAzureFirewallCommand.cs | 2 -- .../Stats/GetAzureExpressRouteStatsCommand.cs | 2 +- .../GetAzureOperationalInsightsIntelligencePacksCommand.cs | 2 +- ...tAzureOperationalInsightsWorkspaceManagementGroupsCommand.cs | 2 +- .../GetAzureOperationalInsightsWorkspaceSharedKeysCommand.cs | 2 +- src/Sql/Sql/Database/Cmdlet/GetAzureSqlDatabase.cs | 1 - src/Sql/Sql/Database/Cmdlet/NewAzureSqlDatabase.cs | 1 - src/Sql/Sql/Database/Cmdlet/RemoveAzureSqlDatabase.cs | 1 - src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs | 1 - .../Sql/ManagedInstance/Cmdlet/GetAzureSqlManagedInstance.cs | 1 - .../Sql/ManagedInstance/Cmdlet/NewAzureSqlManagedInstance.cs | 1 - .../Sql/ManagedInstance/Cmdlet/RemoveAzureSqlManagedInstance.cs | 1 - .../Sql/ManagedInstance/Cmdlet/SetAzureSqlManagedInstance.cs | 1 - .../Replication/Cmdlet/GetAzureSqlDatabaseReplicationLink.cs | 1 - src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseCopy.cs | 1 - src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseSecondary.cs | 1 - .../Sql/Replication/Cmdlet/RemoveAzureSqlDatabaseSecondary.cs | 1 - src/Sql/Sql/Replication/Cmdlet/SetAzureSqlDatabaseSecondary.cs | 1 - 35 files changed, 21 insertions(+), 36 deletions(-) diff --git a/src/Batch/Batch/BatchAccounts/GetBatchAccountKeyCommand.cs b/src/Batch/Batch/BatchAccounts/GetBatchAccountKeyCommand.cs index 989ee7df81fe..5cdc70fd24e9 100644 --- a/src/Batch/Batch/BatchAccounts/GetBatchAccountKeyCommand.cs +++ b/src/Batch/Batch/BatchAccounts/GetBatchAccountKeyCommand.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Batch { - [GenericBreakingChange("Get-AzBatchAccountKeys alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzBatchAccountKeys alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "BatchAccountKey"), OutputType(typeof(BatchAccountContext))] [Alias("Get-AzBatchAccountKeys")] public class GetBatchAccountKeyCommand : BatchCmdletBase diff --git a/src/Batch/Batch/ComputeNodes/GetBatchComputeNodeRemoteLoginSettingCommand.cs b/src/Batch/Batch/ComputeNodes/GetBatchComputeNodeRemoteLoginSettingCommand.cs index d95e42f74b6e..5d2f86ec5b60 100644 --- a/src/Batch/Batch/ComputeNodes/GetBatchComputeNodeRemoteLoginSettingCommand.cs +++ b/src/Batch/Batch/ComputeNodes/GetBatchComputeNodeRemoteLoginSettingCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Batch { - [GenericBreakingChange("Get-AzBatchRemoteLoginSettings alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzBatchRemoteLoginSettings alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchRemoteLoginSetting", DefaultParameterSetName = Constants.IdParameterSet),OutputType(typeof(PSRemoteLoginSettings))] [Alias("Get-AzBatchRemoteLoginSettings")] public class GetBatchComputeNodeRemoteLoginSettingCommand : BatchObjectModelCmdletBase diff --git a/src/Batch/Batch/Jobs/GetBatchJobStatisticCommand.cs b/src/Batch/Batch/Jobs/GetBatchJobStatisticCommand.cs index e5f56dcb652f..23672ab03039 100644 --- a/src/Batch/Batch/Jobs/GetBatchJobStatisticCommand.cs +++ b/src/Batch/Batch/Jobs/GetBatchJobStatisticCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Batch { - [GenericBreakingChange("Get-AzBatchJobStatistics alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzBatchJobStatistics alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchJobStatistic"), OutputType(typeof(PSJobStatistics))] [Alias("Get-AzBatchJobStatistics")] public class GetBatchJobStatisticCommand : BatchObjectModelCmdletBase diff --git a/src/Batch/Batch/Locations/GetBatchLocationQuotaCommand.cs b/src/Batch/Batch/Locations/GetBatchLocationQuotaCommand.cs index 532792272d88..2b4a4e27a8c4 100644 --- a/src/Batch/Batch/Locations/GetBatchLocationQuotaCommand.cs +++ b/src/Batch/Batch/Locations/GetBatchLocationQuotaCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Batch { - [GenericBreakingChange("Get-AzBatchLocationQuotas alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzBatchLocationQuotas alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "BatchLocationQuota"), OutputType(typeof(PSBatchLocationQuotas))] // This alias was added in 10/2016 for backwards compatibility [Alias("Get-" + ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "BatchSubscriptionQuotas", "Get-AzBatchLocationQuotas")] diff --git a/src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs b/src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs index e65b3cc709de..b68ec28af0df 100644 --- a/src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs +++ b/src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Batch { - [GenericBreakingChange("Get-AzBatchPoolNodeCounts alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzBatchPoolNodeCounts alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchPoolNodeCount",DefaultParameterSetName = Constants.AzureBatchPoolNodeCounts),OutputType(typeof(PSPoolNodeCounts))] [Alias("Get-AzBatchPoolNodeCounts")] public class GetBatchPoolNodeCountCommand : BatchObjectModelCmdletBase diff --git a/src/Batch/Batch/Pools/GetBatchPoolStatisticCommand.cs b/src/Batch/Batch/Pools/GetBatchPoolStatisticCommand.cs index a92437dfdbcd..67697dc66a7f 100644 --- a/src/Batch/Batch/Pools/GetBatchPoolStatisticCommand.cs +++ b/src/Batch/Batch/Pools/GetBatchPoolStatisticCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Batch { - [GenericBreakingChange("Get-AzBatchPoolStatistics alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzBatchPoolStatistics alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchPoolStatistic"), OutputType(typeof(PSPoolStatistics))] [Alias("Get-AzBatchPoolStatistics")] public class GetBatchPoolStatisticCommand : BatchObjectModelCmdletBase diff --git a/src/Batch/Batch/Pools/GetBatchPoolUsageMetricCommand.cs b/src/Batch/Batch/Pools/GetBatchPoolUsageMetricCommand.cs index deb251f020b0..34faea001cd7 100644 --- a/src/Batch/Batch/Pools/GetBatchPoolUsageMetricCommand.cs +++ b/src/Batch/Batch/Pools/GetBatchPoolUsageMetricCommand.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Batch { - [GenericBreakingChange("Get-AzBatchPoolUsageMetrics alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzBatchPoolUsageMetrics alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchPoolUsageMetric"), OutputType(typeof(PSPoolUsageMetrics))] [Alias("Get-AzBatchPoolUsageMetrics")] public class GetBatchPoolUsageMetrics : BatchObjectModelCmdletBase diff --git a/src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs b/src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs index 65b99971ba8d..d8e9bd162388 100644 --- a/src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs +++ b/src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Batch { - [GenericBreakingChange("Get-AzBatchTaskCounts alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzBatchTaskCounts alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchTaskCount"),OutputType(typeof(PSTaskCounts))] [Alias("Get-AzBatchTaskCounts")] public class GetBatchTaskCountCommand : BatchObjectModelCmdletBase diff --git a/src/DataLakeStore/DataLakeStore/DataPlaneCommands/ExportAzureRmDataLakeStoreItem.cs b/src/DataLakeStore/DataLakeStore/DataPlaneCommands/ExportAzureRmDataLakeStoreItem.cs index d975d3fe2952..b705e3770054 100644 --- a/src/DataLakeStore/DataLakeStore/DataPlaneCommands/ExportAzureRmDataLakeStoreItem.cs +++ b/src/DataLakeStore/DataLakeStore/DataPlaneCommands/ExportAzureRmDataLakeStoreItem.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.DataLakeStore { - [GenericBreakingChange("For store side export failures, Export-AzDataLakeStoreItem will throw exception instead of printing message on screen", "2.0.0", "05/18/2020")] + [GenericBreakingChange("For store side export failures, Export-AzDataLakeStoreItem will throw exception instead of printing message on screen", "2.0.0")] [Cmdlet("Export", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "DataLakeStoreItem", SupportsShouldProcess = true, DefaultParameterSetName = BaseParameterSetName), OutputType(typeof(string))] [Alias("Export-AdlStoreItem")] public class ExportAzureDataLakeStoreItem : DataLakeStoreFileSystemCmdletBase diff --git a/src/DataLakeStore/DataLakeStore/DataPlaneCommands/ImportAzureRmDataLakeStoreItem.cs b/src/DataLakeStore/DataLakeStore/DataPlaneCommands/ImportAzureRmDataLakeStoreItem.cs index 3e7941e442ce..d267f29d32d3 100644 --- a/src/DataLakeStore/DataLakeStore/DataPlaneCommands/ImportAzureRmDataLakeStoreItem.cs +++ b/src/DataLakeStore/DataLakeStore/DataPlaneCommands/ImportAzureRmDataLakeStoreItem.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.DataLakeStore { - [GenericBreakingChange("For store side import failures, Import-AzDataLakeStoreItem will throw exception instead of printing message on screen", "2.0.0", "05/18/2020")] + [GenericBreakingChange("For store side import failures, Import-AzDataLakeStoreItem will throw exception instead of printing message on screen", "2.0.0")] [Cmdlet("Import", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "DataLakeStoreItem", SupportsShouldProcess = true, DefaultParameterSetName = BaseParameterSetName), OutputType(typeof(string))] [Alias("Import-AdlStoreItem")] public class ImportAzureDataLakeStoreItem : DataLakeStoreFileSystemCmdletBase diff --git a/src/Network/Network/ApplicationGateway/BackendHttpSettings/AddAzureApplicationGatewayBackendHttpSettingsCommand.cs b/src/Network/Network/ApplicationGateway/BackendHttpSettings/AddAzureApplicationGatewayBackendHttpSettingsCommand.cs index be8aa74acb91..1b5c86baddf0 100644 --- a/src/Network/Network/ApplicationGateway/BackendHttpSettings/AddAzureApplicationGatewayBackendHttpSettingsCommand.cs +++ b/src/Network/Network/ApplicationGateway/BackendHttpSettings/AddAzureApplicationGatewayBackendHttpSettingsCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Network { - [GenericBreakingChange("Add-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Add-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release")] [Cmdlet("Add", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApplicationGatewayBackendHttpSetting"), OutputType(typeof(PSApplicationGateway))] [Alias("Add-AzApplicationGatewayBackendHttpSettings")] public class AddAzureApplicationGatewayBackendHttpSettingsCommand : AzureApplicationGatewayBackendHttpSettingsBase diff --git a/src/Network/Network/ApplicationGateway/BackendHttpSettings/GetAzureApplicationGatewayBackendHttpSettingsCommand.cs b/src/Network/Network/ApplicationGateway/BackendHttpSettings/GetAzureApplicationGatewayBackendHttpSettingsCommand.cs index 9ed92df79dca..fd5f10ac2359 100644 --- a/src/Network/Network/ApplicationGateway/BackendHttpSettings/GetAzureApplicationGatewayBackendHttpSettingsCommand.cs +++ b/src/Network/Network/ApplicationGateway/BackendHttpSettings/GetAzureApplicationGatewayBackendHttpSettingsCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Network { - [GenericBreakingChange("Get-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApplicationGatewayBackendHttpSetting"),OutputType(typeof(PSApplicationGatewayBackendHttpSettings))] [Alias("Get-AzApplicationGatewayBackendHttpSettings")] public class GetAzureApplicationGatewayBackendHttpSettings : NetworkBaseCmdlet diff --git a/src/Network/Network/ApplicationGateway/BackendHttpSettings/NewAzureApplicationGatewayBackendHttpSettingsCommand.cs b/src/Network/Network/ApplicationGateway/BackendHttpSettings/NewAzureApplicationGatewayBackendHttpSettingsCommand.cs index 61c6aedd92c9..187364ce5e08 100644 --- a/src/Network/Network/ApplicationGateway/BackendHttpSettings/NewAzureApplicationGatewayBackendHttpSettingsCommand.cs +++ b/src/Network/Network/ApplicationGateway/BackendHttpSettings/NewAzureApplicationGatewayBackendHttpSettingsCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Commands.Network { - [GenericBreakingChange("New-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("New-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release")] [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApplicationGatewayBackendHttpSetting"), OutputType(typeof(PSApplicationGatewayBackendHttpSettings))] [Alias("New-AzApplicationGatewayBackendHttpSettings")] public class NewAzureApplicationGatewayBackendHttpSettingsCommand : AzureApplicationGatewayBackendHttpSettingsBase diff --git a/src/Network/Network/ApplicationGateway/BackendHttpSettings/RemoveAzureApplicationGatewayBackendHttpSettingsCommand.cs b/src/Network/Network/ApplicationGateway/BackendHttpSettings/RemoveAzureApplicationGatewayBackendHttpSettingsCommand.cs index e282a14a62c3..c63fd47c7f19 100644 --- a/src/Network/Network/ApplicationGateway/BackendHttpSettings/RemoveAzureApplicationGatewayBackendHttpSettingsCommand.cs +++ b/src/Network/Network/ApplicationGateway/BackendHttpSettings/RemoveAzureApplicationGatewayBackendHttpSettingsCommand.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Network { - [GenericBreakingChange("Remove-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Remove-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release")] [Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApplicationGatewayBackendHttpSetting"), OutputType(typeof(PSApplicationGateway))] [Alias("Remove-AzApplicationGatewayBackendHttpSettings")] public class RemoveAzureApplicationGatewayBackendHttpSettingsCommand : NetworkBaseCmdlet diff --git a/src/Network/Network/ApplicationGateway/BackendHttpSettings/SetAzureApplicationGatewayBackendHttpSettingsCommand.cs b/src/Network/Network/ApplicationGateway/BackendHttpSettings/SetAzureApplicationGatewayBackendHttpSettingsCommand.cs index cedfa2527274..085cf74b7745 100644 --- a/src/Network/Network/ApplicationGateway/BackendHttpSettings/SetAzureApplicationGatewayBackendHttpSettingsCommand.cs +++ b/src/Network/Network/ApplicationGateway/BackendHttpSettings/SetAzureApplicationGatewayBackendHttpSettingsCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Network { - [GenericBreakingChange("Set-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Set-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release")] [Cmdlet("Set", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApplicationGatewayBackendHttpSetting"), OutputType(typeof(PSApplicationGateway))] [Alias("Set-AzApplicationGatewayBackendHttpSettings")] public class SetAzureApplicationGatewayBackendHttpSettingsCommand : AzureApplicationGatewayBackendHttpSettingsBase diff --git a/src/Network/Network/ApplicationGateway/GetAzureApplicationGatewayAvailableSslOptions.cs b/src/Network/Network/ApplicationGateway/GetAzureApplicationGatewayAvailableSslOptions.cs index 6d835f21c348..22f80b99cdf8 100644 --- a/src/Network/Network/ApplicationGateway/GetAzureApplicationGatewayAvailableSslOptions.cs +++ b/src/Network/Network/ApplicationGateway/GetAzureApplicationGatewayAvailableSslOptions.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.Network { - [GenericBreakingChange("Get-AzApplicationGatewayAvailableSslOptions alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzApplicationGatewayAvailableSslOptions alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApplicationGatewayAvailableSslOption"), OutputType(typeof(PSApplicationGatewayAvailableSslOptions))] [Alias("List-" + ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApplicationGatewayAvailableSslOptions", "Get-AzApplicationGatewayAvailableSslOptions")] public class GetAzureApplicationGatewayAvailableSslOptions : ApplicationGatewayBaseCmdlet diff --git a/src/Network/Network/ApplicationGateway/GetAzureApplicationGatewayAvailableWafRuleSets.cs b/src/Network/Network/ApplicationGateway/GetAzureApplicationGatewayAvailableWafRuleSets.cs index df177e5778a0..dbb4c3412f5e 100644 --- a/src/Network/Network/ApplicationGateway/GetAzureApplicationGatewayAvailableWafRuleSets.cs +++ b/src/Network/Network/ApplicationGateway/GetAzureApplicationGatewayAvailableWafRuleSets.cs @@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.Network { - [GenericBreakingChange("Get-AzApplicationGatewayAvailableWafRuleSets alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzApplicationGatewayAvailableWafRuleSets alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApplicationGatewayAvailableWafRuleSet"), OutputType(typeof(PSApplicationGatewayAvailableWafRuleSetsResult))] [Alias("List-" + ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApplicationGatewayAvailableWafRuleSets", "Get-AzApplicationGatewayAvailableWafRuleSets")] public class GetAzureApplicationGatewayAvailableWafRuleSets : ApplicationGatewayBaseCmdlet diff --git a/src/Network/Network/AzureFirewall/NewAzureFirewallCommand.cs b/src/Network/Network/AzureFirewall/NewAzureFirewallCommand.cs index 564f3cbba377..5220cd35f332 100644 --- a/src/Network/Network/AzureFirewall/NewAzureFirewallCommand.cs +++ b/src/Network/Network/AzureFirewall/NewAzureFirewallCommand.cs @@ -58,7 +58,6 @@ public class NewAzureFirewallCommand : AzureFirewallBaseCmdlet [CmdletParameterBreakingChange( "VirtualNetworkName", - deprecateByVersion: "2.0.0", ChangeDescription = "This parameter will be removed in an upcoming breaking change release. After this point the Virtual Network will be provided as an object instead of a string.", OldWay = "New-AzFirewall -VirtualNetworkName \"vnet-name\"", NewWay = "New-AzFirewall -VirtualNetwork $vnet", @@ -75,7 +74,6 @@ public class NewAzureFirewallCommand : AzureFirewallBaseCmdlet [CmdletParameterBreakingChange( "PublicIpName", - deprecateByVersion: "2.0.0", ChangeDescription = "This parameter will be removed in an upcoming breaking change release. After this point the Public IP Address will be provided as a list of one or more objects instead of a string.", OldWay = "New-AzFirewall -PublicIpName \"public-ip-name\"", NewWay = "New-AzFirewall -PublicIpAddress @($publicip1, $publicip2)", diff --git a/src/Network/Network/ExpressRouteCircuit/Stats/GetAzureExpressRouteStatsCommand.cs b/src/Network/Network/ExpressRouteCircuit/Stats/GetAzureExpressRouteStatsCommand.cs index 22c85d510731..f661f28d3497 100644 --- a/src/Network/Network/ExpressRouteCircuit/Stats/GetAzureExpressRouteStatsCommand.cs +++ b/src/Network/Network/ExpressRouteCircuit/Stats/GetAzureExpressRouteStatsCommand.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Network { - [GenericBreakingChange("Get-AzExpressRouteCircuitStats alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzExpressRouteCircuitStats alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ExpressRouteCircuitStat"), OutputType(typeof(PSExpressRouteCircuitStats))] [Alias("Get-AzExpressRouteCircuitStats")] public class GetAzureExpressRouteCircuitStatsCommand : NetworkBaseCmdlet diff --git a/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsIntelligencePacksCommand.cs b/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsIntelligencePacksCommand.cs index 75d8ebbaddda..45da28f2ef96 100644 --- a/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsIntelligencePacksCommand.cs +++ b/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsIntelligencePacksCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.OperationalInsights { - [GenericBreakingChange("Get-AzOperationalInsightsIntelligencePacks alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzOperationalInsightsIntelligencePacks alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "OperationalInsightsIntelligencePack"), OutputType(typeof(PSIntelligencePack))] [Alias("Get-AzOperationalInsightsIntelligencePacks")] public class GetAzureOperationalInsightsIntelligencePacksCommand : OperationalInsightsBaseCmdlet diff --git a/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsWorkspaceManagementGroupsCommand.cs b/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsWorkspaceManagementGroupsCommand.cs index ec1007a2e938..59a05080980f 100644 --- a/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsWorkspaceManagementGroupsCommand.cs +++ b/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsWorkspaceManagementGroupsCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.OperationalInsights { - [GenericBreakingChange("Get-AzOperationalInsightsWorkspaceManagementGroups alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzOperationalInsightsWorkspaceManagementGroups alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "OperationalInsightsWorkspaceManagementGroup"), OutputType(typeof(PSManagementGroup))] [Alias("Get-AzOperationalInsightsWorkspaceManagementGroups")] public class GetAzureOperationalInsightsWorkspaceManagementGroupsCommand : OperationalInsightsBaseCmdlet diff --git a/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsWorkspaceSharedKeysCommand.cs b/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsWorkspaceSharedKeysCommand.cs index 0dd9b0842b99..d19696bc5d33 100644 --- a/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsWorkspaceSharedKeysCommand.cs +++ b/src/OperationalInsights/OperationalInsights/Workspaces/GetAzureOperationalInsightsWorkspaceSharedKeysCommand.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.OperationalInsights { - [GenericBreakingChange("Get-AzOperationalInsightsWorkspaceSharedKeys alias will be removed in an upcoming breaking change release", "2.0.0")] + [GenericBreakingChange("Get-AzOperationalInsightsWorkspaceSharedKeys alias will be removed in an upcoming breaking change release")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "OperationalInsightsWorkspaceSharedKey"), OutputType(typeof(PSWorkspaceKeys))] [Alias("Get-AzOperationalInsightsWorkspaceSharedKeys")] public class GetAzureOperationalInsightsWorkspaceSharedKeysCommand : OperationalInsightsBaseCmdlet diff --git a/src/Sql/Sql/Database/Cmdlet/GetAzureSqlDatabase.cs b/src/Sql/Sql/Database/Cmdlet/GetAzureSqlDatabase.cs index 65183103b301..fb22fac1e23e 100644 --- a/src/Sql/Sql/Database/Cmdlet/GetAzureSqlDatabase.cs +++ b/src/Sql/Sql/Database/Cmdlet/GetAzureSqlDatabase.cs @@ -24,7 +24,6 @@ namespace Microsoft.Azure.Commands.Sql.Database.Cmdlet { [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureSqlDatabaseModel), - deprecateByVersion: "3.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlDatabase", SupportsShouldProcess = true,ConfirmImpact = ConfirmImpact.None)] diff --git a/src/Sql/Sql/Database/Cmdlet/NewAzureSqlDatabase.cs b/src/Sql/Sql/Database/Cmdlet/NewAzureSqlDatabase.cs index 8b5f92a4098c..88badc02dd36 100644 --- a/src/Sql/Sql/Database/Cmdlet/NewAzureSqlDatabase.cs +++ b/src/Sql/Sql/Database/Cmdlet/NewAzureSqlDatabase.cs @@ -35,7 +35,6 @@ namespace Microsoft.Azure.Commands.Sql.Database.Cmdlet /// [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureSqlDatabaseModel), - deprecateByVersion: "3.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlDatabase", SupportsShouldProcess = true,ConfirmImpact = ConfirmImpact.Low, DefaultParameterSetName = DtuDatabaseParameterSet), OutputType(typeof(AzureSqlDatabaseModel))] diff --git a/src/Sql/Sql/Database/Cmdlet/RemoveAzureSqlDatabase.cs b/src/Sql/Sql/Database/Cmdlet/RemoveAzureSqlDatabase.cs index 165c4a7429e7..b81684e54367 100644 --- a/src/Sql/Sql/Database/Cmdlet/RemoveAzureSqlDatabase.cs +++ b/src/Sql/Sql/Database/Cmdlet/RemoveAzureSqlDatabase.cs @@ -24,7 +24,6 @@ namespace Microsoft.Azure.Commands.Sql.Database.Cmdlet { [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureSqlDatabaseModel), - deprecateByVersion: "3.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlDatabase", SupportsShouldProcess = true), OutputType(typeof(AzureSqlDatabaseModel))] diff --git a/src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs b/src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs index 926ce8062909..cc7786328e9e 100644 --- a/src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs +++ b/src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs @@ -34,7 +34,6 @@ namespace Microsoft.Azure.Commands.Sql.Database.Cmdlet /// [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureSqlDatabaseModel), - deprecateByVersion: "3.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet("Set", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlDatabase", SupportsShouldProcess = true,ConfirmImpact = ConfirmImpact.Medium, DefaultParameterSetName = UpdateParameterSetName), OutputType(typeof(AzureSqlDatabaseModel))] diff --git a/src/Sql/Sql/ManagedInstance/Cmdlet/GetAzureSqlManagedInstance.cs b/src/Sql/Sql/ManagedInstance/Cmdlet/GetAzureSqlManagedInstance.cs index 2d9a4e152aaf..3c765c397517 100644 --- a/src/Sql/Sql/ManagedInstance/Cmdlet/GetAzureSqlManagedInstance.cs +++ b/src/Sql/Sql/ManagedInstance/Cmdlet/GetAzureSqlManagedInstance.cs @@ -29,7 +29,6 @@ namespace Microsoft.Azure.Commands.Sql.ManagedInstance.Cmdlet /// [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureSqlManagedInstanceModel), - deprecateByVersion: "4.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet(VerbsCommon.Get, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlInstance", diff --git a/src/Sql/Sql/ManagedInstance/Cmdlet/NewAzureSqlManagedInstance.cs b/src/Sql/Sql/ManagedInstance/Cmdlet/NewAzureSqlManagedInstance.cs index a6555187457f..0756e2c28119 100644 --- a/src/Sql/Sql/ManagedInstance/Cmdlet/NewAzureSqlManagedInstance.cs +++ b/src/Sql/Sql/ManagedInstance/Cmdlet/NewAzureSqlManagedInstance.cs @@ -38,7 +38,6 @@ namespace Microsoft.Azure.Commands.Sql.ManagedInstance.Cmdlet /// [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureSqlManagedInstanceModel), - deprecateByVersion: "4.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet(VerbsCommon.New, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlInstance", diff --git a/src/Sql/Sql/ManagedInstance/Cmdlet/RemoveAzureSqlManagedInstance.cs b/src/Sql/Sql/ManagedInstance/Cmdlet/RemoveAzureSqlManagedInstance.cs index 84c642899f95..79dabcc006b2 100644 --- a/src/Sql/Sql/ManagedInstance/Cmdlet/RemoveAzureSqlManagedInstance.cs +++ b/src/Sql/Sql/ManagedInstance/Cmdlet/RemoveAzureSqlManagedInstance.cs @@ -28,7 +28,6 @@ namespace Microsoft.Azure.Commands.Sql.ManagedInstance.Cmdlet /// [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureSqlManagedInstanceModel), - deprecateByVersion: "4.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet(VerbsCommon.Remove, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlInstance", diff --git a/src/Sql/Sql/ManagedInstance/Cmdlet/SetAzureSqlManagedInstance.cs b/src/Sql/Sql/ManagedInstance/Cmdlet/SetAzureSqlManagedInstance.cs index 61a17f095451..b5bad548779f 100644 --- a/src/Sql/Sql/ManagedInstance/Cmdlet/SetAzureSqlManagedInstance.cs +++ b/src/Sql/Sql/ManagedInstance/Cmdlet/SetAzureSqlManagedInstance.cs @@ -35,7 +35,6 @@ namespace Microsoft.Azure.Commands.Sql.ManagedInstance.Cmdlet /// [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureSqlManagedInstanceModel), - deprecateByVersion: "4.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet(VerbsCommon.Set, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlInstance", diff --git a/src/Sql/Sql/Replication/Cmdlet/GetAzureSqlDatabaseReplicationLink.cs b/src/Sql/Sql/Replication/Cmdlet/GetAzureSqlDatabaseReplicationLink.cs index f10c66b832b6..f2560a99bfb2 100644 --- a/src/Sql/Sql/Replication/Cmdlet/GetAzureSqlDatabaseReplicationLink.cs +++ b/src/Sql/Sql/Replication/Cmdlet/GetAzureSqlDatabaseReplicationLink.cs @@ -23,7 +23,6 @@ namespace Microsoft.Azure.Commands.Sql.Replication.Cmdlet { [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureReplicationLinkModel), - deprecateByVersion: "3.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlDatabaseReplicationLink", ConfirmImpact = ConfirmImpact.None, SupportsShouldProcess = true)] diff --git a/src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseCopy.cs b/src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseCopy.cs index 9c38346730f7..7b355201b5e8 100644 --- a/src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseCopy.cs +++ b/src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseCopy.cs @@ -34,7 +34,6 @@ namespace Microsoft.Azure.Commands.Sql.Replication.Cmdlet /// [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureSqlDatabaseCopyModel), - deprecateByVersion: "3.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlDatabaseCopy", ConfirmImpact = ConfirmImpact.Low, SupportsShouldProcess = true, DefaultParameterSetName = DtuDatabaseParameterSet), OutputType(typeof(AzureSqlDatabaseCopyModel))] diff --git a/src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseSecondary.cs b/src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseSecondary.cs index 8c6bbffa78ac..d079da2d2874 100644 --- a/src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseSecondary.cs +++ b/src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseSecondary.cs @@ -34,7 +34,6 @@ namespace Microsoft.Azure.Commands.Sql.Replication.Cmdlet /// [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureReplicationLinkModel), - deprecateByVersion: "3.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlDatabaseSecondary",ConfirmImpact = ConfirmImpact.Low, SupportsShouldProcess = true, DefaultParameterSetName = DtuDatabaseParameterSet), OutputType(typeof(AzureReplicationLinkModel))] diff --git a/src/Sql/Sql/Replication/Cmdlet/RemoveAzureSqlDatabaseSecondary.cs b/src/Sql/Sql/Replication/Cmdlet/RemoveAzureSqlDatabaseSecondary.cs index 3c34238c1112..cf1fbbe83633 100644 --- a/src/Sql/Sql/Replication/Cmdlet/RemoveAzureSqlDatabaseSecondary.cs +++ b/src/Sql/Sql/Replication/Cmdlet/RemoveAzureSqlDatabaseSecondary.cs @@ -23,7 +23,6 @@ namespace Microsoft.Azure.Commands.Sql.Replication.Cmdlet { [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureReplicationLinkModel), - deprecateByVersion: "3.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlDatabaseSecondary", SupportsShouldProcess = true), OutputType(typeof(AzureReplicationLinkModel))] diff --git a/src/Sql/Sql/Replication/Cmdlet/SetAzureSqlDatabaseSecondary.cs b/src/Sql/Sql/Replication/Cmdlet/SetAzureSqlDatabaseSecondary.cs index bd56393dd5ee..3fae4796bfa5 100644 --- a/src/Sql/Sql/Replication/Cmdlet/SetAzureSqlDatabaseSecondary.cs +++ b/src/Sql/Sql/Replication/Cmdlet/SetAzureSqlDatabaseSecondary.cs @@ -27,7 +27,6 @@ namespace Microsoft.Azure.Commands.Sql.Replication.Cmdlet /// [CmdletOutputBreakingChange( deprecatedCmdletOutputTypeName: typeof(AzureReplicationLinkModel), - deprecateByVersion: "3.0.0", DeprecatedOutputProperties = new String[] { "BackupStorageRedundancy" }, NewOutputProperties = new String[] { "CurrentBackupStorageRedundancy", "RequestedBackupStorageRedundancy" })] [Cmdlet("Set", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SqlDatabaseSecondary",DefaultParameterSetName = NoOptionsSet,ConfirmImpact = ConfirmImpact.Medium, SupportsShouldProcess = true), OutputType(typeof(AzureReplicationLinkModel))]