A test repo
Перейти к файлу
microsoft-github-policy-service[bot] 654d918c08
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-03-28 16:43:23 +00:00
payload added actions; fixed cloudId of vm payload 2021-01-25 22:59:32 +05:30
rtReg add resource type registrations 2022-02-15 17:32:07 +05:30
.env.example env 2022-03-31 13:02:23 +05:30
.gitignore add resource type registrations 2022-02-15 17:32:07 +05:30
README.md Arc-Testing, x-ms-deletion 2022-02-15 12:11:57 +05:30
SECURITY.md Microsoft mandatory file 2023-01-24 15:57:42 +00:00
customLocation.http bug 2021-02-03 21:28:24 +05:30
resourceGroup.http Arc-Testing, x-ms-deletion 2022-02-15 12:11:57 +05:30
rpaas.http add resource type registrations 2022-02-15 17:32:07 +05:30
scvmm.http Arc-Testing, x-ms-deletion 2022-02-15 12:11:57 +05:30
setBearerToken.py Arc-Testing, x-ms-deletion 2022-02-15 12:11:57 +05:30

README.md

Prerequisites

  1. VSCode
  2. REST Client Extension
  3. python >= 3.8 (required for saving access-token environment variable)
  4. az cli (required for fetching the access token)

Usage

  1. Make sure to login to azure and set your subscription using az. Subscription 204898ee-cd13-4332-b9d4-55ca5c25496d (ARC-Testing) is being used for creating the resources.
az login
  1. Run setBearerToken.py to patch the Authorization environment variable for REST Client.
  2. The sample payloads are available in the payload folder. Set the contents accordingly. Please note that the json files contain variables denoted as {variable} which would be set accordingly when importing the payload, as the API requests are made.from scvmm.http.
  3. Fire the API requests in scvmm.http sequentially.