Skip to content

Commit 18b459a

Browse files
Enable NRP for autogen v2
1 parent 0c8f72d commit 18b459a

File tree

64 files changed

+317552
-327381
lines changed

Some content is hidden

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

64 files changed

+317552
-327381
lines changed

generator/autogenlist.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,17 +1119,20 @@ const autoGenList: AutoGenConfig[] = [
11191119
basePath: 'trafficmanager/resource-manager',
11201120
namespace: 'Microsoft.Network',
11211121
suffix: 'TrafficManager',
1122+
useAutorestV2: true,
11221123
},
11231124
{
11241125
basePath: 'network/resource-manager',
11251126
namespace: 'Microsoft.Network',
11261127
postProcessor: networkPostProcessor,
1127-
suffix: 'NRP'
1128+
suffix: 'NRP',
1129+
useAutorestV2: true,
11281130
},
11291131
{
11301132
basePath: 'dnsresolver/resource-manager',
11311133
namespace: 'Microsoft.Network',
11321134
suffix: 'DnsResolver',
1135+
useAutorestV2: true,
11331136
},
11341137
{
11351138
//Pause autogeneration until errors are fixed

0 commit comments

Comments
 (0)