зеркало из https://github.com/Azure/ARO-RP.git
This commit is contained in:
Родитель
d0bfaf60c6
Коммит
d96e0786b7
|
@ -19,7 +19,7 @@ import (
|
|||
)
|
||||
|
||||
func (d *deployer) fixupBillingRoleAssignment(ctx context.Context) error {
|
||||
roleassignments, err := d.roleassignments.ListForResource(ctx, d.config.RPResourceGroupName, "Microsoft.CosmosDB", "", "databaseAccounts", *d.config.Configuration.DatabaseAccountName, "")
|
||||
roleassignments, err := d.roleassignments.ListForResource(ctx, d.config.RPResourceGroupName, "Microsoft.DocumentDB", "", "databaseAccounts", *d.config.Configuration.DatabaseAccountName, "")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче