diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 86878ecbdc..f1e8026a45 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -185,6 +185,11 @@ "redirect_url":"/cli/azure/use-azure-cli-successfully", "redirect_document_id": false }, + { + "source_path":"docs-ref-conceptual/authenticate-azure-cli-web-account-manager.md", + "redirect_url":"/cli/azure/authenticate-azure-cli-interactively", + "redirect_document_id": false + }, { "source_path":"docs-ref-conceptual/azure-cli-rest-tutorial.md", "redirect_url":"/cli/azure/use-azure-cli-rest-command", diff --git a/2017-03-09-profile/docs-ref-autogen/ad/ds.yml b/2017-03-09-profile/docs-ref-autogen/ad/ds.yml index 03a993bd0f..8806d78252 100644 --- a/2017-03-09-profile/docs-ref-autogen/ad/ds.yml +++ b/2017-03-09-profile/docs-ref-autogen/ad/ds.yml @@ -179,6 +179,7 @@ directCommands: [--name] [--no-wait] [--resource-group] + [--subscription] [--yes] examples: - summary: |- @@ -198,6 +199,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -234,6 +238,7 @@ directCommands: az ad ds show [--ids] [--name] [--resource-group] + [--subscription] examples: - summary: |- Get Domain Service @@ -248,6 +253,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_ad_ds_update name: az ad ds update summary: |- @@ -275,6 +283,7 @@ directCommands: [--resource-group] [--settings] [--sku {Enterprise, Premium, Standard}] + [--subscription] [--sync-kerberos-pwd {Disabled, Enabled}] [--sync-ntlm-pwd {Disabled, Enabled}] [--sync-on-prem-pwd {Disabled, Enabled}] @@ -377,6 +386,9 @@ directCommands: parameterValueGroup: "Enterprise, Premium, Standard" summary: |- Sku Type. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --sync-kerberos-pwd parameterValueGroup: "Disabled, Enabled" summary: |- @@ -413,6 +425,7 @@ directCommands: [--interval] [--name] [--resource-group] + [--subscription] [--timeout] [--updated] examples: @@ -454,6 +467,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --timeout defaultValue: "3600" summary: |- diff --git a/2017-03-09-profile/docs-ref-autogen/firmwareanalysis/firmware.yml b/2017-03-09-profile/docs-ref-autogen/firmwareanalysis/firmware.yml index 64b7d12f0d..4eaed9f6dc 100644 --- a/2017-03-09-profile/docs-ref-autogen/firmwareanalysis/firmware.yml +++ b/2017-03-09-profile/docs-ref-autogen/firmwareanalysis/firmware.yml @@ -88,7 +88,7 @@ directCommands: summary: |- File size of the uploaded firmware image. - name: --firmware-id --name -n - defaultValue: "831ee62e-3e06-42a4-aee7-e0abffb9cbb0" + defaultValue: "73f254be-4237-4402-8d04-84221eaa0b8b" summary: |- The id of the firmware. - name: --model diff --git a/2017-03-09-profile/docs-ref-autogen/mysql.yml b/2017-03-09-profile/docs-ref-autogen/mysql.yml index 59249c4dd1..3c7dc5da40 100644 --- a/2017-03-09-profile/docs-ref-autogen/mysql.yml +++ b/2017-03-09-profile/docs-ref-autogen/mysql.yml @@ -18,9 +18,11 @@ directCommands: sourceType: Extension syntax: >- az mysql down [--delete-group] + [--ids] [--no-wait] [--resource-group] [--server-name] + [--subscription] [--yes] examples: - summary: |- @@ -33,6 +35,9 @@ directCommands: - name: --delete-group summary: |- Delete the resource group. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --no-wait defaultValue: "False" summary: |- @@ -43,6 +48,9 @@ directCommands: - name: --server-name -s summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -57,7 +65,9 @@ directCommands: az mysql show-connection-string [--admin-password] [--admin-user] [--database-name] + [--ids] [--server-name] + [--subscription] optionalParameters: - name: --admin-password -p defaultValue: "{password}" @@ -71,10 +81,16 @@ directCommands: defaultValue: "{database}" summary: |- The name of a database. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --server-name -s defaultValue: "{server}" summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_mysql_up name: az mysql up summary: |- @@ -88,12 +104,14 @@ directCommands: [--database-name] [--generate-password] [--geo-redundant-backup {Disabled, Enabled}] + [--ids] [--location] [--resource-group] [--server-name] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] + [--subscription] [--tags] [--version] examples: @@ -124,6 +142,9 @@ directCommands: parameterValueGroup: "Disabled, Enabled" summary: |- Enable Geo-redundant or not for server backup. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --location -l summary: |- Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`. @@ -145,6 +166,9 @@ directCommands: - name: --storage-size summary: |- The max storage size of the server. Unit is megabytes. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --tags summary: |- Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. diff --git a/2017-03-09-profile/docs-ref-autogen/postgres.yml b/2017-03-09-profile/docs-ref-autogen/postgres.yml index 3509c11600..01156fc33e 100644 --- a/2017-03-09-profile/docs-ref-autogen/postgres.yml +++ b/2017-03-09-profile/docs-ref-autogen/postgres.yml @@ -18,9 +18,11 @@ directCommands: sourceType: Extension syntax: >- az postgres down [--delete-group] + [--ids] [--no-wait] [--resource-group] [--server-name] + [--subscription] [--yes] examples: - summary: |- @@ -33,6 +35,9 @@ directCommands: - name: --delete-group summary: |- Delete the resource group. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --no-wait defaultValue: "False" summary: |- @@ -43,6 +48,9 @@ directCommands: - name: --server-name -s summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -57,7 +65,9 @@ directCommands: az postgres show-connection-string [--admin-password] [--admin-user] [--database-name] + [--ids] [--server-name] + [--subscription] optionalParameters: - name: --admin-password -p defaultValue: "{password}" @@ -71,10 +81,16 @@ directCommands: defaultValue: "{database}" summary: |- The name of a database. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --server-name -s defaultValue: "{server}" summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_postgres_up name: az postgres up summary: |- @@ -88,12 +104,14 @@ directCommands: [--database-name] [--generate-password] [--geo-redundant-backup {Disabled, Enabled}] + [--ids] [--location] [--resource-group] [--server-name] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] + [--subscription] [--tags] [--version] examples: @@ -124,6 +142,9 @@ directCommands: parameterValueGroup: "Disabled, Enabled" summary: |- Enable Geo-redundant or not for server backup. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --location -l summary: |- Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`. @@ -145,6 +166,9 @@ directCommands: - name: --storage-size summary: |- The max storage size of the server. Unit is megabytes. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --tags summary: |- Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. diff --git a/2017-03-09-profile/docs-ref-autogen/postgres/server-arc/endpoint.yml b/2017-03-09-profile/docs-ref-autogen/postgres/server-arc/endpoint.yml index 08b4544128..7f9a787557 100644 --- a/2017-03-09-profile/docs-ref-autogen/postgres/server-arc/endpoint.yml +++ b/2017-03-09-profile/docs-ref-autogen/postgres/server-arc/endpoint.yml @@ -21,20 +21,22 @@ directCommands: previewOrExperimentalInfo: "Command group 'postgres server-arc' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus" sourceType: Extension syntax: >- - az postgres server-arc endpoint list [--k8s-namespace] - [--name] + az postgres server-arc endpoint list --name + [--k8s-namespace] [--use-k8s] examples: - summary: |- List Azure Arc enabled PostgreSQL server endpoints. syntax: az postgres server-arc endpoint list --name postgres01 --k8s-namespace namespace --use-k8s + requiredParameters: + - isRequired: true + name: --name -n + summary: |- + Name of the Azure Arc enabled PostgreSQL server. optionalParameters: - name: --k8s-namespace -k summary: |- The Kubernetes namespace where the Azure Arc enabled PostgreSQL server is deployed. If no namespace is specified, then the namespace defined in the kubeconfig will be used. - - name: --name -n - summary: |- - Name of the Azure Arc enabled PostgreSQL server. - name: --use-k8s summary: |- Use local Kubernetes APIs to perform this action. diff --git a/2017-03-09-profile/docs-ref-autogen/storage/blob/directory.yml b/2017-03-09-profile/docs-ref-autogen/storage/blob/directory.yml index 168d3e2c1d..b64fd0d97f 100644 --- a/2017-03-09-profile/docs-ref-autogen/storage/blob/directory.yml +++ b/2017-03-09-profile/docs-ref-autogen/storage/blob/directory.yml @@ -573,7 +573,7 @@ directCommands: - isRequired: true name: --destination-path -d summary: |- - The upload destination directory path. It should be an absolute path to container. If the specified destination path does not exist, a new directory path will be created. + The destination path that will be prepended to the blob name. - isRequired: true name: --source -s summary: |- diff --git a/2017-03-09-profile/docs-ref-autogen/webapp/scan.yml b/2017-03-09-profile/docs-ref-autogen/webapp/scan.yml index 72951afbc9..c5816b1fc9 100644 --- a/2017-03-09-profile/docs-ref-autogen/webapp/scan.yml +++ b/2017-03-09-profile/docs-ref-autogen/webapp/scan.yml @@ -17,22 +17,27 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan list-result --name - --resource-group + az webapp scan list-result [--ids] + [--name] + [--resource-group] [--slot] - requiredParameters: - - isRequired: true - name: --name -n + [--subscription] + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_show-result name: az webapp scan show-result summary: |- @@ -40,27 +45,33 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan show-result --name - --resource-group - --scan-id + az webapp scan show-result --scan-id + [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] requiredParameters: - - isRequired: true - name: --name -n - summary: |- - Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g - summary: |- - Name of resource group. You can configure the default group using `az configure --defaults group=`. - isRequired: true name: --scan-id summary: |- Unique scan id. optionalParameters: - - name: --slot + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n + summary: |- + Name of the webapp to connect to. + - name: --resource-group -g + summary: |- + Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_start name: az webapp scan start summary: |- @@ -68,23 +79,28 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan start --name - --resource-group + az webapp scan start [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] [--timeout] - requiredParameters: - - isRequired: true - name: --name -n + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --timeout summary: |- Timeout for operation in milliseconds. @@ -95,22 +111,27 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan stop --name - --resource-group + az webapp scan stop [--ids] + [--name] + [--resource-group] [--slot] - requiredParameters: - - isRequired: true - name: --name -n + [--subscription] + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_track name: az webapp scan track summary: |- @@ -118,27 +139,33 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan track --name - --resource-group - --scan-id + az webapp scan track --scan-id + [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] requiredParameters: - - isRequired: true - name: --name -n - summary: |- - Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g - summary: |- - Name of resource group. You can configure the default group using `az configure --defaults group=`. - isRequired: true name: --scan-id summary: |- Unique scan id. optionalParameters: - - name: --slot + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n + summary: |- + Name of the webapp to connect to. + - name: --resource-group -g + summary: |- + Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. commands: - az_webapp_scan_list-result - az_webapp_scan_show-result diff --git a/2018-03-01-hybrid/docs-ref-autogen/ad/ds.yml b/2018-03-01-hybrid/docs-ref-autogen/ad/ds.yml index 03a993bd0f..8806d78252 100644 --- a/2018-03-01-hybrid/docs-ref-autogen/ad/ds.yml +++ b/2018-03-01-hybrid/docs-ref-autogen/ad/ds.yml @@ -179,6 +179,7 @@ directCommands: [--name] [--no-wait] [--resource-group] + [--subscription] [--yes] examples: - summary: |- @@ -198,6 +199,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -234,6 +238,7 @@ directCommands: az ad ds show [--ids] [--name] [--resource-group] + [--subscription] examples: - summary: |- Get Domain Service @@ -248,6 +253,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_ad_ds_update name: az ad ds update summary: |- @@ -275,6 +283,7 @@ directCommands: [--resource-group] [--settings] [--sku {Enterprise, Premium, Standard}] + [--subscription] [--sync-kerberos-pwd {Disabled, Enabled}] [--sync-ntlm-pwd {Disabled, Enabled}] [--sync-on-prem-pwd {Disabled, Enabled}] @@ -377,6 +386,9 @@ directCommands: parameterValueGroup: "Enterprise, Premium, Standard" summary: |- Sku Type. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --sync-kerberos-pwd parameterValueGroup: "Disabled, Enabled" summary: |- @@ -413,6 +425,7 @@ directCommands: [--interval] [--name] [--resource-group] + [--subscription] [--timeout] [--updated] examples: @@ -454,6 +467,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --timeout defaultValue: "3600" summary: |- diff --git a/2018-03-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml b/2018-03-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml index 64b7d12f0d..4eaed9f6dc 100644 --- a/2018-03-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml +++ b/2018-03-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml @@ -88,7 +88,7 @@ directCommands: summary: |- File size of the uploaded firmware image. - name: --firmware-id --name -n - defaultValue: "831ee62e-3e06-42a4-aee7-e0abffb9cbb0" + defaultValue: "73f254be-4237-4402-8d04-84221eaa0b8b" summary: |- The id of the firmware. - name: --model diff --git a/2018-03-01-hybrid/docs-ref-autogen/mysql.yml b/2018-03-01-hybrid/docs-ref-autogen/mysql.yml index 59249c4dd1..3c7dc5da40 100644 --- a/2018-03-01-hybrid/docs-ref-autogen/mysql.yml +++ b/2018-03-01-hybrid/docs-ref-autogen/mysql.yml @@ -18,9 +18,11 @@ directCommands: sourceType: Extension syntax: >- az mysql down [--delete-group] + [--ids] [--no-wait] [--resource-group] [--server-name] + [--subscription] [--yes] examples: - summary: |- @@ -33,6 +35,9 @@ directCommands: - name: --delete-group summary: |- Delete the resource group. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --no-wait defaultValue: "False" summary: |- @@ -43,6 +48,9 @@ directCommands: - name: --server-name -s summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -57,7 +65,9 @@ directCommands: az mysql show-connection-string [--admin-password] [--admin-user] [--database-name] + [--ids] [--server-name] + [--subscription] optionalParameters: - name: --admin-password -p defaultValue: "{password}" @@ -71,10 +81,16 @@ directCommands: defaultValue: "{database}" summary: |- The name of a database. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --server-name -s defaultValue: "{server}" summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_mysql_up name: az mysql up summary: |- @@ -88,12 +104,14 @@ directCommands: [--database-name] [--generate-password] [--geo-redundant-backup {Disabled, Enabled}] + [--ids] [--location] [--resource-group] [--server-name] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] + [--subscription] [--tags] [--version] examples: @@ -124,6 +142,9 @@ directCommands: parameterValueGroup: "Disabled, Enabled" summary: |- Enable Geo-redundant or not for server backup. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --location -l summary: |- Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`. @@ -145,6 +166,9 @@ directCommands: - name: --storage-size summary: |- The max storage size of the server. Unit is megabytes. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --tags summary: |- Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. diff --git a/2018-03-01-hybrid/docs-ref-autogen/postgres.yml b/2018-03-01-hybrid/docs-ref-autogen/postgres.yml index 3509c11600..01156fc33e 100644 --- a/2018-03-01-hybrid/docs-ref-autogen/postgres.yml +++ b/2018-03-01-hybrid/docs-ref-autogen/postgres.yml @@ -18,9 +18,11 @@ directCommands: sourceType: Extension syntax: >- az postgres down [--delete-group] + [--ids] [--no-wait] [--resource-group] [--server-name] + [--subscription] [--yes] examples: - summary: |- @@ -33,6 +35,9 @@ directCommands: - name: --delete-group summary: |- Delete the resource group. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --no-wait defaultValue: "False" summary: |- @@ -43,6 +48,9 @@ directCommands: - name: --server-name -s summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -57,7 +65,9 @@ directCommands: az postgres show-connection-string [--admin-password] [--admin-user] [--database-name] + [--ids] [--server-name] + [--subscription] optionalParameters: - name: --admin-password -p defaultValue: "{password}" @@ -71,10 +81,16 @@ directCommands: defaultValue: "{database}" summary: |- The name of a database. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --server-name -s defaultValue: "{server}" summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_postgres_up name: az postgres up summary: |- @@ -88,12 +104,14 @@ directCommands: [--database-name] [--generate-password] [--geo-redundant-backup {Disabled, Enabled}] + [--ids] [--location] [--resource-group] [--server-name] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] + [--subscription] [--tags] [--version] examples: @@ -124,6 +142,9 @@ directCommands: parameterValueGroup: "Disabled, Enabled" summary: |- Enable Geo-redundant or not for server backup. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --location -l summary: |- Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`. @@ -145,6 +166,9 @@ directCommands: - name: --storage-size summary: |- The max storage size of the server. Unit is megabytes. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --tags summary: |- Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. diff --git a/2018-03-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml b/2018-03-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml index 08b4544128..7f9a787557 100644 --- a/2018-03-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml +++ b/2018-03-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml @@ -21,20 +21,22 @@ directCommands: previewOrExperimentalInfo: "Command group 'postgres server-arc' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus" sourceType: Extension syntax: >- - az postgres server-arc endpoint list [--k8s-namespace] - [--name] + az postgres server-arc endpoint list --name + [--k8s-namespace] [--use-k8s] examples: - summary: |- List Azure Arc enabled PostgreSQL server endpoints. syntax: az postgres server-arc endpoint list --name postgres01 --k8s-namespace namespace --use-k8s + requiredParameters: + - isRequired: true + name: --name -n + summary: |- + Name of the Azure Arc enabled PostgreSQL server. optionalParameters: - name: --k8s-namespace -k summary: |- The Kubernetes namespace where the Azure Arc enabled PostgreSQL server is deployed. If no namespace is specified, then the namespace defined in the kubeconfig will be used. - - name: --name -n - summary: |- - Name of the Azure Arc enabled PostgreSQL server. - name: --use-k8s summary: |- Use local Kubernetes APIs to perform this action. diff --git a/2018-03-01-hybrid/docs-ref-autogen/storage/blob/directory.yml b/2018-03-01-hybrid/docs-ref-autogen/storage/blob/directory.yml index 168d3e2c1d..b64fd0d97f 100644 --- a/2018-03-01-hybrid/docs-ref-autogen/storage/blob/directory.yml +++ b/2018-03-01-hybrid/docs-ref-autogen/storage/blob/directory.yml @@ -573,7 +573,7 @@ directCommands: - isRequired: true name: --destination-path -d summary: |- - The upload destination directory path. It should be an absolute path to container. If the specified destination path does not exist, a new directory path will be created. + The destination path that will be prepended to the blob name. - isRequired: true name: --source -s summary: |- diff --git a/2018-03-01-hybrid/docs-ref-autogen/webapp/scan.yml b/2018-03-01-hybrid/docs-ref-autogen/webapp/scan.yml index 72951afbc9..c5816b1fc9 100644 --- a/2018-03-01-hybrid/docs-ref-autogen/webapp/scan.yml +++ b/2018-03-01-hybrid/docs-ref-autogen/webapp/scan.yml @@ -17,22 +17,27 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan list-result --name - --resource-group + az webapp scan list-result [--ids] + [--name] + [--resource-group] [--slot] - requiredParameters: - - isRequired: true - name: --name -n + [--subscription] + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_show-result name: az webapp scan show-result summary: |- @@ -40,27 +45,33 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan show-result --name - --resource-group - --scan-id + az webapp scan show-result --scan-id + [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] requiredParameters: - - isRequired: true - name: --name -n - summary: |- - Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g - summary: |- - Name of resource group. You can configure the default group using `az configure --defaults group=`. - isRequired: true name: --scan-id summary: |- Unique scan id. optionalParameters: - - name: --slot + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n + summary: |- + Name of the webapp to connect to. + - name: --resource-group -g + summary: |- + Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_start name: az webapp scan start summary: |- @@ -68,23 +79,28 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan start --name - --resource-group + az webapp scan start [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] [--timeout] - requiredParameters: - - isRequired: true - name: --name -n + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --timeout summary: |- Timeout for operation in milliseconds. @@ -95,22 +111,27 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan stop --name - --resource-group + az webapp scan stop [--ids] + [--name] + [--resource-group] [--slot] - requiredParameters: - - isRequired: true - name: --name -n + [--subscription] + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_track name: az webapp scan track summary: |- @@ -118,27 +139,33 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan track --name - --resource-group - --scan-id + az webapp scan track --scan-id + [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] requiredParameters: - - isRequired: true - name: --name -n - summary: |- - Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g - summary: |- - Name of resource group. You can configure the default group using `az configure --defaults group=`. - isRequired: true name: --scan-id summary: |- Unique scan id. optionalParameters: - - name: --slot + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n + summary: |- + Name of the webapp to connect to. + - name: --resource-group -g + summary: |- + Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. commands: - az_webapp_scan_list-result - az_webapp_scan_show-result diff --git a/2019-03-01-hybrid/docs-ref-autogen/ad/ds.yml b/2019-03-01-hybrid/docs-ref-autogen/ad/ds.yml index 03a993bd0f..8806d78252 100644 --- a/2019-03-01-hybrid/docs-ref-autogen/ad/ds.yml +++ b/2019-03-01-hybrid/docs-ref-autogen/ad/ds.yml @@ -179,6 +179,7 @@ directCommands: [--name] [--no-wait] [--resource-group] + [--subscription] [--yes] examples: - summary: |- @@ -198,6 +199,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -234,6 +238,7 @@ directCommands: az ad ds show [--ids] [--name] [--resource-group] + [--subscription] examples: - summary: |- Get Domain Service @@ -248,6 +253,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_ad_ds_update name: az ad ds update summary: |- @@ -275,6 +283,7 @@ directCommands: [--resource-group] [--settings] [--sku {Enterprise, Premium, Standard}] + [--subscription] [--sync-kerberos-pwd {Disabled, Enabled}] [--sync-ntlm-pwd {Disabled, Enabled}] [--sync-on-prem-pwd {Disabled, Enabled}] @@ -377,6 +386,9 @@ directCommands: parameterValueGroup: "Enterprise, Premium, Standard" summary: |- Sku Type. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --sync-kerberos-pwd parameterValueGroup: "Disabled, Enabled" summary: |- @@ -413,6 +425,7 @@ directCommands: [--interval] [--name] [--resource-group] + [--subscription] [--timeout] [--updated] examples: @@ -454,6 +467,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --timeout defaultValue: "3600" summary: |- diff --git a/2019-03-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml b/2019-03-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml index 64b7d12f0d..4eaed9f6dc 100644 --- a/2019-03-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml +++ b/2019-03-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml @@ -88,7 +88,7 @@ directCommands: summary: |- File size of the uploaded firmware image. - name: --firmware-id --name -n - defaultValue: "831ee62e-3e06-42a4-aee7-e0abffb9cbb0" + defaultValue: "73f254be-4237-4402-8d04-84221eaa0b8b" summary: |- The id of the firmware. - name: --model diff --git a/2019-03-01-hybrid/docs-ref-autogen/mysql.yml b/2019-03-01-hybrid/docs-ref-autogen/mysql.yml index 59249c4dd1..3c7dc5da40 100644 --- a/2019-03-01-hybrid/docs-ref-autogen/mysql.yml +++ b/2019-03-01-hybrid/docs-ref-autogen/mysql.yml @@ -18,9 +18,11 @@ directCommands: sourceType: Extension syntax: >- az mysql down [--delete-group] + [--ids] [--no-wait] [--resource-group] [--server-name] + [--subscription] [--yes] examples: - summary: |- @@ -33,6 +35,9 @@ directCommands: - name: --delete-group summary: |- Delete the resource group. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --no-wait defaultValue: "False" summary: |- @@ -43,6 +48,9 @@ directCommands: - name: --server-name -s summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -57,7 +65,9 @@ directCommands: az mysql show-connection-string [--admin-password] [--admin-user] [--database-name] + [--ids] [--server-name] + [--subscription] optionalParameters: - name: --admin-password -p defaultValue: "{password}" @@ -71,10 +81,16 @@ directCommands: defaultValue: "{database}" summary: |- The name of a database. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --server-name -s defaultValue: "{server}" summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_mysql_up name: az mysql up summary: |- @@ -88,12 +104,14 @@ directCommands: [--database-name] [--generate-password] [--geo-redundant-backup {Disabled, Enabled}] + [--ids] [--location] [--resource-group] [--server-name] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] + [--subscription] [--tags] [--version] examples: @@ -124,6 +142,9 @@ directCommands: parameterValueGroup: "Disabled, Enabled" summary: |- Enable Geo-redundant or not for server backup. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --location -l summary: |- Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`. @@ -145,6 +166,9 @@ directCommands: - name: --storage-size summary: |- The max storage size of the server. Unit is megabytes. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --tags summary: |- Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. diff --git a/2019-03-01-hybrid/docs-ref-autogen/postgres.yml b/2019-03-01-hybrid/docs-ref-autogen/postgres.yml index 3509c11600..01156fc33e 100644 --- a/2019-03-01-hybrid/docs-ref-autogen/postgres.yml +++ b/2019-03-01-hybrid/docs-ref-autogen/postgres.yml @@ -18,9 +18,11 @@ directCommands: sourceType: Extension syntax: >- az postgres down [--delete-group] + [--ids] [--no-wait] [--resource-group] [--server-name] + [--subscription] [--yes] examples: - summary: |- @@ -33,6 +35,9 @@ directCommands: - name: --delete-group summary: |- Delete the resource group. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --no-wait defaultValue: "False" summary: |- @@ -43,6 +48,9 @@ directCommands: - name: --server-name -s summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -57,7 +65,9 @@ directCommands: az postgres show-connection-string [--admin-password] [--admin-user] [--database-name] + [--ids] [--server-name] + [--subscription] optionalParameters: - name: --admin-password -p defaultValue: "{password}" @@ -71,10 +81,16 @@ directCommands: defaultValue: "{database}" summary: |- The name of a database. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --server-name -s defaultValue: "{server}" summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_postgres_up name: az postgres up summary: |- @@ -88,12 +104,14 @@ directCommands: [--database-name] [--generate-password] [--geo-redundant-backup {Disabled, Enabled}] + [--ids] [--location] [--resource-group] [--server-name] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] + [--subscription] [--tags] [--version] examples: @@ -124,6 +142,9 @@ directCommands: parameterValueGroup: "Disabled, Enabled" summary: |- Enable Geo-redundant or not for server backup. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --location -l summary: |- Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`. @@ -145,6 +166,9 @@ directCommands: - name: --storage-size summary: |- The max storage size of the server. Unit is megabytes. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --tags summary: |- Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. diff --git a/2019-03-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml b/2019-03-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml index 08b4544128..7f9a787557 100644 --- a/2019-03-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml +++ b/2019-03-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml @@ -21,20 +21,22 @@ directCommands: previewOrExperimentalInfo: "Command group 'postgres server-arc' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus" sourceType: Extension syntax: >- - az postgres server-arc endpoint list [--k8s-namespace] - [--name] + az postgres server-arc endpoint list --name + [--k8s-namespace] [--use-k8s] examples: - summary: |- List Azure Arc enabled PostgreSQL server endpoints. syntax: az postgres server-arc endpoint list --name postgres01 --k8s-namespace namespace --use-k8s + requiredParameters: + - isRequired: true + name: --name -n + summary: |- + Name of the Azure Arc enabled PostgreSQL server. optionalParameters: - name: --k8s-namespace -k summary: |- The Kubernetes namespace where the Azure Arc enabled PostgreSQL server is deployed. If no namespace is specified, then the namespace defined in the kubeconfig will be used. - - name: --name -n - summary: |- - Name of the Azure Arc enabled PostgreSQL server. - name: --use-k8s summary: |- Use local Kubernetes APIs to perform this action. diff --git a/2019-03-01-hybrid/docs-ref-autogen/storage/blob/directory.yml b/2019-03-01-hybrid/docs-ref-autogen/storage/blob/directory.yml index 168d3e2c1d..b64fd0d97f 100644 --- a/2019-03-01-hybrid/docs-ref-autogen/storage/blob/directory.yml +++ b/2019-03-01-hybrid/docs-ref-autogen/storage/blob/directory.yml @@ -573,7 +573,7 @@ directCommands: - isRequired: true name: --destination-path -d summary: |- - The upload destination directory path. It should be an absolute path to container. If the specified destination path does not exist, a new directory path will be created. + The destination path that will be prepended to the blob name. - isRequired: true name: --source -s summary: |- diff --git a/2019-03-01-hybrid/docs-ref-autogen/webapp/scan.yml b/2019-03-01-hybrid/docs-ref-autogen/webapp/scan.yml index 72951afbc9..c5816b1fc9 100644 --- a/2019-03-01-hybrid/docs-ref-autogen/webapp/scan.yml +++ b/2019-03-01-hybrid/docs-ref-autogen/webapp/scan.yml @@ -17,22 +17,27 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan list-result --name - --resource-group + az webapp scan list-result [--ids] + [--name] + [--resource-group] [--slot] - requiredParameters: - - isRequired: true - name: --name -n + [--subscription] + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_show-result name: az webapp scan show-result summary: |- @@ -40,27 +45,33 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan show-result --name - --resource-group - --scan-id + az webapp scan show-result --scan-id + [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] requiredParameters: - - isRequired: true - name: --name -n - summary: |- - Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g - summary: |- - Name of resource group. You can configure the default group using `az configure --defaults group=`. - isRequired: true name: --scan-id summary: |- Unique scan id. optionalParameters: - - name: --slot + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n + summary: |- + Name of the webapp to connect to. + - name: --resource-group -g + summary: |- + Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_start name: az webapp scan start summary: |- @@ -68,23 +79,28 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan start --name - --resource-group + az webapp scan start [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] [--timeout] - requiredParameters: - - isRequired: true - name: --name -n + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --timeout summary: |- Timeout for operation in milliseconds. @@ -95,22 +111,27 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan stop --name - --resource-group + az webapp scan stop [--ids] + [--name] + [--resource-group] [--slot] - requiredParameters: - - isRequired: true - name: --name -n + [--subscription] + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_track name: az webapp scan track summary: |- @@ -118,27 +139,33 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan track --name - --resource-group - --scan-id + az webapp scan track --scan-id + [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] requiredParameters: - - isRequired: true - name: --name -n - summary: |- - Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g - summary: |- - Name of resource group. You can configure the default group using `az configure --defaults group=`. - isRequired: true name: --scan-id summary: |- Unique scan id. optionalParameters: - - name: --slot + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n + summary: |- + Name of the webapp to connect to. + - name: --resource-group -g + summary: |- + Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. commands: - az_webapp_scan_list-result - az_webapp_scan_show-result diff --git a/2020-09-01-hybrid/docs-ref-autogen/ad/ds.yml b/2020-09-01-hybrid/docs-ref-autogen/ad/ds.yml index 03a993bd0f..8806d78252 100644 --- a/2020-09-01-hybrid/docs-ref-autogen/ad/ds.yml +++ b/2020-09-01-hybrid/docs-ref-autogen/ad/ds.yml @@ -179,6 +179,7 @@ directCommands: [--name] [--no-wait] [--resource-group] + [--subscription] [--yes] examples: - summary: |- @@ -198,6 +199,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -234,6 +238,7 @@ directCommands: az ad ds show [--ids] [--name] [--resource-group] + [--subscription] examples: - summary: |- Get Domain Service @@ -248,6 +253,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_ad_ds_update name: az ad ds update summary: |- @@ -275,6 +283,7 @@ directCommands: [--resource-group] [--settings] [--sku {Enterprise, Premium, Standard}] + [--subscription] [--sync-kerberos-pwd {Disabled, Enabled}] [--sync-ntlm-pwd {Disabled, Enabled}] [--sync-on-prem-pwd {Disabled, Enabled}] @@ -377,6 +386,9 @@ directCommands: parameterValueGroup: "Enterprise, Premium, Standard" summary: |- Sku Type. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --sync-kerberos-pwd parameterValueGroup: "Disabled, Enabled" summary: |- @@ -413,6 +425,7 @@ directCommands: [--interval] [--name] [--resource-group] + [--subscription] [--timeout] [--updated] examples: @@ -454,6 +467,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --timeout defaultValue: "3600" summary: |- diff --git a/2020-09-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml b/2020-09-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml index 64b7d12f0d..4eaed9f6dc 100644 --- a/2020-09-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml +++ b/2020-09-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml @@ -88,7 +88,7 @@ directCommands: summary: |- File size of the uploaded firmware image. - name: --firmware-id --name -n - defaultValue: "831ee62e-3e06-42a4-aee7-e0abffb9cbb0" + defaultValue: "73f254be-4237-4402-8d04-84221eaa0b8b" summary: |- The id of the firmware. - name: --model diff --git a/2020-09-01-hybrid/docs-ref-autogen/mysql.yml b/2020-09-01-hybrid/docs-ref-autogen/mysql.yml index 59249c4dd1..3c7dc5da40 100644 --- a/2020-09-01-hybrid/docs-ref-autogen/mysql.yml +++ b/2020-09-01-hybrid/docs-ref-autogen/mysql.yml @@ -18,9 +18,11 @@ directCommands: sourceType: Extension syntax: >- az mysql down [--delete-group] + [--ids] [--no-wait] [--resource-group] [--server-name] + [--subscription] [--yes] examples: - summary: |- @@ -33,6 +35,9 @@ directCommands: - name: --delete-group summary: |- Delete the resource group. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --no-wait defaultValue: "False" summary: |- @@ -43,6 +48,9 @@ directCommands: - name: --server-name -s summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -57,7 +65,9 @@ directCommands: az mysql show-connection-string [--admin-password] [--admin-user] [--database-name] + [--ids] [--server-name] + [--subscription] optionalParameters: - name: --admin-password -p defaultValue: "{password}" @@ -71,10 +81,16 @@ directCommands: defaultValue: "{database}" summary: |- The name of a database. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --server-name -s defaultValue: "{server}" summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_mysql_up name: az mysql up summary: |- @@ -88,12 +104,14 @@ directCommands: [--database-name] [--generate-password] [--geo-redundant-backup {Disabled, Enabled}] + [--ids] [--location] [--resource-group] [--server-name] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] + [--subscription] [--tags] [--version] examples: @@ -124,6 +142,9 @@ directCommands: parameterValueGroup: "Disabled, Enabled" summary: |- Enable Geo-redundant or not for server backup. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --location -l summary: |- Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`. @@ -145,6 +166,9 @@ directCommands: - name: --storage-size summary: |- The max storage size of the server. Unit is megabytes. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --tags summary: |- Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. diff --git a/2020-09-01-hybrid/docs-ref-autogen/postgres.yml b/2020-09-01-hybrid/docs-ref-autogen/postgres.yml index 3509c11600..01156fc33e 100644 --- a/2020-09-01-hybrid/docs-ref-autogen/postgres.yml +++ b/2020-09-01-hybrid/docs-ref-autogen/postgres.yml @@ -18,9 +18,11 @@ directCommands: sourceType: Extension syntax: >- az postgres down [--delete-group] + [--ids] [--no-wait] [--resource-group] [--server-name] + [--subscription] [--yes] examples: - summary: |- @@ -33,6 +35,9 @@ directCommands: - name: --delete-group summary: |- Delete the resource group. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --no-wait defaultValue: "False" summary: |- @@ -43,6 +48,9 @@ directCommands: - name: --server-name -s summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -57,7 +65,9 @@ directCommands: az postgres show-connection-string [--admin-password] [--admin-user] [--database-name] + [--ids] [--server-name] + [--subscription] optionalParameters: - name: --admin-password -p defaultValue: "{password}" @@ -71,10 +81,16 @@ directCommands: defaultValue: "{database}" summary: |- The name of a database. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --server-name -s defaultValue: "{server}" summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_postgres_up name: az postgres up summary: |- @@ -88,12 +104,14 @@ directCommands: [--database-name] [--generate-password] [--geo-redundant-backup {Disabled, Enabled}] + [--ids] [--location] [--resource-group] [--server-name] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] + [--subscription] [--tags] [--version] examples: @@ -124,6 +142,9 @@ directCommands: parameterValueGroup: "Disabled, Enabled" summary: |- Enable Geo-redundant or not for server backup. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --location -l summary: |- Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`. @@ -145,6 +166,9 @@ directCommands: - name: --storage-size summary: |- The max storage size of the server. Unit is megabytes. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --tags summary: |- Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. diff --git a/2020-09-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml b/2020-09-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml index 08b4544128..7f9a787557 100644 --- a/2020-09-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml +++ b/2020-09-01-hybrid/docs-ref-autogen/postgres/server-arc/endpoint.yml @@ -21,20 +21,22 @@ directCommands: previewOrExperimentalInfo: "Command group 'postgres server-arc' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus" sourceType: Extension syntax: >- - az postgres server-arc endpoint list [--k8s-namespace] - [--name] + az postgres server-arc endpoint list --name + [--k8s-namespace] [--use-k8s] examples: - summary: |- List Azure Arc enabled PostgreSQL server endpoints. syntax: az postgres server-arc endpoint list --name postgres01 --k8s-namespace namespace --use-k8s + requiredParameters: + - isRequired: true + name: --name -n + summary: |- + Name of the Azure Arc enabled PostgreSQL server. optionalParameters: - name: --k8s-namespace -k summary: |- The Kubernetes namespace where the Azure Arc enabled PostgreSQL server is deployed. If no namespace is specified, then the namespace defined in the kubeconfig will be used. - - name: --name -n - summary: |- - Name of the Azure Arc enabled PostgreSQL server. - name: --use-k8s summary: |- Use local Kubernetes APIs to perform this action. diff --git a/2020-09-01-hybrid/docs-ref-autogen/storage/blob/directory.yml b/2020-09-01-hybrid/docs-ref-autogen/storage/blob/directory.yml index 168d3e2c1d..b64fd0d97f 100644 --- a/2020-09-01-hybrid/docs-ref-autogen/storage/blob/directory.yml +++ b/2020-09-01-hybrid/docs-ref-autogen/storage/blob/directory.yml @@ -573,7 +573,7 @@ directCommands: - isRequired: true name: --destination-path -d summary: |- - The upload destination directory path. It should be an absolute path to container. If the specified destination path does not exist, a new directory path will be created. + The destination path that will be prepended to the blob name. - isRequired: true name: --source -s summary: |- diff --git a/2020-09-01-hybrid/docs-ref-autogen/webapp/scan.yml b/2020-09-01-hybrid/docs-ref-autogen/webapp/scan.yml index 72951afbc9..c5816b1fc9 100644 --- a/2020-09-01-hybrid/docs-ref-autogen/webapp/scan.yml +++ b/2020-09-01-hybrid/docs-ref-autogen/webapp/scan.yml @@ -17,22 +17,27 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan list-result --name - --resource-group + az webapp scan list-result [--ids] + [--name] + [--resource-group] [--slot] - requiredParameters: - - isRequired: true - name: --name -n + [--subscription] + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_show-result name: az webapp scan show-result summary: |- @@ -40,27 +45,33 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan show-result --name - --resource-group - --scan-id + az webapp scan show-result --scan-id + [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] requiredParameters: - - isRequired: true - name: --name -n - summary: |- - Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g - summary: |- - Name of resource group. You can configure the default group using `az configure --defaults group=`. - isRequired: true name: --scan-id summary: |- Unique scan id. optionalParameters: - - name: --slot + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n + summary: |- + Name of the webapp to connect to. + - name: --resource-group -g + summary: |- + Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_start name: az webapp scan start summary: |- @@ -68,23 +79,28 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan start --name - --resource-group + az webapp scan start [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] [--timeout] - requiredParameters: - - isRequired: true - name: --name -n + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --timeout summary: |- Timeout for operation in milliseconds. @@ -95,22 +111,27 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan stop --name - --resource-group + az webapp scan stop [--ids] + [--name] + [--resource-group] [--slot] - requiredParameters: - - isRequired: true - name: --name -n + [--subscription] + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_track name: az webapp scan track summary: |- @@ -118,27 +139,33 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan track --name - --resource-group - --scan-id + az webapp scan track --scan-id + [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] requiredParameters: - - isRequired: true - name: --name -n - summary: |- - Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g - summary: |- - Name of resource group. You can configure the default group using `az configure --defaults group=`. - isRequired: true name: --scan-id summary: |- Unique scan id. optionalParameters: - - name: --slot + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n + summary: |- + Name of the webapp to connect to. + - name: --resource-group -g + summary: |- + Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. commands: - az_webapp_scan_list-result - az_webapp_scan_show-result diff --git a/docs-ref-conceptual/TOC.yml b/docs-ref-conceptual/TOC.yml index ea37dab5f7..365c8a90ff 100644 --- a/docs-ref-conceptual/TOC.yml +++ b/docs-ref-conceptual/TOC.yml @@ -55,15 +55,13 @@ authenticate, WAM - name: Sign in interactively href: authenticate-azure-cli-interactively.md + displayName: WAM, browser based login, credential based login, refresh tokens - name: Sign in interactively (preview) - href: authenticate-azure-cli-preview.md + href: authenticate-azure-cli-preview.md - name: Sign in with a service principal href: authenticate-azure-cli-service-principal.md - name: Sign in with a managed identity href: authenticate-azure-cli-managed-identity.md - - name: Sign in with Web Account Manager - href: authenticate-azure-cli-web-account-manager.md - displayName: WAM - name: What's new items: - name: Overview diff --git a/docs-ref-conceptual/authenticate-azure-cli-interactively.md b/docs-ref-conceptual/authenticate-azure-cli-interactively.md index 7db372f2ee..55a75c8d89 100644 --- a/docs-ref-conceptual/authenticate-azure-cli-interactively.md +++ b/docs-ref-conceptual/authenticate-azure-cli-interactively.md @@ -14,7 +14,30 @@ keywords: az login, authentication types, authentication methods, azure, cli log # Sign in interactively with Azure CLI -The Azure CLI's default authentication method for logins uses a web browser and access token to sign in. +Interactive logins to Azure offer a more intuitive and flexible user experience. Interactive login with Azure CLI allows users to authenticate to Azure directly through the [az login](/cli/azure/reference-index#az-login) command, which is useful for ad-hoc management tasks and for environments that require manual sign-in, such as those with multi-factor authentication (MFA). This method simplifies access for script testing, learning, and on-the-fly management without needing to pre-configure service principals or other noninteractive authentication methods. + +## Sign in with Web Account Manager (WAM) on Windows + +As of Azure CLI version [2.61.0](./release-notes-azure-cli.md#may-21-2024), WAM is now the default authentication method on Windows. WAM is a Windows 10+ component that acts as an authentication broker. (An authentication broker is an application that runs on a user’s machine that manages the authentication handshakes and token maintenance for connected accounts.) + +Using WAM has several benefits: + +* Enhanced security. See [Conditional Access: Token protection (preview)](/azure/active-directory/conditional-access/concept-token-protection). +* Support for Windows Hello, conditional access policies, and FIDO keys. +* Streamlined single sign-on. +* Bug fixes and enhancements shipped with Windows. + +If you encounter any issue and want to revert to the previous browser-based authentication method, run the following script: + +```azurecli-interactive +az account clear +az config set core.enable_broker_on_windows=false +az login +``` + +## Sign in with a browser + +WAM is available on Windows 10 and later, and on Windows Server 2019 and later. On Mac, Linux, and earlier versions of Windows, the Azure CLI will continue to automatically default to a browser. [!INCLUDE [interactive_login](includes/interactive-login.md)] @@ -69,5 +92,4 @@ Microsoft Edge. Add `localhost` under "_Delete domain security policy_" and sele ## See also * [Azure CLI Onboarding cheat sheet](./cheat-sheet-onboarding.md) -* [Manage Azure subscriptions with the Azure CLI](./manage-azure-subscriptions-azure-cli.md) * Find Azure CLI [samples](./samples-index.md) and [published docs](./reference-docs-index.md) diff --git a/docs-ref-conceptual/authenticate-azure-cli-web-account-manager.md b/docs-ref-conceptual/authenticate-azure-cli-web-account-manager.md deleted file mode 100644 index ce1c298347..0000000000 --- a/docs-ref-conceptual/authenticate-azure-cli-web-account-manager.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Sign in with Azure CLI using web account manager (WAM) | Microsoft Docs -description: Learn how to sign into the Azure CLI using web account manager (WAM). -author: jiasli -ms.author: jiasli -manager: yonzhan -ms.date: 09/22/2023 -ms.topic: conceptual -ms.service: azure-cli -ms.tool: azure-cli -ms.custom: devx-track-azurecli, seo-azure-cli -keywords: az login, authentication types, authentication methods, azure, cli login, az login powershell, cli login, sign in, azure cli ---- - -# Sign in with Web Account Manager (WAM) using Azure CLI - -The Azure CLI now offers preview support for Web Account Manager (WAM). WAM is a Windows 10+ component that acts as an authentication broker. (An authentication broker is an application that runs on a user’s machine that manages the authentication handshakes and token maintenance for connected accounts.) - -Using WAM has several benefits: - -* Enhanced security. See [Conditional Access: Token protection (preview)](/azure/active-directory/conditional-access/concept-token-protection). -* Support for Windows Hello, conditional access policies, and FIDO keys. -* Streamlined single sign-on. -* Bug fixes and enhancements shipped with Windows. - -Signing in with WAM is a preview, opt-in feature. Once enabled, the previous browser-based user interface is replaced. - -```azurecli-interactive -az config set core.allow_broker=true -az account clear -az login -``` - -At the current stage of development, there are a few known limitations to WAM: - -* WAM is available on Windows 10 and later, and on Windows Server 2019 and later. On Mac, Linux, and earlier versions of Windows, the Azure CLI automatically defaults to a browser. -* Microsoft Accounts (for example @outlook.com or @live.com) aren't currently supported. We're working with the Microsoft Identity team to bring the support later. - -## See also - -* [Azure CLI Onboarding cheat sheet](./cheat-sheet-onboarding.md) -* [Manage Azure subscriptions with the Azure CLI](./manage-azure-subscriptions-azure-cli.md) -* [Learn more about Web Account Manager](/windows/uwp/security/web-account-manager) -* Find Azure CLI [samples](./samples-index.md) and [published docs](./reference-docs-index.md) diff --git a/docs-ref-conceptual/authenticate-azure-cli.md b/docs-ref-conceptual/authenticate-azure-cli.md index ade213f6d2..6b025fa8c0 100644 --- a/docs-ref-conceptual/authenticate-azure-cli.md +++ b/docs-ref-conceptual/authenticate-azure-cli.md @@ -27,7 +27,6 @@ There are five authentication options when working with the Azure CLI: | [Sign in interactively (preview)](./authenticate-azure-cli-preview.md) | This option prompts you to pick your subscription when using the [az login](/cli/azure/reference-index#az-login) command. | [Sign in using a service principal](./authenticate-azure-cli-service-principal.md) | When you write scripts, using a service principal is the recommended approach. You grant just the appropriate permissions needed to a service principal keeping your automation secure. | [Sign in with a managed identity](./authenticate-azure-cli-managed-identity.md) | A common challenge for developers is the management of secrets, credentials, certificates, and keys used to secure communication between services. Using a managed identity eliminates the need for you to manage these credentials. -| [Sign in using Web Account Manager (WAM)](./authenticate-azure-cli-web-account-manager.md) | WAM is a Windows 10+ component that acts as an authentication broker. WAM provides enhanced security and enhancements are shipped with Windows. ## Find or change your current subscription diff --git a/docs-ref-conceptual/azure-cli-extensions-list.md b/docs-ref-conceptual/azure-cli-extensions-list.md index 19af84cd36..abc23b3dd6 100644 --- a/docs-ref-conceptual/azure-cli-extensions-list.md +++ b/docs-ref-conceptual/azure-cli-extensions-list.md @@ -4,7 +4,7 @@ description: A complete list of officially supported Azure Command-Line Interfac author: haroldrandom ms.author: jianzen manager: yonzhan,yungezz -ms.date: 05/15/2024 +ms.date: 05/20/2024 ms.topic: article ms.service: azure-cli ms.devlang: azure-cli @@ -32,7 +32,7 @@ You will be prompted to install an extension on first use. |[adp](https://github.com/Azure/azure-cli-extensions/tree/main/src/adp) | 2.40.0 | Microsoft Azure Command-Line Tools Adp Extension. | Experimental | [0.1.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/adp/HISTORY.rst) | |[aem](https://github.com/Azure/azure-cli-extensions) | 2.19.1 | Manage Azure Enhanced Monitoring Extensions for SAP | GA | [0.3.0](https://github.com/Azure/azure-cli-extensions) | |[ai-examples](https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples) | 2.2.0 | Add AI powered examples to help content. | Preview | [0.2.5](https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples/HISTORY.rst) | -|[aks-preview](https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview) | 2.56.0 | Provides a preview for upcoming AKS features | Preview | [4.0.0b3](https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview/HISTORY.rst) | +|[aks-preview](https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview) | 2.56.0 | Provides a preview for upcoming AKS features | Preview | [4.0.0b4](https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview/HISTORY.rst) | |[aksarc](https://learn.microsoft.com/en-us/azure/aks/hybrid/) | 2.32.0 | Microsoft Azure Command-Line Tools HybridContainerService Extension | GA | [1.2.20](https://learn.microsoft.com/en-us/azure/aks/hybrid/) | |[akshybrid](https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/akshybrid) | 2.32.0 | Microsoft Azure Command-Line Tools HybridContainerService Extension | Experimental | [0.1.2](https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/akshybrid) | |[alb](https://github.com/Azure/azure-cli-extensions/tree/main/src/alb) | 2.51.0 | Microsoft Azure Command-Line Tools ALB Extension. | Preview | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/alb/HISTORY.rst) | @@ -40,7 +40,7 @@ You will be prompted to install an extension on first use. |[alias](https://github.com/Azure/azure-cli-extensions) | 2.0.50.dev0 | Support for command aliases | Preview | [0.5.2](https://github.com/Azure/azure-cli-extensions) | |[amg](https://github.com/Azure/azure-cli-extensions/tree/master/src/amg) | 2.38.0 | Microsoft Azure Command-Line Tools Azure Managed Grafana Extension | GA | [1.3.2](https://github.com/Azure/azure-cli-extensions/tree/master/src/amg/HISTORY.rst) | |[amlfs](https://github.com/Azure/azure-cli-extensions/tree/main/src/amlfs) | 2.49.0 | Microsoft Azure Command-Line Tools Amlfs Extension. | GA | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/amlfs/HISTORY.rst) | -|[aosm](https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm) | 2.45.0 | Microsoft Azure Command-Line Tools Aosm Extension | Preview | [1.0.0b3](https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm/HISTORY.rst) | +|[aosm](https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm) | 2.54.0 | Microsoft Azure Command-Line Tools Aosm Extension | Preview | [2.0.0b1](https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm/HISTORY.rst) | |[apic-extension](https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension) | 2.57.0 | Microsoft Azure Command-Line Tools ApicExtension Extension. | Preview | [1.0.0b5](https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension/HISTORY.rst) | |[application-insights](https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights) | 2.55.0 | Support for managing Application Insights components and querying metrics, events, and logs from such components. | GA | [1.2.1](https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights/HISTORY.rst) | |[appservice-kube](https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube) | 2.34.1 | Microsoft Azure Command-Line Tools App Service on Kubernetes Extension | Preview | [0.1.10](https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube/HISTORY.rst) | @@ -53,7 +53,7 @@ You will be prompted to install an extension on first use. |[automation](https://github.com/Azure/azure-cli-extensions/tree/main/src/automation) | 2.55.0 | Microsoft Azure Command-Line Tools AutomationClient Extension | Experimental | [1.0.0b1](https://github.com/Azure/azure-cli-extensions/tree/main/src/automation/HISTORY.rst) | |[azure-batch-cli-extensions](https://github.com/Azure/azure-batch-cli-extensions) | 2.30.0 | Additional commands for working with Azure Batch service | GA | [7.0.1](https://github.com/Azure/azure-batch-cli-extensions) | |[azure-cli-ml](https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py) | 2.3.1 | Microsoft Azure Command-Line Tools AzureML Command Module | GA | [1.41.0](https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py/HISTORY.rst) | -|[azure-devops](https://github.com/Microsoft/azure-devops-cli-extension) | 2.30.0 | Tools for managing Azure DevOps. | GA | [1.0.0](https://github.com/Microsoft/azure-devops-cli-extension) | +|[azure-devops](https://github.com/Microsoft/azure-devops-cli-extension) | 2.30.0 | Tools for managing Azure DevOps. | GA | [1.0.1](https://github.com/Microsoft/azure-devops-cli-extension) | |[azure-firewall](https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall) | 2.55.0 | Manage Azure Firewall resources. | GA | [1.0.1](https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall/HISTORY.rst) | |[azure-iot](https://github.com/azure/azure-iot-cli-extension) | 2.37.0 | The Azure IoT extension for Azure CLI. | GA | [0.23.1](https://github.com/azure/azure-iot-cli-extension) | |[azure-iot-ops](https://github.com/azure/azure-iot-ops-cli-extension) | 2.46.0 | The Azure IoT Operations extension for Azure CLI. | Preview | [0.5.0b1](https://github.com/azure/azure-iot-ops-cli-extension) | @@ -77,7 +77,7 @@ You will be prompted to install an extension on first use. |[connectedmachine](https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine) | 2.49.0 | Microsoft Azure Command-Line Tools ConnectedMachine Extension | Preview | [0.7.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine/HISTORY.rst) | |[connectedvmware](https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware) | 2.0.67 | Microsoft Azure Command-Line Tools Connectedvmware Extension | GA | [1.0.1](https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware/HISTORY.rst) | |[connection-monitor-preview](https://github.com/Azure/azure-cli-extensions/tree/master/src/connection-monitor-preview) | 2.0.80 | Microsoft Azure Command-Line Connection Monitor V2 Extension | Preview | [0.1.0](https://github.com/Azure/azure-cli-extensions/tree/master/src/connection-monitor-preview/HISTORY.rst) | -|[containerapp](https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp) | 2.53.0 | Microsoft Azure Command-Line Tools Containerapp Extension | Preview | [0.3.50](https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp/HISTORY.rst) | +|[containerapp](https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp) | 2.53.0 | Microsoft Azure Command-Line Tools Containerapp Extension | Preview | [0.3.51](https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp/HISTORY.rst) | |[cosmosdb-preview](https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview) | 2.17.1 | Microsoft Azure Command-Line Tools Cosmosdb-preview Extension | Preview | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview/HISTORY.rst) | |[costmanagement](https://github.com/Azure/azure-cli-extensions/tree/main/src/costmanagement) | 2.55.0 | Microsoft Azure Command-Line Tools CostManagementClient Extension | GA | [0.3.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/costmanagement/HISTORY.rst) | |[csvmware](https://github.com/Azure/az-vmware-cli) | 2.0.67 | Manage Azure VMware Solution by CloudSimple. | Preview | [0.3.0](https://github.com/Azure/az-vmware-cli) | @@ -94,7 +94,7 @@ You will be prompted to install an extension on first use. |[deploy-to-azure](https://github.com/Azure/deploy-to-azure-cli-extension) | 2.0.60 | Deploy to Azure using Github Actions. | Preview | [0.2.0](https://github.com/Azure/deploy-to-azure-cli-extension) | |[desktopvirtualization](https://github.com/Azure/azure-cli-extensions/tree/main/src/desktopvirtualization) | 2.55.0 | Microsoft Azure Command-Line Tools Desktopvirtualization Extension. | GA | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/desktopvirtualization/HISTORY.rst) | |[dev-spaces](https://github.com/Azure/azure-cli-extensions/tree/master/src/dev-spaces) | 2.1.0 | Dev Spaces provides a rapid, iterative Kubernetes development experience for teams. | GA | [1.0.6](https://github.com/Azure/azure-cli-extensions/tree/master/src/dev-spaces/HISTORY.rst) | -|[devcenter](https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter) | 2.51.0 | Microsoft Azure Command-Line Tools DevCenter Extension | GA | [5.0.1](https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter/HISTORY.rst) | +|[devcenter](https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter) | 2.51.0 | Microsoft Azure Command-Line Tools DevCenter Extension | GA | [6.0.0](https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter/HISTORY.rst) | |[diskpool](https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool) | 2.15.0 | Microsoft Azure Command-Line Tools StoragePoolManagement Extension | Experimental | [0.2.0](https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool/HISTORY.rst) | |[dms-preview](https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview) | 2.27.0 | Support for new Database Migration Service scenarios. | Preview | [0.15.0](https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview/HISTORY.rst) | |[dnc](https://github.com/Azure/azure-cli-extensions/tree/main/src/dnc) | 2.51.0 | Microsoft Azure Command-Line Tools Dnc Extension. | Preview | [0.2.1](https://github.com/Azure/azure-cli-extensions/tree/main/src/dnc/HISTORY.rst) | @@ -130,7 +130,7 @@ You will be prompted to install an extension on first use. |[interactive](https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive) | 2.0.62 | Microsoft Azure Command-Line Interactive Shell | Preview | [0.5.3](https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive/HISTORY.rst) | |[internet-analyzer](https://github.com/Azure/azure-cli-extensions/tree/master/src/internet-analyzer) | 2.0.67 | Microsoft Azure Command-Line Tools Internet Analyzer Extension | Preview | [0.1.0rc6](https://github.com/Azure/azure-cli-extensions/tree/master/src/internet-analyzer/HISTORY.rst) | |[ip-group](https://github.com/Azure/azure-cli-extensions) | 2.0.67 | Microsoft Azure Command-Line Tools IpGroup Extension | Preview | [0.1.2](https://github.com/Azure/azure-cli-extensions) | -|[k8s-configuration](https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration) | 2.15.0 | Microsoft Azure Command-Line Tools K8s-configuration Extension | GA | [1.7.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration/HISTORY.rst) | +|[k8s-configuration](https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration) | 2.15.0 | Microsoft Azure Command-Line Tools K8s-configuration Extension | GA | [2.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration/HISTORY.rst) | |[k8s-extension](https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension) | 2.51.0 | Microsoft Azure Command-Line Tools K8s-extension Extension | GA | [1.6.1](https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension/HISTORY.rst) | |[k8s-runtime](https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime) | 2.57.0 | Microsoft Azure Command-Line Tools K8sRuntime Extension. | GA | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime/HISTORY.rst) | |[k8sconfiguration](https://github.com/Azure/azure-cli-extensions/tree/master/src/k8sconfiguration) | 2.15.0 | Microsoft Azure Command-Line Tools K8sconfiguration Extension | Preview | [0.2.4](https://github.com/Azure/azure-cli-extensions/tree/master/src/k8sconfiguration) | @@ -149,7 +149,7 @@ You will be prompted to install an extension on first use. |[mixed-reality](https://github.com/Azure/azure-cli-extensions/tree/main/src/mixed-reality) | 2.49.0 | Mixed Reality Azure CLI Extension. | Preview | [0.0.5](https://github.com/Azure/azure-cli-extensions/tree/main/src/mixed-reality/HISTORY.rst) | |[ml](https://github.com/Azure/azureml-examples) | 2.15.0 | Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension | GA | [2.26.0](https://github.com/Azure/azureml-examples) | |[mobile-network](https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network) | 2.55.0 | Microsoft Azure Command-Line Tools MobileNetwork Extension. | GA | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network/HISTORY.rst) | -|[monitor-control-service](https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service) | 2.55.0 | Microsoft Azure Command-Line Tools MonitorClient Extension | GA | [1.0.1](https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service/HISTORY.rst) | +|[monitor-control-service](https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service) | 2.57.0 | Microsoft Azure Command-Line Tools MonitorClient Extension | GA | [1.0.2](https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service/HISTORY.rst) | |[netappfiles-preview](https://github.com/Azure/azure-cli-extensions/tree/main/src/netappfiles-preview) | 2.51.0 | Provides a preview for upcoming Azure NetApp Files (ANF) features. | Preview | [1.0.0b1](https://github.com/Azure/azure-cli-extensions/tree/main/src/netappfiles-preview/HISTORY.rst) | |[network-analytics](https://github.com/Azure/azure-cli-extensions/tree/main/src/network-analytics) | 2.51.0 | Microsoft Azure Command-Line Tools NetworkAnalytics Extension. | Preview | [1.0.0b1](https://github.com/Azure/azure-cli-extensions/tree/main/src/network-analytics/HISTORY.rst) | |[networkcloud](https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud) | 2.51.0 | Support for Azure Operator Nexus network cloud commands based on 2023-10-01-preview API version. | GA | [2.0.0b2](https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud/HISTORY.rst) | @@ -170,7 +170,7 @@ You will be prompted to install an extension on first use. |[quantum](https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum) | 2.41.0 | Microsoft Azure Command-Line Tools Quantum Extension | Preview | [1.0.0b3](https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum/HISTORY.rst) | |[qumulo](https://github.com/Azure/azure-cli-extensions/tree/main/src/qumulo) | 2.48.0 | Microsoft Azure Command-Line Tools Qumulo Extension. | GA | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/qumulo/HISTORY.rst) | |[quota](https://github.com/Azure/azure-cli-extensions/tree/main/src/quota) | 2.54.0 | Microsoft Azure Command-Line Tools AzureQuotaExtensionAPI Extension | GA | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/quota/HISTORY.rst) | -|[rdbms-connect](https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect) | 2.19.0 | Support for testing connection to Azure Database for MySQL & PostgreSQL servers. | GA | [1.0.5](https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect/HISTORY.rst) | +|[rdbms-connect](https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect) | 2.19.0 | Support for testing connection to Azure Database for MySQL & PostgreSQL servers. | GA | [1.0.6](https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect/HISTORY.rst) | |[redisenterprise](https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise) | 2.45.0 | Microsoft Azure Command-Line Tools RedisEnterprise Extension. | GA | [0.1.4](https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise/HISTORY.rst) | |[reservation](https://github.com/Azure/azure-cli-extensions/tree/main/src/reservation) | 2.50.0 | Microsoft Azure Command-Line Tools Reservation Extension | GA | [0.3.1](https://github.com/Azure/azure-cli-extensions/tree/main/src/reservation/HISTORY.rst) | |[resource-graph](https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-graph) | 2.22.0 | Support for querying Azure resources with Resource Graph. | GA | [2.1.0](https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-graph/HISTORY.rst) | @@ -184,13 +184,14 @@ You will be prompted to install an extension on first use. |[serial-console](https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console) | 2.15.0 | Microsoft Azure Command-Line Tools for Serial Console Extension | Preview | [0.1.8](https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console/HISTORY.rst) | |[serviceconnector-passwordless](https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless) | 2.60.0 | Microsoft Azure Command-Line Tools Serviceconnector-passwordless Extension | GA | [2.0.2](https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless/HISTORY.rst) | |[site-recovery](https://github.com/Azure/azure-cli-extensions/tree/main/src/site-recovery) | 2.51.0 | Microsoft Azure Command-Line Tools SiteRecovery Extension. | Experimental | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/site-recovery/HISTORY.rst) | -|[spring](https://github.com/Azure/azure-cli-extensions/tree/main/src/spring) | 2.56.0 | Microsoft Azure Command-Line Tools spring Extension | GA | [1.24.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/spring) | +|[spring](https://github.com/Azure/azure-cli-extensions/tree/main/src/spring) | 2.56.0 | Microsoft Azure Command-Line Tools spring Extension | GA | [1.24.1](https://github.com/Azure/azure-cli-extensions/tree/main/src/spring) | |[spring-cloud](https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud) | 2.45.0 | Microsoft Azure Command-Line Tools spring-cloud Extension | GA | [3.1.8](https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud) | |[ssh](https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh) | 2.45.0 | SSH into Azure VMs using RBAC and AAD OpenSSH Certificates | GA | [2.0.3](https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh) | |[stack-hci](https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci) | 2.54.0 | Microsoft Azure Command-Line Tools AzureStackHCIClient Extension | GA | [1.1.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci/HISTORY.rst) | |[stack-hci-vm](https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm) | 2.15.0 | Microsoft Azure Command-Line Tools Stack-HCi-VM Extension | GA | [1.1.2](https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm) | |[standbypool](https://github.com/Azure/azure-cli-extensions/tree/main/src/standbypool) | 2.57.0 | Microsoft Azure Command-Line Tools Standbypool Extension. | Preview | [1.0.0b1](https://github.com/Azure/azure-cli-extensions/tree/main/src/standbypool/HISTORY.rst) | |[staticwebapp](https://github.com/Azure/azure-cli-extensions/tree/master/src/staticwebapp) | 2.39.0 | Microsoft Azure Command-Line Tools Staticwebapp Extension | Preview | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/master/src/staticwebapp/HISTORY.rst) | +|[storage-actions](https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-actions) | 2.57.0 | Microsoft Azure Command-Line Tools StorageActions Extension. | Preview | [1.0.0b1](https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-actions/HISTORY.rst) | |[storage-blob-preview](https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview) | 2.27.0 | Microsoft Azure Command-Line Tools Storage-blob-preview Extension | Preview | [0.7.2](https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview/HISTORY.rst) | |[storage-mover](https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover) | 2.51.0 | Microsoft Azure Command-Line Tools StorageMover Extension. | Experimental | [1.0.0](https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover/HISTORY.rst) | |[storage-preview](https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview) | 2.50.0 | Provides a preview for upcoming storage features. | Preview | [1.0.0b1](https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview/HISTORY.rst) | diff --git a/latest/docs-ref-autogen/ad/ds.yml b/latest/docs-ref-autogen/ad/ds.yml index 03a993bd0f..8806d78252 100644 --- a/latest/docs-ref-autogen/ad/ds.yml +++ b/latest/docs-ref-autogen/ad/ds.yml @@ -179,6 +179,7 @@ directCommands: [--name] [--no-wait] [--resource-group] + [--subscription] [--yes] examples: - summary: |- @@ -198,6 +199,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -234,6 +238,7 @@ directCommands: az ad ds show [--ids] [--name] [--resource-group] + [--subscription] examples: - summary: |- Get Domain Service @@ -248,6 +253,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_ad_ds_update name: az ad ds update summary: |- @@ -275,6 +283,7 @@ directCommands: [--resource-group] [--settings] [--sku {Enterprise, Premium, Standard}] + [--subscription] [--sync-kerberos-pwd {Disabled, Enabled}] [--sync-ntlm-pwd {Disabled, Enabled}] [--sync-on-prem-pwd {Disabled, Enabled}] @@ -377,6 +386,9 @@ directCommands: parameterValueGroup: "Enterprise, Premium, Standard" summary: |- Sku Type. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --sync-kerberos-pwd parameterValueGroup: "Disabled, Enabled" summary: |- @@ -413,6 +425,7 @@ directCommands: [--interval] [--name] [--resource-group] + [--subscription] [--timeout] [--updated] examples: @@ -454,6 +467,9 @@ directCommands: - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --timeout defaultValue: "3600" summary: |- diff --git a/latest/docs-ref-autogen/ams/asset.yml b/latest/docs-ref-autogen/ams/asset.yml index 3d13fbdb24..8a57b76d74 100644 --- a/latest/docs-ref-autogen/ams/asset.yml +++ b/latest/docs-ref-autogen/ams/asset.yml @@ -125,7 +125,7 @@ directCommands: summary: |- The name of the Azure Media Services account. - name: --expiry - defaultValue: "2024-05-22 02:19:25.505148" + defaultValue: "2024-05-22 02:38:54.954620" summary: |- Specifies the UTC datetime (Y-m-d'T'H:M:S'Z') at which the SAS becomes invalid. This must be less than 24 hours from the current time. - name: --ids diff --git a/latest/docs-ref-autogen/firmwareanalysis/firmware.yml b/latest/docs-ref-autogen/firmwareanalysis/firmware.yml index 64b7d12f0d..4eaed9f6dc 100644 --- a/latest/docs-ref-autogen/firmwareanalysis/firmware.yml +++ b/latest/docs-ref-autogen/firmwareanalysis/firmware.yml @@ -88,7 +88,7 @@ directCommands: summary: |- File size of the uploaded firmware image. - name: --firmware-id --name -n - defaultValue: "831ee62e-3e06-42a4-aee7-e0abffb9cbb0" + defaultValue: "73f254be-4237-4402-8d04-84221eaa0b8b" summary: |- The id of the firmware. - name: --model diff --git a/latest/docs-ref-autogen/mariadb/server.yml b/latest/docs-ref-autogen/mariadb/server.yml index 9e34bb3363..50aacee365 100644 --- a/latest/docs-ref-autogen/mariadb/server.yml +++ b/latest/docs-ref-autogen/mariadb/server.yml @@ -48,7 +48,7 @@ directCommands: summary: |- The password of the administrator. Minimum 8 characters and maximum 128 characters. Password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers, and non-alphanumeric characters. - name: --admin-user -u - defaultValue: "guiltypaella1" + defaultValue: "commonostrich8" summary: |- Administrator username for the server. Once set, it cannot be changed. - name: --assign-identity diff --git a/latest/docs-ref-autogen/mysql.yml b/latest/docs-ref-autogen/mysql.yml index 3288aa3323..b59677a0b3 100644 --- a/latest/docs-ref-autogen/mysql.yml +++ b/latest/docs-ref-autogen/mysql.yml @@ -18,9 +18,11 @@ directCommands: sourceType: Extension syntax: >- az mysql down [--delete-group] + [--ids] [--no-wait] [--resource-group] [--server-name] + [--subscription] [--yes] examples: - summary: |- @@ -33,6 +35,9 @@ directCommands: - name: --delete-group summary: |- Delete the resource group. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --no-wait defaultValue: "False" summary: |- @@ -43,6 +48,9 @@ directCommands: - name: --server-name -s summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -57,7 +65,9 @@ directCommands: az mysql show-connection-string [--admin-password] [--admin-user] [--database-name] + [--ids] [--server-name] + [--subscription] optionalParameters: - name: --admin-password -p defaultValue: "{password}" @@ -71,10 +81,16 @@ directCommands: defaultValue: "{database}" summary: |- The name of a database. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --server-name -s defaultValue: "{server}" summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_mysql_up name: az mysql up summary: |- @@ -88,12 +104,14 @@ directCommands: [--database-name] [--generate-password] [--geo-redundant-backup {Disabled, Enabled}] + [--ids] [--location] [--resource-group] [--server-name] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] + [--subscription] [--tags] [--version] examples: @@ -124,6 +142,9 @@ directCommands: parameterValueGroup: "Disabled, Enabled" summary: |- Enable Geo-redundant or not for server backup. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --location -l summary: |- Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`. @@ -145,6 +166,9 @@ directCommands: - name: --storage-size summary: |- The max storage size of the server. Unit is megabytes. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --tags summary: |- Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. diff --git a/latest/docs-ref-autogen/mysql/flexible-server.yml b/latest/docs-ref-autogen/mysql/flexible-server.yml index ea36337bd8..c4b1cf8b6d 100644 --- a/latest/docs-ref-autogen/mysql/flexible-server.yml +++ b/latest/docs-ref-autogen/mysql/flexible-server.yml @@ -247,7 +247,7 @@ directCommands: summary: |- The password of the administrator. Minimum 8 characters and maximum 128 characters. Password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers, and non-alphanumeric characters. - name: --admin-user -u - defaultValue: "maleavocet9" + defaultValue: "grouchywigeon8" summary: |- Administrator username for the server. Once set, it cannot be changed. - name: --auto-scale-iops @@ -697,7 +697,7 @@ directCommands: summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - name: --restore-time - defaultValue: "2024-05-21T03:19:24+00:00" + defaultValue: "2024-05-21T03:38:54+00:00" summary: |- The point in time in UTC to restore from (ISO8601 format), e.g., 2017-04-26T02:10:00+00:00The default value is set to current time. - name: --sku-name diff --git a/latest/docs-ref-autogen/mysql/server.yml b/latest/docs-ref-autogen/mysql/server.yml index e888c15a23..2ddf611634 100644 --- a/latest/docs-ref-autogen/mysql/server.yml +++ b/latest/docs-ref-autogen/mysql/server.yml @@ -49,7 +49,7 @@ directCommands: summary: |- The password of the administrator. Minimum 8 characters and maximum 128 characters. Password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers, and non-alphanumeric characters. - name: --admin-user -u - defaultValue: "crueliguana5" + defaultValue: "earthyabalone5" summary: |- Administrator username for the server. Once set, it cannot be changed. - name: --assign-identity diff --git a/latest/docs-ref-autogen/postgres.yml b/latest/docs-ref-autogen/postgres.yml index 4009f59294..e0f36b7daa 100644 --- a/latest/docs-ref-autogen/postgres.yml +++ b/latest/docs-ref-autogen/postgres.yml @@ -18,9 +18,11 @@ directCommands: sourceType: Extension syntax: >- az postgres down [--delete-group] + [--ids] [--no-wait] [--resource-group] [--server-name] + [--subscription] [--yes] examples: - summary: |- @@ -33,6 +35,9 @@ directCommands: - name: --delete-group summary: |- Delete the resource group. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --no-wait defaultValue: "False" summary: |- @@ -43,6 +48,9 @@ directCommands: - name: --server-name -s summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --yes -y defaultValue: "False" summary: |- @@ -57,7 +65,9 @@ directCommands: az postgres show-connection-string [--admin-password] [--admin-user] [--database-name] + [--ids] [--server-name] + [--subscription] optionalParameters: - name: --admin-password -p defaultValue: "{password}" @@ -71,10 +81,16 @@ directCommands: defaultValue: "{database}" summary: |- The name of a database. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --server-name -s defaultValue: "{server}" summary: |- Name of the server. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_postgres_up name: az postgres up summary: |- @@ -88,12 +104,14 @@ directCommands: [--database-name] [--generate-password] [--geo-redundant-backup {Disabled, Enabled}] + [--ids] [--location] [--resource-group] [--server-name] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] + [--subscription] [--tags] [--version] examples: @@ -124,6 +142,9 @@ directCommands: parameterValueGroup: "Disabled, Enabled" summary: |- Enable Geo-redundant or not for server backup. + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. - name: --location -l summary: |- Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=`. @@ -145,6 +166,9 @@ directCommands: - name: --storage-size summary: |- The max storage size of the server. Unit is megabytes. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --tags summary: |- Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. diff --git a/latest/docs-ref-autogen/postgres/flexible-server.yml b/latest/docs-ref-autogen/postgres/flexible-server.yml index 391a266c6e..1ee039e06f 100644 --- a/latest/docs-ref-autogen/postgres/flexible-server.yml +++ b/latest/docs-ref-autogen/postgres/flexible-server.yml @@ -283,7 +283,7 @@ directCommands: summary: |- The password of the administrator. Minimum 8 characters and maximum 128 characters. Password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers, and non-alphanumeric characters. - name: --admin-user -u - defaultValue: "enragedcamel5" + defaultValue: "nearthrushe6" summary: |- Administrator username for the server. Once set, it cannot be changed. - name: --backup-identity @@ -727,7 +727,7 @@ directCommands: summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - name: --restore-time - defaultValue: "2024-05-21T03:19:26+00:00" + defaultValue: "2024-05-21T03:38:55+00:00" summary: |- The point in time in UTC to restore from (ISO8601 format), e.g., 2017-04-26T02:10:00+00:00The default value is set to current time. - name: --subnet diff --git a/latest/docs-ref-autogen/postgres/server-arc/endpoint.yml b/latest/docs-ref-autogen/postgres/server-arc/endpoint.yml index 08b4544128..7f9a787557 100644 --- a/latest/docs-ref-autogen/postgres/server-arc/endpoint.yml +++ b/latest/docs-ref-autogen/postgres/server-arc/endpoint.yml @@ -21,20 +21,22 @@ directCommands: previewOrExperimentalInfo: "Command group 'postgres server-arc' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus" sourceType: Extension syntax: >- - az postgres server-arc endpoint list [--k8s-namespace] - [--name] + az postgres server-arc endpoint list --name + [--k8s-namespace] [--use-k8s] examples: - summary: |- List Azure Arc enabled PostgreSQL server endpoints. syntax: az postgres server-arc endpoint list --name postgres01 --k8s-namespace namespace --use-k8s + requiredParameters: + - isRequired: true + name: --name -n + summary: |- + Name of the Azure Arc enabled PostgreSQL server. optionalParameters: - name: --k8s-namespace -k summary: |- The Kubernetes namespace where the Azure Arc enabled PostgreSQL server is deployed. If no namespace is specified, then the namespace defined in the kubeconfig will be used. - - name: --name -n - summary: |- - Name of the Azure Arc enabled PostgreSQL server. - name: --use-k8s summary: |- Use local Kubernetes APIs to perform this action. diff --git a/latest/docs-ref-autogen/postgres/server.yml b/latest/docs-ref-autogen/postgres/server.yml index fcefcefe40..b16c6f6d40 100644 --- a/latest/docs-ref-autogen/postgres/server.yml +++ b/latest/docs-ref-autogen/postgres/server.yml @@ -48,7 +48,7 @@ directCommands: summary: |- The password of the administrator. Minimum 8 characters and maximum 128 characters. Password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers, and non-alphanumeric characters. - name: --admin-user -u - defaultValue: "lastcheetah4" + defaultValue: "pensivechile1" summary: |- Administrator username for the server. Once set, it cannot be changed. - name: --assign-identity diff --git a/latest/docs-ref-autogen/storage/blob/directory.yml b/latest/docs-ref-autogen/storage/blob/directory.yml index 168d3e2c1d..b64fd0d97f 100644 --- a/latest/docs-ref-autogen/storage/blob/directory.yml +++ b/latest/docs-ref-autogen/storage/blob/directory.yml @@ -573,7 +573,7 @@ directCommands: - isRequired: true name: --destination-path -d summary: |- - The upload destination directory path. It should be an absolute path to container. If the specified destination path does not exist, a new directory path will be created. + The destination path that will be prepended to the blob name. - isRequired: true name: --source -s summary: |- diff --git a/latest/docs-ref-autogen/webapp/scan.yml b/latest/docs-ref-autogen/webapp/scan.yml index 72951afbc9..c5816b1fc9 100644 --- a/latest/docs-ref-autogen/webapp/scan.yml +++ b/latest/docs-ref-autogen/webapp/scan.yml @@ -17,22 +17,27 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan list-result --name - --resource-group + az webapp scan list-result [--ids] + [--name] + [--resource-group] [--slot] - requiredParameters: - - isRequired: true - name: --name -n + [--subscription] + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_show-result name: az webapp scan show-result summary: |- @@ -40,27 +45,33 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan show-result --name - --resource-group - --scan-id + az webapp scan show-result --scan-id + [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] requiredParameters: - - isRequired: true - name: --name -n - summary: |- - Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g - summary: |- - Name of resource group. You can configure the default group using `az configure --defaults group=`. - isRequired: true name: --scan-id summary: |- Unique scan id. optionalParameters: - - name: --slot + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n + summary: |- + Name of the webapp to connect to. + - name: --resource-group -g + summary: |- + Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_start name: az webapp scan start summary: |- @@ -68,23 +79,28 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan start --name - --resource-group + az webapp scan start [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] [--timeout] - requiredParameters: - - isRequired: true - name: --name -n + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - name: --timeout summary: |- Timeout for operation in milliseconds. @@ -95,22 +111,27 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan stop --name - --resource-group + az webapp scan stop [--ids] + [--name] + [--resource-group] [--slot] - requiredParameters: - - isRequired: true - name: --name -n + [--subscription] + optionalParameters: + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n summary: |- Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g + - name: --resource-group -g summary: |- Name of resource group. You can configure the default group using `az configure --defaults group=`. - optionalParameters: - - name: --slot + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. - uid: az_webapp_scan_track name: az webapp scan track summary: |- @@ -118,27 +139,33 @@ directCommands: status: GA sourceType: Extension syntax: >- - az webapp scan track --name - --resource-group - --scan-id + az webapp scan track --scan-id + [--ids] + [--name] + [--resource-group] [--slot] + [--subscription] requiredParameters: - - isRequired: true - name: --name -n - summary: |- - Name of the webapp to connect to. - - isRequired: true - name: --resource-group -g - summary: |- - Name of resource group. You can configure the default group using `az configure --defaults group=`. - isRequired: true name: --scan-id summary: |- Unique scan id. optionalParameters: - - name: --slot + - name: --ids + summary: |- + One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments. + - name: --name -n + summary: |- + Name of the webapp to connect to. + - name: --resource-group -g + summary: |- + Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --slot -s summary: |- Name of the deployment slot to use. + - name: --subscription + summary: |- + Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. commands: - az_webapp_scan_list-result - az_webapp_scan_show-result