Skip to content

Commit c5fb17f

Browse files
1 parent 749db2a commit c5fb17f

File tree

50 files changed

+166
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+166
-61
lines changed

2017-03-09-profile/docs-ref-autogen/firmwareanalysis/firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ directCommands:
8888
summary: |-
8989
File size of the uploaded firmware image.
9090
- name: --firmware-id --name -n
91-
defaultValue: "1bb2c1bc-71d8-49e5-afd4-070bfe4bc45b"
91+
defaultValue: "fd3c1182-5087-469b-920f-c6c7297d85d6"
9292
summary: |-
9393
The id of the firmware.
9494
- name: --model

2017-03-09-profile/docs-ref-autogen/ml/connection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extensionInformation: >-
66
77
> This reference is part of the **ml** extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an **az ml connection** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.
88
summary: |-
9-
Manage Azure ML workspac connection and its more specific derivatives.
9+
Manage Azure ML workspace connection and its more specific derivatives.
1010
description: |-
1111
Azure ML connection provides a secure way to store authentication and configuration information needed to connect and interact with the external resources.
1212
status: Preview

2017-03-09-profile/docs-ref-autogen/ml/workspace.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ directCommands:
2626
sourceType: Extension
2727
syntax: >-
2828
az ml workspace create --resource-group
29+
[--allow-roleassignment-on-rg]
2930
[--application-insights]
3031
[--container-registry]
3132
[--default-resource-group]
@@ -45,6 +46,7 @@ directCommands:
4546
[--public-network-access]
4647
[--set]
4748
[--storage-account]
49+
[--system-datastores-auth-mode]
4850
[--tags]
4951
[--update-dependent-resources]
5052
examples:
@@ -57,6 +59,11 @@ directCommands:
5759
summary: |-
5860
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
5961
optionalParameters:
62+
- name: --allow-roleassignment-on-rg -r
63+
defaultValue: "True"
64+
summary: |-
65+
A flag to determine if a workspace could have role assignments on resource group level.
66+
isPreview: true
6067
- name: --application-insights -a
6168
summary: |-
6269
ARM id of the application insights associated with this workspace.
@@ -120,6 +127,10 @@ directCommands:
120127
- name: --storage-account -s
121128
summary: |-
122129
ARM id of the storage account associated with this workspace.
130+
- name: --system-datastores-auth-mode -d
131+
summary: |-
132+
Specifies the auth mode for the system data stores. Valid modes are: accesskey and identity.
133+
isPreview: true
123134
- name: --tags
124135
summary: |-
125136
Space-separated key-value pairs for the tags of the object.
@@ -337,6 +348,7 @@ directCommands:
337348
az ml workspace update --name
338349
--resource-group
339350
[--add]
351+
[--allow-roleassignment-on-rg]
340352
[--application-insights]
341353
[--container-registry]
342354
[--description]
@@ -350,6 +362,7 @@ directCommands:
350362
[--public-network-access]
351363
[--remove]
352364
[--set]
365+
[--system-datastores-auth-mode]
353366
[--update-dependent-resources]
354367
examples:
355368
- summary: |-
@@ -369,6 +382,10 @@ directCommands:
369382
defaultValue: "[]"
370383
summary: |-
371384
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>`.
385+
- name: --allow-roleassignment-on-rg -r
386+
summary: |-
387+
A flag to determine if a workspace could have role assignments on resource group level.
388+
isPreview: true
372389
- name: --application-insights -a
373390
summary: |-
374391
ARM id of the application insights associated with this workspace.
@@ -413,6 +430,10 @@ directCommands:
413430
defaultValue: "[]"
414431
summary: |-
415432
Update an object by specifying a property path and value to set. Example: `--set property1.property2=<value>`.
433+
- name: --system-datastores-auth-mode -d
434+
summary: |-
435+
Specifies the auth mode for the system data stores. Valid modes are: accesskey and identity.
436+
isPreview: true
416437
- name: --update-dependent-resources -u
417438
defaultValue: "False"
418439
summary: |-

2018-03-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ directCommands:
8888
summary: |-
8989
File size of the uploaded firmware image.
9090
- name: --firmware-id --name -n
91-
defaultValue: "1bb2c1bc-71d8-49e5-afd4-070bfe4bc45b"
91+
defaultValue: "fd3c1182-5087-469b-920f-c6c7297d85d6"
9292
summary: |-
9393
The id of the firmware.
9494
- name: --model

2018-03-01-hybrid/docs-ref-autogen/ml/connection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extensionInformation: >-
66
77
> This reference is part of the **ml** extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an **az ml connection** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.
88
summary: |-
9-
Manage Azure ML workspac connection and its more specific derivatives.
9+
Manage Azure ML workspace connection and its more specific derivatives.
1010
description: |-
1111
Azure ML connection provides a secure way to store authentication and configuration information needed to connect and interact with the external resources.
1212
status: Preview

2018-03-01-hybrid/docs-ref-autogen/ml/workspace.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ directCommands:
2626
sourceType: Extension
2727
syntax: >-
2828
az ml workspace create --resource-group
29+
[--allow-roleassignment-on-rg]
2930
[--application-insights]
3031
[--container-registry]
3132
[--default-resource-group]
@@ -45,6 +46,7 @@ directCommands:
4546
[--public-network-access]
4647
[--set]
4748
[--storage-account]
49+
[--system-datastores-auth-mode]
4850
[--tags]
4951
[--update-dependent-resources]
5052
examples:
@@ -57,6 +59,11 @@ directCommands:
5759
summary: |-
5860
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
5961
optionalParameters:
62+
- name: --allow-roleassignment-on-rg -r
63+
defaultValue: "True"
64+
summary: |-
65+
A flag to determine if a workspace could have role assignments on resource group level.
66+
isPreview: true
6067
- name: --application-insights -a
6168
summary: |-
6269
ARM id of the application insights associated with this workspace.
@@ -120,6 +127,10 @@ directCommands:
120127
- name: --storage-account -s
121128
summary: |-
122129
ARM id of the storage account associated with this workspace.
130+
- name: --system-datastores-auth-mode -d
131+
summary: |-
132+
Specifies the auth mode for the system data stores. Valid modes are: accesskey and identity.
133+
isPreview: true
123134
- name: --tags
124135
summary: |-
125136
Space-separated key-value pairs for the tags of the object.
@@ -337,6 +348,7 @@ directCommands:
337348
az ml workspace update --name
338349
--resource-group
339350
[--add]
351+
[--allow-roleassignment-on-rg]
340352
[--application-insights]
341353
[--container-registry]
342354
[--description]
@@ -350,6 +362,7 @@ directCommands:
350362
[--public-network-access]
351363
[--remove]
352364
[--set]
365+
[--system-datastores-auth-mode]
353366
[--update-dependent-resources]
354367
examples:
355368
- summary: |-
@@ -369,6 +382,10 @@ directCommands:
369382
defaultValue: "[]"
370383
summary: |-
371384
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>`.
385+
- name: --allow-roleassignment-on-rg -r
386+
summary: |-
387+
A flag to determine if a workspace could have role assignments on resource group level.
388+
isPreview: true
372389
- name: --application-insights -a
373390
summary: |-
374391
ARM id of the application insights associated with this workspace.
@@ -413,6 +430,10 @@ directCommands:
413430
defaultValue: "[]"
414431
summary: |-
415432
Update an object by specifying a property path and value to set. Example: `--set property1.property2=<value>`.
433+
- name: --system-datastores-auth-mode -d
434+
summary: |-
435+
Specifies the auth mode for the system data stores. Valid modes are: accesskey and identity.
436+
isPreview: true
416437
- name: --update-dependent-resources -u
417438
defaultValue: "False"
418439
summary: |-

