Skip to content

Commit db30f8e

Browse files
author
Autogenerator Pipeline
committed
Merge remote-tracking branch 'origin/main' into autogenerate
2 parents e55c728 + 97bc9aa commit db30f8e

File tree

9 files changed

+7364
-5
lines changed

9 files changed

+7364
-5
lines changed

generator/autogenlist.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,6 @@ const disabledProviders: AutoGenConfig[] = [
207207
namespace: 'Microsoft.Media',
208208
disabledForAutogen: true,
209209
},
210-
{
211-
basePath: 'webpubsub/resource-manager',
212-
namespace: 'Microsoft.SignalRService',
213-
disabledForAutogen: true,
214-
},
215210
];
216211

217212
// Run "npm run list-basepaths" to discover all the valid readme files to add to this list
@@ -781,6 +776,11 @@ const autoGenList: AutoGenConfig[] = [
781776
basePath: 'signalr/resource-manager',
782777
namespace: 'Microsoft.SignalRService',
783778
},
779+
{
780+
basePath: 'webpubsub/resource-manager',
781+
namespace: 'Microsoft.SignalRService',
782+
suffix: 'WebPubSub',
783+
},
784784
{
785785
basePath: 'sqlvirtualmachine/resource-manager',
786786
namespace: 'Microsoft.SqlVirtualMachine',

schemas/2018-05-01/subscriptionDeploymentTemplate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,9 @@
818818
{
819819
"$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions"
820820
},
821+
{
822+
"$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.EventGrid.json#/unknown_resourceDefinitions/eventSubscriptions"
823+
},
821824
{
822825
"$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.HybridNetwork.json#/subscription_resourceDefinitions/locations_vendors_networkFunctions"
823826
},

0 commit comments

Comments
 (0)