Skip to content

Commit 934e443

Browse files
authored
Merge pull request #53669 from MSFTMith/Mithilesh-Ramaswamy-MSFT-Patch-1
Authorizations need to comma separated.
2 parents b1af8bd + 9b695e8 commit 934e443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/managed-applications/publish-service-catalog-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Some of the parameters used in the preceding example are:
285285

286286
* **resource group**: The name of the resource group where the managed application definition is created.
287287
* **lock level**: The type of lock placed on the managed resource group. It prevents the customer from performing undesirable operations on this resource group. Currently, ReadOnly is the only supported lock level. When ReadOnly is specified, the customer can only read the resources present in the managed resource group. The publisher identities that are granted access to the managed resource group are exempt from the lock.
288-
* **authorizations**: Describes the principal ID and the role definition ID that are used to grant permission to the managed resource group. It's specified in the format of `<principalId>:<roleDefinitionId>`. If more than one value is needed, specify them in the form `<principalId1>:<roleDefinitionId1> <principalId2>:<roleDefinitionId2>`. The values are separated by a space.
288+
* **authorizations**: Describes the principal ID and the role definition ID that are used to grant permission to the managed resource group. It's specified in the format of `<principalId>:<roleDefinitionId>`. If more than one value is needed, specify them in the form `<principalId1>:<roleDefinitionId1>,<principalId2>:<roleDefinitionId2>`. The values are separated by a comma.
289289
* **package file URI**: The location of a .zip package that contains the required files.
290290

291291
## Bring your own storage for the managed application definition

0 commit comments

Comments
 (0)