Created
February 2, 2018 01:24
-
-
Save jjgriff93/0a42eed0ab53e796ddafa24422778231 to your computer and use it in GitHub Desktop.
Azure .NET Mgmt API - auth file template
This file contains hidden or 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
| subscription=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | |
| client=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | |
| key=XXXXXXXXXXXXXXXX | |
| tenant=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | |
| managementURI=https\://management.core.windows.net/ | |
| baseURL=https\://management.azure.com/ | |
| authURL=https\://login.windows.net/ | |
| graphURL=https\://graph.windows.net/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment