File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
specification/automation/resource-manager/Microsoft.Automation/stable/2022-08-08 Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "parameters" : {
3
+ "subscriptionId" : " subid" ,
4
+ "resourceGroupName" : " rg" ,
5
+ "automationAccountName" : " MyAutomationAccount" ,
6
+ "api-version" : " 2022-08-08"
7
+ },
8
+ "responses" : {
9
+ "200" : {
10
+ "headers" : {},
11
+ "body" : {
12
+ "keys" : [
13
+ {
14
+ "KeyName" : " Primary" ,
15
+ "Permissions" : " Full" ,
16
+ "Value" : " **************************************************************"
17
+ },
18
+ {
19
+ "KeyName" : " Secondary" ,
20
+ "Permissions" : " Full" ,
21
+ "Value" : " **************************************************************"
22
+ }
23
+ ]
24
+ }
25
+ }
26
+ }
27
+ }
Original file line number Diff line number Diff line change 64
64
},
65
65
"x-ms-pageable" : {
66
66
"nextLinkName" : null
67
+ },
68
+ "x-ms-examples" : {
69
+ "Lists all of the available Automation REST API operations." : {
70
+ "$ref" : " ./examples/listRestAPIOperations.json"
71
+ }
67
72
}
68
73
}
69
74
}
You can’t perform that action at this time.
0 commit comments