Skip to content

Commit 9504840

Browse files
greathongtuAaron Zhang
andauthored
remove obsolete deprication version attributes (#21474)
Co-authored-by: Aaron Zhang <[email protected]>
1 parent 58b5a0b commit 9504840

File tree

35 files changed

+21
-36
lines changed

35 files changed

+21
-36
lines changed

src/Batch/Batch/BatchAccounts/GetBatchAccountKeyCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
namespace Microsoft.Azure.Commands.Batch
2121
{
22-
[GenericBreakingChange("Get-AzBatchAccountKeys alias will be removed in an upcoming breaking change release", "2.0.0")]
22+
[GenericBreakingChange("Get-AzBatchAccountKeys alias will be removed in an upcoming breaking change release")]
2323
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "BatchAccountKey"), OutputType(typeof(BatchAccountContext))]
2424
[Alias("Get-AzBatchAccountKeys")]
2525
public class GetBatchAccountKeyCommand : BatchCmdletBase

src/Batch/Batch/ComputeNodes/GetBatchComputeNodeRemoteLoginSettingCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
namespace Microsoft.Azure.Commands.Batch
2222
{
23-
[GenericBreakingChange("Get-AzBatchRemoteLoginSettings alias will be removed in an upcoming breaking change release", "2.0.0")]
23+
[GenericBreakingChange("Get-AzBatchRemoteLoginSettings alias will be removed in an upcoming breaking change release")]
2424
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchRemoteLoginSetting", DefaultParameterSetName = Constants.IdParameterSet),OutputType(typeof(PSRemoteLoginSettings))]
2525
[Alias("Get-AzBatchRemoteLoginSettings")]
2626
public class GetBatchComputeNodeRemoteLoginSettingCommand : BatchObjectModelCmdletBase

src/Batch/Batch/Jobs/GetBatchJobStatisticCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
namespace Microsoft.Azure.Commands.Batch
2222
{
23-
[GenericBreakingChange("Get-AzBatchJobStatistics alias will be removed in an upcoming breaking change release", "2.0.0")]
23+
[GenericBreakingChange("Get-AzBatchJobStatistics alias will be removed in an upcoming breaking change release")]
2424
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchJobStatistic"), OutputType(typeof(PSJobStatistics))]
2525
[Alias("Get-AzBatchJobStatistics")]
2626
public class GetBatchJobStatisticCommand : BatchObjectModelCmdletBase

src/Batch/Batch/Locations/GetBatchLocationQuotaCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
namespace Microsoft.Azure.Commands.Batch
2222
{
23-
[GenericBreakingChange("Get-AzBatchLocationQuotas alias will be removed in an upcoming breaking change release", "2.0.0")]
23+
[GenericBreakingChange("Get-AzBatchLocationQuotas alias will be removed in an upcoming breaking change release")]
2424
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "BatchLocationQuota"), OutputType(typeof(PSBatchLocationQuotas))]
2525
// This alias was added in 10/2016 for backwards compatibility
2626
[Alias("Get-" + ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "BatchSubscriptionQuotas", "Get-AzBatchLocationQuotas")]

src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
namespace Microsoft.Azure.Commands.Batch
2222
{
23-
[GenericBreakingChange("Get-AzBatchPoolNodeCounts alias will be removed in an upcoming breaking change release", "2.0.0")]
23+
[GenericBreakingChange("Get-AzBatchPoolNodeCounts alias will be removed in an upcoming breaking change release")]
2424
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchPoolNodeCount",DefaultParameterSetName = Constants.AzureBatchPoolNodeCounts),OutputType(typeof(PSPoolNodeCounts))]
2525
[Alias("Get-AzBatchPoolNodeCounts")]
2626
public class GetBatchPoolNodeCountCommand : BatchObjectModelCmdletBase

src/Batch/Batch/Pools/GetBatchPoolStatisticCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
namespace Microsoft.Azure.Commands.Batch
2222
{
23-
[GenericBreakingChange("Get-AzBatchPoolStatistics alias will be removed in an upcoming breaking change release", "2.0.0")]
23+
[GenericBreakingChange("Get-AzBatchPoolStatistics alias will be removed in an upcoming breaking change release")]
2424
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchPoolStatistic"), OutputType(typeof(PSPoolStatistics))]
2525
[Alias("Get-AzBatchPoolStatistics")]
2626
public class GetBatchPoolStatisticCommand : BatchObjectModelCmdletBase

src/Batch/Batch/Pools/GetBatchPoolUsageMetricCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace Microsoft.Azure.Commands.Batch
2323
{
24-
[GenericBreakingChange("Get-AzBatchPoolUsageMetrics alias will be removed in an upcoming breaking change release", "2.0.0")]
24+
[GenericBreakingChange("Get-AzBatchPoolUsageMetrics alias will be removed in an upcoming breaking change release")]
2525
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchPoolUsageMetric"), OutputType(typeof(PSPoolUsageMetrics))]
2626
[Alias("Get-AzBatchPoolUsageMetrics")]
2727
public class GetBatchPoolUsageMetrics : BatchObjectModelCmdletBase

src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
namespace Microsoft.Azure.Commands.Batch
2222
{
23-
[GenericBreakingChange("Get-AzBatchTaskCounts alias will be removed in an upcoming breaking change release", "2.0.0")]
23+
[GenericBreakingChange("Get-AzBatchTaskCounts alias will be removed in an upcoming breaking change release")]
2424
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchTaskCount"),OutputType(typeof(PSTaskCounts))]
2525
[Alias("Get-AzBatchTaskCounts")]
2626
public class GetBatchTaskCountCommand : BatchObjectModelCmdletBase

src/DataLakeStore/DataLakeStore/DataPlaneCommands/ExportAzureRmDataLakeStoreItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace Microsoft.Azure.Commands.DataLakeStore
2323
{
24-
[GenericBreakingChange("For store side export failures, Export-AzDataLakeStoreItem will throw exception instead of printing message on screen", "2.0.0", "05/18/2020")]
24+
[GenericBreakingChange("For store side export failures, Export-AzDataLakeStoreItem will throw exception instead of printing message on screen", "2.0.0")]
2525
[Cmdlet("Export", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "DataLakeStoreItem", SupportsShouldProcess = true, DefaultParameterSetName = BaseParameterSetName), OutputType(typeof(string))]
2626
[Alias("Export-AdlStoreItem")]
2727
public class ExportAzureDataLakeStoreItem : DataLakeStoreFileSystemCmdletBase

src/DataLakeStore/DataLakeStore/DataPlaneCommands/ImportAzureRmDataLakeStoreItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace Microsoft.Azure.Commands.DataLakeStore
2323
{
24-
[GenericBreakingChange("For store side import failures, Import-AzDataLakeStoreItem will throw exception instead of printing message on screen", "2.0.0", "05/18/2020")]
24+
[GenericBreakingChange("For store side import failures, Import-AzDataLakeStoreItem will throw exception instead of printing message on screen", "2.0.0")]
2525
[Cmdlet("Import", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "DataLakeStoreItem", SupportsShouldProcess = true, DefaultParameterSetName = BaseParameterSetName), OutputType(typeof(string))]
2626
[Alias("Import-AdlStoreItem")]
2727
public class ImportAzureDataLakeStoreItem : DataLakeStoreFileSystemCmdletBase

0 commit comments

Comments
 (0)