Skip to content

Commit 375d1dc

Browse files
author
Sushil Upadhyay
committed
Add Missing API Swaggers
1 parent 18da679 commit 375d1dc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

specification/automation/resource-manager/Microsoft.Automation/stable/2022-08-08/dscConfiguration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"200": {
307307
"description": "OK",
308308
"schema": {
309-
"type": "string"
309+
"type": "file"
310310
}
311311
},
312312
"default": {

specification/automation/resource-manager/Microsoft.Automation/stable/2022-08-08/examples/listRestAPIOperations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,4 +1670,4 @@
16701670
}
16711671
}
16721672
}
1673-
}
1673+
}

specification/automation/resource-manager/Microsoft.Automation/stable/2022-08-08/operations.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,23 @@
127127
},
128128
"OperationPropertiesFormat": {
129129
"description": "Description of operation properties format.",
130+
"type": "object",
130131
"properties": {
131132
"serviceSpecification": {
132133
"description": "Specification of the service.",
134+
"type": "object",
133135
"properties": {
134136
"metricSpecifications": {
135137
"type": "array",
138+
"x-ms-identifiers": [],
136139
"items": {
137140
"$ref": "#/definitions/MetricSpecification"
138141
},
139142
"description": "Operation service specification."
140143
},
141144
"logSpecifications": {
142145
"type": "array",
146+
"x-ms-identifiers": [],
143147
"items": {
144148
"$ref": "#/definitions/LogSpecification"
145149
},
@@ -151,6 +155,7 @@
151155
},
152156
"LogSpecification": {
153157
"description": "Description of logging specification.",
158+
"type": "object",
154159
"properties": {
155160
"name": {
156161
"type": "string",
@@ -168,6 +173,7 @@
168173
},
169174
"MetricSpecification": {
170175
"description": "Description of metrics specification.",
176+
"type": "object",
171177
"properties": {
172178
"name": {
173179
"type": "string",
@@ -191,6 +197,7 @@
191197
},
192198
"dimensions": {
193199
"type": "array",
200+
"x-ms-identifiers": [],
194201
"items": {
195202
"$ref": "#/definitions/Dimension"
196203
},
@@ -200,6 +207,7 @@
200207
},
201208
"Dimension": {
202209
"description": "Dimension of the metric.",
210+
"type": "object",
203211
"properties": {
204212
"name": {
205213
"type": "string",

0 commit comments

Comments
 (0)