Skip to content

Commit

Permalink
Fixed data generation script. Added landmark roles in the default con…
Browse files Browse the repository at this point in the history
…tent. (Azure#1572)
  • Loading branch information
azaslonov authored Dec 15, 2021
1 parent f7bad3c commit 830d100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts.v2/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function generateJson() {
"PUT",
`https://${managementApiEndpoint}/subscriptions/00000/resourceGroups/00000/providers/Microsoft.ApiManagement/service/00000/${key}?api-version=2019-12-01`,
managementApiAccessToken,
JSON.stringify(dataObj[key]));
dataObj[key]);
}
}
catch (error) {
Expand Down
2 changes: 1 addition & 1 deletion templates/default.json

Large diffs are not rendered by default.

0 comments on commit 830d100

Please sign in to comment.