Skip to content

Instantly share code, notes, and snippets.

@dzeyelid
Last active October 24, 2019 06:10
Show Gist options
  • Save dzeyelid/34f12b36d1888cad187ce5b9317353d7 to your computer and use it in GitHub Desktop.
Save dzeyelid/34f12b36d1888cad187ce5b9317353d7 to your computer and use it in GitHub Desktop.
Ecample of empty subscription in `~/.azure/slsTokenCache.json`. See https://link.medium.com/eEGXRL1v20
{
"entries": [
{
"tokenType": "Bearer",
"expiresIn": 3600,
"expiresOn": "2019-10-21T08:57:07.417Z",
"resource": "https://management.core.windows.net/",
"accessToken": "<hidden>",
"refreshToken": "<hidden>",
"userId": "[email protected]",
"isUserIdDisplayable": true,
"familyName": "family-name",
"givenName": "given-name",
"identityProvider": "live.com",
"tenantId": "xxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"isMRRT": true,
"_clientId": "xxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"_authority": "https://login.microsoftonline.com/common"
}
],
"subscriptions": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment