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/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Resource/MoveAzureResourceCmdlet.cs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,9 @@ public class MoveAzureResourceCommand : ResourceManagerCmdletBase
67
67
[Parameter(Mandatory=false,HelpMessage="Do not ask for confirmation.")]
68
68
publicSwitchParameterForce{get;set;}
69
69
70
+
[Parameter(Mandatory=false,HelpMessage="Run cmdlet in the background")]
Copy file name to clipboardExpand all lines: src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/ResourceGroupDeployments/NewAzureResourceGroupDeploymentCmdlet.cs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,9 @@ public class NewAzureResourceGroupDeploymentCmdlet : ResourceWithParameterCmdlet
49
49
[Parameter(Mandatory=false,HelpMessage="Do not ask for confirmation.")]
50
50
publicSwitchParameterForce{get;set;}
51
51
52
+
[Parameter(Mandatory=false,HelpMessage="Run cmdlet in the background")]
Copy file name to clipboardExpand all lines: src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/ResourceGroups/RemoveAzureResourceGroupCmdlet.cs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,9 @@ public class RemoveAzureResourceGroupCmdlet : ResourceManagerCmdletBase
51
51
[Parameter(Mandatory=false,HelpMessage="Do not ask for confirmation.")]
52
52
publicSwitchParameterForce{get;set;}
53
53
54
+
[Parameter(Mandatory=false,HelpMessage="Run cmdlet in the background")]
0 commit comments