Difference between revisions of "Az config get"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
[[az config set]] | [[az config set]] | ||
+ | |||
+ | az config get | ||
+ | Command group 'config' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus | ||
+ | { | ||
+ | "cloud": [ | ||
+ | { | ||
+ | "name": "name", | ||
+ | "source": "/Users/YOUR_USERNAME/[[.azure/]]config", | ||
+ | "value": "AzureCloud" | ||
+ | } | ||
+ | ], | ||
+ | "core": [ | ||
+ | { | ||
+ | "name": "first_run", | ||
+ | "source": "/Users/YOUR_USERNAME/.azure/config", | ||
+ | "value": "yes" | ||
+ | } | ||
+ | ] | ||
+ | } | ||
== See also == | == See also == |
Latest revision as of 00:36, 1 February 2022
az config set
az config get Command group 'config' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus { "cloud": [ { "name": "name", "source": "/Users/YOUR_USERNAME/.azure/config", "value": "AzureCloud" } ], "core": [ { "name": "first_run", "source": "/Users/YOUR_USERNAME/.azure/config", "value": "yes" } ] }
See also[edit]
Advertising: