Skip to content

Commit c58ca1e

Browse files
committed
Update clu-getstart.md
1 parent 5871eeb commit c58ca1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clu-getstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To test on osx/linux boxes, do #1, open `<repo-root>\drop\clurun`, you should se
6262

6363
### Quick introductions on cmdlets
6464
* Run commands using the ‘azure’ prefix, cmdlet nouns, and cmdlet verbs, for example, `azure environment get` maps to the cmdlet `Get-AzureRmEnvironment`
65-
* Cmdlet parameters use the double dash (--) so for example, getting a subscription with a particular name would be: `azure subscription get –SubscriptionName “name of subscription"`
65+
* Cmdlet parameters use the double dash (--) so for example, getting a subscription with a particular name would be: `azure subscription get –-SubscriptionName “name of subscription"`
6666
* To log in, 3 options
6767
* login interactively using device flow, this is the only option for msa account or any org-id with 2fa enforced, example: `azure account add`
6868
* login with user and password, this works on org-id w/o 2fa enforced, example: `azure account add --Username [email protected] --Password password1`

0 commit comments

Comments
 (0)