Difference between revisions of "Az config get"

From wikieduonline
Jump to navigation Jump to search
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 ==

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

Advertising: