Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Batch/Batch/BatchAccounts/GetBatchAccountKeyCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Batch/Batch/Jobs/GetBatchJobStatisticCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Batch/Batch/Locations/GetBatchLocationQuotaCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
2 changes: 1 addition & 1 deletion src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Batch/Batch/Pools/GetBatchPoolStatisticCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Batch/Batch/Pools/GetBatchPoolUsageMetricCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/Network/Network/AzureFirewall/NewAzureFirewallCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/Sql/Sql/Database/Cmdlet/GetAzureSqlDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
1 change: 0 additions & 1 deletion src/Sql/Sql/Database/Cmdlet/NewAzureSqlDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ namespace Microsoft.Azure.Commands.Sql.Database.Cmdlet
/// </summary>
[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))]
Expand Down
1 change: 0 additions & 1 deletion src/Sql/Sql/Database/Cmdlet/RemoveAzureSqlDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down
1 change: 0 additions & 1 deletion src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace Microsoft.Azure.Commands.Sql.Database.Cmdlet
/// </summary>
[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))]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ namespace Microsoft.Azure.Commands.Sql.ManagedInstance.Cmdlet
/// </summary>
[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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace Microsoft.Azure.Commands.Sql.ManagedInstance.Cmdlet
/// </summary>
[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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ namespace Microsoft.Azure.Commands.Sql.ManagedInstance.Cmdlet
/// </summary>
[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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ namespace Microsoft.Azure.Commands.Sql.ManagedInstance.Cmdlet
/// </summary>
[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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
Loading