Skip to content

Commit 6d579df

Browse files
committed
run prettier and fixed SubscriptionIdParameter
1 parent efea44f commit 6d579df

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

specification/monitor/resource-manager/Microsoft.Insights/preview/2017-05-01-preview/subscriptionDiagnosticsSettings_API.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,7 @@
325325
"in": "path",
326326
"required": true,
327327
"type": "string",
328-
"description": "The subscription id.",
329-
"x-ms-parameter-location": "method",
330-
"x-ms-skip-url-encoding": true
328+
"description": "The Azure subscription Id."
331329
},
332330
"NameParameter": {
333331
"name": "name",

specification/monitor/resource-manager/Microsoft.Insights/preview/2020-05-01-preview/scheduledQueryRule_API.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,15 +414,15 @@
414414
"properties"
415415
],
416416
"properties": {
417-
"kind" :{
417+
"kind": {
418418
"type": "string",
419419
"readOnly": true,
420420
"description": "Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
421421
},
422-
"etag" :{
422+
"etag": {
423423
"type": "string",
424424
"readOnly": true,
425-
"description" : "The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. "
425+
"description": "The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. "
426426
},
427427
"properties": {
428428
"x-ms-client-flatten": true,

specification/monitor/resource-manager/Microsoft.Insights/stable/2018-04-16/scheduledQueryRule_API.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -348,15 +348,15 @@
348348
},
349349
"description": "Resource tags"
350350
},
351-
"kind" :{
351+
"kind": {
352352
"type": "string",
353353
"readOnly": true,
354354
"description": "Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
355355
},
356-
"etag" :{
356+
"etag": {
357357
"type": "string",
358358
"readOnly": true,
359-
"description" : "The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. "
359+
"description": "The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. "
360360
}
361361
},
362362
"required": [
@@ -536,7 +536,7 @@
536536
"LessThan",
537537
"Equal"
538538
],
539-
"default" : "GreaterThanOrEqual",
539+
"default": "GreaterThanOrEqual",
540540
"x-ms-enum": {
541541
"name": "ConditionalOperator",
542542
"modelAsString": true
@@ -549,7 +549,7 @@
549549
"Consecutive",
550550
"Total"
551551
],
552-
"default" : "Consecutive",
552+
"default": "Consecutive",
553553
"x-ms-enum": {
554554
"name": "metricTriggerType",
555555
"modelAsString": true

0 commit comments

Comments
 (0)