-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PrettyCheck fix for files in example folder (#5132)
* PrettyCheck fix DeleteVMMServer.json * PrettyCheck files in examples * git go sdk track 2 * Correcting the format
- Loading branch information
1 parent
4aae218
commit d6c225b
Showing
11 changed files
with
48 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
"202": {}, | ||
"204": {} | ||
} | ||
} | ||
} |
30 changes: 12 additions & 18 deletions
30
...resource-manager/Microsoft.SCVMM/preview/2020-06-05-preview/examples/DeleteVMMServer.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
{ | ||
"parameters":{ | ||
"api-version":"2020-06-05-preview", | ||
"subscriptionId":"fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName":"testrg", | ||
"vmmServerName":"ContosoVMMServer" | ||
}, | ||
"responses":{ | ||
"200":{ | ||
|
||
}, | ||
"202":{ | ||
|
||
}, | ||
"204":{ | ||
|
||
} | ||
} | ||
} | ||
"parameters": { | ||
"api-version": "2020-06-05-preview", | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "testrg", | ||
"vmmServerName": "ContosoVMMServer" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
"202": {}, | ||
"204": {} | ||
} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
"202": {}, | ||
"204": {} | ||
} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
"202": {}, | ||
"204": {} | ||
} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,4 +145,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
24 changes: 10 additions & 14 deletions
24
...ce-manager/Microsoft.SCVMM/preview/2020-06-05-preview/examples/RestartVirtualMachine.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
{ | ||
"parameters":{ | ||
"api-version":"2020-06-05-preview", | ||
"subscriptionId":"fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName":"testrg", | ||
"virtualMachineName":"DemoVM" | ||
}, | ||
"responses":{ | ||
"200":{ | ||
|
||
}, | ||
"202":{ | ||
|
||
} | ||
} | ||
"parameters": { | ||
"api-version": "2020-06-05-preview", | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "testrg", | ||
"virtualMachineName": "DemoVM" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {} | ||
} | ||
} |
24 changes: 10 additions & 14 deletions
24
...urce-manager/Microsoft.SCVMM/preview/2020-06-05-preview/examples/StartVirtualMachine.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
{ | ||
"parameters":{ | ||
"api-version":"2020-06-05-preview", | ||
"subscriptionId":"fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName":"testrg", | ||
"virtualMachineName":"DemoVM" | ||
}, | ||
"responses":{ | ||
"200":{ | ||
|
||
}, | ||
"202":{ | ||
|
||
} | ||
} | ||
"parameters": { | ||
"api-version": "2020-06-05-preview", | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "testrg", | ||
"virtualMachineName": "DemoVM" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,8 @@ | |
"skipShutdown": true | ||
} | ||
}, | ||
"responses":{ | ||
"200":{ | ||
|
||
}, | ||
"202":{ | ||
|
||
} | ||
} | ||
"responses": { | ||
"200": {}, | ||
"202": {} | ||
} | ||
} |
This file contains 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
This file contains 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