Skip to content

Commit

Permalink
CI Update
Browse files Browse the repository at this point in the history
  • Loading branch information
VSC-Service-Account committed Sep 29, 2021
1 parent 78778e0 commit 54d3a77
Show file tree
Hide file tree
Showing 335 changed files with 2,093 additions and 508 deletions.
6 changes: 6 additions & 0 deletions 2017-03-09-profile/docs-ref-autogen/aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ directCommands:
[--vnet-subnet-id]
[--windows-admin-password]
[--windows-admin-username]
[--workload-runtime {OCIContainer, WasmWasi}]
[--workspace-resource-id]
[--yes]
examples:
Expand Down Expand Up @@ -537,6 +538,11 @@ directCommands:
- Minimum-length: 1 character
- Max-length: 20 characters
Reference: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.virtualmachinescalesetosprofile.adminusername?view=azure-dotnet.
- name: --workload-runtime
defaultValue: OCIContainer
parameterValueGroup: OCIContainer, WasmWasi
summary: Determines the type of workload a node can run. Defaults to OCIContainer.
description: ''
- name: --workspace-resource-id
summary: The resource ID of an existing Log Analytics Workspace to use for storing monitoring data. If not specified, uses the default Log Analytics Workspace if it exists, otherwise creates one.
description: ''
Expand Down
10 changes: 9 additions & 1 deletion 2017-03-09-profile/docs-ref-autogen/aks/nodepool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,16 @@ directCommands:
[--spot-max-price]
[--tags]
[--vnet-subnet-id]
[--workload-runtime {OCIContainer, WasmWasi}]
examples:
- summary: Create a nodepool in an existing AKS cluster with ephemeral os enabled.
syntax: az aks nodepool add -g MyResourceGroup -n nodepool1 --cluster-name MyManagedCluster --node-osdisk-type Ephemeral --node-osdisk-size 48
- summary: Create a nodepool with EncryptionAtHost enabled.
syntax: az aks nodepool add -g MyResourceGroup -n nodepool1 --cluster-name MyManagedCluster --enable-encryption-at-host
- summary: Create a nodepool cluster with a specific os-sku
- summary: Create a nodepool with a specific os-sku
syntax: az aks nodepool add -g MyResourceGroup -n nodepool1 --cluster-name MyManagedCluster --os-sku Ubuntu
- summary: Create a nodepool which can run wasm workloads.
syntax: az aks nodepool add -g MyResourceGroup -n nodepool1 --cluster-name MyManagedCluster --workload-runtime WasmWasi
requiredParameters:
- isRequired: true
name: --cluster-name
Expand Down Expand Up @@ -182,6 +185,11 @@ directCommands:
- name: --vnet-subnet-id
summary: The ID of a subnet in an existing VNet into which to deploy the cluster.
description: ''
- name: --workload-runtime
defaultValue: OCIContainer
parameterValueGroup: OCIContainer, WasmWasi
summary: Determines the type of workload a node can run. Defaults to OCIContainer.
description: ''
- uid: az_aks_nodepool_delete
name: az aks nodepool delete
summary: Delete the agent pool in the managed Kubernetes cluster.
Expand Down
16 changes: 16 additions & 0 deletions 2017-03-09-profile/docs-ref-autogen/storage/account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,21 @@ directCommands:
[--action]
[--allow-blob-public-access]
[--allow-cross-tenant-replication]
[--allow-protected-append-writes]
[--allow-shared-key-access]
[--custom-domain]
[--default-share-permission]
[--edge-zone]
[--enable-alw]
[--enable-nfs-v3]
[--encryption-key-name]
[--encryption-key-source]
[--encryption-key-vault]
[--encryption-key-version]
[--https-only {false, true}]
[--identity-type]
[--immutability-period-since-creation-in-days]
[--immutability-policy-state]
[--key-expiration-period-in-days]
[--key-vault-user-identity-id]
[--kind {BlobStorage, Storage}]
Expand Down Expand Up @@ -86,6 +90,9 @@ directCommands:
- name: --allow-cross-tenant-replication
summary: ''
description: ''
- name: --allow-protected-append-writes
summary: ''
description: ''
- name: --allow-shared-key-access
summary: ''
description: ''
Expand All @@ -98,6 +105,9 @@ directCommands:
- name: --edge-zone
summary: ''
description: ''
- name: --enable-alw
summary: ''
description: ''
- name: --enable-nfs-v3
summary: ''
description: ''
Expand All @@ -120,6 +130,12 @@ directCommands:
- name: --identity-type
summary: ''
description: ''
- name: --immutability-period-since-creation-in-days
summary: ''
description: ''
- name: --immutability-policy-state
summary: ''
description: ''
- name: --key-expiration-period-in-days
summary: ''
description: ''
Expand Down
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage and operate Synapse Workspace, Spark Pool, SQL Pool.
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Synapse activity-run.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/data-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's data flows.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's datasets.
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's self-hosted integration runtime nodes.
Original file line number Diff line number Diff line change
Expand Up @@ -631,5 +631,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's integration runtimes.
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage integration runtime with synapse sub group managed.
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage integration runtime with synapse sub group self-hosted.
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's linked services.
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage synapse managed private endpoints.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's notebooks.
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's pipeline run.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,5 +271,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's pipelines.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's role assignments and definitions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's role assignments.
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's role definitions.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/role/scope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's role scopes.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Spark pools and Spark jobs.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/spark/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse Spark batch jobs.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/spark/pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,5 +382,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Spark pools.
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse Spark sessions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse Spark statements.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage SQL pools.
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage SQL Active Directory administrator.
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage SQL auditing policy.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/sql/pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,5 +476,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage SQL pools.
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage a SQL pool's auditing policy.
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage sensitivity classifications.
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage sensitivity classification recommendations.
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage a SQL pool's transparent data encryption.
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage a SQL pool's threat detection policies.
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Synapse trigger-run.
2 changes: 1 addition & 1 deletion 2017-03-09-profile/docs-ref-autogen/synapse/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,5 +435,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's triggers.
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ globalParameters:
summary: Increase logging verbosity. Use --debug for full debug logs.
metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/dev/
ms.date: 09/27/2021
ms.date: 09/29/2021
description: Manage Synapse's workspace packages.
Loading

0 comments on commit 54d3a77

Please sign in to comment.