Skip to content

Commit 7523aa0

Browse files
Onboard more network APIs for v2 autorest
1 parent 7520b0f commit 7523aa0

File tree

376 files changed

+18453
-448579
lines changed

Some content is hidden

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

376 files changed

+18453
-448579
lines changed

generator/autogenlist.ts

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,6 @@ const disabledProviders: AutoGenConfig[] = [
3636
namespace: 'Microsoft.Cdn',
3737
useAutorestV2: true,
3838
},
39-
{
40-
basePath: 'dns/resource-manager',
41-
namespace: 'Microsoft.Network',
42-
disabledForAutogen: true,
43-
suffix: 'DNS',
44-
},
45-
{
46-
basePath: 'privatedns/resource-manager',
47-
namespace: 'Microsoft.Network',
48-
disabledForAutogen: true,
49-
suffix: 'privateDns',
50-
},
5139
{
5240
basePath: 'logic/resource-manager',
5341
namespace: 'Microsoft.Logic',
@@ -438,11 +426,6 @@ const autoGenList: AutoGenConfig[] = [
438426
basePath: 'engagementfabric/resource-manager',
439427
namespace: 'Microsoft.EngagementFabric',
440428
},
441-
{
442-
basePath: 'frontdoor/resource-manager',
443-
namespace: 'Microsoft.Network',
444-
suffix: 'FrontDoor',
445-
},
446429
{
447430
basePath: 'hanaonazure/resource-manager',
448431
namespace: 'Microsoft.HanaOnAzure',
@@ -1105,12 +1088,30 @@ const autoGenList: AutoGenConfig[] = [
11051088
suffix: 'DnsResolver',
11061089
useAutorestV2: true,
11071090
},
1091+
{
1092+
basePath: 'frontdoor/resource-manager',
1093+
namespace: 'Microsoft.Network',
1094+
suffix: 'FrontDoor',
1095+
useAutorestV2: true,
1096+
},
1097+
{
1098+
basePath: 'dns/resource-manager',
1099+
namespace: 'Microsoft.Network',
1100+
suffix: 'DNS',
1101+
useAutorestV2: true,
1102+
},
1103+
{
1104+
basePath: 'privatedns/resource-manager',
1105+
namespace: 'Microsoft.Network',
1106+
suffix: 'privateDns',
1107+
useAutorestV2: true,
1108+
},
11081109
{
11091110
//Pause autogeneration until errors are fixed
11101111
basePath: 'azurestackhci/resource-manager',
11111112
namespace: 'Microsoft.AzureStackHCI',
11121113
postProcessor: azureStackHciPostProcessor,
1113-
disabledForAutogen: true,
1114+
useAutorestV2: true,
11141115
},
11151116
{
11161117
basePath: 'advisor/resource-manager',

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

Lines changed: 1018 additions & 1111 deletions
Large diffs are not rendered by default.

schemas/2014-04-01/Microsoft.Insights.ManuallyAuthored.json

Lines changed: 0 additions & 508 deletions
This file was deleted.

schemas/2015-01-01/deploymentTemplate.json

Lines changed: 67 additions & 85 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)