|
6 | 6 | "version": "2020-03-01-preview" |
7 | 7 | }, |
8 | 8 | "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 | + ], |
12 | 18 | "security": [ |
13 | 19 | { |
14 | | - "azure_auth": ["user_impersonation"] |
| 20 | + "azure_auth": [ |
| 21 | + "user_impersonation" |
| 22 | + ] |
15 | 23 | } |
16 | 24 | ], |
17 | 25 | "securityDefinitions": { |
|
28 | 36 | "paths": { |
29 | 37 | "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}": { |
30 | 38 | "put": { |
31 | | - "tags": ["LinkedStorageAccounts"], |
| 39 | + "tags": [ |
| 40 | + "LinkedStorageAccounts" |
| 41 | + ], |
32 | 42 | "x-ms-examples": { |
33 | 43 | "LinkedStorageAccountsCreate": { |
34 | 44 | "$ref": "./examples/LinkedStorageAccountsCreate.json" |
|
72 | 82 | } |
73 | 83 | }, |
74 | 84 | "delete": { |
75 | | - "tags": ["LinkedStorageAccounts"], |
| 85 | + "tags": [ |
| 86 | + "LinkedStorageAccounts" |
| 87 | + ], |
76 | 88 | "x-ms-examples": { |
77 | 89 | "LinkedStorageAccountsDelete": { |
78 | 90 | "$ref": "./examples/LinkedStorageAccountsDelete.json" |
|
104 | 116 | } |
105 | 117 | }, |
106 | 118 | "get": { |
107 | | - "tags": ["LinkedStorageAccounts"], |
| 119 | + "tags": [ |
| 120 | + "LinkedStorageAccounts" |
| 121 | + ], |
108 | 122 | "x-ms-examples": { |
109 | 123 | "LinkedStorageAccountsGet": { |
110 | 124 | "$ref": "./examples/LinkedStorageAccountsGet.json" |
|
141 | 155 | }, |
142 | 156 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts": { |
143 | 157 | "get": { |
144 | | - "tags": ["LinkedStorageAccounts"], |
| 158 | + "tags": [ |
| 159 | + "LinkedStorageAccounts" |
| 160 | + ], |
145 | 161 | "description": "Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.", |
146 | 162 | "operationId": "LinkedStorageAccounts_ListByWorkspace", |
147 | 163 | "parameters": [ |
|
186 | 202 | "description": "Linked storage accounts type.", |
187 | 203 | "type": "string", |
188 | 204 | "readOnly": true, |
189 | | - "enum": ["CustomLogs", "AzureWatson", "Query", "Ingestion", "Alerts"], |
| 205 | + "enum": [ |
| 206 | + "CustomLogs", |
| 207 | + "AzureWatson", |
| 208 | + "Query", |
| 209 | + "Ingestion", |
| 210 | + "Alerts" |
| 211 | + ], |
190 | 212 | "x-ms-enum": { |
191 | 213 | "name": "DataSourceType", |
192 | 214 | "modelAsString": false |
|
209 | 231 | "description": "Linked storage accounts properties." |
210 | 232 | } |
211 | 233 | }, |
212 | | - "required": ["properties"], |
| 234 | + "required": [ |
| 235 | + "properties" |
| 236 | + ], |
213 | 237 | "allOf": [ |
214 | 238 | { |
215 | 239 | "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource" |
|
236 | 260 | "in": "path", |
237 | 261 | "required": true, |
238 | 262 | "type": "string", |
239 | | - "enum": ["CustomLogs", "AzureWatson", "Query", "Ingestion", "Alerts"], |
| 263 | + "enum": [ |
| 264 | + "CustomLogs", |
| 265 | + "AzureWatson", |
| 266 | + "Query", |
| 267 | + "Ingestion", |
| 268 | + "Alerts" |
| 269 | + ], |
240 | 270 | "x-ms-enum": { |
241 | 271 | "name": "DataSourceType", |
242 | 272 | "modelAsString": false |
|
0 commit comments