Skip to content

Commit 3545ee0

Browse files
author
VSC-Service-Account
committed
CI Update
Build.Reason:Manual by APEX VSS Service Account Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=411356&view=results
1 parent b819b75 commit 3545ee0

File tree

1,245 files changed

+22326
-3863
lines changed

Some content is hidden

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

1,245 files changed

+22326
-3863
lines changed

2017-03-09-profile/docs-ref-autogen/account/management-group.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ directCommands:
179179
- name: --add
180180
defaultValue: "[]"
181181
summary: |-
182-
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>.
182+
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>`.
183183
- name: --display-name -d
184184
summary: |-
185185
Updates the display name of the management group. If null, no change is made.
@@ -193,11 +193,11 @@ directCommands:
193193
- name: --remove
194194
defaultValue: "[]"
195195
summary: |-
196-
Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.
196+
Remove a property or an element from a list. Example: `--remove property.list <indexToRemove>` OR `--remove propertyToRemove`.
197197
- name: --set
198198
defaultValue: "[]"
199199
summary: |-
200-
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.
200+
Update an object by specifying a property path and value to set. Example: `--set property1.property2=<value>`.
201201
commands:
202202
- az_account_management-group_check-name-availability
203203
- az_account_management-group_create

2017-03-09-profile/docs-ref-autogen/account/management-group/hierarchy-settings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ directCommands:
120120
- name: --add
121121
defaultValue: "[]"
122122
summary: |-
123-
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>.
123+
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>`.
124124
- name: --default-management-group -m
125125
summary: |-
126126
Set the default Management Group under which new subscriptions get added in this tenant. Default setting is the Root Management Group.
@@ -131,14 +131,14 @@ directCommands:
131131
- name: --remove
132132
defaultValue: "[]"
133133
summary: |-
134-
Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.
134+
Remove a property or an element from a list. Example: `--remove property.list <indexToRemove>` OR `--remove propertyToRemove`.
135135
- name: --require-authorization-for-group-creation -r
136136
summary: |-
137137
Indicate whether RBAC access is required upon group creation under the root Management Group. True means user will require Microsoft.Management/managementGroups/write action on the root Management Group. Default setting is false.
138138
- name: --set
139139
defaultValue: "[]"
140140
summary: |-
141-
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.
141+
Update an object by specifying a property path and value to set. Example: `--set property1.property2=<value>`.
142142
commands:
143143
- az_account_management-group_hierarchy-settings_create
144144
- az_account_management-group_hierarchy-settings_delete

2017-03-09-profile/docs-ref-autogen/ad/app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ directCommands:
350350
- name: --add
351351
defaultValue: "[]"
352352
summary: |-
353-
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>.
353+
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>`.
354354
- name: --app-roles
355355
summary: |-
356356
The collection of roles assigned to the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Should be JSON file path or in-line JSON string. See examples for details.
@@ -404,14 +404,14 @@ directCommands:
404404
- name: --remove
405405
defaultValue: "[]"
406406
summary: |-
407-
Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.
407+
Remove a property or an element from a list. Example: `--remove property.list <indexToRemove>` OR `--remove propertyToRemove`.
408408
- name: --required-resource-accesses
409409
summary: |-
410410
Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. Should be JSON file path or in-line JSON string. See examples for details.
411411
- name: --set
412412
defaultValue: "[]"
413413
summary: |-
414-
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.
414+
Update an object by specifying a property path and value to set. Example: `--set property1.property2=<value>`.
415415
- name: --sign-in-audience
416416
parameterValueGroup: "AzureADMultipleOrgs, AzureADMyOrg, AzureADandPersonalMicrosoftAccount, PersonalMicrosoftAccount"
417417
summary: |-

2017-03-09-profile/docs-ref-autogen/ad/ds.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ directCommands:
179179
[--name]
180180
[--no-wait]
181181
[--resource-group]
182-
[--subscription]
183182
[--yes]
184183
examples:
185184
- summary: |-
@@ -199,9 +198,6 @@ directCommands:
199198
- name: --resource-group -g
200199
summary: |-
201200
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
202-
- name: --subscription
203-
summary: |-
204-
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
205201
- name: --yes -y
206202
defaultValue: "False"
207203
summary: |-
@@ -238,7 +234,6 @@ directCommands:
238234
az ad ds show [--ids]
239235
[--name]
240236
[--resource-group]
241-
[--subscription]
242237
examples:
243238
- summary: |-
244239
Get Domain Service
@@ -253,9 +248,6 @@ directCommands:
253248
- name: --resource-group -g
254249
summary: |-
255250
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
256-
- name: --subscription
257-
summary: |-
258-
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
259251
- uid: az_ad_ds_update
260252
name: az ad ds update
261253
summary: |-
@@ -283,7 +275,6 @@ directCommands:
283275
[--resource-group]
284276
[--settings]
285277
[--sku {Enterprise, Premium, Standard}]
286-
[--subscription]
287278
[--sync-kerberos-pwd {Disabled, Enabled}]
288279
[--sync-ntlm-pwd {Disabled, Enabled}]
289280
[--sync-on-prem-pwd {Disabled, Enabled}]
@@ -386,9 +377,6 @@ directCommands:
386377
parameterValueGroup: "Enterprise, Premium, Standard"
387378
summary: |-
388379
Sku Type.
389-
- name: --subscription
390-
summary: |-
391-
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
392380
- name: --sync-kerberos-pwd
393381
parameterValueGroup: "Disabled, Enabled"
394382
summary: |-
@@ -425,7 +413,6 @@ directCommands:
425413
[--interval]
426414
[--name]
427415
[--resource-group]
428-
[--subscription]
429416
[--timeout]
430417
[--updated]
431418
examples:
@@ -467,9 +454,6 @@ directCommands:
467454
- name: --resource-group -g
468455
summary: |-
469456
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
470-
- name: --subscription
471-
summary: |-
472-
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
473457
- name: --timeout
474458
defaultValue: "3600"
475459
summary: |-

2017-03-09-profile/docs-ref-autogen/ad/sp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,19 +188,19 @@ directCommands:
188188
- name: --add
189189
defaultValue: "[]"
190190
summary: |-
191-
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>.
191+
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>`.
192192
- name: --force-string
193193
defaultValue: "False"
194194
summary: |-
195195
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
196196
- name: --remove
197197
defaultValue: "[]"
198198
summary: |-
199-
Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.
199+
Remove a property or an element from a list. Example: `--remove property.list <indexToRemove>` OR `--remove propertyToRemove`.
200200
- name: --set
201201
defaultValue: "[]"
202202
summary: |-
203-
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.
203+
Update an object by specifying a property path and value to set. Example: `--set property1.property2=<value>`.
204204
commands:
205205
- az_ad_sp_create
206206
- az_ad_sp_create-for-rbac

