Skip to content

Commit

Permalink
try Azure#5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiano2017 committed Aug 1, 2019
1 parent b42728c commit d7909e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"parameters": {
"scope": "/providers/Microsoft.Management/managementGroups/tiano-group1",
"scope": "providers/Microsoft.Management/managementGroups/tiano-group1",
"deploymentName": "mg-dep01",
"api-version": "2019-07-01",
"parameters": {},
"body": {
"parameters": {
"location": "eastus",
"properties": {
"templateLink": "{templateUri}",
"parameters": {},
"mode": "Incremental"
}
"parameters": {
"location": "eastus",
"properties": {
"templateLink": "{templateUri}",
"parameters": {},
"mode": "Incremental"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@
"parameters": {
"deploymentName": "tenant-dep01",
"api-version": "2019-07-01",
"parameters": {},
"body": {
"parameters": {
"location": "eastus",
"properties": {
"templateLink": "{templateUri}",
"parameters": {},
"mode": "Incremental"
}
"parameters": {
"location": "eastus",
"properties": {
"templateLink": "{templateUri}",
"parameters": {},
"mode": "Incremental"
}
}
},
Expand Down

0 comments on commit d7909e7

Please sign in to comment.