You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/GetAzureResourceGroupDeploymentOperationCmdlet.cs
@@ -37,7 +41,6 @@ public class GetAzureResourceGroupDeploymentOperationCmdlet : ResourceManagerCmd
37
41
/// <summary>
38
42
/// Gets or sets the subscription id parameter.
39
43
/// </summary>
40
-
[CmdletParameterBreakingChange("SubscriptionId",ChangeDescription="Parameter is deprecated and is a no-op parameter. It will be retired in a future release")]
41
44
[Parameter(Mandatory=false,ValueFromPipeline=true,ValueFromPipelineByPropertyName=true,HelpMessage="The subscription to use.")]
42
45
[ValidateNotNullOrEmpty]
43
46
publicGuid?SubscriptionId{get;set;}
@@ -55,11 +58,68 @@ public class GetAzureResourceGroupDeploymentOperationCmdlet : ResourceManagerCmd
0 commit comments