forked from MicrosoftDocs/azure-docs-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
546 lines (546 loc) · 24.9 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
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"src": "docs-ref-services/latest",
"group": "latest",
"dest": "api/overview/azure"
},
{
"files": [
"**/*.md",
"**/*.yml"
],
"src": "docs-ref-services/preview",
"group": "preview",
"dest": "api/overview/azure"
},
{
"files": [
"**/*.md",
"**/*.yml"
],
"src": "docs-ref-services/legacy",
"group": "previous",
"dest": "api/overview/azure"
},
{
"files": [
"*.md",
"*.yml"
],
"src": "docs-ref-services",
"group": "all",
"dest": "api/overview/azure"
},
{
"files": [
"**/*.md"
],
"src": "docs-ref-conceptual",
"dest": "azure",
"group": "latest",
"exclude": [
"**/obj/**",
"**/includes/**"
]
},
{
"files": [
"**/*.yml"
],
"src": "docs-ref-autogen",
"group": "latest",
"dest": "api",
"exclude": [
"**/obj/**",
"**/includes/**"
]
},
{
"files": [
"**/*.yml"
],
"src": "eph/docs-ref-autogen",
"group": "latest",
"dest": "api",
"exclude": [
"**/obj/**",
"**/includes/**"
]
},
{
"files": [
"**/*.yml"
],
"src": "preview/docs-ref-autogen",
"group": "preview",
"dest": "api",
"exclude": [
"**/obj/**",
"**/includes/**"
]
},
{
"files": [
"**/*.yml"
],
"src": "previous/docs-ref-autogen",
"group": "previous",
"dest": "api",
"exclude": [
"**/obj/**",
"**/includes/**"
]
},
{
"files": [
"**/*.yml"
],
"src": "bread",
"dest": "azure/bread",
"group": "all",
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"src": "docs-ref-conceptual",
"dest": "azure",
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"groups": {
"preview": {
"dest": "preview",
"moniker_range": "azure-python-preview"
},
"latest": {
"dest": "latest",
"moniker_range": "azure-python"
},
"previous": {
"dest": "previous",
"moniker_range": "azure-python-previous"
},
"latest-preview": {
"dest": "latest-preview",
"moniker_range": "azure-python || azure-python-preview"
},
"all": {
"dest": "all",
"moniker_range": "azure-python-preview || azure-python || azure-python-previous"
}
},
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"feedback_system": "GitHub",
"feedback_github_repo": "Azure/azure-sdk-for-python",
"breadcrumb_path": "/python/azure/bread/toc.json",
"apiPlatform": "python",
"brand": "azure",
"searchScope": [
"Azure",
"Azure SDK for Python"
]
},
"fileMetadata": {
"monikers": {
"docs-ref-autogen/**": [
"azure-python"
],
"docs-ref-services/*.*": [
"azure-python"
],
"docs-ref-services/latest/**": [
"azure-python"
],
"docs-ref-services/preview/**": [
"azure-python-preview"
],
"docs-ref-services/legacy/**": [
"azure-python-previous"
]
},
"author": {
"docs-ref-autogen/**/*.yml": "lmazuel"
},
"ms.manager": {
"docs-ref-autogen/**/*.yml": "smortaz"
},
"ms.author": {
"docs-ref-autogen/**/*.yml": "lmazuel"
},
"ms.devlang": {
"docs-ref-autogen/**/*.yml": "python"
},
"ms.date": {
"docs-ref-autogen/**/*.yml": "05/23/2018"
},
"ms.custom": {
"docs-ref-services/**/*.md": "tracking-python"
},
"ms.topic": {
"docs-ref-autogen/**/*.yml": "managed-reference",
"preview/docs-ref-autogen/**/*.yml": "managed-reference",
"previous/docs-ref-autogen/**/*.yml": "managed-reference"
},
"msservice": {
"docs-ref-autogen/**/adal**.yml": "active-directory",
"docs-ref-autogen/**/azure.batch**.yml": "batch",
"docs-ref-autogen/**/azure.cognitiveservices**.yml": "cognitive-services",
"docs-ref-autogen/**/azure.cosmos**.yml": "cosmos-db",
"docs-ref-autogen/**/azure.datalake.store**.yml": "data-lake-store",
"docs-ref-autogen/**/azure.eventgrid**.yml": "event-grid",
"docs-ref-autogen/**/azure.eventhub**.yml": "event-hubs",
"docs-ref-autogen/**/azure.eventprocessorhost**.yml": "event-hubs",
"docs-ref-autogen/**/azure.functions**.yml": "azure-functions",
"docs-ref-autogen/**/azure.graphrbac**.yml": "active-directory",
"docs-ref-autogen/**/azure.keyvault.**.yml": "key-vault",
"docs-ref-autogen/**/azure.loganalytics**.yml": "log-analytics",
"docs-ref-autogen/**/azure.mgmt.azurestackhci**.yml": "azure-stack",
"docs-ref-autogen/**/azure.mgmt.advisor**.yml": "advisor",
"docs-ref-autogen/**/azure.mgmt.authorization**.yml": "authorization",
"docs-ref-autogen/**/azure.mgmt.batch**.yml": "batch",
"docs-ref-autogen/**/azure.mgmt.billing**.yml": "billing",
"docs-ref-autogen/**/azure.mgmt.cdn**.yml": "cdn",
"docs-ref-autogen/**/azure.mgmt.cognitiveservices**.yml": "cognitive-services",
"docs-ref-autogen/**/azure.mgmt.commerce**.yml": "billing",
"docs-ref-autogen/**/azure.mgmt.compute**.yml": "virtual-machines",
"docs-ref-autogen/**/azure.mgmt.consumption**.yml": "consumption",
"docs-ref-autogen/**/azure.mgmt.containerinstance**.yml": "container-instances",
"docs-ref-autogen/**/azure.mgmt.containerregistry**.yml": "container-registry",
"docs-ref-autogen/**/azure.mgmt.containerservice**.yml": "container-service",
"docs-ref-autogen/**/azure.mgmt.cosmosdb**.yml": "cosmos-db",
"docs-ref-autogen/**/azure.mgmt.datafactory**.yml": "data-factory",
"docs-ref-autogen/**/azure.mgmt.datalake.analytics**.yml": "data-lake-analytics",
"docs-ref-autogen/**/azure.mgmt.datalake.store**.yml": "data-lake-store",
"docs-ref-autogen/**/azure.mgmt.devtestlabs**.yml": "devtest-lab",
"docs-ref-autogen/**/azure.mgmt.dns**.yml": "dns",
"docs-ref-autogen/**/azure.mgmt.documentdb**.yml": "cosmos-db",
"docs-ref-autogen/**/azure.mgmt.deviceupdate**.yml": "iot-hub-device-update",
"docs-ref-autogen/**/azure.mgmt.eventgrid**.yml": "event-grid",
"docs-ref-autogen/**/azure.mgmt.eventhub**.yml": "event-hubs",
"docs-ref-autogen/**/azure.mgmt.hanaonazure**.yml": "virtual-machines",
"docs-ref-autogen/**/azure.mgmt.hdinsight**.yml": "hdinsight",
"docs-ref-autogen/**/azure.mgmt.iothub**.yml": "iot-hub",
"docs-ref-autogen/**/azure.mgmt.keyvault**.yml": "key-vault",
"docs-ref-autogen/**/azure.mgmt.kusto**.yml": "data-explorer",
"docs-ref-autogen/**/azure.mgmt.labservices**.yml": "lab-services",
"docs-ref-autogen/**/azure.mgmt.logic**.yml": "app-service-logic",
"docs-ref-autogen/**/azure.mgmt.managementgroups**.yml": "governance",
"docs-ref-autogen/**/azure.mgmt.media**.yml": "media-services",
"docs-ref-autogen/**/azure.mgmt.monitor**.yml": "monitoring-alert",
"docs-ref-autogen/**/azure.mgmt.msi**.yml": "active-directory",
"docs-ref-autogen/**/azure.mgmt.netapp**.yml": "azure-netapp-files",
"docs-ref-autogen/**/azure.mgmt.network**.yml": "network-watcher",
"docs-ref-autogen/**/azure.mgmt.notificationhubs**.yml": "notification-hubs",
"docs-ref-autogen/**/azure.mgmt.policyinsights**.yml": "azure-policy",
"docs-ref-autogen/**/azure.mgmt.powerbiembedded**.yml": "power-bi-embedded",
"docs-ref-autogen/**/azure.mgmt.purview**.yml": "purview",
"docs-ref-autogen/**/azure.mgmt.rdbms.mysql**.yml": "mysql-database",
"docs-ref-autogen/**/azure.mgmt.rdbms.postgresql**.yml": "postgresql-database",
"docs-ref-autogen/**/azure.mgmt.recoveryservices**.yml": "site-recovery",
"docs-ref-autogen/**/azure.mgmt.redis**.yml": "redis-cache",
"docs-ref-autogen/**/azure.mgmt.relay**.yml": "service-bus-relay",
"docs-ref-autogen/**/azure.mgmt.resource**.yml": "azure-resource-manager",
"docs-ref-autogen/**/azure.mgmt.scheduler**.yml": "scheduler",
"docs-ref-autogen/**/azure.mgmt.search**.yml": "search",
"docs-ref-autogen/**/azure.mgmt.servermanager**.yml": "server-management",
"docs-ref-autogen/**/azure.mgmt.servicebus**.yml": "service-bus",
"docs-ref-autogen/**/azure.mgmt.servicefabric**.yml": "service-fabric",
"docs-ref-autogen/**/azure.mgmt.sql**.yml": "sql-database",
"docs-ref-autogen/**/azure.mgmt.storage**.yml": "storage",
"docs-ref-autogen/**/azure.mgmt.subscription**.yml": "azure-resource-manager",
"docs-ref-autogen/**/azure.mgmt.support**.yml": "azure-supportability",
"docs-ref-autogen/**/azure.mgmt.trafficmanager**.yml": "traffic-manager",
"docs-ref-autogen/**/azure.mgmt.web**.yml": "app-service-web",
"docs-ref-autogen/**/azure.monitor**.yml": "monitoring-alert",
"docs-ref-autogen/**/azure.servicebus**.yml": "service-bus",
"docs-ref-autogen/**/azure.servicefabric**.yml": "service-fabric",
"docs-ref-autogen/**/azure.servicemanagement.**.yml": "azure-asm",
"docs-ref-autogen/**/azure.storage**.yml": "storage",
"docs-ref-autogen/**/provisioningserviceclient**.yml": "iot-hub",
"docs-ref-autogen/**/pydocumentdb**.yml": "cosmos-db",
"docs-ref-autogen/**/azure.mgmt.synapse**.yml": "synapse-analytics",
"docs-ref-autogen/**/azure.synapse**.yml": "synapse-analytics",
"preview/docs-ref-autogen/**/azure.mgmt.workloadmonitor**.yml": "Azure Monitor",
"preview/docs-ref-autogen/**/azure-messaging-webpubsubservice*.yml": "azure-web-pubsub",
"preview/docs-ref-autogen/**/azure-confidentialledger*.yml": "Azure Confidential Ledger",
"preview/docs-ref-autogen/**/azure-mgmt-videoanalyzer*.yml": "azure-video-analyzer"
},
"products": {
"docs-ref-autogen/**/azure.mgmt.datalake.store**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/5c1f3bfc-fced-4ad1-b4e6-b7200832734d"
],
"docs-ref-autogen/**/azure.mgmt.rdbms.mysql**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/4c3c562b-e580-487f-8ab7-ed723105d8cf"
],
"docs-ref-autogen/**/azure.mgmt.web**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/dbe753cb-8c88-44a3-8ca7-41b849a2d01f"
],
"docs-ref-autogen/**/azure.mgmt.consumption**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d"
],
"docs-ref-autogen/**/azure.mgmt.cognitiveservices**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/a94ab64b-48cb-4632-97ad-5f94d09fb030"
],
"docs-ref-autogen/**/azure.mgmt.hanaonazure**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2ed91286-6cf7-4b83-810d-75d0ee3b09dd"
],
"docs-ref-autogen/**/azure.mgmt.sql**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/6ab7faaf-d791-4a26-96a2-3b11738538e7"
],
"docs-ref-autogen/**/azure.graphrbac**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/b1cfdec6-b0c3-4209-818c-736879856e0e"
],
"docs-ref-autogen/**/azure.mgmt.eventgrid**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/467aaae1-e916-4fcd-a463-5b27f9d4745c"
],
"docs-ref-autogen/**/provisioningserviceclient**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/816835a3-1c5d-4536-835c-4b59dc9c9d97"
],
"docs-ref-autogen/**/azure.mgmt.support**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d"
],
"docs-ref-autogen/**/azure.mgmt.authorization**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d"
],
"docs-ref-autogen/**/azure.mgmt.resource**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/4e834929-0ce1-4c1d-9c81-fcb14721edfb"
],
"docs-ref-autogen/**/azure.mgmt.media**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/257159d6-c458-401e-89a4-9ec054d5b64a"
],
"docs-ref-autogen/**/azure.mgmt.advisor**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/d9dfd2a0-aa13-46ef-a37d-ed697b490607"
],
"docs-ref-autogen/**/azure.mgmt.managementgroups**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d"
],
"docs-ref-autogen/**/azure.mgmt.cosmosdb**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/cd668c2f-f5b3-4573-8ad1-019570e3e2db"
],
"docs-ref-autogen/**/adal**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/b1cfdec6-b0c3-4209-818c-736879856e0e"
],
"docs-ref-autogen/**/azure.mgmt.commerce**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d"
],
"docs-ref-autogen/**/azure.mgmt.batch**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/86a4b315-a9f1-4577-b985-6fb0e0e67420"
],
"docs-ref-autogen/**/azure.mgmt.documentdb**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/cd668c2f-f5b3-4573-8ad1-019570e3e2db"
],
"docs-ref-autogen/**/azure.storage**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/de8ce683-cbe1-461b-bae7-77db0888ec6d"
],
"docs-ref-autogen/**/azure.mgmt.relay**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8"
],
"docs-ref-autogen/**/azure.mgmt.netapp**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/817763f1-a87f-4500-8c55-f33726ccb985"
],
"docs-ref-autogen/**/azure.loganalytics**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/9949a35d-c893-4f91-bf98-ae940fc30f5f"
],
"docs-ref-autogen/**/azure.eventhub**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/f0234678-3067-4edc-abf7-8142d54bb7d2"
],
"docs-ref-autogen/**/azure.mgmt.monitor**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/07bb3e10-d135-43ff-bc8b-360497cb39fa"
],
"docs-ref-autogen/**/azure.functions**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/540ac133-a371-4dbb-8f94-28d6cc77a70b"
],
"docs-ref-autogen/**/azure.servicefabric**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/e23899b2-c37a-45de-abc2-b8ae68bc8d1b"
],
"docs-ref-autogen/**/pydocumentdb**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/cd668c2f-f5b3-4573-8ad1-019570e3e2db"
],
"docs-ref-autogen/**/azure.mgmt.synapse**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/bad69977-db6a-44f3-b752-d2bee7de49ca"
],
"docs-ref-autogen/**/azure.mgmt.powerbiembedded**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/faa132eb-b7da-40a8-bd96-ea68e77ec6fd"
],
"docs-ref-autogen/**/azure.mgmt.keyvault**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/f488294d-f483-456e-94e3-755f933b811b"
],
"docs-ref-autogen/**/azure.cosmos**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/cd668c2f-f5b3-4573-8ad1-019570e3e2db"
],
"docs-ref-autogen/**/azure.mgmt.containerregistry**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/cb49e66a-8528-497d-adaa-eade2d009d1b"
],
"docs-ref-autogen/**/azure.mgmt.redis**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/f80a1aa9-ec39-45c7-bff1-e6916def6921"
],
"docs-ref-autogen/**/azure.mgmt.logic**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/7ebba99b-05c3-4387-8883-f7bbf6632cb8"
],
"docs-ref-autogen/**/azure.mgmt.network**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/9ab7b147-9278-4652-bbde-e237576868d3"
],
"preview/docs-ref-autogen/**/azure.mgmt.workloadmonitor**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/07bb3e10-d135-43ff-bc8b-360497cb39fa"
],
"docs-ref-autogen/**/azure.mgmt.servermanager**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d"
],
"docs-ref-autogen/**/azure.synapse**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/bad69977-db6a-44f3-b752-d2bee7de49ca"
],
"docs-ref-autogen/**/azure.mgmt.datalake.analytics**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/4ef79e2a-6d1f-4255-bfab-1f30062ad80a"
],
"docs-ref-autogen/**/azure.mgmt.iothub**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/816835a3-1c5d-4536-835c-4b59dc9c9d97"
],
"docs-ref-autogen/**/azure.mgmt.recoveryservices**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/bba62c59-6b53-4be4-8b9d-6624f9184c22"
],
"docs-ref-autogen/**/azure.mgmt.cdn**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/befac1c4-b371-401f-bb32-b2c555258404"
],
"docs-ref-autogen/**/azure.mgmt.containerservice**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/d44a5346-5de4-439c-b804-7b2a536cbb55"
],
"docs-ref-autogen/**/azure.mgmt.hdinsight**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/31f0a52b-651f-4010-94e9-e671670147d1"
],
"docs-ref-autogen/**/azure.batch**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/86a4b315-a9f1-4577-b985-6fb0e0e67420"
],
"docs-ref-autogen/**/azure.mgmt.purview**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d"
],
"docs-ref-autogen/**/azure.mgmt.search**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/20c3b623-56f0-4f05-81dd-9aeaa3aac702"
],
"docs-ref-autogen/**/azure.keyvault.**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/f488294d-f483-456e-94e3-755f933b811b"
],
"docs-ref-autogen/**/azure.mgmt.notificationhubs**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/d9f9b1db-eed4-493c-a161-3c802931422e"
],
"docs-ref-autogen/**/azure.mgmt.subscription**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/4e834929-0ce1-4c1d-9c81-fcb14721edfb"
],
"docs-ref-autogen/**/azure.mgmt.compute**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/2ed91286-6cf7-4b83-810d-75d0ee3b09dd"
],
"docs-ref-autogen/**/azure.eventprocessorhost**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/f0234678-3067-4edc-abf7-8142d54bb7d2"
],
"docs-ref-autogen/**/azure.mgmt.policyinsights**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d"
],
"docs-ref-autogen/**/azure.mgmt.msi**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/b1cfdec6-b0c3-4209-818c-736879856e0e"
],
"docs-ref-autogen/**/azure.mgmt.trafficmanager**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/a21829dd-8109-415c-84d3-07c42e4d33fd"
],
"docs-ref-autogen/**/azure.mgmt.servicebus**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8"
],
"docs-ref-autogen/**/azure.servicebus**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8"
],
"docs-ref-autogen/**/azure.eventgrid**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/467aaae1-e916-4fcd-a463-5b27f9d4745c"
],
"docs-ref-autogen/**/azure.mgmt.azurestackhci**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/116b49c4-6899-494b-8288-83091b123a54"
],
"docs-ref-autogen/**/azure.mgmt.servicefabric**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/e23899b2-c37a-45de-abc2-b8ae68bc8d1b"
],
"docs-ref-autogen/**/azure.mgmt.deviceupdate**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/816835a3-1c5d-4536-835c-4b59dc9c9d97"
],
"docs-ref-autogen/**/azure.mgmt.containerinstance**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/dcc344b3-3794-4849-9766-7ea55b09218c"
],
"docs-ref-autogen/**/azure.mgmt.storage**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/de8ce683-cbe1-461b-bae7-77db0888ec6d"
],
"docs-ref-autogen/**/azure.mgmt.kusto**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/26e1a60c-4ce1-41de-b2d1-e5f3b7e68e6e"
],
"docs-ref-autogen/**/azure.cognitiveservices**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/a94ab64b-48cb-4632-97ad-5f94d09fb030"
],
"docs-ref-autogen/**/azure.mgmt.eventhub**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/f0234678-3067-4edc-abf7-8142d54bb7d2"
],
"docs-ref-autogen/**/azure.mgmt.rdbms.postgresql**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/cf9527be-7cdf-4bdd-8574-272df09987d3"
],
"docs-ref-autogen/**/azure.datalake.store**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/5c1f3bfc-fced-4ad1-b4e6-b7200832734d"
],
"docs-ref-autogen/**/azure.servicemanagement.**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d"
],
"docs-ref-autogen/**/azure.mgmt.dns**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/56421ca4-1511-4101-aef6-352d15722ed5"
],
"docs-ref-autogen/**/azure.mgmt.datafactory**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/655f39c4-21c5-49d3-8367-a1f9c1a0b930"
],
"docs-ref-autogen/**/azure.mgmt.labservices**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/888a5261-3ced-4140-b7f7-df8c9ab0a80c"
],
"docs-ref-autogen/**/azure.mgmt.scheduler**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/5f78585d-b424-4082-82e6-8f6af0cf7090"
],
"docs-ref-autogen/**/azure.monitor**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/07bb3e10-d135-43ff-bc8b-360497cb39fa"
],
"docs-ref-autogen/**/azure.mgmt.devtestlabs**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/1b517c82-7903-4c65-882b-062988a9836b"
],
"docs-ref-autogen/**/azure.mgmt.billing**.yml": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d"
]
},
"ms.subservice": {
"docs-ref-autogen/**/azure.mgmt.azurestackhci**.yml": "azure-stack-hci",
"preview/docs-ref-autogen/**/azure.mgmt.workloadmonitor**.yml": "insights",
"docs-ref-autogen/**/azure.mgmt.purview**.yml": "purview-data-catalog"
},
"ms.prod": {
"docs-ref-autogen/**/azure.iot.device**.yml": "azure-iot"
},
"searchScope": {
"docs-ref-autogen/**/azure.mgmt.iothub**.yml": ["IoT","IoT Plug and Play","Azure IoT Edge","Azure Digital Twins","Azure IoT DPS","Azure IoT Hub"],
"docs-ref-autogen/**/azure.iot**.yml": ["IoT","IoT Plug and Play","Azure IoT Edge","Azure Digital Twins","Azure IoT DPS","Azure IoT Hub"]
}
},
"template": [],
"dest": "azure-python-sdk",
"xref": [
"xrefmap.yml"
],
"markdownEngineName": "markdig"
}
}