forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
swagger_to_sdk_config.json
748 lines (748 loc) · 31.5 KB
/
swagger_to_sdk_config.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
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
{
"meta": {
"autorest": "latest",
"autorest_options": {
"azure-arm": true,
"license-header": "MICROSOFT_MIT_NO_VERSION",
"payload-flattening-threshold": 2,
"python": "",
"use": "@microsoft.azure/autorest.python@preview"
},
"delete_filesOrDirs": [
"credentials.py",
"exceptions.py"
],
"generated_relative_base_directory": "azure/mgmt/*",
"version": "0.2.0",
"wrapper_filesOrDirs": []
},
"projects": {
"authorization": {
"autorest_options": {
"namespace": "azure.mgmt.authorization",
"package-version": "0.30.0"
},
"build_dir": "azure-mgmt-authorization",
"markdown": "specification/authorization/resource-manager/readme.md",
"output_dir": "azure-mgmt-authorization/azure/mgmt/authorization"
},
"batch": {
"autorest_options": {
"namespace": "azure.batch",
"package-version": "4.0.0"
},
"build_dir": "azure-batch",
"generated_relative_base_directory": "azure/batch",
"markdown": "specification/batch/data-plane/readme.md",
"output_dir": "azure-batch/azure/batch/",
"wrapper_filesOrDirs": [
"batch_auth.py"
]
},
"batch.management": {
"autorest_options": {
"namespace": "azure.mgmt.batch",
"package-version": "4.0.0"
},
"build_dir": "azure-mgmt-batch",
"markdown": "specification/batch/resource-manager/readme.md",
"output_dir": "azure-mgmt-batch/azure/mgmt/batch"
},
"batchai.management": {
"autorest_options": {
"namespace": "azure.mgmt.batchai",
"package-version": "0.2.0"
},
"build_dir": "azure-mgmt-batchai",
"markdown": "specification/batchai/resource-manager/readme.md",
"output_dir": "azure-mgmt-batchai/azure/mgmt/batchai"
},
"billing": {
"autorest_options": {
"namespace": "azure.mgmt.billing",
"package-version": "0.1.0"
},
"build_dir": "azure-mgmt-billing",
"markdown": "specification/billing/resource-manager/readme.md",
"output_dir": "azure-mgmt-billing/azure/mgmt/billing"
},
"cdn": {
"autorest_options": {
"namespace": "azure.mgmt.cdn",
"package-version": "2.0.0"
},
"build_dir": "azure-mgmt-cdn",
"markdown": "specification/cdn/resource-manager/readme.md",
"output_dir": "azure-mgmt-cdn/azure/mgmt/cdn"
},
"cognitiveservices": {
"autorest_options": {
"namespace": "azure.mgmt.cognitiveservices",
"package-version": "2.0.0"
},
"build_dir": "azure-mgmt-cognitiveservices",
"markdown": "specification/cognitiveservices/resource-manager/readme.md",
"output_dir": "azure-mgmt-cognitiveservices/azure/mgmt/cognitiveservices"
},
"commerce": {
"autorest_options": {
"namespace": "azure.mgmt.commerce",
"package-version": "1.0.0"
},
"build_dir": "azure-mgmt-commerce",
"markdown": "specification/commerce/resource-manager/readme.md",
"output_dir": "azure-mgmt-commerce/azure/mgmt/commerce"
},
"compute.compute.2015-06-15": {
"autorest_options": {
"namespace": "azure.mgmt.compute.v2015_06_15",
"tag": "package-compute-2015-06"
},
"build_dir": "azure-mgmt-compute/azure/mgmt/compute/v2015_06_15",
"generated_relative_base_directory": "python/azure/mgmt/compute/v2015_06_15",
"markdown": "specification/compute/resource-manager/readme.md",
"output_dir": "azure-mgmt-compute/azure/mgmt/compute/v2015_06_15"
},
"compute.compute.2016-03-30": {
"autorest_options": {
"namespace": "azure.mgmt.compute.v2016_03_30",
"tag": "package-compute-2016-03"
},
"build_dir": "azure-mgmt-compute/azure/mgmt/compute/v2016_03_30",
"generated_relative_base_directory": "python/azure/mgmt/compute/v2016_03_30",
"markdown": "specification/compute/resource-manager/readme.md",
"output_dir": "azure-mgmt-compute/azure/mgmt/compute/v2016_03_30"
},
"compute.compute.2016-04-30-preview": {
"autorest_options": {
"namespace": "azure.mgmt.compute.v2016_04_30_preview",
"tag": "package-compute-2016-04-preview"
},
"build_dir": "azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview",
"generated_relative_base_directory": "python/azure/mgmt/compute/v2016_04_30_preview",
"markdown": "specification/compute/resource-manager/readme.md",
"output_dir": "azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview"
},
"compute.compute.2017-03-30": {
"autorest_options": {
"namespace": "azure.mgmt.compute.v2017_03_30",
"tag": "package-compute-2017-03"
},
"build_dir": "azure-mgmt-compute/azure/mgmt/compute/v2017_03_30",
"generated_relative_base_directory": "python/azure/mgmt/compute/v2017_03_30",
"markdown": "specification/compute/resource-manager/readme.md",
"output_dir": "azure-mgmt-compute/azure/mgmt/compute/v2017_03_30"
},
"consumption": {
"autorest_options": {
"namespace": "azure.mgmt.consumption",
"package-version": "0.1.0"
},
"build_dir": "azure-mgmt-consumption",
"markdown": "specification/consumption/resource-manager/readme.md",
"output_dir": "azure-mgmt-consumption/azure/mgmt/consumption"
},
"containerinstance": {
"autorest_options": {
"namespace": "azure.mgmt.containerinstance",
"package-version": "0.2.0"
},
"build_dir": "azure-mgmt-containerinstance",
"generated_relative_base_directory": "python/azure/mgmt/containerinstance",
"markdown": "specification/containerinstance/resource-manager/readme.md",
"output_dir": "azure-mgmt-containerinstance/azure/mgmt/containerinstance"
},
"containerregistry.2017-03-01": {
"autorest_options": {
"namespace": "azure.mgmt.containerregistry.v2017_03_01",
"tag": "package-2017-03"
},
"build_dir": "azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2017_03_01",
"generated_relative_base_directory": "azure/mgmt/containerregistry/v2017_03_01",
"markdown": "specification/containerregistry/resource-manager/readme.md",
"output_dir": "azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2017_03_01"
},
"containerregistry.2017-10-01": {
"autorest_options": {
"namespace": "azure.mgmt.containerregistry.v2017_10_01",
"tag": "package-2017-10"
},
"build_dir": "azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2017_10_01",
"generated_relative_base_directory": "azure/mgmt/containerregistry/v2017_10_01",
"markdown": "specification/containerregistry/resource-manager/readme.md",
"output_dir": "azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2017_10_01"
},
"containerservice": {
"autorest_options": {
"description": "The Container Service Client.",
"namespace": "azure.mgmt.containerservice",
"package-version": "2.0.0",
"tag": "package-container-service-2017-09",
"title": "ContainerServiceClient"
},
"build_dir": "azure-mgmt-containerservice",
"generated_relative_base_directory": "python/azure/mgmt/containerservice",
"markdown": "specification/compute/resource-manager/readme.md",
"output_dir": "azure-mgmt-containerservice/azure/mgmt/containerservice"
},
"cosmosdb": {
"autorest_options": {
"namespace": "azure.mgmt.cosmosdb",
"package-version": "0.2.1"
},
"build_dir": "azure-mgmt-cosmosdb",
"markdown": "specification/cosmos-db/resource-manager/readme.md",
"output_dir": "azure-mgmt-cosmosdb/azure/mgmt/cosmosdb"
},
"datafactory": {
"autorest_options": {
"namespace": "azure.mgmt.datafactory",
"package-version": "0.2.1"
},
"build_dir": "azure-mgmt-datafactory",
"markdown": "specification/datafactory/resource-manager/readme.md",
"output_dir": "azure-mgmt-datafactory/azure/mgmt/datafactory"
},
"datalake.analytics.account": {
"autorest_options": {
"namespace": "azure.mgmt.datalake.analytics.account",
"package-version": "0.1.6"
},
"build_dir": "azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/account/",
"generated_relative_base_directory": "azure/mgmt/datalake/analytics/account",
"markdown": "specification/datalake-analytics/resource-manager/readme.md",
"output_dir": "azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/account/"
},
"datalake.analytics.catalog": {
"autorest_options": {
"input-file": "specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/catalog.json",
"namespace": "azure.mgmt.datalake.analytics.catalog",
"package-version": "0.1.6"
},
"build_dir": "azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/catalog/",
"generated_relative_base_directory": "azure/mgmt/datalake/analytics/catalog",
"output_dir": "azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/catalog/"
},
"datalake.analytics.job": {
"autorest_options": {
"input-file": "specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json",
"namespace": "azure.mgmt.datalake.analytics.job",
"package-version": "0.1.6"
},
"build_dir": "azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/job/",
"generated_relative_base_directory": "azure/mgmt/datalake/analytics/job",
"output_dir": "azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/job/"
},
"datalake.store.account": {
"autorest_options": {
"namespace": "azure.mgmt.datalake.store",
"package-version": "0.1.6"
},
"build_dir": "azure-mgmt-datalake-store",
"generated_relative_base_directory": "azure/mgmt/datalake/store",
"markdown": "specification/datalake-store/resource-manager/readme.md",
"output_dir": "azure-mgmt-datalake-store/azure/mgmt/datalake/store/"
},
"devtestlabs": {
"autorest_options": {
"namespace": "azure.mgmt.devtestlabs",
"package-version": "2.0.0"
},
"build_dir": "azure-mgmt-devtestlabs",
"markdown": "specification/devtestlabs/resource-manager/readme.md",
"output_dir": "azure-mgmt-devtestlabs/azure/mgmt/devtestlabs"
},
"dns": {
"autorest_options": {
"namespace": "azure.mgmt.dns",
"package-version": "1.1.0"
},
"build_dir": "azure-mgmt-dns",
"markdown": "specification/dns/resource-manager/readme.md",
"output_dir": "azure-mgmt-dns/azure/mgmt/dns"
},
"eventgrid": {
"autorest_options": {
"namespace": "azure.mgmt.eventgrid",
"package-version": "0.2.0"
},
"build_dir": "azure-mgmt-eventgrid",
"markdown": "specification/eventgrid/resource-manager/readme.md",
"output_dir": "azure-mgmt-eventgrid/azure/mgmt/eventgrid"
},
"eventhub": {
"autorest_options": {
"namespace": "azure.mgmt.eventhub",
"package-version": "1.0.0"
},
"build_dir": "azure-mgmt-eventhub",
"markdown": "specification/eventhub/resource-manager/readme.md",
"output_dir": "azure-mgmt-eventhub/azure/mgmt/eventhub"
},
"graphrbac": {
"autorest_options": {
"package-version": "0.33.0"
},
"build_dir": "azure-graphrbac",
"generated_relative_base_directory": "python/azure/graphrbac",
"markdown": "specification/graphrbac/data-plane/readme.md",
"output_dir": "azure-graphrbac/azure/graphrbac"
},
"iothub": {
"autorest_options": {
"namespace": "azure.mgmt.iothub",
"package-version": "0.4.0"
},
"build_dir": "azure-mgmt-iothub",
"markdown": "specification/iothub/resource-manager/readme.md",
"output_dir": "azure-mgmt-iothub/azure/mgmt/iothub"
},
"keyvault.data": {
"autorest_options": {
"namespace": "azure.keyvault",
"package-version": "0.3.7"
},
"build_dir": "azure-keyvault",
"generated_relative_base_directory": "azure/keyvault",
"markdown": "specification/keyvault/data-plane/readme.md",
"output_dir": "azure-keyvault/azure/keyvault",
"wrapper_filesOrDirs": [
"custom",
"generated",
"__init__.py"
]
},
"keyvault.mgmt": {
"autorest_options": {
"namespace": "azure.mgmt.keyvault",
"package-version": "0.40.0"
},
"build_dir": "azure-mgmt-keyvault",
"markdown": "specification/keyvault/resource-manager/readme.md",
"output_dir": "azure-mgmt-keyvault/azure/mgmt/keyvault"
},
"loganalytics": {
"markdown": "specification/operationalinsights/resource-manager/readme.md",
"autorest_options": {
"title": "LogAnalyticsManagementClient",
"description": "The Log Analytics Client.",
"namespace": "azure.mgmt.loganalytics",
"package-version": "0.1.0"
},
"output_dir": "azure-mgmt-loganalytics/azure/mgmt/loganalytics"
},
"logic": {
"autorest_options": {
"namespace": "azure.mgmt.logic",
"package-version": "2.1.0"
},
"build_dir": "azure-mgmt-logic",
"markdown": "specification/logic/resource-manager/readme.md",
"output_dir": "azure-mgmt-logic/azure/mgmt/logic"
},
"machinelearning": {
"autorest_options": {
"namespace": "azure.mgmt.machinelearning",
"package-version": "0.1.0",
"tag": "package-webservices-2016-05-preview"
},
"build_dir": "unreleased/azure-mgmt-machinelearning",
"markdown": "specification/machinelearning/resource-manager/readme.md",
"output_dir": "unreleased/azure-mgmt-machinelearning/azure/mgmt/machinelearning"
},
"machinelearningcompute": {
"autorest_options": {
"namespace": "azure.mgmt.machinelearningcompute",
"package-version": "0.1.0"
},
"build_dir": "azure-mgmt-machinelearningcompute",
"markdown": "specification/machinelearningcompute/resource-manager/readme.md",
"output_dir": "azure-mgmt-machinelearningcompute/azure/mgmt/machinelearningcompute"
},
"media": {
"autorest_options": {
"namespace": "azure.mgmt.media",
"package-version": "0.2.0"
},
"build_dir": "azure-mgmt-media",
"markdown": "specification/mediaservices/resource-manager/readme.md",
"output_dir": "azure-mgmt-media/azure/mgmt/media"
},
"monitor": {
"autorest_options": {
"package-version": "0.4.0"
},
"build_dir": "azure-mgmt-monitor",
"generated_relative_base_directory": "python/azure/mgmt/monitor",
"markdown": "specification/monitor/resource-manager/readme.md",
"output_dir": "azure-mgmt-monitor/azure/mgmt/monitor"
},
"network.2015-06-15": {
"autorest_options": {
"tag": "package-2015-06split"
},
"build_dir": "azure-mgmt-network/azure/mgmt/network/v2015_06_15",
"generated_relative_base_directory": "python/azure/mgmt/network/v2015_06_15",
"markdown": "specification/network/resource-manager/readme.md",
"output_dir": "azure-mgmt-network/azure/mgmt/network/v2015_06_15"
},
"network.2016-09-01": {
"autorest_options": {
"tag": "package-2016-09"
},
"build_dir": "azure-mgmt-network/azure/mgmt/network/v2016_09_01",
"generated_relative_base_directory": "python/azure/mgmt/network/v2016_09_01",
"markdown": "specification/network/resource-manager/readme.md",
"output_dir": "azure-mgmt-network/azure/mgmt/network/v2016_09_01"
},
"network.2016-12-01": {
"autorest_options": {
"tag": "package-2016-12"
},
"build_dir": "azure-mgmt-network/azure/mgmt/network/v2016_12_01",
"generated_relative_base_directory": "python/azure/mgmt/network/v2016_12_01",
"markdown": "specification/network/resource-manager/readme.md",
"output_dir": "azure-mgmt-network/azure/mgmt/network/v2016_12_01"
},
"network.2017-03-01": {
"autorest_options": {
"tag": "package-2017-03"
},
"build_dir": "azure-mgmt-network/azure/mgmt/network/v2017_03_01",
"generated_relative_base_directory": "python/azure/mgmt/network/v2017_03_01",
"markdown": "specification/network/resource-manager/readme.md",
"output_dir": "azure-mgmt-network/azure/mgmt/network/v2017_03_01"
},
"network.2017-06-01": {
"autorest_options": {
"tag": "package-2017-06"
},
"build_dir": "azure-mgmt-network/azure/mgmt/network/v2017_06_01",
"generated_relative_base_directory": "python/azure/mgmt/network/v2017_06_01",
"markdown": "specification/network/resource-manager/readme.md",
"output_dir": "azure-mgmt-network/azure/mgmt/network/v2017_06_01"
},
"network.2017-08-01": {
"autorest_options": {
"tag": "package-2017-08"
},
"build_dir": "azure-mgmt-network/azure/mgmt/network/v2017_08_01",
"generated_relative_base_directory": "python/azure/mgmt/network/v2017_08_01",
"markdown": "specification/network/resource-manager/readme.md",
"output_dir": "azure-mgmt-network/azure/mgmt/network/v2017_08_01"
},
"network.2017-09-01": {
"autorest_options": {
"namespace": "azure.mgmt.network.v2017_09_01",
"tag": "package-2017-09"
},
"build_dir": "azure-mgmt-network/azure/mgmt/network/v2017_09_01",
"generated_relative_base_directory": "python/azure/mgmt/network/v2017_09_01",
"markdown": "specification/network/resource-manager/readme.md",
"output_dir": "azure-mgmt-network/azure/mgmt/network/v2017_09_01"
},
"notificationhubs": {
"autorest_options": {
"namespace": "azure.mgmt.notificationhubs",
"package-version": "1.0.0"
},
"build_dir": "azure-mgmt-notificationhubs",
"markdown": "specification/notificationhubs/resource-manager/readme.md",
"output_dir": "azure-mgmt-notificationhubs/azure/mgmt/notificationhubs"
},
"powerbiembedded": {
"autorest_options": {
"namespace": "azure.mgmt.powerbiembedded",
"package-version": "1.0.0"
},
"build_dir": "azure-mgmt-powerbiembedded",
"markdown": "specification/powerbiembedded/resource-manager/readme.md",
"output_dir": "azure-mgmt-powerbiembedded/azure/mgmt/powerbiembedded"
},
"rdbms.mysql": {
"autorest_options": {
"namespace": "azure.mgmt.rdbms.mysql",
"package-version": "0.1.0"
},
"build_dir": "azure-mgmt-rdbms/azure/mgmt/rdbms/mysql",
"generated_relative_base_directory": "azure/mgmt/rdbms/mysql",
"markdown": "specification/mysql/resource-manager/readme.md",
"output_dir": "azure-mgmt-rdbms/azure/mgmt/rdbms/mysql"
},
"rdbms.postgres": {
"autorest_options": {
"namespace": "azure.mgmt.rdbms.postgresql",
"package-version": "0.1.0"
},
"build_dir": "azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql",
"generated_relative_base_directory": "azure/mgmt/rdbms/postgresql",
"markdown": "specification/postgresql/resource-manager/readme.md",
"output_dir": "azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql"
},
"recoveryservices": {
"build_dir": "azure-mgmt-recoveryservices",
"generated_relative_base_directory": "Generated/Python/azure/mgmt/recoveryservices",
"markdown": "specification/recoveryservices/resource-manager/readme.md",
"output_dir": "azure-mgmt-recoveryservices/azure/mgmt/recoveryservices"
},
"recoveryservicesbackup": {
"build_dir": "azure-mgmt-recoveryservicesbackup",
"generated_relative_base_directory": "Generated/Python/azure/mgmt/recoveryservicesbackup",
"markdown": "specification/recoveryservicesbackup/resource-manager/readme.md",
"output_dir": "azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup"
},
"redis": {
"autorest_options": {
"namespace": "azure.mgmt.redis",
"package-version": "4.1.0",
"tag": "package-2016-04"
},
"build_dir": "azure-mgmt-redis",
"markdown": "specification/redis/resource-manager/readme.md",
"output_dir": "azure-mgmt-redis/azure/mgmt/redis"
},
"resources.features.2015-12-01": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Features/2015-12-01/features.json",
"namespace": "azure.mgmt.resource.features.v2015_12_01"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/features/v2015_12_01",
"generated_relative_base_directory": "azure/mgmt/resource/features/v2015_12_01",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/features/v2015_12_01"
},
"resources.links.2016-09-01": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Resources/2016-09-01/links.json",
"namespace": "azure.mgmt.resource.links.v2016_09_01"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/links/v2016_09_01",
"generated_relative_base_directory": "azure/mgmt/resource/links/v2016_09_01",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/links/v2016_09_01"
},
"resources.locks.2015-01-01": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Authorization/2015-01-01/locks.json",
"namespace": "azure.mgmt.resource.locks.v2015_01_01"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01",
"generated_relative_base_directory": "azure/mgmt/resource/locks/v2015_01_01",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01"
},
"resources.locks.2016-09-01": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Authorization/2016-09-01/locks.json",
"namespace": "azure.mgmt.resource.locks.v2016_09_01"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/locks/v2016_09_01",
"generated_relative_base_directory": "azure/mgmt/resource/locks/v2016_09_01",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/locks/v2016_09_01"
},
"resources.managedapplications.2017-09-01": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Solutions/2017-09-01/managedapplications.json",
"namespace": "azure.mgmt.resource.managedapplications"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/managedapplications",
"generated_relative_base_directory": "azure/mgmt/resource/managedapplications",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/managedapplications"
},
"resources.policy.2015-10-01-preview": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Authorization/2015-10-01-preview/policy.json",
"namespace": "azure.mgmt.resource.policy.v2015_10_01_preview"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/policy/v2015_10_01_preview",
"generated_relative_base_directory": "azure/mgmt/resource/policy/v2015_10_01_preview",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/policy/v2015_10_01_preview"
},
"resources.policy.2016-04-01": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Authorization/2016-04-01/policy.json",
"namespace": "azure.mgmt.resource.policy.v2016_04_01"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/policy/v2016_04_01",
"generated_relative_base_directory": "azure/mgmt/resource/policy/v2016_04_01",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/policy/v2016_04_01"
},
"resources.policy.2016-12-01": {
"autorest_options": {
"namespace": "azure.mgmt.resource.policy.v2016_12_01",
"tag": "package-policy-2016-12"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/policy/v2016_12_01",
"generated_relative_base_directory": "azure/mgmt/resource/policy/v2016_12_01",
"markdown": "specification/resources/resource-manager/readme.md",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/policy/v2016_12_01"
},
"resources.policy.2017-06-01-preview": {
"autorest_options": {
"namespace": "azure.mgmt.resource.policy.v2017_06_01_preview",
"tag": "package-policy-2017-06"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/policy/v2017_06_01_preview",
"generated_relative_base_directory": "azure/mgmt/resource/policy/v2017_06_01_preview",
"markdown": "specification/resources/resource-manager/readme.md",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/policy/v2017_06_01_preview"
},
"resources.resources.2016-02-01": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Resources/2016-02-01/resources.json",
"namespace": "azure.mgmt.resource.resources.v2016_02_01"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01",
"generated_relative_base_directory": "azure/mgmt/resource/resources/v2016_02_01",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01"
},
"resources.resources.2016-09-01": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Resources/2016-09-01/resources.json",
"namespace": "azure.mgmt.resource.resources.v2016_09_01"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01",
"generated_relative_base_directory": "azure/mgmt/resource/resources/v2016_09_01",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/resources/v2016_09_01"
},
"resources.resources.2017-05-10": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Resources/2017-05-10/resources.json",
"namespace": "azure.mgmt.resource.resources.v2017_05_10"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10",
"generated_relative_base_directory": "azure/mgmt/resource/resources/v2017_05_10",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/resources/v2017_05_10"
},
"resources.subscriptions.2016-06-01": {
"autorest_options": {
"input-file": "specification/resources/resource-manager/Microsoft.Resources/2016-06-01/subscriptions.json",
"namespace": "azure.mgmt.resource.subscriptions.v2016_06_01"
},
"build_dir": "azure-mgmt-resource/azure/mgmt/resource/subscriptions/v2016_06_01",
"generated_relative_base_directory": "azure/mgmt/resource/subscriptions/v2016_06_01",
"output_dir": "azure-mgmt-resource/azure/mgmt/resource/subscriptions/v2016_06_01"
},
"scheduler": {
"autorest_options": {
"namespace": "azure.mgmt.scheduler",
"package-version": "1.1.3"
},
"build_dir": "azure-mgmt-scheduler",
"markdown": "specification/scheduler/resource-manager/readme.md",
"output_dir": "azure-mgmt-scheduler/azure/mgmt/scheduler"
},
"search": {
"autorest_options": {
"namespace": "azure.mgmt.search",
"package-version": "1.0.0"
},
"build_dir": "azure-mgmt-search",
"markdown": "specification/search/resource-manager/readme.md",
"output_dir": "azure-mgmt-search/azure/mgmt/search"
},
"servermanager": {
"autorest_options": {
"namespace": "azure.mgmt.servermanager",
"package-version": "1.2.0"
},
"build_dir": "azure-mgmt-servermanager",
"markdown": "specification/servermanagement/resource-manager/readme.md",
"output_dir": "azure-mgmt-servermanager/azure/mgmt/servermanager"
},
"servicebus": {
"autorest_options": {
"namespace": "azure.mgmt.servicebus",
"package-version": "0.2.0"
},
"build_dir": "azure-mgmt-servicebus",
"markdown": "specification/servicebus/resource-manager/readme.md",
"output_dir": "azure-mgmt-servicebus/azure/mgmt/servicebus"
},
"servicefabric.data": {
"autorest_options": {
"add-credentials": true,
"azure-arm": false,
"input-file": "specification/servicefabric/data-plane/Microsoft.ServiceFabric/6.0/servicefabric.json",
"namespace": "azure.servicefabric",
"package-version": "6.0.2"
},
"build_dir": "azure-servicefabric",
"generated_relative_base_directory": "azure/servicefabric",
"output_dir": "azure-servicefabric/azure/servicefabric"
},
"servicefabric.mgmt": {
"autorest_options": {
"namespace": "azure.mgmt.servicefabric",
"package-version": "0.1.0"
},
"build_dir": "azure-mgmt-servicefabric",
"markdown": "specification/servicefabric/resource-manager/readme.md",
"output_dir": "azure-mgmt-servicefabric/azure/mgmt/servicefabric"
},
"sql": {
"autorest_options": {
"package-version": "0.8.3"
},
"build_dir": "azure-mgmt-sql",
"generated_relative_base_directory": "python/azure/mgmt/sql",
"markdown": "specification/sql/resource-manager/readme.md",
"output_dir": "azure-mgmt-sql/azure/mgmt/sql"
},
"storage.2015-06-15": {
"autorest_options": {
"namespace": "azure.mgmt.storage.v2015_06_15",
"tag": "package-2015-06"
},
"build_dir": "azure-mgmt-storage/azure/mgmt/storage/v2015_06_15",
"generated_relative_base_directory": "azure/mgmt/storage/v2015_06_15",
"markdown": "specification/storage/resource-manager/readme.md",
"output_dir": "azure-mgmt-storage/azure/mgmt/storage/v2015_06_15"
},
"storage.2016-01-01": {
"autorest_options": {
"namespace": "azure.mgmt.storage.v2016_01_01",
"tag": "package-2016-01"
},
"build_dir": "azure-mgmt-storage/azure/mgmt/storage/v2016_01_01",
"generated_relative_base_directory": "azure/mgmt/storage/v2016_01_01",
"markdown": "specification/storage/resource-manager/readme.md",
"output_dir": "azure-mgmt-storage/azure/mgmt/storage/v2016_01_01"
},
"storage.2016-12-01": {
"autorest_options": {
"namespace": "azure.mgmt.storage.v2016_12_01",
"tag": "package-2016-12"
},
"build_dir": "azure-mgmt-storage/azure/mgmt/storage/v2016_12_01",
"generated_relative_base_directory": "azure/mgmt/storage/v2016_12_01",
"markdown": "specification/storage/resource-manager/readme.md",
"output_dir": "azure-mgmt-storage/azure/mgmt/storage/v2016_12_01"
},
"storage.2017-06-01": {
"autorest_options": {
"namespace": "azure.mgmt.storage.v2017_06_01",
"tag": "package-2017-06"
},
"build_dir": "azure-mgmt-storage/azure/mgmt/storage/v2017_06_01",
"generated_relative_base_directory": "azure/mgmt/storage/v2017_06_01",
"markdown": "specification/storage/resource-manager/readme.md",
"output_dir": "azure-mgmt-storage/azure/mgmt/storage/v2017_06_01"
},
"trafficmanager": {
"autorest_options": {
"namespace": "azure.mgmt.trafficmanager",
"package-version": "0.40.0"
},
"build_dir": "azure-mgmt-trafficmanager",
"markdown": "specification/trafficmanager/resource-manager/readme.md",
"output_dir": "azure-mgmt-trafficmanager/azure/mgmt/trafficmanager"
},
"web": {
"autorest_options": {
"package-version": "0.33.0"
},
"build_dir": "azure-mgmt-web",
"generated_relative_base_directory": "python/azure/mgmt/web",
"markdown": "specification/web/resource-manager/readme.md",
"output_dir": "azure-mgmt-web/azure/mgmt/web/"
}
}
}