File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
specification/automation/resource-manager/Microsoft.Automation/stable/2022-08-08 Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 306
306
"200" : {
307
307
"description" : " OK" ,
308
308
"schema" : {
309
- "type" : " string "
309
+ "type" : " file "
310
310
}
311
311
},
312
312
"default" : {
Original file line number Diff line number Diff line change 1670
1670
}
1671
1671
}
1672
1672
}
1673
- }
1673
+ }
Original file line number Diff line number Diff line change 127
127
},
128
128
"OperationPropertiesFormat" : {
129
129
"description" : " Description of operation properties format." ,
130
+ "type" : " object" ,
130
131
"properties" : {
131
132
"serviceSpecification" : {
132
133
"description" : " Specification of the service." ,
134
+ "type" : " object" ,
133
135
"properties" : {
134
136
"metricSpecifications" : {
135
137
"type" : " array" ,
138
+ "x-ms-identifiers" : [],
136
139
"items" : {
137
140
"$ref" : " #/definitions/MetricSpecification"
138
141
},
139
142
"description" : " Operation service specification."
140
143
},
141
144
"logSpecifications" : {
142
145
"type" : " array" ,
146
+ "x-ms-identifiers" : [],
143
147
"items" : {
144
148
"$ref" : " #/definitions/LogSpecification"
145
149
},
151
155
},
152
156
"LogSpecification" : {
153
157
"description" : " Description of logging specification." ,
158
+ "type" : " object" ,
154
159
"properties" : {
155
160
"name" : {
156
161
"type" : " string" ,
168
173
},
169
174
"MetricSpecification" : {
170
175
"description" : " Description of metrics specification." ,
176
+ "type" : " object" ,
171
177
"properties" : {
172
178
"name" : {
173
179
"type" : " string" ,
191
197
},
192
198
"dimensions" : {
193
199
"type" : " array" ,
200
+ "x-ms-identifiers" : [],
194
201
"items" : {
195
202
"$ref" : " #/definitions/Dimension"
196
203
},
200
207
},
201
208
"Dimension" : {
202
209
"description" : " Dimension of the metric." ,
210
+ "type" : " object" ,
203
211
"properties" : {
204
212
"name" : {
205
213
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments