Skip to content

Commit c6e4bed

Browse files
committed
disable RP
1 parent 3a3ac96 commit c6e4bed

File tree

1 file changed

+5
-31
lines changed

1 file changed

+5
-31
lines changed

generator/autogenlist.ts

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ const disabledProviders: AutoGenConfig[] = [
8989
namespace: 'Microsoft.Media',
9090
disabledForAutogen: true,
9191
},
92+
{
93+
basePath: 'authorization/resource-manager',
94+
namespace: 'Microsoft.Authorization',
95+
disabledForAutogen: true,
96+
}
9297
];
9398

9499
// Run "npm run list-basepaths" to discover all the valid readme files to add to this list
@@ -650,37 +655,6 @@ const autoGenList: AutoGenConfig[] = [
650655
suffix: 'Resources',
651656
postProcessor: policyProcessor
652657
},
653-
{
654-
basePath: 'authorization/resource-manager',
655-
namespace: 'Microsoft.Authorization',
656-
resourceConfig: [
657-
{
658-
type: 'roleAssignments',
659-
scopes: ScopeType.Extension | ScopeType.ManagementGroup | ScopeType.ResourceGroup | ScopeType.Subcription | ScopeType.Tenant
660-
},
661-
{
662-
type: 'roleDefinitions',
663-
scopes: ScopeType.Extension | ScopeType.ManagementGroup | ScopeType.ResourceGroup | ScopeType.Subcription | ScopeType.Tenant
664-
},
665-
{
666-
type: 'roleAssignmentScheduleRequests',
667-
scopes: ScopeType.Extension | ScopeType.ManagementGroup | ScopeType.ResourceGroup | ScopeType.Subcription | ScopeType.Tenant
668-
},
669-
{
670-
type: 'roleEligibilityScheduleRequests',
671-
scopes: ScopeType.Extension | ScopeType.ManagementGroup | ScopeType.ResourceGroup | ScopeType.Subcription | ScopeType.Tenant
672-
},
673-
{
674-
type: 'roleManagementPolicyAssignments',
675-
scopes: ScopeType.Extension | ScopeType.ManagementGroup | ScopeType.ResourceGroup | ScopeType.Subcription | ScopeType.Tenant
676-
},
677-
{
678-
type: 'roleAssignmentApprovals/stages',
679-
scopes: ScopeType.Tenant
680-
}
681-
],
682-
suffix: 'Authz'
683-
},
684658
{
685659
basePath: 'relay/resource-manager',
686660
namespace: 'Microsoft.Relay',

0 commit comments

Comments
 (0)