Skip to content

Commit

Permalink
prettifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Hodaya Hershkovich committed Jul 20, 2020
1 parent 5e491c2 commit 9c1de26
Showing 1 changed file with 41 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@
"version": "2020-03-01-preview"
},
"host": "management.azure.com",
"schemes": ["https"],
"consumes": ["application/json"],
"produces": ["application/json"],
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"security": [
{
"azure_auth": ["user_impersonation"]
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
Expand All @@ -28,7 +36,9 @@
"paths": {
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}": {
"put": {
"tags": ["LinkedStorageAccounts"],
"tags": [
"LinkedStorageAccounts"
],
"x-ms-examples": {
"LinkedStorageAccountsCreate": {
"$ref": "./examples/LinkedStorageAccountsCreate.json"
Expand Down Expand Up @@ -72,7 +82,9 @@
}
},
"delete": {
"tags": ["LinkedStorageAccounts"],
"tags": [
"LinkedStorageAccounts"
],
"x-ms-examples": {
"LinkedStorageAccountsDelete": {
"$ref": "./examples/LinkedStorageAccountsDelete.json"
Expand Down Expand Up @@ -104,7 +116,9 @@
}
},
"get": {
"tags": ["LinkedStorageAccounts"],
"tags": [
"LinkedStorageAccounts"
],
"x-ms-examples": {
"LinkedStorageAccountsGet": {
"$ref": "./examples/LinkedStorageAccountsGet.json"
Expand Down Expand Up @@ -141,7 +155,9 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts": {
"get": {
"tags": ["LinkedStorageAccounts"],
"tags": [
"LinkedStorageAccounts"
],
"description": "Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.",
"operationId": "LinkedStorageAccounts_ListByWorkspace",
"parameters": [
Expand Down Expand Up @@ -186,7 +202,13 @@
"description": "Linked storage accounts type.",
"type": "string",
"readOnly": true,
"enum": ["CustomLogs", "AzureWatson", "Query", "Ingestion", "Alerts"],
"enum": [
"CustomLogs",
"AzureWatson",
"Query",
"Ingestion",
"Alerts"
],
"x-ms-enum": {
"name": "DataSourceType",
"modelAsString": false
Expand All @@ -209,7 +231,9 @@
"description": "Linked storage accounts properties."
}
},
"required": ["properties"],
"required": [
"properties"
],
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
Expand All @@ -236,7 +260,13 @@
"in": "path",
"required": true,
"type": "string",
"enum": ["CustomLogs", "AzureWatson", "Query", "Ingestion", "Alerts"],
"enum": [
"CustomLogs",
"AzureWatson",
"Query",
"Ingestion",
"Alerts"
],
"x-ms-enum": {
"name": "DataSourceType",
"modelAsString": false
Expand Down

0 comments on commit 9c1de26

Please sign in to comment.