Skip to content

Commit 4d08149

Browse files
Merge pull request #1398 from Azure/antmarti/add_autogen
Add some recent RPs to autogenlist
2 parents 3cf633c + 823f46b commit 4d08149

File tree

11 files changed

+3448
-1
lines changed

11 files changed

+3448
-1
lines changed

generator/autogenlist.ts

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,42 @@ const autogenlist: AutogenlistConfig[] = [
578578
{
579579
basePath: 'windowsiot/resource-manager',
580580
namespace: 'Microsoft.WindowsIoT',
581+
},
582+
{
583+
basePath: 'adp/resource-manager',
584+
namespace: 'Microsoft.AutonomousDevelopmentPlatform',
585+
},
586+
{
587+
basePath: 'automanage/resource-manager',
588+
namespace: 'Microsoft.Automanage',
589+
},
590+
{
591+
basePath: 'confluent/resource-manager',
592+
namespace: 'Microsoft.Confluent',
593+
},
594+
{
595+
basePath: 'datamigration/resource-manager',
596+
namespace: 'Microsoft.DataMigration',
597+
},
598+
{
599+
basePath: 'datadog/resource-manager',
600+
namespace: 'Microsoft.Datadog',
601+
},
602+
{
603+
basePath: 'healthbot/resource-manager',
604+
namespace: 'Microsoft.HealthBot',
605+
},
606+
{
607+
basePath: 'hybridkubernetes/resource-manager',
608+
namespace: 'Microsoft.Kubernetes',
609+
},
610+
{
611+
basePath: 'hybridnetwork/resource-manager',
612+
namespace: 'Microsoft.HybridNetwork',
613+
},
614+
{
615+
basePath: 'powerplatform/resource-manager',
616+
namespace: 'Microsoft.PowerPlatform',
581617
}
582618
];
583619

schemas/2018-05-01/subscriptionDeploymentTemplate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@
142142
{
143143
"$ref": "https://schema.management.azure.com/schemas/2020-04-01-preview/Microsoft.ChangeAnalysis.json#/subscription_resourceDefinitions/profile"
144144
},
145+
{
146+
"$ref": "https://schema.management.azure.com/schemas/2020-03-01-preview/Microsoft.Confluent.json#/subscription_resourceDefinitions/agreements"
147+
},
145148
{
146149
"$ref": "https://schema.management.azure.com/schemas/2017-12-30-preview/Microsoft.Consumption.json#/subscription_resourceDefinitions/budgets"
147150
},
@@ -178,6 +181,9 @@
178181
{
179182
"$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Consumption.json#/unknown_resourceDefinitions/budgets"
180183
},
184+
{
185+
"$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Datadog.json#/subscription_resourceDefinitions/agreements"
186+
},
181187
{
182188
"$ref": "https://schema.management.azure.com/schemas/2017-06-15-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions"
183189
},
@@ -211,6 +217,18 @@
211217
{
212218
"$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions"
213219
},
220+
{
221+
"$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.HybridNetwork.json#/subscription_resourceDefinitions/locations_vendors_networkFunctions"
222+
},
223+
{
224+
"$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.HybridNetwork.json#/subscription_resourceDefinitions/vendors"
225+
},
226+
{
227+
"$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.HybridNetwork.json#/subscription_resourceDefinitions/vendors_vendorSkus"
228+
},
229+
{
230+
"$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.HybridNetwork.json#/subscription_resourceDefinitions/vendors_vendorSkus_previewSubscriptions"
231+
},
214232
{
215233
"$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ManagedNetwork.json#/unknown_resourceDefinitions/scopeAssignments"
216234
},

0 commit comments

Comments
 (0)