forked from MicrosoftDocs/azure-docs-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
502 lines (496 loc) · 33.6 KB
/
docfx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
{
"build": {
"content": [
{ "files": ["toc.yml"], "src": "azps-12.5.0", "version": "azps-12.5.0", "dest": "module/azure-powershell" },
{ "files": ["**/*.yml"], "src": "azps-12.5.0", "version": "azps-12.5.0", "exclude": ["docs-conceptual/**"], "dest": "module" },
{ "files": ["**/*.yml", "**/*.md"], "src": "docs-conceptual/azps-12.5.0", "version": "azps-12.5.0", "dest": "azure" },
{ "files": ["toc.yml"], "src": "azps-13.0.0", "version": "azps-13.0.0", "dest": "module/azure-powershell" },
{ "files": ["**/*.yml"], "src": "azps-13.0.0", "version": "azps-13.0.0", "exclude": ["docs-conceptual/**"], "dest": "module" },
{ "files": ["**/*.yml", "**/*.md"], "src": "docs-conceptual/azps-13.0.0", "version": "azps-13.0.0", "dest": "azure" },
{ "files": ["toc.yml"], "src": "azps-0.10.0", "version": "azps-0.10.0", "dest": "module/azure-powershell" },
{ "files": ["**/*.yml"], "src": "azps-0.10.0", "version": "azps-0.10.0", "exclude": ["docs-conceptual/**"], "dest": "module" },
{ "files": ["**/*.yml", "**/*.md"], "src": "docs-conceptual/azps-0.10.0", "version": "azps-0.10.0", "dest": "azure" },
{ "files": ["toc.yml"], "src": "azurermps-6.13.0", "version": "azurermps-6.13.0", "dest": "module/azure-rm" },
{ "files": ["**/*.yml"], "src": "azurermps-6.13.0", "version": "azurermps-6.13.0", "exclude": ["docs-conceptual/**"], "dest": "module" },
{ "files": ["**/*.yml", "**/*.md"], "src": "docs-conceptual/azurermps-6.13.0", "version": "azurermps-6.13.0", "dest": "azure/azurerm" },
{ "files": ["toc.yml"], "src": "azuresmps-4.0.0", "version": "azuresmps-4.0.0", "dest": "module/servicemanagement" },
{ "files": ["**/*.yml"], "src": "azuresmps-4.0.0", "version": "azuresmps-4.0.0", "exclude": ["docs-conceptual/**"], "dest": "module/servicemanagement" },
{ "files": ["**/*.yml", "**/*.md"], "src": "docs-conceptual/azuresmps-4.0.0", "version": "azuresmps-4.0.0", "dest": "azure/servicemanagement" },
{ "files": ["toc.yml"], "src": "aztools", "version": "aztools", "dest": "module/aztools" },
{ "files": ["**/*.yml"], "src": "aztools", "version": "aztools", "exclude": ["docs-conceptual/**"], "dest": "module" },
{ "files": ["**/*.yml", "**/*.md"], "src": "docs-conceptual/aztools", "version": "aztools", "dest": "azure" },
{
"files": [
"bread/toc.yml"
]
}
],
"resource": [
{ "files": ["media/**"], "version": "azps-12.5.0" },
{ "files": ["media/**"], "version": "azps-13.0.0" },
{ "files": ["media/**"], "version": "azps-0.10.0" },
{ "files": ["media/**"], "version": "azurermps-6.13.0" }
],
"versions": {
"azps-12.5.0": { "dest": "azps-12.5.0" },
"azps-13.0.0": { "dest": "azps-13.0.0" },
"azps-0.10.0": { "dest": "azps-0.10.0" },
"azurermps-6.13.0": { "dest": "azurermps-6.13.0" },
"azuresmps-4.0.0": { "dest": "azuresmps-4.0.0" }
},
"filemetadata": {
"ms.subservice": {
"az*-*/Az*.DeviceProvisioningServices/*.yml": "azure-iot-hub-dps",
"az*-*/Az*.OperationalInsights/*.yml": "azure-operational-insights"
},
"ms.service": {
"azuresmps-*/**/*.yml": "azure-asm",
"docs-conceptual/azuresmps-*/**/*.md": "azure-asm",
"docs-conceptual/azurermps-*/**/*.md": "azure-powershell",
"az*-*/**/*.yml": "azure-powershell",
"az*-*/ApiManagement.ServiceManagement/*.yml": "azure-api-management",
"az*-*/Azure.Storage/*.yml": "azure-storage",
"az*-*/Azure.aks/*.yml": "container-service",
"az*-*/Az*.AnalysisServices/*.yml": "analysis-services",
"az*-*/Az*.ApiManagement/*.yml": "azure-api-management",
"az*-*/Az*.ApplicationInsights/*.yml": "azure-monitor",
"az*-*/Az*.Automation/*.yml": "azure-automation",
"az*-*/Az*.AzureStackAdmin/*.yml": "azure-stack",
"az*-*/Az*.AzureStackStorage/*.yml": "azure-stack",
"az*-*/Az*.Backup/*.yml": "azure-backup",
"az*-*/Az*.Batch/*.yml": "azure-batch",
"az*-*/Az*.Billing/*.yml": "cost-management-billing",
"az*-*/Az*.Cdn/*.yml": "azure-cdn",
"az*-*/Az*.CognitiveServices/*.yml": "azure-ai-services",
"az*-*/Az*.Compute/*.yml": "azure-virtual-machines",
"az*-*/Az*.ContainerInstance/*.yml": "azure-container-instances",
"az*-*/Az*.ContainerRegistry/*.yml": "azure-container-registry",
"az*-*/Az*.Consumption/*.yml": "cost-management-billing",
"az*-*/Az*.DataFactories/*.yml": "azure-data-factory",
"az*-*/Az*.DataFactoryV2/*.yml": "azure-data-factory",
"az*-*/Az*.DataLakeAnalytics/*.yml": "azure-data-lake-analytics",
"az*-*/Az*.DataLakeStore/*.yml": "azure-data-lake-storage-gen1",
"az*-*/Az*.DataMigration/*.yml": "azure-database-migration-service",
"az*-*/Az*.DevSpaces/*.yml": "azure-dev-spaces",
"az*-*/Az*.DevTestLabs/*.yml": "azure-devtest-labs",
"az*-*/Az*.DeviceProvisioningServices/*.yml": "azure-iot-hub",
"az*-*/Az*.DNS/*.yml": "azure-dns",
"az*-*/Az*.EventGrid/*.yml": "azure-event-grid",
"az*-*/Az*.EventHub/*.yml": "azure-event-hubs",
"az*-*/Az*.FrontDoor/*.yml": "azure-frontdoor",
"az*-*/Az*.HDInsight/*.yml": "azure-hdinsight",
"az*-*/Az*.Insights/*.yml": "azure-monitor",
"az*-*/Az*.IotCentral/*.yml": "azure-iot-central",
"az*-*/Az*.IotHub/*.yml": "azure-iot-hub",
"az*-*/Az*.KeyVault/*.yml": "azure-key-vault",
"az*-*/Az*.Kusto/*.yml": "azure-data-explorer",
"az*-*/Az*.LogicApp/*.yml": "azure-logic-apps",
"az*-*/Az*.MachineLearning*/*.yml": "azure-machine-learning",
"az*-*/Az*.ManagedServiceIdentity*/*.yml": "azure-active-directory",
"az*-*/Az*.Maps*/*.yml": "azure-maps",
"az*-*/Az*.Media/*.yml": "azure-media-services",
"az*-*/Az*.Network/*.yml": "azure-virtual-network",
"az*-*/Az*.NotificationHubs/*.yml": "azure-notification-hubs",
"az*-*/Az*.OperationalInsights/*.yml": "azure",
"az*-*/Az*.PolicyInsights/*.yml": "azure-policy",
"az*-*/Az*.PowerBIEmbedded/*.yml": "power-bi-embedded",
"az*-*/Az*.Profile/*.yml": "azure-resource-manager",
"az*-*/Az*.RecoveryServices/*.yml": "azure-site-recovery",
"az*-*/Az*.RecoveryServices.Backup/*.yml": "azure-site-recovery",
"az*-*/Az*.RedisCache/*.yml": "azure-cache-redis",
"az*-*/Az*.Relay/*.yml": "azure-service-bus",
"az*-*/Az*.ResourceGraph/*.yml": "azure-resource-graph",
"az*-*/Az*.Resources/*.yml": "azure-resource-manager",
"az*-*/Az*.Scheduler/*.yml": "azure-scheduler",
"az*-*/Az*.Security/*.yml": "security",
"az*-*/Az*.ServerManagement/*.yml": "server-management",
"az*-*/Az*.ServiceBus/*.yml": "azure-service-bus",
"az*-*/Az*.ServiceFabric/*.yml": "azure-service-fabric",
"az*-*/Az*.SignalR/*.yml": "azure-signalr-service",
"az*-*/Az*.SiteRecovery/*.yml": "azure-site-recovery",
"az*-*/Az*.Sql/*.yml": "azure-sql-database",
"az*-*/Az*.Storage/*.yml": "azure-storage",
"az*-*/Az*.StreamAnalytics/*.yml": "azure-stream-analytics",
"az*-*/Az*.Tags/*.yml": "azure-resource-manager",
"az*-*/Az*.TrafficManager/*.yml": "azure-traffic-manager",
"az*-*/Az*.UsageAggregates/*.yml": "cost-management-billing",
"az*-*/Az*.Websites/*.yml": "azure-app-service"
},
"products": {
"az*-*/Az*.Consumption/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/**/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.DNS/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56421ca4-1511-4101-aef6-352d15722ed5",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.IotHub/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/816835a3-1c5d-4536-835c-4b59dc9c9d97",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.ServerManagement/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.HDInsight/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/31f0a52b-651f-4010-94e9-e671670147d1",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.DevTestLabs/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/1b517c82-7903-4c65-882b-062988a9836b",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Backup/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/aebdc4a3-c54b-4eea-94e3-663d5e166f57",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Azure.Storage/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/de8ce683-cbe1-461b-bae7-77db0888ec6d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.ResourceGraph/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/d3928677-9b71-43a6-875f-004dc4f98b65",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Network/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/20ed8455-bc18-4537-87a4-83784e7b2a39",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.DataMigration/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.DevSpaces/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/370da7f1-c94e-4c53-93ac-84e54eb74153",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.OperationalInsights/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.RecoveryServices.Backup/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/bba62c59-6b53-4be4-8b9d-6624f9184c22",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.SignalR/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/82a8fddb-4a3d-422c-a2ff-5e883e8135cd",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.NotificationHubs/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/d9f9b1db-eed4-493c-a161-3c802931422e",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.ManagedServiceIdentity*/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/b1cfdec6-b0c3-4209-818c-736879856e0e",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.PolicyInsights/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/eea02214-631d-404a-92d1-5a3357c32a26",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.TrafficManager/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/a21829dd-8109-415c-84d3-07c42e4d33fd",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/ApiManagement.ServiceManagement/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/bf4dbf7f-261c-4ae9-9fee-5989668a780a",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.StreamAnalytics/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/9f747546-6aa0-47b1-90d7-ee9646fdb207",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Kusto/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/26e1a60c-4ce1-41de-b2d1-e5f3b7e68e6e",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.FrontDoor/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/b5e53e15-0a76-4936-b270-8b2badca62ac",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.DataLakeAnalytics/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/4ef79e2a-6d1f-4255-bfab-1f30062ad80a",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Sql/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/6ab7faaf-d791-4a26-96a2-3b11738538e7",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Automation/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/43093068-2dda-408b-b3fe-dfd705c84f78",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.MachineLearning*/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/d6f38669-3d05-40f2-afd8-e49f7dd20884",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.RecoveryServices/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/bba62c59-6b53-4be4-8b9d-6624f9184c22",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.DataFactoryV2/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/655f39c4-21c5-49d3-8367-a1f9c1a0b930",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.AzureStackStorage/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/116b49c4-6899-494b-8288-83091b123a54",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.ContainerInstance/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/dcc344b3-3794-4849-9766-7ea55b09218c",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Relay/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.UsageAggregates/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.ServiceBus/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.AzureStackAdmin/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/116b49c4-6899-494b-8288-83091b123a54",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Profile/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/4e834929-0ce1-4c1d-9c81-fcb14721edfb",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Media/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/257159d6-c458-401e-89a4-9ec054d5b64a",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.CognitiveServices/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/a94ab64b-48cb-4632-97ad-5f94d09fb030",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Scheduler/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/5f78585d-b424-4082-82e6-8f6af0cf7090",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.EventGrid/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/467aaae1-e916-4fcd-a463-5b27f9d4745c",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Resources/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/4e834929-0ce1-4c1d-9c81-fcb14721edfb",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.EventHub/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/f0234678-3067-4edc-abf7-8142d54bb7d2",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.KeyVault/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/f488294d-f483-456e-94e3-755f933b811b",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.RedisCache/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/f80a1aa9-ec39-45c7-bff1-e6916def6921",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.IotCentral/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/fb0664a1-e4dc-44b0-bd81-3e27f372682a",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Maps*/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/cdf84aa8-8dea-4da6-9d1d-74eaf3cb9ded",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Batch/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/86a4b315-a9f1-4577-b985-6fb0e0e67420",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.ContainerRegistry/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/cb49e66a-8528-497d-adaa-eade2d009d1b",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Compute/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2ed91286-6cf7-4b83-810d-75d0ee3b09dd",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Billing/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Storage/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/de8ce683-cbe1-461b-bae7-77db0888ec6d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"azuresmps-*/**/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"docs-conceptual/azurermps-*/**/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Azure.aks/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.DeviceProvisioningServices/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/80e1eb26-63c4-488d-bfbb-a542c5c2c3f6",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Security/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/8ec9c8c5-6896-4ce1-a3ad-777f6eabcdf7",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.AnalysisServices/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/000aaee4-f890-4b0a-bd33-24fb2aefa882",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.ServiceFabric/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/e23899b2-c37a-45de-abc2-b8ae68bc8d1b",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Tags/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/4e834929-0ce1-4c1d-9c81-fcb14721edfb",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.ApplicationInsights/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/07bb3e10-d135-43ff-bc8b-360497cb39fa",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.PowerBIEmbedded/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/faa132eb-b7da-40a8-bd96-ea68e77ec6fd",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.DataFactories/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/655f39c4-21c5-49d3-8367-a1f9c1a0b930",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Insights/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/07bb3e10-d135-43ff-bc8b-360497cb39fa",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.DataLakeStore/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/5c1f3bfc-fced-4ad1-b4e6-b7200832734d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.LogicApp/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/e60d1924-c4ad-4104-bd1b-973758bbac7a",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.ApiManagement/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/bf4dbf7f-261c-4ae9-9fee-5989668a780a",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.SiteRecovery/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/bba62c59-6b53-4be4-8b9d-6624f9184c22",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"docs-conceptual/azuresmps-*/**/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Cdn/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/befac1c4-b371-401f-bb32-b2c555258404",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"az*-*/Az*.Websites/*.md": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/7ebba99b-05c3-4387-8883-f7bbf6632cb8",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
]
},
"ms.topic": {
"azps-*/**/*": "reference",
"azurermps-*/**/*": "reference",
"azuresmps-*/**/*": "reference",
"docs-conceptual/**/*": "conceptual"
},
"ms.date": {
"azps-13.0.0/**/*": "11/19/2024",
"azps-12.5.0/**/*": "11/11/2024",
"azps-0.10.0/**/*": "4/14/2020",
"azurermps-6.13.0/**/*": "03/23/2021",
"azuresmps-4.0.0/**/*": "11/28/2020"
},
"enable_powershell_try_it": {
"azurermps-*/**/*.yml": false,
"azps-*/**/*.yml": true
},
"searchScope": {
"az*-*/Az*.Billing/*.yml": ["Billing", "Cost Management", "Azure", "Azure Powershell"],
"az*-*/Az*.Compute/*.yml": ["Virtual Machines", "Virtual Machine Scale Sets", "Azure", "Azure Powershell"],
"az*-*/Az*.CosmosDB/*.yml": ["Azure Cosmos DB", "Azure", "Azure Powershell"],
"az*-*/Az*.DataLakeAnalytics/*.yml": ["Azure Data Lake Analytics", "Azure", "Azure Powershell"],
"az*-*/Az*.DataShare/*.yml": ["Azure Data Share", "Azure", "Azure Powershell"],
"az*-*/Az*.HDInsight/*.yml": ["Azure HDInsight", "Azure", "Azure Powershell"],
"az*-*/Az*.Kusto/*.yml": ["Kusto", "Azure Data Explorer", "Azure", "Azure Powershell"],
"az*-*/Az*.RedisCache/*.yml": ["Cache for Redis", "Azure", "Azure Powershell"],
"az*-*/Az*.StreamAnalytics/*.yml": ["Stream Analytics", "Azure", "Azure Powershell"],
"az*-*/Az*.Websites/*.yml": ["App Service", "Azure", "Azure Powershell"]
},
"ROBOTS": {
"azurermps-*/**/*": "NOINDEX, NOFOLLOW",
"docs-conceptual/azurermps-*/**/*": "NOINDEX, NOFOLLOW",
"azuresmps-*/**/*": "NOINDEX, NOFOLLOW",
"docs-conceptual/azuresmps-*/**/*": "NOINDEX, NOFOLLOW"
},
"feedback_system": {
"azps-13.0.0/**/*": "OpenSource",
"docs-conceptual/azps-13.0.0/*": "OpenSource",
"azps-12.5.0/**/*": "OpenSource",
"docs-conceptual/azps-12.5.0/*": "OpenSource",
"aztools/**/*": "OpenSource",
"azps-0.10.0/**/*": "None",
"docs-conceptual/azps-0.10.0/*": "None",
"azurermps-6.13.0/**/*": "None",
"docs-conceptual/azurermps-6.13.0/*": "None",
"azuresmps-4.0.0/**/*": "None",
"docs-conceptual/azuresmps-4.0.0/*": "None"
},
"open_source_feedback_issueUrl": {
"azps-*/**/*": "https://github.com/Azure/azure-powershell/issues/new?template=4-AZ-DOC-BUG.yml",
"docs-conceptual/**/*": "https://github.com/microsoftdocs/azure-docs-powershell/issues/new?template=03-customer-feedback.yml",
"aztools/Az.Tools.Installer/*": "https://github.com/Azure/azure-powershell/issues/new?template=4-AZ-DOC-BUG.yml",
"aztools/Az.Tools.Predictor/*": "https://github.com/Azure/azure-powershell/issues/new?template=4-AZ-DOC-BUG.yml",
"aztools/Az.Tools.Migration/*": "https://github.com/Azure/azure-powershell-migration/issues/new?template=doc-bug.yml"
},
"open_source_feedback_productName": {
"azps-*/**/*": "Azure PowerShell",
"docs-conceptual/**/*": "Azure PowerShell",
"aztools/**/*": "Az Tools"
}
},
"globalMetadata": {
"apiPlatform": "powershell",
"archive_url": "https://learn.microsoft.com/previous-versions/powershell/azure/deploymentmanager/overview",
"brand": "azure",
"searchScope": [
"Azure",
"Azure Powershell"
],
"breadcrumb_path": "/powershell/bread/toc.json",
"ms.devlang": "powershell",
"feedback_system": "None",
"feedback_product_url": "https://github.com/Azure/azure-powershell/issues/new/choose",
"feedback_help_link_url": "https://techcommunity.microsoft.com/t5/azure-tools/bd-p/AzureTools",
"feedback_help_link_type": "ask-the-community",
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/powershell/azure/azps-docs-style-guide",
"open_source_feedback_issueTitle": "",
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/media/logos/logo-powershell.svg",
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/media/logos/logo-powershell.svg",
"ms.topic": "reference",
"ms.service": "azure-powershell",
"ms.author": "mirobb",
"author": "mikefrobbins",
"ms.manager": "jasongroce",
"uhfHeaderId": "Azure",
"ms.date": "11/19/2024"
},
"dest": "azureps",
"lruSize": 0,
"markdownEngineName": "markdig"
}
}