Skip to content

Commit 9c1de26

Browse files
author
Hodaya Hershkovich
committed
prettifier
1 parent 5e491c2 commit 9c1de26

File tree

1 file changed

+41
-11
lines changed
  • specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview

1 file changed

+41
-11
lines changed

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2020-03-01-preview/LinkedStorageAccounts.json

Lines changed: 41 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@
66
"version": "2020-03-01-preview"
77
},
88
"host": "management.azure.com",
9-
"schemes": ["https"],
10-
"consumes": ["application/json"],
11-
"produces": ["application/json"],
9+
"schemes": [
10+
"https"
11+
],
12+
"consumes": [
13+
"application/json"
14+
],
15+
"produces": [
16+
"application/json"
17+
],
1218
"security": [
1319
{
14-
"azure_auth": ["user_impersonation"]
20+
"azure_auth": [
21+
"user_impersonation"
22+
]
1523
}
1624
],
1725
"securityDefinitions": {
@@ -28,7 +36,9 @@
2836
"paths": {
2937
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}": {
3038
"put": {
31-
"tags": ["LinkedStorageAccounts"],
39+
"tags": [
40+
"LinkedStorageAccounts"
41+
],
3242
"x-ms-examples": {
3343
"LinkedStorageAccountsCreate": {
3444
"$ref": "./examples/LinkedStorageAccountsCreate.json"
@@ -72,7 +82,9 @@
7282
}
7383
},
7484
"delete": {
75-
"tags": ["LinkedStorageAccounts"],
85+
"tags": [
86+
"LinkedStorageAccounts"
87+
],
7688
"x-ms-examples": {
7789
"LinkedStorageAccountsDelete": {
7890
"$ref": "./examples/LinkedStorageAccountsDelete.json"
@@ -104,7 +116,9 @@
104116
}
105117
},
106118
"get": {
107-
"tags": ["LinkedStorageAccounts"],
119+
"tags": [
120+
"LinkedStorageAccounts"
121+
],
108122
"x-ms-examples": {
109123
"LinkedStorageAccountsGet": {
110124
"$ref": "./examples/LinkedStorageAccountsGet.json"
@@ -141,7 +155,9 @@
141155
},
142156
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts": {
143157
"get": {
144-
"tags": ["LinkedStorageAccounts"],
158+
"tags": [
159+
"LinkedStorageAccounts"
160+
],
145161
"description": "Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.",
146162
"operationId": "LinkedStorageAccounts_ListByWorkspace",
147163
"parameters": [
@@ -186,7 +202,13 @@
186202
"description": "Linked storage accounts type.",
187203
"type": "string",
188204
"readOnly": true,
189-
"enum": ["CustomLogs", "AzureWatson", "Query", "Ingestion", "Alerts"],
205+
"enum": [
206+
"CustomLogs",
207+
"AzureWatson",
208+
"Query",
209+
"Ingestion",
210+
"Alerts"
211+
],
190212
"x-ms-enum": {
191213
"name": "DataSourceType",
192214
"modelAsString": false
@@ -209,7 +231,9 @@
209231
"description": "Linked storage accounts properties."
210232
}
211233
},
212-
"required": ["properties"],
234+
"required": [
235+
"properties"
236+
],
213237
"allOf": [
214238
{
215239
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
@@ -236,7 +260,13 @@
236260
"in": "path",
237261
"required": true,
238262
"type": "string",
239-
"enum": ["CustomLogs", "AzureWatson", "Query", "Ingestion", "Alerts"],
263+
"enum": [
264+
"CustomLogs",
265+
"AzureWatson",
266+
"Query",
267+
"Ingestion",
268+
"Alerts"
269+
],
240270
"x-ms-enum": {
241271
"name": "DataSourceType",
242272
"modelAsString": false

0 commit comments

Comments
 (0)