2017-03-09-profile/docs-ref-autogen/baremetalinstance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ directCommands:
167167
- name: --add
168168
defaultValue: "[]"
169169
summary: |-
170-
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>.
170+
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>`.
171171
- name: --force-string
172172
defaultValue: "False"
173173
summary: |-
@@ -185,14 +185,14 @@ directCommands:
185185
- name: --remove
186186
defaultValue: "[]"
187187
summary: |-
188-
Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.
188+
Remove a property or an element from a list. Example: `--remove property.list <indexToRemove>` OR `--remove propertyToRemove`.
189189
- name: --resource-group -g
190190
summary: |-
191191
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
192192
- name: --set
193193
defaultValue: "[]"
194194
summary: |-
195-
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.
195+
Update an object by specifying a property path and value to set. Example: `--set property1.property2=<value>`.
196196
- name: --subscription
197197
summary: |-
198198
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ directCommands:
116116
List client types and auth types supported by local connections.
117117
status: GA
118118
sourceType: Core
119-
syntax: az connection list-support-types [--target-type {appconfig, confluent-cloud, cosmos-cassandra, cosmos-gremlin, cosmos-mongo, cosmos-sql, cosmos-table, eventhub, keyvault, mysql, mysql-flexible, postgres, postgres-flexible, redis, redis-enterprise, servicebus, signalr, sql, storage-blob, storage-file, storage-queue, storage-table, webpubsub}]
119+
syntax: az connection list-support-types [--target-type {app-insights, appconfig, confluent-cloud, cosmos-cassandra, cosmos-gremlin, cosmos-mongo, cosmos-sql, cosmos-table, eventhub, keyvault, mysql, mysql-flexible, postgres, postgres-flexible, redis, redis-enterprise, servicebus, signalr, sql, storage-blob, storage-file, storage-queue, storage-table, webpubsub}]
120120
examples:
121121
- summary: |-
122122
List all supported target resource types and auth types
@@ -126,7 +126,7 @@ directCommands:
126126
syntax: az connection list-support-types --target-type storage-blob -o table
127127
optionalParameters:
128128
- name: --target-type -t
129-
parameterValueGroup: "appconfig, confluent-cloud, cosmos-cassandra, cosmos-gremlin, cosmos-mongo, cosmos-sql, cosmos-table, eventhub, keyvault, mysql, mysql-flexible, postgres, postgres-flexible, redis, redis-enterprise, servicebus, signalr, sql, storage-blob, storage-file, storage-queue, storage-table, webpubsub"
129+
parameterValueGroup: "app-insights, appconfig, confluent-cloud, cosmos-cassandra, cosmos-gremlin, cosmos-mongo, cosmos-sql, cosmos-table, eventhub, keyvault, mysql, mysql-flexible, postgres, postgres-flexible, redis, redis-enterprise, servicebus, signalr, sql, storage-blob, storage-file, storage-queue, storage-table, webpubsub"
130130
summary: |-
131131
The target resource type.
132132
- uid: az_connection_show
@@ -261,6 +261,7 @@ directCommands:
261261
Wait until updated with provisioningState at 'Succeeded'.
262262
commands:
263263
- az_connection_create
264+
- az_connection_create_app-insights
264265
- az_connection_create_appconfig
265266
- az_connection_create_confluent-cloud
266267
- az_connection_create_cosmos-cassandra
@@ -293,6 +294,7 @@ commands:
293294
- az_connection_list
294295
- az_connection_list-support-types
295296
- az_connection_preview-configuration
297+
- az_connection_preview-configuration_app-insights
296298
- az_connection_preview-configuration_appconfig
297299
- az_connection_preview-configuration_confluent-cloud
298300
- az_connection_preview-configuration_cosmos-cassandra
@@ -318,6 +320,7 @@ commands:
318320
- az_connection_preview-configuration_webpubsub
319321
- az_connection_show
320322
- az_connection_update
323+
- az_connection_update_app-insights
321324
- az_connection_update_appconfig
322325
- az_connection_update_confluent-cloud
323326
- az_connection_update_cosmos-cassandra

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

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,70 @@ summary: |-
1010
status: GA
1111
sourceType: Core and Extension
1212
directCommands:
13+
- uid: az_connection_create_app-insights
14+
name: az connection create app-insights
15+
summary: |-
16+
Create a Service Connector local connection to app-insights.
17+
status: GA
18+
sourceType: Core
19+
syntax: >-
20+
az connection create app-insights --resource-group
21+
[--app-insights]
22+
[--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python}]
23+
[--connection]
24+
[--customized-keys]
25+
[--location]
26+
[--no-wait]
27+
[--secret]
28+
[--target-id]
29+
[--target-resource-group]
30+
examples:
31+
- summary: |-
32+
Create a connection from local to app-insights interactively
33+
syntax: az connection create app-insights -g resourceGroup
34+
- summary: |-
35+
Create a connection from local to app-insights with resource name
36+
syntax: az connection create app-insights -g resourceGroup --tg AppInsightsRG --app-insights MyAppInsights --secret
37+
- summary: |-
38+
Create a connection from local to app-insights with resource id
39+
syntax: az connection create app-insights -g resourceGroup --target-id /subscriptions/{subscription}/resourceGroups/{target_resource_group}/providers/microsoft.insights/components/{appinsights} --secret
40+
requiredParameters:
41+
- isRequired: true
42+
name: --resource-group -g
43+
summary: |-
44+
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
45+
optionalParameters:
46+
- name: --app-insights
47+
summary: |-
48+
Name of the app insights. Required if '--target-id' is not specified.
49+
- name: --client-type
50+
parameterValueGroup: "dotnet, dotnet-internal, go, java, nodejs, none, python"
51+
summary: |-
52+
The client type used on the connection.
53+
- name: --connection
54+
summary: |-
55+
Name of the connection.
56+
- name: --customized-keys
57+
summary: |-
58+
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
59+
- name: --location -l
60+
summary: |-
61+
Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=<location>`.
62+
- name: --no-wait
63+
defaultValue: "False"
64+
summary: |-
65+
Do not wait for the long-running operation to finish.
66+
- name: --secret
67+
summary: |-
68+
The secret auth info.
69+
description: |-
70+
Usage: --secret.
71+
- name: --target-id
72+
summary: |-
73+
The resource id of target service. Required if ['--target-resource-group', '--app-insights'] are not specified.
74+
- name: --target-resource-group --tg
75+
summary: |-
76+
The resource group which contains the app insights. Required if '--target-id' is not specified.
1377
- uid: az_connection_create_appconfig
1478
name: az connection create appconfig
1579
summary: |-
@@ -2084,8 +2148,10 @@ directCommands:
20842148
[--location]
20852149
[--no-wait]
20862150
[--secret]
2151+
[--service-principal]
20872152
[--target-id]
20882153
[--target-resource-group]
2154+
[--user-account]
20892155
examples:
20902156
- summary: |-
20912157
Create a connection from local to storage-table interactively
@@ -2127,12 +2193,28 @@ directCommands:
21272193
The secret auth info.
21282194
description: |-
21292195
Usage: --secret.
2196+
- name: --service-principal
2197+
summary: |-
2198+
The service principal auth info.
2199+
description: |-
2200+
Usage: --service-principal client-id=XX secret=XX
2201+
2202+
client-id : Required. Client id of the service principal.
2203+
object-id : Optional. Object id of the service principal (Enterprise Application).
2204+
secret : Required. Secret of the service principal.
21302205
- name: --target-id
21312206
summary: |-
21322207
The resource id of target service. Required if ['--target-resource-group', '--account'] are not specified.
21332208
- name: --target-resource-group --tg
21342209
summary: |-
21352210
The resource group which contains the storage account. Required if '--target-id' is not specified.
2211+
- name: --user-account
2212+
summary: |-
2213+
The user account auth info.
2214+
description: |-
2215+
Usage: --user-account object-id=XX
2216+
2217+
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
21362218
- uid: az_connection_create_webpubsub
21372219
name: az connection create webpubsub
21382220
summary: |-
@@ -2216,6 +2298,7 @@ directCommands:
22162298
summary: |-
22172299
Name of the webpubsub service. Required if '--target-id' is not specified.
22182300
commands:
2301+
- az_connection_create_app-insights
22192302
- az_connection_create_appconfig
22202303
- az_connection_create_confluent-cloud
22212304
- az_connection_create_cosmos-cassandra

0 commit comments

Comments
 (0)