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
HelpMessage="The name of the deployment it's going to create. Only valid when a template is used. When a template is used, if the user doesn't specify a deployment name, use the current time, like \"20131223140835\".")]
39
-
[ValidateNotNullOrEmpty]
40
-
publicstringDeploymentName{get;set;}
41
-
42
38
[Alias("Tags")]
43
39
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="An array of hashtables which represents resource tags.")]
WriteWarning("The deployment parameters in New-AzureRmResourceGroup cmdlet is being deprecated and will be removed in a future release. Please use New-AzureRmResourceGroupDeployment to submit deployments.");
69
-
}
55
+
70
56
WriteWarning("The output object of this cmdlet will be modified in a future release.");
0 commit comments