diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-02-02-preview/OperationsHealth.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2020-02-02-preview/OperationsHealth.json deleted file mode 100644 index 52815807f25d..000000000000 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-02-02-preview/OperationsHealth.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "version": "2020-02-02-preview", - "title": "SqlManagementClient", - "description": "The Azure SQL Database management API provides a RESTful set of web APIs that interact with Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases, servers, and other entities." - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/operationsHealth": { - "get": { - "tags": [ - "OperationsHealth" - ], - "description": "Gets a service operation health status.", - "operationId": "OperationsHealth_ListByLocation", - "parameters": [ - { - "name": "locationName", - "in": "path", - "description": "The name of the region where the resource is located.", - "required": true, - "type": "string" - }, - { - "$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../common/v1/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "Successfully retrieved operations health for a location.", - "schema": { - "$ref": "#/definitions/OperationsHealthListResult" - } - }, - "default": { - "description": "*** Error Responses: ***\n\n * 400 InvalidLocation - An invalid location was specified.\n\n * 400 SubscriptionNotFound - The requested subscription was not found.\n\n * 404 ResourceNotFound - The requested resource was not found." - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, - "x-ms-examples": { - "Get management operations health in the given location.": { - "$ref": "./examples/OperationsHealthListByLocation.json" - } - } - } - } - }, - "definitions": { - "OperationsHealthListResult": { - "description": "A list of service health statuses in a location.", - "type": "object", - "properties": { - "value": { - "description": "Array of results.", - "type": "array", - "items": { - "$ref": "#/definitions/OperationsHealth" - }, - "readOnly": true - }, - "nextLink": { - "description": "Link to retrieve next page of results.", - "type": "string", - "readOnly": true - } - } - }, - "OperationsHealthProperties": { - "description": "Properties of an operation health.", - "type": "object", - "properties": { - "name": { - "description": "Operation name for the service", - "type": "string", - "readOnly": true - }, - "health": { - "description": "Operation health status of the service.", - "type": "string", - "readOnly": true - }, - "description": { - "description": "Health status description.", - "type": "string", - "readOnly": true - } - } - }, - "OperationsHealth": { - "description": "Operations health status in a location.", - "type": "object", - "allOf": [ - { - "$ref": "../../../common/v1/types.json#/definitions/ProxyResource" - } - ], - "properties": { - "properties": { - "$ref": "#/definitions/OperationsHealthProperties", - "description": "Resource properties.", - "x-ms-client-flatten": true - } - } - } - }, - "parameters": {}, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "description": "Azure Active Directory OAuth2 Flow", - "flow": "implicit", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - } -} diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-02-02-preview/examples/OperationsHealthListByLocation.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2020-02-02-preview/examples/OperationsHealthListByLocation.json deleted file mode 100644 index 8f26549fd442..000000000000 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-02-02-preview/examples/OperationsHealthListByLocation.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parameters": { - "subscriptionId": "00000000-1111-2222-3333-444444444444", - "locationName": "WestUS", - "api-version": "2020-02-02-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "name": "Microsoft.Sql/managedServers/write", - "health": "Healthy", - "description": "Everything's good." - }, - "id": "/subscriptions/6c04259d-9b66-46b0-b07f-8939deb762e4/providers/Microsoft.Sql/locations/InProcess/operationsHealth", - "name": "OperationsHealth", - "type": "Microsoft.Sql/locations/listByOperationsHealth" - }, - { - "properties": { - "name": "Microsoft.Sql/servers/write", - "health": "Degraded", - "description": "Prolonged deployment times expected." - }, - "id": "/subscriptions/6c04259d-9b66-46b0-b07f-8939deb762e4/providers/Microsoft.Sql/locations/InProcess/operationsHealth", - "name": "OperationsHealth", - "type": "Microsoft.Sql/locations/listByOperationsHealth" - } - ] - } - } - } -} diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-08-01-preview/OperationsHealth.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2020-08-01-preview/OperationsHealth.json deleted file mode 100644 index 5e714b7ac158..000000000000 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-08-01-preview/OperationsHealth.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "version": "2020-08-01-preview", - "title": "SqlManagementClient", - "description": "The Azure SQL Database management API provides a RESTful set of web APIs that interact with Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases, servers, and other entities." - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/operationsHealth": { - "get": { - "tags": [ - "OperationsHealth" - ], - "description": "Gets a service operation health status.", - "operationId": "OperationsHealth_ListByLocation", - "parameters": [ - { - "name": "locationName", - "in": "path", - "description": "The name of the region where the resource is located.", - "required": true, - "type": "string" - }, - { - "$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../common/v1/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "Successfully retrieved operations health for a location.", - "schema": { - "$ref": "#/definitions/OperationsHealthListResult" - } - }, - "default": { - "description": "*** Error Responses: ***\n\n * 400 InvalidLocation - An invalid location was specified.\n\n * 400 SubscriptionNotFound - The requested subscription was not found.\n\n * 404 ResourceNotFound - The requested resource was not found." - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, - "x-ms-examples": { - "Get management operations health in the given location.": { - "$ref": "./examples/OperationsHealthListByLocation.json" - } - } - } - } - }, - "definitions": { - "OperationsHealthListResult": { - "description": "A list of service health statuses in a location.", - "type": "object", - "properties": { - "value": { - "description": "Array of results.", - "type": "array", - "items": { - "$ref": "#/definitions/OperationsHealth" - }, - "readOnly": true - }, - "nextLink": { - "description": "Link to retrieve next page of results.", - "type": "string", - "readOnly": true - } - } - }, - "OperationsHealthProperties": { - "description": "Properties of an operation health.", - "type": "object", - "properties": { - "name": { - "description": "Operation name for the service", - "type": "string", - "readOnly": true - }, - "health": { - "description": "Operation health status of the service.", - "type": "string", - "readOnly": true - }, - "description": { - "description": "Health status description.", - "type": "string", - "readOnly": true - } - } - }, - "OperationsHealth": { - "description": "Operations health status in a location.", - "type": "object", - "allOf": [ - { - "$ref": "../../../common/v1/types.json#/definitions/ProxyResource" - } - ], - "properties": { - "properties": { - "$ref": "#/definitions/OperationsHealthProperties", - "description": "Resource properties.", - "x-ms-client-flatten": true - } - } - } - }, - "parameters": {}, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "description": "Azure Active Directory OAuth2 Flow", - "flow": "implicit", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - } -} diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-08-01-preview/examples/OperationsHealthListByLocation.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2020-08-01-preview/examples/OperationsHealthListByLocation.json deleted file mode 100644 index 4b38e48b097f..000000000000 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-08-01-preview/examples/OperationsHealthListByLocation.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parameters": { - "subscriptionId": "00000000-1111-2222-3333-444444444444", - "locationName": "WestUS", - "api-version": "2020-08-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "name": "Microsoft.Sql/managedServers/write", - "health": "Healthy", - "description": "Everything's good." - }, - "id": "/subscriptions/6c04259d-9b66-46b0-b07f-8939deb762e4/providers/Microsoft.Sql/locations/InProcess/operationsHealth", - "name": "OperationsHealth", - "type": "Microsoft.Sql/locations/listByOperationsHealth" - }, - { - "properties": { - "name": "Microsoft.Sql/servers/write", - "health": "Degraded", - "description": "Prolonged deployment times expected." - }, - "id": "/subscriptions/6c04259d-9b66-46b0-b07f-8939deb762e4/providers/Microsoft.Sql/locations/InProcess/operationsHealth", - "name": "OperationsHealth", - "type": "Microsoft.Sql/locations/listByOperationsHealth" - } - ] - } - } - } -} diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-11-01-preview/OperationsHealth.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2020-11-01-preview/OperationsHealth.json deleted file mode 100644 index a99101ae4af9..000000000000 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-11-01-preview/OperationsHealth.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "version": "2020-11-01-preview", - "title": "SqlManagementClient", - "description": "The Azure SQL Database management API provides a RESTful set of web APIs that interact with Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases, servers, and other entities." - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/operationsHealth": { - "get": { - "tags": [ - "OperationsHealth" - ], - "description": "Gets a service operation health status.", - "operationId": "OperationsHealth_ListByLocation", - "parameters": [ - { - "name": "locationName", - "in": "path", - "description": "The name of the region where the resource is located.", - "required": true, - "type": "string" - }, - { - "$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../common/v1/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "Successfully retrieved operations health for a location.", - "schema": { - "$ref": "#/definitions/OperationsHealthListResult" - } - }, - "default": { - "description": "*** Error Responses: ***\n\n * 400 InvalidLocation - An invalid location was specified.\n\n * 400 SubscriptionNotFound - The requested subscription was not found.\n\n * 404 ResourceNotFound - The requested resource was not found." - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, - "x-ms-examples": { - "Get management operations health in the given location.": { - "$ref": "./examples/OperationsHealthListByLocation.json" - } - } - } - } - }, - "definitions": { - "OperationsHealthListResult": { - "description": "A list of service health statuses in a location.", - "type": "object", - "properties": { - "value": { - "description": "Array of results.", - "type": "array", - "items": { - "$ref": "#/definitions/OperationsHealth" - }, - "readOnly": true - }, - "nextLink": { - "description": "Link to retrieve next page of results.", - "type": "string", - "readOnly": true - } - } - }, - "OperationsHealthProperties": { - "description": "Properties of an operation health.", - "type": "object", - "properties": { - "name": { - "description": "Operation name for the service", - "type": "string", - "readOnly": true - }, - "health": { - "description": "Operation health status of the service.", - "type": "string", - "readOnly": true - }, - "description": { - "description": "Health status description.", - "type": "string", - "readOnly": true - } - } - }, - "OperationsHealth": { - "description": "Operations health status in a location.", - "type": "object", - "allOf": [ - { - "$ref": "../../../common/v1/types.json#/definitions/ProxyResource" - } - ], - "properties": { - "properties": { - "$ref": "#/definitions/OperationsHealthProperties", - "description": "Resource properties.", - "x-ms-client-flatten": true - } - } - } - }, - "parameters": {}, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "description": "Azure Active Directory OAuth2 Flow", - "flow": "implicit", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - } -} diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-11-01-preview/examples/OperationsHealthListByLocation.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2020-11-01-preview/examples/OperationsHealthListByLocation.json deleted file mode 100644 index fd5368c44cb5..000000000000 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2020-11-01-preview/examples/OperationsHealthListByLocation.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parameters": { - "subscriptionId": "00000000-1111-2222-3333-444444444444", - "locationName": "WestUS", - "api-version": "2020-11-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "name": "Microsoft.Sql/managedServers/write", - "health": "Healthy", - "description": "Everything's good." - }, - "id": "/subscriptions/6c04259d-9b66-46b0-b07f-8939deb762e4/providers/Microsoft.Sql/locations/InProcess/operationsHealth", - "name": "OperationsHealth", - "type": "Microsoft.Sql/locations/listByOperationsHealth" - }, - { - "properties": { - "name": "Microsoft.Sql/servers/write", - "health": "Degraded", - "description": "Prolonged deployment times expected." - }, - "id": "/subscriptions/6c04259d-9b66-46b0-b07f-8939deb762e4/providers/Microsoft.Sql/locations/InProcess/operationsHealth", - "name": "OperationsHealth", - "type": "Microsoft.Sql/locations/listByOperationsHealth" - } - ] - } - } - } -} diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-02-01-preview/OperationsHealth.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2021-02-01-preview/OperationsHealth.json deleted file mode 100644 index 344d746aaf31..000000000000 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-02-01-preview/OperationsHealth.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "version": "2021-02-01-preview", - "title": "SqlManagementClient", - "description": "The Azure SQL Database management API provides a RESTful set of web APIs that interact with Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases, servers, and other entities." - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/operationsHealth": { - "get": { - "tags": [ - "OperationsHealth" - ], - "description": "Gets a service operation health status.", - "operationId": "OperationsHealth_ListByLocation", - "parameters": [ - { - "name": "locationName", - "in": "path", - "description": "The name of the region where the resource is located.", - "required": true, - "type": "string" - }, - { - "$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../common/v1/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "Successfully retrieved operations health for a location.", - "schema": { - "$ref": "#/definitions/OperationsHealthListResult" - } - }, - "default": { - "description": "*** Error Responses: ***\n\n * 400 InvalidLocation - An invalid location was specified.\n\n * 400 SubscriptionNotFound - The requested subscription was not found.\n\n * 404 ResourceNotFound - The requested resource was not found." - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, - "x-ms-examples": { - "Get management operations health in the given location.": { - "$ref": "./examples/OperationsHealthListByLocation.json" - } - } - } - } - }, - "definitions": { - "OperationsHealthListResult": { - "description": "A list of service health statuses in a location.", - "type": "object", - "properties": { - "value": { - "description": "Array of results.", - "type": "array", - "items": { - "$ref": "#/definitions/OperationsHealth" - }, - "readOnly": true - }, - "nextLink": { - "description": "Link to retrieve next page of results.", - "type": "string", - "readOnly": true - } - } - }, - "OperationsHealthProperties": { - "description": "Properties of an operation health.", - "type": "object", - "properties": { - "name": { - "description": "Operation name for the service", - "type": "string", - "readOnly": true - }, - "health": { - "description": "Operation health status of the service.", - "type": "string", - "readOnly": true - }, - "description": { - "description": "Health status description.", - "type": "string", - "readOnly": true - } - } - }, - "OperationsHealth": { - "description": "Operations health status in a location.", - "type": "object", - "allOf": [ - { - "$ref": "../../../common/v1/types.json#/definitions/ProxyResource" - } - ], - "properties": { - "properties": { - "$ref": "#/definitions/OperationsHealthProperties", - "description": "Resource properties.", - "x-ms-client-flatten": true - } - } - } - }, - "parameters": {}, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "description": "Azure Active Directory OAuth2 Flow", - "flow": "implicit", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - } -} diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-02-01-preview/examples/OperationsHealthListByLocation.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2021-02-01-preview/examples/OperationsHealthListByLocation.json deleted file mode 100644 index f7e77dba6b6c..000000000000 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-02-01-preview/examples/OperationsHealthListByLocation.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parameters": { - "subscriptionId": "00000000-1111-2222-3333-444444444444", - "locationName": "WestUS", - "api-version": "2021-02-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "name": "Microsoft.Sql/managedServers/write", - "health": "Healthy", - "description": "Everything's good." - }, - "id": "/subscriptions/6c04259d-9b66-46b0-b07f-8939deb762e4/providers/Microsoft.Sql/locations/InProcess/operationsHealth", - "name": "OperationsHealth", - "type": "Microsoft.Sql/locations/listByOperationsHealth" - }, - { - "properties": { - "name": "Microsoft.Sql/servers/write", - "health": "Degraded", - "description": "Prolonged deployment times expected." - }, - "id": "/subscriptions/6c04259d-9b66-46b0-b07f-8939deb762e4/providers/Microsoft.Sql/locations/InProcess/operationsHealth", - "name": "OperationsHealth", - "type": "Microsoft.Sql/locations/listByOperationsHealth" - } - ] - } - } - } -} diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-05-01-preview/OperationsHealth.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2021-05-01-preview/OperationsHealth.json deleted file mode 100644 index 87ebfda2b86d..000000000000 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-05-01-preview/OperationsHealth.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "version": "2021-05-01-preview", - "title": "SqlManagementClient", - "description": "The Azure SQL Database management API provides a RESTful set of web APIs that interact with Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases, servers, and other entities." - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/operationsHealth": { - "get": { - "tags": [ - "OperationsHealth" - ], - "description": "Gets a service operation health status.", - "operationId": "OperationsHealth_ListByLocation", - "parameters": [ - { - "name": "locationName", - "in": "path", - "description": "The name of the region where the resource is located.", - "required": true, - "type": "string" - }, - { - "$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter" - }, - { - "$ref": "../../../common/v1/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "Successfully retrieved operations health for a location.", - "schema": { - "$ref": "#/definitions/OperationsHealthListResult" - } - }, - "default": { - "description": "*** Error Responses: ***\n\n * 400 InvalidLocation - An invalid location was specified.\n\n * 404 SubscriptionNotFound - The requested subscription was not found.\n\n * 404 ResourceNotFound - The requested resource was not found." - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, - "x-ms-examples": { - "Get management operations health in the given location.": { - "$ref": "./examples/OperationsHealthListByLocation.json" - } - } - } - } - }, - "definitions": { - "OperationsHealthListResult": { - "description": "A list of service health statuses in a location.", - "type": "object", - "properties": { - "value": { - "description": "Array of results.", - "type": "array", - "items": { - "$ref": "#/definitions/OperationsHealth" - }, - "readOnly": true - }, - "nextLink": { - "description": "Link to retrieve next page of results.", - "type": "string", - "readOnly": true - } - } - }, - "OperationsHealthProperties": { - "description": "Properties of an operation health.", - "type": "object", - "properties": { - "name": { - "description": "Operation name for the service", - "type": "string", - "readOnly": true - }, - "health": { - "description": "Operation health status of the service.", - "type": "string", - "readOnly": true - }, - "description": { - "description": "Health status description.", - "type": "string", - "readOnly": true - } - } - }, - "OperationsHealth": { - "description": "Operations health status in a location.", - "type": "object", - "allOf": [ - { - "$ref": "../../../common/v1/types.json#/definitions/ProxyResource" - } - ], - "properties": { - "properties": { - "$ref": "#/definitions/OperationsHealthProperties", - "description": "Resource properties.", - "x-ms-client-flatten": true - } - } - } - }, - "parameters": {}, - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "description": "Azure Active Directory OAuth2 Flow", - "flow": "implicit", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - } -} diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-05-01-preview/examples/OperationsHealthListByLocation.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2021-05-01-preview/examples/OperationsHealthListByLocation.json deleted file mode 100644 index db0219f90acf..000000000000 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-05-01-preview/examples/OperationsHealthListByLocation.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parameters": { - "subscriptionId": "00000000-1111-2222-3333-444444444444", - "locationName": "WestUS", - "api-version": "2021-05-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "name": "Microsoft.Sql/managedServers/write", - "health": "Healthy", - "description": "Everything's good." - }, - "id": "/subscriptions/6c04259d-9b66-46b0-b07f-8939deb762e4/providers/Microsoft.Sql/locations/InProcess/operationsHealth", - "name": "OperationsHealth", - "type": "Microsoft.Sql/locations/listByOperationsHealth" - }, - { - "properties": { - "name": "Microsoft.Sql/servers/write", - "health": "Degraded", - "description": "Prolonged deployment times expected." - }, - "id": "/subscriptions/6c04259d-9b66-46b0-b07f-8939deb762e4/providers/Microsoft.Sql/locations/InProcess/operationsHealth", - "name": "OperationsHealth", - "type": "Microsoft.Sql/locations/listByOperationsHealth" - } - ] - } - } - } -} diff --git a/specification/sql/resource-manager/readme.md b/specification/sql/resource-manager/readme.md index 8a52357b6f46..8e23174f77fb 100644 --- a/specification/sql/resource-manager/readme.md +++ b/specification/sql/resource-manager/readme.md @@ -110,7 +110,6 @@ input-file: - ./Microsoft.Sql/preview/2020-11-01-preview/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.json - ./Microsoft.Sql/preview/2020-11-01-preview/ManagedServerSecurityAlertPolicies.json - ./Microsoft.Sql/preview/2020-11-01-preview/Operations.json -- ./Microsoft.Sql/preview/2020-11-01-preview/OperationsHealth.json - ./Microsoft.Sql/preview/2020-11-01-preview/PrivateEndpointConnections.json - ./Microsoft.Sql/preview/2020-11-01-preview/PrivateLinkResources.json - ./Microsoft.Sql/preview/2020-11-01-preview/RecoverableManagedDatabases.json @@ -791,7 +790,6 @@ input-file: - ./Microsoft.Sql/preview/2021-05-01-preview/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.json - ./Microsoft.Sql/preview/2021-05-01-preview/ManagedServerSecurityAlertPolicies.json - ./Microsoft.Sql/preview/2021-05-01-preview/Operations.json - - ./Microsoft.Sql/preview/2021-05-01-preview/OperationsHealth.json - ./Microsoft.Sql/preview/2021-05-01-preview/OutboundFirewallRules.json - ./Microsoft.Sql/preview/2021-05-01-preview/PrivateEndpointConnections.json - ./Microsoft.Sql/preview/2021-05-01-preview/PrivateLinkResources.json @@ -909,7 +907,6 @@ input-file: - ./Microsoft.Sql/preview/2021-02-01-preview/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.json - ./Microsoft.Sql/preview/2021-02-01-preview/ManagedServerSecurityAlertPolicies.json - ./Microsoft.Sql/preview/2021-02-01-preview/Operations.json - - ./Microsoft.Sql/preview/2021-02-01-preview/OperationsHealth.json - ./Microsoft.Sql/preview/2021-02-01-preview/OutboundFirewallRules.json - ./Microsoft.Sql/preview/2021-02-01-preview/PrivateEndpointConnections.json - ./Microsoft.Sql/preview/2021-02-01-preview/PrivateLinkResources.json @@ -1031,7 +1028,6 @@ input-file: - Microsoft.Sql/preview/2020-11-01-preview/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.json - Microsoft.Sql/preview/2020-11-01-preview/ManagedServerSecurityAlertPolicies.json - Microsoft.Sql/preview/2020-11-01-preview/Operations.json - - Microsoft.Sql/preview/2020-11-01-preview/OperationsHealth.json - Microsoft.Sql/preview/2020-11-01-preview/PrivateEndpointConnections.json - Microsoft.Sql/preview/2020-11-01-preview/PrivateLinkResources.json - Microsoft.Sql/preview/2020-11-01-preview/RecoverableManagedDatabases.json @@ -1151,7 +1147,6 @@ input-file: - ./Microsoft.Sql/preview/2020-08-01-preview/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.json - ./Microsoft.Sql/preview/2020-08-01-preview/ManagedServerSecurityAlertPolicies.json - ./Microsoft.Sql/preview/2020-08-01-preview/Operations.json - - ./Microsoft.Sql/preview/2020-08-01-preview/OperationsHealth.json - ./Microsoft.Sql/preview/2020-08-01-preview/PrivateEndpointConnections.json - ./Microsoft.Sql/preview/2020-08-01-preview/PrivateLinkResources.json - ./Microsoft.Sql/preview/2020-08-01-preview/RecoverableManagedDatabases.json @@ -1270,7 +1265,6 @@ input-file: - ./Microsoft.Sql/preview/2020-02-02-preview/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.json - ./Microsoft.Sql/preview/2020-02-02-preview/ManagedServerSecurityAlertPolicies.json - ./Microsoft.Sql/preview/2020-02-02-preview/Operations.json - - ./Microsoft.Sql/preview/2020-02-02-preview/OperationsHealth.json - ./Microsoft.Sql/preview/2020-02-02-preview/PrivateEndpointConnections.json - ./Microsoft.Sql/preview/2020-02-02-preview/PrivateLinkResources.json - ./Microsoft.Sql/preview/2020-02-02-preview/RecoverableManagedDatabases.json