2019-03-01-hybrid/docs-ref-autogen/firmwareanalysis/firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ directCommands:
8888
summary: |-
8989
File size of the uploaded firmware image.
9090
- name: --firmware-id --name -n
91-
defaultValue: "1bb2c1bc-71d8-49e5-afd4-070bfe4bc45b"
91+
defaultValue: "fd3c1182-5087-469b-920f-c6c7297d85d6"
9292
summary: |-
9393
The id of the firmware.
9494
- name: --model

2019-03-01-hybrid/docs-ref-autogen/ml/connection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extensionInformation: >-
66
77
> This reference is part of the **ml** extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an **az ml connection** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.
88
summary: |-
9-
Manage Azure ML workspac connection and its more specific derivatives.
9+
Manage Azure ML workspace connection and its more specific derivatives.
1010
description: |-
1111
Azure ML connection provides a secure way to store authentication and configuration information needed to connect and interact with the external resources.
1212
status: Preview

2019-03-01-hybrid/docs-ref-autogen/ml/workspace.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ directCommands:
2626
sourceType: Extension
2727
syntax: >-
2828
az ml workspace create --resource-group
29+
[--allow-roleassignment-on-rg]
2930
[--application-insights]
3031
[--container-registry]
3132
[--default-resource-group]
@@ -45,6 +46,7 @@ directCommands:
4546
[--public-network-access]
4647
[--set]
4748
[--storage-account]
49+
[--system-datastores-auth-mode]
4850
[--tags]
4951
[--update-dependent-resources]
5052
examples:
@@ -57,6 +59,11 @@ directCommands:
5759
summary: |-
5860
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
5961
optionalParameters:
62+
- name: --allow-roleassignment-on-rg -r
63+
defaultValue: "True"
64+
summary: |-
65+
A flag to determine if a workspace could have role assignments on resource group level.
66+
isPreview: true
6067
- name: --application-insights -a
6168
summary: |-
6269
ARM id of the application insights associated with this workspace.
@@ -120,6 +127,10 @@ directCommands:
120127
- name: --storage-account -s
121128
summary: |-
122129
ARM id of the storage account associated with this workspace.
130+
- name: --system-datastores-auth-mode -d
131+
summary: |-
132+
Specifies the auth mode for the system data stores. Valid modes are: accesskey and identity.
133+
isPreview: true
123134
- name: --tags
124135
summary: |-
125136
Space-separated key-value pairs for the tags of the object.
@@ -337,6 +348,7 @@ directCommands:
337348
az ml workspace update --name
338349
--resource-group
339350
[--add]
351+
[--allow-roleassignment-on-rg]
340352
[--application-insights]
341353
[--container-registry]
342354
[--description]
@@ -350,6 +362,7 @@ directCommands:
350362
[--public-network-access]
351363
[--remove]
352364
[--set]
365+
[--system-datastores-auth-mode]
353366
[--update-dependent-resources]
354367
examples:
355368
- summary: |-
@@ -369,6 +382,10 @@ directCommands:
369382
defaultValue: "[]"
370383
summary: |-
371384
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>`.
385+
- name: --allow-roleassignment-on-rg -r
386+
summary: |-
387+
A flag to determine if a workspace could have role assignments on resource group level.
388+
isPreview: true
372389
- name: --application-insights -a
373390
summary: |-
374391
ARM id of the application insights associated with this workspace.
@@ -413,6 +430,10 @@ directCommands:
413430
defaultValue: "[]"
414431
summary: |-
415432
Update an object by specifying a property path and value to set. Example: `--set property1.property2=<value>`.
433+
- name: --system-datastores-auth-mode -d
434+
summary: |-
435+
Specifies the auth mode for the system data stores. Valid modes are: accesskey and identity.
436+
isPreview: true
416437
- name: --update-dependent-resources -u
417438
defaultValue: "False"
418439
summary: |-

2020-09-01-hybrid/docs-ref-autogen/aks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ directCommands:
20612061
* Has a digit
20622062
* Has a special character (Regex match [\W_])
20632063
- Disallowed values: "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"
2064-
Reference: https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.virtualmachinescalesetosprofile.adminpassword?view=azure-dotnet.
2064+
Reference: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.virtualmachinescalesetosprofile.adminpassword?view=azure-dotnet.
20652065
- name: --windows-admin-username
20662066
summary: |-
20672067
User account to create on windows node VMs.
@@ -2071,7 +2071,7 @@ directCommands:
20712071
- Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".
20722072
- Minimum-length: 1 character
20732073
- Max-length: 20 characters
2074-
Reference: https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.virtualmachinescalesetosprofile.adminusername?view=azure-dotnet.
2074+
Reference: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.virtualmachinescalesetosprofile.adminusername?view=azure-dotnet.
20752075
- name: --workload-runtime
20762076
defaultValue: "OCIContainer"
20772077
parameterValueGroup: "KataCcIsolation, KataMshvVmIsolation, OCIContainer, WasmWasi"
@@ -4738,7 +4738,7 @@ directCommands:
47384738
* Has a digit
47394739
* Has a special character (Regex match [\W_])
47404740
- Disallowed values: "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"
4741-
Reference: https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.virtualmachinescalesetosprofile.adminpassword?view=azure-dotnet.
4741+
Reference: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.virtualmachinescalesetosprofile.adminpassword?view=azure-dotnet.
47424742
- name: --yes -y
47434743
defaultValue: "False"
47444744
summary: |-

0 commit comments

Comments
 (0)