Skip to content

Commit 54a48c6

Browse files
Merge pull request #3054 from Azure/ant/v2_web
Onboard Web for v2 autorest
2 parents bbd5eb8 + a8f9175 commit 54a48c6

File tree

55 files changed

+78253
-81760
lines changed

Some content is hidden

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

55 files changed

+78253
-81760
lines changed

bicep-types-az

generator/autogenlist.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,15 +1050,18 @@ const autoGenList: AutoGenConfig[] = [
10501050
},
10511051
{
10521052
basePath: 'web/resource-manager',
1053-
namespace: 'Microsoft.CertificateRegistration'
1053+
namespace: 'Microsoft.CertificateRegistration',
1054+
useAutorestV2: true,
10541055
},
10551056
{
10561057
basePath: 'web/resource-manager',
1057-
namespace: 'Microsoft.DomainRegistration'
1058+
namespace: 'Microsoft.DomainRegistration',
1059+
useAutorestV2: true,
10581060
},
10591061
{
10601062
basePath: 'web/resource-manager',
1061-
namespace: 'Microsoft.Web'
1063+
namespace: 'Microsoft.Web',
1064+
useAutorestV2: true,
10621065
},
10631066
{
10641067
basePath: 'deviceupdate/resource-manager',

schemas/2014-04-01-preview/deploymentTemplate.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6335,9 +6335,6 @@
63356335
{
63366336
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons"
63376337
},
6338-
{
6339-
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_snapshots"
6340-
},
63416338
{
63426339
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols"
63436340
},
@@ -6347,9 +6344,6 @@
63476344
{
63486345
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways"
63496346
},
6350-
{
6351-
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_snapshots"
6352-
},
63536347
{
63546348
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols"
63556349
},
@@ -6407,9 +6401,6 @@
64076401
{
64086402
"$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
64096403
},
6410-
{
6411-
"$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
6412-
},
64136404
{
64146405
"$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons"
64156406
},
@@ -6551,9 +6542,6 @@
65516542
{
65526543
"$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
65536544
},
6554-
{
6555-
"$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
6556-
},
65576545
{
65586546
"$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
65596547
},
@@ -6668,9 +6656,6 @@
66686656
{
66696657
"$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
66706658
},
6671-
{
6672-
"$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
6673-
},
66746659
{
66756660
"$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
66766661
},
@@ -6806,9 +6791,6 @@
68066791
{
68076792
"$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
68086793
},
6809-
{
6810-
"$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
6811-
},
68126794
{
68136795
"$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
68146796
},
@@ -6962,9 +6944,6 @@
69626944
{
69636945
"$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
69646946
},
6965-
{
6966-
"$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
6967-
},
69686947
{
69696948
"$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
69706949
},
@@ -7118,9 +7097,6 @@
71187097
{
71197098
"$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
71207099
},
7121-
{
7122-
"$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
7123-
},
71247100
{
71257101
"$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
71267102
},
@@ -7274,9 +7250,6 @@
72747250
{
72757251
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
72767252
},
7277-
{
7278-
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
7279-
},
72807253
{
72817254
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
72827255
},
@@ -7436,9 +7409,6 @@
74367409
{
74377410
"$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
74387411
},
7439-
{
7440-
"$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
7441-
},
74427412
{
74437413
"$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
74447414
},

schemas/2015-01-01/deploymentTemplate.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3810,9 +3810,6 @@
38103810
{
38113811
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons"
38123812
},
3813-
{
3814-
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_snapshots"
3815-
},
38163813
{
38173814
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrols"
38183815
},
@@ -3822,9 +3819,6 @@
38223819
{
38233820
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways"
38243821
},
3825-
{
3826-
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_snapshots"
3827-
},
38283822
{
38293823
"$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrols"
38303824
},
@@ -3882,9 +3876,6 @@
38823876
{
38833877
"$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
38843878
},
3885-
{
3886-
"$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
3887-
},
38883879
{
38893880
"$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons"
38903881
},
@@ -4026,9 +4017,6 @@
40264017
{
40274018
"$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
40284019
},
4029-
{
4030-
"$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
4031-
},
40324020
{
40334021
"$ref": "https://schema.management.azure.com/schemas/2018-02-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
40344022
},
@@ -4143,9 +4131,6 @@
41434131
{
41444132
"$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
41454133
},
4146-
{
4147-
"$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
4148-
},
41494134
{
41504135
"$ref": "https://schema.management.azure.com/schemas/2018-11-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
41514136
},
@@ -4281,9 +4266,6 @@
42814266
{
42824267
"$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
42834268
},
4284-
{
4285-
"$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
4286-
},
42874269
{
42884270
"$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
42894271
},
@@ -4437,9 +4419,6 @@
44374419
{
44384420
"$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
44394421
},
4440-
{
4441-
"$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
4442-
},
44434422
{
44444423
"$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
44454424
},
@@ -4593,9 +4572,6 @@
45934572
{
45944573
"$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
45954574
},
4596-
{
4597-
"$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
4598-
},
45994575
{
46004576
"$ref": "https://schema.management.azure.com/schemas/2020-09-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
46014577
},
@@ -4749,9 +4725,6 @@
47494725
{
47504726
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
47514727
},
4752-
{
4753-
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
4754-
},
47554728
{
47564729
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
47574730
},
@@ -4911,9 +4884,6 @@
49114884
{
49124885
"$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_extensions"
49134886
},
4914-
{
4915-
"$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_migrate"
4916-
},
49174887
{
49184888
"$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Web.json#/resourceDefinitions/sites_networkConfig"
49194889
},

0 commit comments

Comments
 (0)