Skip to content

Commit b60e319

Browse files
authored
[StreamAnalytics]Add breaking change message for the cmdlet. (#14650)
* [StreamAnalytics]Add breaking change message for the cmdlet. * [StreamAnalytics]Rollback vs studio 16 to 15. * [StreamAnalytics] updated ChangeLog.md.
1 parent 7274f25 commit b60e319

22 files changed

+43
-0
lines changed

src/StreamAnalytics/StreamAnalytics/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* The parameters of all cmdlet will be updated in an upcoming breaking change release.
2122

2223
## Version 1.0.1
2324
* Update references in .psd1 to use relative path

src/StreamAnalytics/StreamAnalytics/Function/GetAzureStreamAnalyticsFunctionCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
// ----------------------------------------------------------------------------------
1313

1414
using Microsoft.Azure.Commands.StreamAnalytics.Models;
15+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1516
using System.Collections.Generic;
1617
using System.Management.Automation;
1718
using System.Security.Permissions;
1819

1920
namespace Microsoft.Azure.Commands.StreamAnalytics
2021
{
22+
[GenericBreakingChange("The parameters of Get-AzStreamAnalyticsFunction will be updated in an upcoming breaking change release.", "2.0.0")]
2123
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsFunction"), OutputType(typeof(PSFunction))]
2224
public class GetAzureStreamAnalyticsFunctionCommand : StreamAnalyticsResourceProviderBaseCmdlet
2325
{

src/StreamAnalytics/StreamAnalytics/Function/GetAzureStreamAnalyticsFunctionDefaultDefinitionCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
1616
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using Microsoft.WindowsAzure.Commands.Utilities.Common;
1819
using System;
1920
using System.Management.Automation;
2021
using System.Security.Permissions;
2122

2223
namespace Microsoft.Azure.Commands.StreamAnalytics
2324
{
25+
[GenericBreakingChange("The parameters of Get-AzStreamAnalyticsDefaultFunctionDefinition will be updated in an upcoming breaking change release.", "2.0.0")]
2426
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsDefaultFunctionDefinition"), OutputType(typeof(PSFunction))]
2527
public class GetAzureStreamAnalyticsFunctionDefaultDefinitionCommand : StreamAnalyticsResourceProviderBaseCmdlet
2628
{

src/StreamAnalytics/StreamAnalytics/Function/NewAzureStreamAnalyticsFunctionCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
1616
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using Microsoft.WindowsAzure.Commands.Utilities.Common;
1819
using System;
1920
using System.Management.Automation;
2021
using System.Security.Permissions;
2122

2223
namespace Microsoft.Azure.Commands.StreamAnalytics
2324
{
25+
[GenericBreakingChange("The parameters of New-AzStreamAnalyticsFunction will be updated in an upcoming breaking change release.", "2.0.0")]
2426
[Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsFunction", SupportsShouldProcess = true), OutputType(typeof(PSFunction))]
2527
public class NewAzureStreamAnalyticsFunctionCommand : StreamAnalyticsResourceProviderBaseCmdlet
2628
{

src/StreamAnalytics/StreamAnalytics/Function/RemoveAzureStreamAnalyticsFunctionCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
using System.Management.Automation;
1919
using System.Net;
2020
using System.Security.Permissions;
21+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
2122

2223
namespace Microsoft.Azure.Commands.StreamAnalytics
2324
{
25+
[GenericBreakingChange("The parameters of Remove-AzStreamAnalyticsFunction will be updated in an upcoming breaking change release.", "2.0.0")]
2426
[Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsFunction", SupportsShouldProcess = true), OutputType(typeof(bool))]
2527
public class RemoveAzureStreamAnalyticsFunctionCommand : StreamAnalyticsResourceProviderBaseCmdlet
2628
{

src/StreamAnalytics/StreamAnalytics/Function/TestAzureStreamAnalyticsFunctionCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
1616
using Microsoft.Azure.Management.StreamAnalytics.Models;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using System;
1819
using System.Globalization;
1920
using System.Management.Automation;
@@ -22,6 +23,7 @@
2223

2324
namespace Microsoft.Azure.Commands.StreamAnalytics
2425
{
26+
[GenericBreakingChange("The parameters of Test-AzStreamAnalyticsFunction will be updated in an upcoming breaking change release.", "2.0.0")]
2527
[Cmdlet("Test", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsFunction"), OutputType(typeof(bool))]
2628
public class TestAzureStreamAnalyticsFunctionCommand : StreamAnalyticsResourceProviderBaseCmdlet
2729
{

src/StreamAnalytics/StreamAnalytics/Input/GetAzureStreamAnalyticsInputCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
16+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1617
using System.Collections.Generic;
1718
using System.Management.Automation;
1819
using System.Security.Permissions;
1920

2021
namespace Microsoft.Azure.Commands.StreamAnalytics
2122
{
23+
[GenericBreakingChange("The parameters of Get-AzStreamAnalyticsInput will be updated in an upcoming breaking change release.", "2.0.0")]
2224
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsInput"), OutputType(typeof(PSInput))]
2325
public class GetAzureStreamAnalyticsInputCommand : StreamAnalyticsResourceProviderBaseCmdlet
2426
{

src/StreamAnalytics/StreamAnalytics/Input/NewAzureStreamAnalyticsInputCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
1616
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using Microsoft.WindowsAzure.Commands.Utilities.Common;
1819
using System;
1920
using System.Management.Automation;
2021
using System.Security.Permissions;
2122

2223
namespace Microsoft.Azure.Commands.StreamAnalytics
2324
{
25+
[GenericBreakingChange("The parameters of New-AzStreamAnalyticsInput will be updated in an upcoming breaking change release.", "2.0.0")]
2426
[Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsInput", SupportsShouldProcess = true), OutputType(typeof(PSInput))]
2527
public class NewAzureStreamAnalyticsInputCommand : StreamAnalyticsResourceProviderBaseCmdlet
2628
{

src/StreamAnalytics/StreamAnalytics/Input/RemoveAzureStreamAnalyticsInputCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
using System.Management.Automation;
1919
using System.Net;
2020
using System.Security.Permissions;
21+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
2122

2223
namespace Microsoft.Azure.Commands.StreamAnalytics
2324
{
25+
[GenericBreakingChange("The parameters of Remove-AzStreamAnalyticsInput will be updated in an upcoming breaking change release.", "2.0.0")]
2426
[Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsInput", SupportsShouldProcess = true), OutputType(typeof(bool))]
2527
public class RemoveAzureStreamAnalyticsInputCommand : StreamAnalyticsResourceProviderBaseCmdlet
2628
{

src/StreamAnalytics/StreamAnalytics/Input/TestAzureStreamAnalyticsInputCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
1616
using Microsoft.Azure.Management.StreamAnalytics.Models;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using System;
1819
using System.Globalization;
1920
using System.Management.Automation;
@@ -22,6 +23,7 @@
2223

2324
namespace Microsoft.Azure.Commands.StreamAnalytics
2425
{
26+
[GenericBreakingChange("The parameters of Test-AzStreamAnalyticsInput will be updated in an upcoming breaking change release.", "2.0.0")]
2527
[Cmdlet("Test", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsInput"), OutputType(typeof(bool))]
2628
public class TestAzureStreamAnalyticsInputCommand : StreamAnalyticsResourceProviderBaseCmdlet
2729
{

src/StreamAnalytics/StreamAnalytics/Job/GetAzureStreamAnalyticsJobCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414

1515
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
1616
using Microsoft.Azure.Commands.StreamAnalytics.Models;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using System.Collections.Generic;
1819
using System.Management.Automation;
1920
using System.Security.Permissions;
2021

2122
namespace Microsoft.Azure.Commands.StreamAnalytics
2223
{
24+
[GenericBreakingChange("The parameters of Get-AzStreamAnalyticsJob will be updated in an upcoming breaking change release.", "2.0.0")]
2325
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsJob"), OutputType(typeof(PSJob))]
2426
public class GetAzureStreamAnalyticsJobCommand : StreamAnalyticsBaseCmdlet
2527
{

src/StreamAnalytics/StreamAnalytics/Job/NewAzureStreamAnalyticsJobCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
1616
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using Microsoft.WindowsAzure.Commands.Utilities.Common;
1819
using System;
1920
using System.Management.Automation;
2021
using System.Security.Permissions;
2122

2223
namespace Microsoft.Azure.Commands.StreamAnalytics
2324
{
25+
[GenericBreakingChange("The parameters of New-AzStreamAnalyticsJob will be updated in an upcoming breaking change release.", "2.0.0")]
2426
[Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsJob", SupportsShouldProcess = true), OutputType(typeof(PSJob))]
2527
public class NewAzureStreamAnalyticsJobCommand : StreamAnalyticsResourceProviderBaseCmdlet
2628
{

src/StreamAnalytics/StreamAnalytics/Job/RemoveAzureStreamAnalyticsJobCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
using System.Management.Automation;
2020
using System.Net;
2121
using System.Security.Permissions;
22+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
2223

2324
namespace Microsoft.Azure.Commands.StreamAnalytics
2425
{
26+
[GenericBreakingChange("The parameters of Remove-AzStreamAnalyticsJob will be updated in an upcoming breaking change release.", "2.0.0")]
2527
[Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsJob", SupportsShouldProcess = true), OutputType(typeof(bool))]
2628
public class RemoveAzureStreamAnalyticsJobCommand : StreamAnalyticsResourceProviderBaseCmdlet
2729
{

src/StreamAnalytics/StreamAnalytics/Job/StartAzureStreamAnalyticsJobCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
1616
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
1717
using Microsoft.Azure.Management.StreamAnalytics.Models;
18+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1819
using System;
1920
using System.Globalization;
2021
using System.Management.Automation;
@@ -23,6 +24,7 @@
2324

2425
namespace Microsoft.Azure.Commands.StreamAnalytics
2526
{
27+
[GenericBreakingChange("The parameters of Start-AzStreamAnalyticsJob will be updated in an upcoming breaking change release.", "2.0.0")]
2628
[Cmdlet("Start", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsJob"), OutputType(typeof(bool))]
2729
public class StartAzureStreamAnalyticsJobCommand : StreamAnalyticsResourceProviderBaseCmdlet
2830
{

src/StreamAnalytics/StreamAnalytics/Job/StopAzureStreamAnalyticsJobCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
1616
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using System.Globalization;
1819
using System.Management.Automation;
1920
using System.Net;
2021
using System.Security.Permissions;
2122

2223
namespace Microsoft.Azure.Commands.StreamAnalytics
2324
{
25+
[GenericBreakingChange("The parameters of Stop-AzStreamAnalyticsJob will be updated in an upcoming breaking change release.", "2.0.0")]
2426
[Cmdlet("Stop", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsJob"), OutputType(typeof(bool))]
2527
public class StopAzureStreamAnalyticsJobCommand : StreamAnalyticsResourceProviderBaseCmdlet
2628
{

src/StreamAnalytics/StreamAnalytics/Output/GetAzureStreamAnalyticsOutputCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
16+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1617
using System.Collections.Generic;
1718
using System.Management.Automation;
1819
using System.Security.Permissions;
1920

2021
namespace Microsoft.Azure.Commands.StreamAnalytics
2122
{
23+
[GenericBreakingChange("The parameters of Get-AzStreamAnalyticsOutput will be updated in an upcoming breaking change release.", "2.0.0")]
2224
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsOutput"), OutputType(typeof(PSOutput))]
2325
public class GetAzureStreamAnalyticsOutputCommand : StreamAnalyticsResourceProviderBaseCmdlet
2426
{

src/StreamAnalytics/StreamAnalytics/Output/NewAzureStreamAnalyticsOutputCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
1616
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using Microsoft.WindowsAzure.Commands.Utilities.Common;
1819
using System;
1920
using System.Management.Automation;
2021
using System.Security.Permissions;
2122

2223
namespace Microsoft.Azure.Commands.StreamAnalytics
2324
{
25+
[GenericBreakingChange("The parameters of New-AzStreamAnalyticsOutput will be updated in an upcoming breaking change release.", "2.0.0")]
2426
[Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsOutput", SupportsShouldProcess = true), OutputType(typeof(PSOutput))]
2527
public class NewAzureStreamAnalyticsOutputCommand : StreamAnalyticsResourceProviderBaseCmdlet
2628
{

src/StreamAnalytics/StreamAnalytics/Output/RemoveAzureStreamAnalyticsOutputCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
using System.Management.Automation;
1919
using System.Net;
2020
using System.Security.Permissions;
21+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
2122

2223
namespace Microsoft.Azure.Commands.StreamAnalytics
2324
{
25+
[GenericBreakingChange("The parameters of Remove-AzStreamAnalyticsOutput will be updated in an upcoming breaking change release.", "2.0.0")]
2426
[Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsOutput", SupportsShouldProcess = true), OutputType(typeof(bool))]
2527
public class RemoveAzureStreamAnalyticsOutputCommand : StreamAnalyticsResourceProviderBaseCmdlet
2628
{

src/StreamAnalytics/StreamAnalytics/Output/TestAzureStreamAnalyticsOutputCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
1616
using Microsoft.Azure.Management.StreamAnalytics.Models;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using System;
1819
using System.Globalization;
1920
using System.Management.Automation;
@@ -22,6 +23,7 @@
2223

2324
namespace Microsoft.Azure.Commands.StreamAnalytics
2425
{
26+
[GenericBreakingChange("The parameters of Test-AzStreamAnalyticsOutput will be updated in an upcoming breaking change release.", "2.0.0")]
2527
[Cmdlet("Test", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsOutput"), OutputType(typeof(bool))]
2628
public class TestAzureStreamAnalyticsOutputCommand : StreamAnalyticsResourceProviderBaseCmdlet
2729
{

src/StreamAnalytics/StreamAnalytics/Subscription/GetAzureStreamAnalyticsQuotasCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414

1515
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
1616
using Microsoft.Azure.Commands.StreamAnalytics.Models;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using System.Collections.Generic;
1819
using System.Management.Automation;
1920
using System.Security.Permissions;
2021

2122
namespace Microsoft.Azure.Commands.StreamAnalytics
2223
{
24+
[GenericBreakingChange("The parameters of Get-AzStreamAnalyticsQuota will be updated in an upcoming breaking change release.", "2.0.0")]
2325
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsQuota"), OutputType(typeof(PSQuota))]
2426
public class GetAzureStreamAnalyticsQuotasCommand : StreamAnalyticsBaseCmdlet
2527
{

src/StreamAnalytics/StreamAnalytics/Transformation/GetAzureStreamAnalyticsTransformationCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
16+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1617
using System.Collections.Generic;
1718
using System.Management.Automation;
1819
using System.Security.Permissions;
1920

2021
namespace Microsoft.Azure.Commands.StreamAnalytics
2122
{
23+
[GenericBreakingChange("The parameters of Get-AzStreamAnalyticsTransformation will be updated in an upcoming breaking change release.", "2.0.0")]
2224
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsTransformation"), OutputType(typeof(PSTransformation))]
2325
public class GetAzureStreamAnalyticsTransformationCommand : StreamAnalyticsResourceProviderBaseCmdlet
2426
{

src/StreamAnalytics/StreamAnalytics/Transformation/NewAzureStreamAnalyticsTransformationCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414

1515
using Microsoft.Azure.Commands.StreamAnalytics.Models;
1616
using Microsoft.Azure.Commands.StreamAnalytics.Properties;
17+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1718
using Microsoft.WindowsAzure.Commands.Utilities.Common;
1819
using System;
1920
using System.Management.Automation;
2021
using System.Security.Permissions;
2122

2223
namespace Microsoft.Azure.Commands.StreamAnalytics
2324
{
25+
[GenericBreakingChange("The parameters of New-AzStreamAnalyticsTransformation will be updated in an upcoming breaking change release.", "2.0.0")]
2426
[Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "StreamAnalyticsTransformation", SupportsShouldProcess = true), OutputType(typeof(PSTransformation))]
2527
public class NewAzureStreamAnalyticsTransformationCommand : StreamAnalyticsResourceProviderBaseCmdlet
2628
{

0 commit comments

Comments
 (0)