Skip to content

Commit f43eb6c

Browse files
author
Sushil Upadhyay
committed
Fixed Avocado Errors
1 parent a6e6ac9 commit f43eb6c

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "subid",
4+
"resourceGroupName": "rg",
5+
"automationAccountName": "MyAutomationAccount",
6+
"api-version": "2021-06-22",
7+
"parameters": {
8+
"rawContent": {
9+
"schemaVersion": "1.10",
10+
"runbookDefinition": "AAEAAADAQAAAAAAAAAMAgAAAGJPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMy4wLjAsIEN1bHR....",
11+
"runbookType": "GraphPowerShell"
12+
}
13+
}
14+
},
15+
"responses": {
16+
"200": {
17+
"headers": {},
18+
"body": {
19+
"rawContent": {
20+
"schemaVersion": "1.10",
21+
"runbookDefinition": "AAEAAADAQAAAAAAAAAMAgAAAGJPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMy4wLjAsIEN1bHR....",
22+
"runbookType": "GraphPowerShell"
23+
},
24+
"graphRunbookJson": "<GraphRunbookJSON>"
25+
}
26+
}
27+
}
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "subid",
4+
"resourceGroupName": "rg",
5+
"automationAccountName": "MyAutomationAccount",
6+
"api-version": "2021-06-22",
7+
"parameters": {
8+
"graphRunbookJson": "<GraphRunbookJSON>"
9+
}
10+
},
11+
"responses": {
12+
"200": {
13+
"headers": {},
14+
"body": {
15+
"rawContent": {
16+
"schemaVersion": "1.10",
17+
"runbookDefinition": "AAEAAADAQAAAAAAAAAMAgAAAGJPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMy4wLjAsIEN1bHR....",
18+
"runbookType": "GraphPowerShell"
19+
},
20+
"graphRunbookJson": "<GraphRunbookJSON>"
21+
}
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)