This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from Azure/az_national_cloud
Az national cloud
- Loading branch information
Showing
150 changed files
with
50,283 additions
and
7,238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,42 @@ | ||
{ | ||
"odata.type":"Microsoft.DirectoryServices.Application", | ||
"displayName":"{1}App", | ||
"homepage":"{0}", | ||
"availableToOtherTenants":false, | ||
"identifierUris@odata.type":"Collection(Edm.String)", | ||
"identifierUris":["{0}iotsuite"], | ||
"replyUrls@odata.type":"Collection(Edm.String)", | ||
"replyUrls":["{0}"], | ||
"appRoles@odata.type":"Collection(AppRole)", | ||
"odata.type": "Microsoft.DirectoryServices.Application", | ||
"displayName": "{1}App", | ||
"homepage": "{0}", | ||
"availableToOtherTenants": false, | ||
"identifierUris@odata.type": "Collection(Edm.String)", | ||
"identifierUris": [ "{0}iotsuite" ], | ||
"replyUrls@odata.type": "Collection(Edm.String)", | ||
"replyUrls": [ "{0}" ], | ||
"appRoles@odata.type": "Collection(AppRole)", | ||
"requiredResourceAccess": [ | ||
{ | ||
"resourceAppId": "00000002-0000-0000-c000-000000000000", | ||
"resourceAccess": [ | ||
{ | ||
"id": "311a71cc-e848-46a1-bdf8-97ff7156d8e6", | ||
"type": "Scope" | ||
} | ||
] | ||
} | ||
], | ||
"appRoles": [ | ||
{ | ||
"allowedMemberTypes@odata.type":"Collection(Edm.String)", | ||
"allowedMemberTypes": ["User"], | ||
"description": "Read only access to device information", | ||
"displayName": "Read Only", | ||
"id": "e5bbd0f5-128e-4362-9dd1-8f253c6082d7", | ||
"isEnabled": true, | ||
"value": "ReadOnly" | ||
}, | ||
{ | ||
"allowedMemberTypes@odata.type":"Collection(Edm.String)", | ||
"allowedMemberTypes": ["User"], | ||
"description": "Administrator access to the application", | ||
"displayName": "Admin", | ||
"id": "a400a00b-f67c-42b7-ba9a-f73d8c67e433", | ||
"isEnabled": true, | ||
"value": "Admin" | ||
} | ||
] | ||
{ | ||
"allowedMemberTypes@odata.type": "Collection(Edm.String)", | ||
"allowedMemberTypes": [ "User" ], | ||
"description": "Read only access to device information", | ||
"displayName": "Read Only", | ||
"id": "e5bbd0f5-128e-4362-9dd1-8f253c6082d7", | ||
"isEnabled": true, | ||
"value": "ReadOnly" | ||
}, | ||
{ | ||
"allowedMemberTypes@odata.type": "Collection(Edm.String)", | ||
"allowedMemberTypes": [ "User" ], | ||
"description": "Administrator access to the application", | ||
"displayName": "Admin", | ||
"id": "a400a00b-f67c-42b7-ba9a-f73d8c67e433", | ||
"isEnabled": true, | ||
"value": "Admin" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.