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/DeploymentStacks/NewAzManagementGroupDeploymentStack.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -135,9 +135,9 @@ public class NewAzManagementGroupDeploymentStack : DeploymentStacksCmdletBase
135
135
/*[Parameter(Mandatory = false, HelpMessage = "Singal to delete unmanaged stack management groups after updating stack.")]
136
136
public SwitchParameter DeleteManagementGroups { get; set; }*/
137
137
138
-
[Parameter(Mandatory=false,
139
-
HelpMessage="The scope at which the initial deployment should be created. If a scope isn't specified, it will default to the scope of the deployment stack.")]
Copy file name to clipboardExpand all lines: src/Resources/ResourceManager/Implementation/DeploymentStacks/SetAzManagmentGroupDeploymentStack.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -124,9 +124,9 @@ public class SetAzManagementGroupDeploymentStack : DeploymentStacksCmdletBase
124
124
HelpMessage="Location of the stack")]
125
125
publicstringLocation{get;set;}
126
126
127
-
[Parameter(Mandatory=false,
128
-
HelpMessage="The scope at which the initial deployment should be created. If a scope isn't specified, it will default to the scope of the deployment stack.")]
0 commit comments