Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2017-03-09-profile/docs-ref-autogen/acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ directCommands:
summary: The name of the container registry that the query is run against.
description: ''
optionalParameters:
- name: --password
- name: --password -p
summary: Registry password.
description: ''
- name: --repository
Expand All @@ -45,7 +45,7 @@ directCommands:
- name: --skip-token
summary: Skip token to get the next page of the query if applicable.
description: ''
- name: --username
- name: --username -u
summary: Registry username.
description: ''
commands:
Expand Down
16 changes: 0 additions & 16 deletions 2017-03-09-profile/docs-ref-autogen/ad/ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ directCommands:
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--yes]
examples:
- summary: Delete Domain Service
Expand All @@ -186,9 +185,6 @@ directCommands:
- name: --resource-group -g
summary: Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
description: ''
- name: --subscription
summary: Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
description: ''
- name: --yes -y
defaultValue: "False"
summary: Do not prompt for confirmation.
Expand All @@ -215,7 +211,6 @@ directCommands:
az ad ds show [--ids]
[--name]
[--resource-group]
[--subscription]
examples:
- summary: Get Domain Service
syntax: az ad ds show --name "TestDomainService.com" --resource-group "TestResourceGroup"
Expand All @@ -229,9 +224,6 @@ directCommands:
- name: --resource-group -g
summary: Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
description: ''
- name: --subscription
summary: Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
description: ''
- uid: az_ad_ds_update
name: az ad ds update
summary: Update the existing deployment properties for domain service.
Expand All @@ -255,7 +247,6 @@ 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}]
Expand Down Expand Up @@ -356,9 +347,6 @@ directCommands:
parameterValueGroup: "Enterprise, Premium, Standard"
summary: Sku Type.
description: ''
- name: --subscription
summary: Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
description: ''
- name: --sync-kerberos-pwd
parameterValueGroup: "Disabled, Enabled"
summary: A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.
Expand Down Expand Up @@ -391,7 +379,6 @@ directCommands:
[--interval]
[--name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
examples:
Expand Down Expand Up @@ -430,9 +417,6 @@ directCommands:
- name: --resource-group -g
summary: Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
description: ''
- name: --subscription
summary: Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
description: ''
- name: --timeout
defaultValue: "3600"
summary: Maximum wait in seconds.
Expand Down
10 changes: 9 additions & 1 deletion 2017-03-09-profile/docs-ref-autogen/aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ directCommands:
summary: Specify SKU tier for managed clusters. '--tier standard' enables a standard managed cluster service with a financially backed SLA. '--tier free' does not have a financially backed SLA.
description: ''
- name: --vm-set-type
summary: Agent pool vm set type. VirtualMachineScaleSets or AvailabilitySet.
summary: Agent pool vm set type. VirtualMachineScaleSets, AvailabilitySet or VirtualMachines(internal use only).
description: ''
- name: --vnet-subnet-id
summary: The ID of a subnet in an existing VNet into which to deploy the cluster.
Expand Down Expand Up @@ -1476,6 +1476,7 @@ directCommands:
[--min-count]
[--nat-gateway-idle-timeout]
[--nat-gateway-managed-outbound-ip-count]
[--network-dataplane {azure, cilium}]
[--network-plugin-mode]
[--no-wait]
[--node-os-upgrade-channel {NodeImage, None, SecurityPatch, Unmanaged}]
Expand Down Expand Up @@ -1891,6 +1892,13 @@ directCommands:
- name: --nat-gateway-managed-outbound-ip-count
summary: NAT gateway managed outbound IP count.
description: Desired number of managed outbound IPs for NAT gateway outbound connection. Please specify a value in the range of [1, 16]. Valid for Standard SKU load balancer cluster with managedNATGateway outbound type only.
- name: --network-dataplane
parameterValueGroup: "azure, cilium"
summary: The network dataplane to use.
description: >-
Network dataplane used in the Kubernetes cluster.

Specify "azure" to use the Azure dataplane (default) or "cilium" to enable Cilium dataplane.
- name: --network-plugin-mode
summary: The network plugin mode to use.
description: >-
Expand Down
4 changes: 4 additions & 0 deletions 2017-03-09-profile/docs-ref-autogen/aks/nodepool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ directCommands:
[--snapshot-id]
[--spot-max-price]
[--tags]
[--vm-set-type]
[--vnet-subnet-id]
[--workload-runtime {KataMshvVmIsolation, OCIContainer, WasmWasi}]
[--zones {1, 2, 3}]
Expand Down Expand Up @@ -236,6 +237,9 @@ directCommands:
- name: --tags
summary: 'Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.'
description: ''
- name: --vm-set-type
summary: Agent pool vm set type. VirtualMachineScaleSets, AvailabilitySet or VirtualMachines(internal use only).
description: ''
- name: --vnet-subnet-id
summary: The ID of a subnet in an existing VNet into which to deploy the cluster.
description: ''
Expand Down
12 changes: 12 additions & 0 deletions 2017-03-09-profile/docs-ref-autogen/databox/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ directCommands:
[--street-address2]
[--street-address3]
[--tags]
[--transfer-all-blobs {0, 1, f, false, n, no, t, true, y, yes}]
[--transfer-all-files {0, 1, f, false, n, no, t, true, y, yes}]
[--transfer-configuration-type {TransferAll, TransferUsingFilter}]
[--transfer-filter-details]
examples:
Expand Down Expand Up @@ -181,6 +183,16 @@ directCommands:
- name: --tags
summary: The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). Support shorthand-syntax, json-file and yaml-file. Try `??` to show more.
description: ''
- name: --transfer-all-blobs
defaultValue: "False"
parameterValueGroup: "0, 1, f, false, n, no, t, true, y, yes"
summary: To indicate if all Azure blobs have to be transferred.
description: ''
- name: --transfer-all-files
defaultValue: "False"
parameterValueGroup: "0, 1, f, false, n, no, t, true, y, yes"
summary: To indicate if all Azure files have to be transferred.
description: ''
- name: --transfer-configuration-type
parameterValueGroup: "TransferAll, TransferUsingFilter"
summary: Type of the configuration for transfer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ directCommands:
summary: Create a dev box definition.
description: ''
syntax: >-
az devcenter admin devbox-definition create --dev-box-definition-name
--dev-center
az devcenter admin devbox-definition create --dev-center
--devbox-definition-name
--image-reference
--os-storage-type
--resource-group
Expand All @@ -27,14 +27,14 @@ directCommands:
- summary: Create
syntax: az devcenter admin devbox-definition create --location "eastus" --image-reference id="/subscriptions/0ac520ee-14c0-480f-b6c9-0a90c58ffff/resourceGroups/Example/providers/Microsoft.DevCenter/devcenters/Contoso/galleries/contosogallery/images/exampleImage/version/1.0.0" --os-storage-type "ssd_1024gb" --sku name="general_a_8c32gb_v1" --name "WebDevBox" --dev-center-name "Contoso" --resource-group "rg1"
requiredParameters:
- isRequired: true
name: --dev-box-definition-name --name -n
summary: The name of the dev box definition.
description: ''
- isRequired: true
name: --dev-center --dev-center-name -d
summary: The name of the dev center. Use `az configure -d dev-center=<dev_center_name>` to configure a default.
description: ''
- isRequired: true
name: --devbox-definition-name --name -n
summary: The name of the dev box definition.
description: ''
- isRequired: true
name: --image-reference
summary: Image reference information. Support shorthand-syntax, json-file and yaml-file. Try `??` to show more.
Expand Down Expand Up @@ -71,8 +71,8 @@ directCommands:
summary: Delete a dev box definition.
description: ''
syntax: >-
az devcenter admin devbox-definition delete [--dev-box-definition-name]
[--dev-center]
az devcenter admin devbox-definition delete [--dev-center]
[--devbox-definition-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
Expand All @@ -82,12 +82,12 @@ directCommands:
- summary: Delete
syntax: az devcenter admin devbox-definition delete --name "WebDevBox" --dev-center-name "Contoso" --resource-group "rg1"
optionalParameters:
- name: --dev-box-definition-name --name -n
summary: The name of the dev box definition.
description: ''
- name: --dev-center --dev-center-name -d
summary: The name of the dev center. Use `az configure -d dev-center=<dev_center_name>` to configure a default.
description: ''
- name: --devbox-definition-name --name -n
summary: The name of the dev box definition.
description: ''
- 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.
description: ''
Expand Down Expand Up @@ -135,8 +135,8 @@ directCommands:
summary: Get a dev box definition.
description: ''
syntax: >-
az devcenter admin devbox-definition show [--dev-box-definition-name]
[--dev-center]
az devcenter admin devbox-definition show [--dev-center]
[--devbox-definition-name]
[--ids]
[--project]
[--resource-group]
Expand All @@ -147,12 +147,12 @@ directCommands:
- summary: Get project dev box definition
syntax: az devcenter admin devbox-definition show --name "WebDevBox" --project-name "ContosoProject" --resource-group "rg1"
optionalParameters:
- name: --dev-box-definition-name --name -n
summary: The name of the Dev Box definition.
description: ''
- name: --dev-center --dev-center-name -d
summary: The name of the dev center. Use `az configure -d dev-center=<dev_center_name>` to configure a default.
description: ''
- name: --devbox-definition-name --name -n
summary: The name of the Dev Box definition.
description: ''
- 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.
description: ''
Expand All @@ -171,8 +171,8 @@ directCommands:
description: ''
syntax: >-
az devcenter admin devbox-definition update [--add]
[--dev-box-definition-name]
[--dev-center]
[--devbox-definition-name]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--hibernate-support {Disabled, Enabled}]
[--ids]
Expand All @@ -192,12 +192,12 @@ directCommands:
- name: --add
summary: 'Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.'
description: ''
- name: --dev-box-definition-name --name -n
summary: The name of the dev box definition.
description: ''
- name: --dev-center --dev-center-name -d
summary: The name of the dev center. Use `az configure -d dev-center=<dev_center_name>` to configure a default.
description: ''
- name: --devbox-definition-name --name -n
summary: The name of the dev box definition.
description: ''
- name: --force-string
parameterValueGroup: "0, 1, f, false, n, no, t, true, y, yes"
summary: When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Expand Down Expand Up @@ -245,8 +245,8 @@ directCommands:
az devcenter admin devbox-definition wait [--created]
[--custom]
[--deleted]
[--dev-box-definition-name]
[--dev-center]
[--devbox-definition-name]
[--exists]
[--ids]
[--interval]
Expand All @@ -266,12 +266,12 @@ directCommands:
defaultValue: "False"
summary: Wait until deleted.
description: ''
- name: --dev-box-definition-name --name -n
summary: The name of the dev box definition.
description: ''
- name: --dev-center --dev-center-name -d
summary: The name of the dev center. Use `az configure -d dev-center=<dev_center_name>` to configure a default.
description: ''
- name: --devbox-definition-name --name -n
summary: The name of the dev box definition.
description: ''
- name: --exists
defaultValue: "False"
summary: Wait until the resource exists.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ directCommands:
summary: Create a pool.
description: ''
syntax: >-
az devcenter admin pool create --dev-box-definition-name
az devcenter admin pool create --devbox-definition-name
--local-administrator {Disabled, Enabled}
--name
--network-connection-name
Expand All @@ -27,7 +27,7 @@ directCommands:
syntax: az devcenter admin pool create --location "eastus" --devbox-definition-name "WebDevBox" --network-connection-name "Network1-westus2" --pool-name "DevPool" --project-name "DevProject" --resource-group "rg1" --local-administrator "Enabled"
requiredParameters:
- isRequired: true
name: --dev-box-definition-name -d
name: --devbox-definition-name -d
summary: Name of a dev box definition in parent project of this pool.
description: ''
- isRequired: true
Expand Down Expand Up @@ -155,7 +155,7 @@ directCommands:
description: ''
syntax: >-
az devcenter admin pool update [--add]
[--dev-box-definition-name]
[--devbox-definition-name]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--local-administrator {Disabled, Enabled}]
Expand All @@ -175,7 +175,7 @@ directCommands:
- name: --add
summary: 'Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.'
description: ''
- name: --dev-box-definition-name -d
- name: --devbox-definition-name -d
summary: Name of a dev box definition in parent project of this pool.
description: ''
- name: --force-string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ directCommands:
summary: Certificate Root Authority version. The v1 represents Baltimore CA and v2 represents Digicert CA.
description: ''
- isRequired: true
name: --hub-name -n
name: --hub-name
summary: IoT Hub name. Required if --login is not provided.
description: ''
optionalParameters:
Expand All @@ -53,7 +53,7 @@ directCommands:
syntax: az iot hub certificate root-authority show --hub-name {iothub_name}
requiredParameters:
- isRequired: true
name: --hub-name -n
name: --hub-name
summary: IoT Hub name. Required if --login is not provided.
description: ''
optionalParameters:
Expand Down
Loading