Skip to content

Commit f1793ba

Browse files
authored
Merge pull request #1958 from Azure/onboard_webpubsub
Onboard Microsoft.SignalRService for autogen
2 parents 1028180 + 54383af commit f1793ba

File tree

6 files changed

+3384
-5
lines changed

6 files changed

+3384
-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',

0 commit comments

Comments
 (0)