From 2dc1201cb4cfe14e844cde48e62e7fcaa7485019 Mon Sep 17 00:00:00 2001 From: Serguei Michtchenko Date: Mon, 24 Jan 2022 16:27:57 -0800 Subject: [PATCH 1/2] Fix R4011 (DeleteOperationResponses) to accept either a 200 or 204 response. --- .../azure-openapi-validator/rules/DeleteOperationResponses.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typescript/azure-openapi-validator/rules/DeleteOperationResponses.ts b/src/typescript/azure-openapi-validator/rules/DeleteOperationResponses.ts index 3f1ae8328..9ed2c4d28 100644 --- a/src/typescript/azure-openapi-validator/rules/DeleteOperationResponses.ts +++ b/src/typescript/azure-openapi-validator/rules/DeleteOperationResponses.ts @@ -14,7 +14,7 @@ rules.push({ openapiType: OpenApiTypes.arm, appliesTo_JsonQuery: "$.paths.*.delete.responses", *run(doc, node, path) { - if (!node["200"] || !node["204"] || !Object.keys(node["200"]) || !Object.keys(node["204"])) { + if (!(node["200"] && Object.keys(node["200"])) && !(node["204"] && Object.keys(node["204"]))) { yield { message: `The delete operation is defined without a 200 or 204 error response implementation,please add it.'`, location: path From f52633436b183ca589af2e77ccccd062ca852314 Mon Sep 17 00:00:00 2001 From: Serguei Michtchenko Date: Tue, 25 Jan 2022 10:30:30 -0800 Subject: [PATCH 2/2] Update regression testing snapshot. --- .../linting_all_readmes.test.ts.snap | 3902 +---------------- 1 file changed, 12 insertions(+), 3890 deletions(-) diff --git a/regression/__snapshots__/linting_all_readmes.test.ts.snap b/regression/__snapshots__/linting_all_readmes.test.ts.snap index 93d198913..c4bad1776 100644 --- a/regression/__snapshots__/linting_all_readmes.test.ts.snap +++ b/regression/__snapshots__/linting_all_readmes.test.ts.snap @@ -371,20 +371,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/addons/resource-manager/Microsoft.Addons/preview/2018-03-01/addons-swagger.json:180:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}\\"].delete.responses)", - "jsonref": "specification/addons/resource-manager/Microsoft.Addons/preview/2018-03-01/addons-swagger.json:180:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/addons/resource-manager/Microsoft.Addons/preview/2018-03-01/addons-swagger.json:180:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -3414,90 +3400,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:1359:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/servicemembers/{serviceMemberId}\\"].delete.responses)", - "jsonref": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:1359:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/servicemembers/{serviceMemberId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:1359:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/servicemembers/{serviceMemberId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:174:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}\\"].delete.responses)", - "jsonref": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:174:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:174:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:1907:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/services/{serviceName}\\"].delete.responses)", - "jsonref": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:1907:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/services/{serviceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:1907:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/services/{serviceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:2903:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/services/{serviceName}/servicemembers/{serviceMemberId}\\"].delete.responses)", - "jsonref": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:2903:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/services/{serviceName}/servicemembers/{serviceMemberId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:2903:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/services/{serviceName}/servicemembers/{serviceMemberId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:3114:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/services/{serviceName}/servicemembers/{serviceMemberId}/data\\"].delete.responses)", - "jsonref": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:3114:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/services/{serviceName}/servicemembers/{serviceMemberId}/data\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:3114:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/services/{serviceName}/servicemembers/{serviceMemberId}/data\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:581:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/features/{featureName}/userpreference\\"].delete.responses)", - "jsonref": "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:581:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/features/{featureName}/userpreference\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json:581:8 ($.paths[\\"/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/features/{featureName}/userpreference\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -5463,20 +5365,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/advisor/resource-manager/Microsoft.Advisor/stable/2020-01-01/advisor.json:641:8 ($.paths[\\"/{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}\\"].delete.responses)", - "jsonref": "specification/advisor/resource-manager/Microsoft.Advisor/stable/2020-01-01/advisor.json:641:8 ($.paths[\\"/{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/advisor/resource-manager/Microsoft.Advisor/stable/2020-01-01/advisor.json:641:8 ($.paths[\\"/{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -6070,20 +5958,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/ActionRules.json:307:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AlertsManagement/actionRules/{actionRuleName}\\"].delete.responses)", - "jsonref": "specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/ActionRules.json:307:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AlertsManagement/actionRules/{actionRuleName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/ActionRules.json:307:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AlertsManagement/actionRules/{actionRuleName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -10042,34 +9916,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimcontenttypes.json:257:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}\\"].delete.responses)", - "jsonref": "specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimcontenttypes.json:257:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimcontenttypes.json:257:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimcontenttypes.json:505:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}\\"].delete.responses)", - "jsonref": "specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimcontenttypes.json:505:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimcontenttypes.json:505:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -23982,104 +23828,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json:198:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\\"].delete.responses)", - "jsonref": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json:198:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json:198:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json:155:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}\\"].delete.responses)", - "jsonref": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json:155:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json:155:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentApiKeys_API.json:134:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\\"].delete.responses)", - "jsonref": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentApiKeys_API.json:134:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentApiKeys_API.json:134:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json:131:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}\\"].delete.responses)", - "jsonref": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json:131:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json:131:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json:173:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}\\"].delete.responses)", - "jsonref": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json:173:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json:173:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/favorites_API.json:226:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}\\"].delete.responses)", - "jsonref": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/favorites_API.json:226:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/favorites_API.json:226:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/workbooks_API.json:140:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/workbooks/{resourceName}\\"].delete.responses)", - "jsonref": "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/workbooks_API.json:140:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/workbooks/{resourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/workbooks_API.json:140:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/workbooks/{resourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -25863,20 +25611,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/appplatform.json:148:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}\\"].delete.responses)", - "jsonref": "specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/appplatform.json:148:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/appplatform.json:148:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "DescriptionAndTitleMissing", "id": "R4021", @@ -26629,34 +26363,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-04-01-preview/authorization-RoleAssignmentsCalls.json:178:8 ($.paths[\\"/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}\\"].delete.responses)", - "jsonref": "specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-04-01-preview/authorization-RoleAssignmentsCalls.json:178:8 ($.paths[\\"/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-04-01-preview/authorization-RoleAssignmentsCalls.json:178:8 ($.paths[\\"/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-04-01-preview/authorization-RoleAssignmentsCalls.json:302:8 ($.paths[\\"/{roleId}\\"].delete.responses)", - "jsonref": "specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-04-01-preview/authorization-RoleAssignmentsCalls.json:302:8 ($.paths[\\"/{roleId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-04-01-preview/authorization-RoleAssignmentsCalls.json:302:8 ($.paths[\\"/{roleId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "PreviewVersionOverOneYear", "id": "R4024", @@ -33194,188 +32900,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/sourceControl.json:199:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/sourceControl.json:199:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/sourceControl.json:199:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/certificate.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/certificate.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/certificate.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/credential.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/credential.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/credential.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/hybridRunbookWorkerGroup.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/hybridRunbookWorkerGroup.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/hybridRunbookWorkerGroup.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/jobSchedule.json:76:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/jobSchedule.json:76:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/jobSchedule.json:76:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/module.json:189:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/module.json:189:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/module.json:189:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/schedule.json:252:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/schedule.json:252:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/schedule.json:252:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/variable.json:199:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/variable.json:199:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/variable.json:199:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/watcher.json:249:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/watcher.json:249:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/watcher.json:249:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/webhook.json:120:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/webhook.json:120:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/webhook.json:120:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2018-01-15/dscNode.json:175:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2018-01-15/dscNode.json:175:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2018-01-15/dscNode.json:175:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2018-01-15/dscNodeConfiguration.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations/{nodeConfigurationName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2018-01-15/dscNodeConfiguration.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations/{nodeConfigurationName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2018-01-15/dscNodeConfiguration.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations/{nodeConfigurationName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/automation/resource-manager/Microsoft.Automation/stable/2018-06-30/python2package.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\\"].delete.responses)", - "jsonref": "specification/automation/resource-manager/Microsoft.Automation/stable/2018-06-30/python2package.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/automation/resource-manager/Microsoft.Automation/stable/2018-06-30/python2package.json:75:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -39402,90 +38926,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/PlatformImages.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/platformImage/publishers/{publisher}/offers/{offer}/skus/{sku}/versions/{version}\\"].delete.responses)", - "jsonref": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/PlatformImages.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/platformImage/publishers/{publisher}/offers/{offer}/skus/{sku}/versions/{version}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/PlatformImages.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/platformImage/publishers/{publisher}/offers/{offer}/skus/{sku}/versions/{version}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/PlatformImages.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/platformImage/publishers/{publisher}/offers/{offer}/skus/{sku}/versions/{version}\\"].delete.responses)", - "jsonref": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/PlatformImages.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/platformImage/publishers/{publisher}/offers/{offer}/skus/{sku}/versions/{version}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/PlatformImages.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/platformImage/publishers/{publisher}/offers/{offer}/skus/{sku}/versions/{version}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/VMExtensions.json:154:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/VMExtension/publishers/{publisher}/types/{type}/versions/{version}\\"].delete.responses)", - "jsonref": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/VMExtensions.json:154:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/VMExtension/publishers/{publisher}/types/{type}/versions/{version}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/VMExtensions.json:154:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/VMExtension/publishers/{publisher}/types/{type}/versions/{version}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/VMExtensions.json:154:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/VMExtension/publishers/{publisher}/types/{type}/versions/{version}\\"].delete.responses)", - "jsonref": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/VMExtensions.json:154:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/VMExtension/publishers/{publisher}/types/{type}/versions/{version}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/VMExtensions.json:154:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/artifactTypes/VMExtension/publishers/{publisher}/types/{type}/versions/{version}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2018-02-09/Quotas.json:130:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas/{quotaName}\\"].delete.responses)", - "jsonref": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2018-02-09/Quotas.json:130:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas/{quotaName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2018-02-09/Quotas.json:130:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas/{quotaName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2018-02-09/Quotas.json:130:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas/{quotaName}\\"].delete.responses)", - "jsonref": "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2018-02-09/Quotas.json:130:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas/{quotaName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2018-02-09/Quotas.json:130:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/quotas/{quotaName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "PreviewVersionOverOneYear", "id": "R4024", @@ -44855,20 +44295,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/azsadmin/resource-manager/storage/Microsoft.Storage.Admin/preview/2019-08-08/quotas.json:88:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Storage.Admin/locations/{location}/quotas/{quotaName}\\"].delete.responses)", - "jsonref": "specification/azsadmin/resource-manager/storage/Microsoft.Storage.Admin/preview/2019-08-08/quotas.json:88:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Storage.Admin/locations/{location}/quotas/{quotaName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/azsadmin/resource-manager/storage/Microsoft.Storage.Admin/preview/2019-08-08/quotas.json:88:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Storage.Admin/locations/{location}/quotas/{quotaName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -53090,48 +52516,6 @@ Array [ "type": "Warning", "validationCategory": "SDKViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json:3000:8 ($.paths[\\"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleAssignments/{billingRoleAssignmentName}\\"].delete.responses)", - "jsonref": "specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json:3000:8 ($.paths[\\"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleAssignments/{billingRoleAssignmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json:3000:8 ($.paths[\\"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleAssignments/{billingRoleAssignmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json:3091:8 ($.paths[\\"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleAssignments/{billingRoleAssignmentName}\\"].delete.responses)", - "jsonref": "specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json:3091:8 ($.paths[\\"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleAssignments/{billingRoleAssignmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json:3091:8 ($.paths[\\"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleAssignments/{billingRoleAssignmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json:3176:8 ($.paths[\\"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleAssignments/{billingRoleAssignmentName}\\"].delete.responses)", - "jsonref": "specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json:3176:8 ($.paths[\\"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleAssignments/{billingRoleAssignmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json:3176:8 ($.paths[\\"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleAssignments/{billingRoleAssignmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -54817,34 +54201,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/blockchain/resource-manager/Microsoft.Blockchain/preview/2018-06-01-preview/blockchain.json:136:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembers/{blockchainMemberName}\\"].delete.responses)", - "jsonref": "specification/blockchain/resource-manager/Microsoft.Blockchain/preview/2018-06-01-preview/blockchain.json:136:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembers/{blockchainMemberName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/blockchain/resource-manager/Microsoft.Blockchain/preview/2018-06-01-preview/blockchain.json:136:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembers/{blockchainMemberName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/blockchain/resource-manager/Microsoft.Blockchain/preview/2018-06-01-preview/blockchain.json:728:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembers/{blockchainMemberName}/transactionNodes/{transactionNodeName}\\"].delete.responses)", - "jsonref": "specification/blockchain/resource-manager/Microsoft.Blockchain/preview/2018-06-01-preview/blockchain.json:728:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembers/{blockchainMemberName}/transactionNodes/{transactionNodeName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/blockchain/resource-manager/Microsoft.Blockchain/preview/2018-06-01-preview/blockchain.json:728:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Blockchain/blockchainMembers/{blockchainMemberName}/transactionNodes/{transactionNodeName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "PreviewVersionOverOneYear", "id": "R4024", @@ -55522,20 +54878,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json:167:8 ($.paths[\\"/{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}\\"].delete.responses)", - "jsonref": "specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json:167:8 ($.paths[\\"/{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json:167:8 ($.paths[\\"/{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "PreviewVersionOverOneYear", "id": "R4024", @@ -59777,62 +59119,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:1446:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins/{originName}\\"].delete.responses)", - "jsonref": "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:1446:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins/{originName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:1446:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins/{originName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:1775:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/originGroups/{originGroupName}\\"].delete.responses)", - "jsonref": "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:1775:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/originGroups/{originGroupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:1775:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/originGroups/{originGroupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:318:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}\\"].delete.responses)", - "jsonref": "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:318:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:318:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:753:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}\\"].delete.responses)", - "jsonref": "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:753:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json:753:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -70394,34 +69680,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json:489:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}\\"].delete.responses)", - "jsonref": "specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json:489:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json:489:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/compute/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json:209:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}\\"].delete.responses)", - "jsonref": "specification/compute/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json:209:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/compute/resource-manager/Microsoft.ContainerService/stable/2017-01-31/containerService.json:209:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -76513,20 +75771,6 @@ Array [ "type": "Error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json:422:8 ($.paths[\\"/{scope}/providers/Microsoft.Consumption/budgets/{budgetName}\\"].delete.responses)", - "jsonref": "specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json:422:8 ($.paths[\\"/{scope}/providers/Microsoft.Consumption/budgets/{budgetName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json:422:8 ($.paths[\\"/{scope}/providers/Microsoft.Consumption/budgets/{budgetName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -80968,62 +80212,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json:201:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}\\"].delete.responses)", - "jsonref": "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json:201:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json:201:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/containerServices/{containerServiceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2019-04-30/openShiftManagedClusters.json:320:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/openShiftManagedClusters/{resourceName}\\"].delete.responses)", - "jsonref": "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2019-04-30/openShiftManagedClusters.json:320:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/openShiftManagedClusters/{resourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2019-04-30/openShiftManagedClusters.json:320:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/openShiftManagedClusters/{resourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-09-01/managedClusters.json:554:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\\"].delete.responses)", - "jsonref": "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-09-01/managedClusters.json:554:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-09-01/managedClusters.json:554:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-09-01/managedClusters.json:775:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}\\"].delete.responses)", - "jsonref": "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-09-01/managedClusters.json:775:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-09-01/managedClusters.json:775:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -86238,216 +85426,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2019-08-01-preview/privateEndpointConnection.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2019-08-01-preview/privateEndpointConnection.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2019-08-01-preview/privateEndpointConnection.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:1590:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:1590:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:1590:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:177:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:177:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:177:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:1919:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:1919:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:1919:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2272:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures/{storedProcedureName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2272:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures/{storedProcedureName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2272:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/storedProcedures/{storedProcedureName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2450:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions/{userDefinedFunctionName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2450:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions/{userDefinedFunctionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2450:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/userDefinedFunctions/{userDefinedFunctionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2628:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers/{triggerName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2628:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers/{triggerName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2628:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/triggers/{triggerName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2782:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2782:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:2782:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:3111:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:3111:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:3111:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:3440:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:3440:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:3440:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:3757:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:3757:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:3757:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:4086:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:4086:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:4086:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:4415:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:4415:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:4415:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:4744:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:4744:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json:4744:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/notebook.json:203:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}\\"].delete.responses)", - "jsonref": "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/notebook.json:203:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/notebook.json:203:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/notebookWorkspaces/{notebookWorkspaceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -88693,20 +87671,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2020-06-01/costmanagement.json:1335:8 ($.paths[\\"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}\\"].delete.responses)", - "jsonref": "specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2020-06-01/costmanagement.json:1335:8 ($.paths[\\"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2020-06-01/costmanagement.json:1335:8 ($.paths[\\"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -89538,20 +88502,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/cpim/resource-manager/Microsoft.AzureActiveDirectory/preview/2020-05-01-preview/cpim.json:198:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureActiveDirectory/guestUsages/{resourceName}\\"].delete.responses)", - "jsonref": "specification/cpim/resource-manager/Microsoft.AzureActiveDirectory/preview/2020-05-01-preview/cpim.json:198:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureActiveDirectory/guestUsages/{resourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/cpim/resource-manager/Microsoft.AzureActiveDirectory/preview/2020-05-01-preview/cpim.json:198:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureActiveDirectory/guestUsages/{resourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -91013,90 +89963,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:1023:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}\\"].delete.responses)", - "jsonref": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:1023:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:1023:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:1236:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}\\"].delete.responses)", - "jsonref": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:1236:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:1236:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:2174:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}\\"].delete.responses)", - "jsonref": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:2174:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:2174:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:2596:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}\\"].delete.responses)", - "jsonref": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:2596:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:2596:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:2758:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}\\"].delete.responses)", - "jsonref": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:2758:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:2758:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:3337:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}\\"].delete.responses)", - "jsonref": "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:3337:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/customer-insights.json:3337:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -94491,34 +93357,6 @@ Array [ "type": "Warning", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-08-01/databoxedge.json:2230:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}\\"].delete.responses)", - "jsonref": "specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-08-01/databoxedge.json:2230:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-08-01/databoxedge.json:2230:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-08-01/databoxedge.json:2476:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers/{containerName}\\"].delete.responses)", - "jsonref": "specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-08-01/databoxedge.json:2476:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers/{containerName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-08-01/databoxedge.json:2476:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers/{containerName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "AllResourcesMustHaveGetOperation", "id": "R4014", @@ -109631,34 +108469,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json:584:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}\\"].delete.responses)", - "jsonref": "specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json:584:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json:584:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json:845:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\\"].delete.responses)", - "jsonref": "specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json:845:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json:845:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -130150,20 +128960,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/domainservices/resource-manager/Microsoft.AAD/stable/2017-06-01/domainservices.json:245:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\\"].delete.responses)", - "jsonref": "specification/domainservices/resource-manager/Microsoft.AAD/stable/2017-06-01/domainservices.json:245:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/domainservices/resource-manager/Microsoft.AAD/stable/2017-06-01/domainservices.json:245:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -131140,62 +129936,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:165:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}\\"].delete.responses)", - "jsonref": "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:165:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:165:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:1814:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}\\"].delete.responses)", - "jsonref": "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:1814:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:1814:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:2320:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - "jsonref": "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:2320:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:2320:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:621:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}\\"].delete.responses)", - "jsonref": "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:621:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json:621:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -131748,20 +130488,6 @@ Array [ "type": "Warning", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/disasterRecoveryConfigs.json:217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}\\"].delete.responses)", - "jsonref": "specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/disasterRecoveryConfigs.json:217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/disasterRecoveryConfigs.json:217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -133923,34 +132649,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/frontdoor/resource-manager/Microsoft.Network/stable/2020-05-01/frontdoor.json:331:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}\\"].delete.responses)", - "jsonref": "specification/frontdoor/resource-manager/Microsoft.Network/stable/2020-05-01/frontdoor.json:331:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/frontdoor/resource-manager/Microsoft.Network/stable/2020-05-01/frontdoor.json:331:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/frontdoor/resource-manager/Microsoft.Network/stable/2020-05-01/frontdoor.json:839:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}\\"].delete.responses)", - "jsonref": "specification/frontdoor/resource-manager/Microsoft.Network/stable/2020-05-01/frontdoor.json:839:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/frontdoor/resource-manager/Microsoft.Network/stable/2020-05-01/frontdoor.json:839:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -135706,34 +134404,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2020-06-25/guestconfiguration.json:185:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{guestConfigurationAssignmentName}\\"].delete.responses)", - "jsonref": "specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2020-06-25/guestconfiguration.json:185:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{guestConfigurationAssignmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2020-06-25/guestconfiguration.json:185:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{guestConfigurationAssignmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2020-06-25/guestconfiguration.json:528:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{guestConfigurationAssignmentName}\\"].delete.responses)", - "jsonref": "specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2020-06-25/guestconfiguration.json:528:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{guestConfigurationAssignmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2020-06-25/guestconfiguration.json:528:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{guestConfigurationAssignmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "TopLevelResourcesListBySubscription", "id": "R4017", @@ -138115,76 +136785,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/applications.json:210:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}\\"].delete.responses)", - "jsonref": "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/applications.json:210:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/applications.json:210:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/cluster.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}\\"].delete.responses)", - "jsonref": "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/cluster.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/cluster.json:192:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/extensions.json:153:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring\\"].delete.responses)", - "jsonref": "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/extensions.json:153:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/extensions.json:153:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/extensions.json:295:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}\\"].delete.responses)", - "jsonref": "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/extensions.json:295:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/extensions.json:295:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/scriptActions.json:66:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions/{scriptName}\\"].delete.responses)", - "jsonref": "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/scriptActions.json:66:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions/{scriptName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/scriptActions.json:66:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions/{scriptName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -140542,20 +139142,6 @@ Array [ "type": "Warning", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2020-03-15/healthcare-apis.json:216:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\\"].delete.responses)", - "jsonref": "specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2020-03-15/healthcare-apis.json:216:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2020-03-15/healthcare-apis.json:216:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -141686,48 +140272,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01/hybriddata.json:1253:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}\\"].delete.responses)", - "jsonref": "specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01/hybriddata.json:1253:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01/hybriddata.json:1253:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01/hybriddata.json:255:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}\\"].delete.responses)", - "jsonref": "specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01/hybriddata.json:255:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01/hybriddata.json:255:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01/hybriddata.json:646:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}\\"].delete.responses)", - "jsonref": "specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01/hybriddata.json:646:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01/hybriddata.json:646:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -149374,20 +147918,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/iothub/resource-manager/Microsoft.Devices/stable/2020-08-01/iothub.json:694:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}\\"].delete.responses)", - "jsonref": "specification/iothub/resource-manager/Microsoft.Devices/stable/2020-08-01/iothub.json:694:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/iothub/resource-manager/Microsoft.Devices/stable/2020-08-01/iothub.json:694:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -151957,76 +150487,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:1644:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}\\"].delete.responses)", - "jsonref": "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:1644:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:1644:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:2061:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/environmentsettings/{environmentSettingName}\\"].delete.responses)", - "jsonref": "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:2061:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/environmentsettings/{environmentSettingName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:2061:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/environmentsettings/{environmentSettingName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:2510:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/environmentsettings/{environmentSettingName}/environments/{environmentName}\\"].delete.responses)", - "jsonref": "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:2510:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/environmentsettings/{environmentSettingName}/environments/{environmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:2510:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/environmentsettings/{environmentSettingName}/environments/{environmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:3410:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/users/{userName}\\"].delete.responses)", - "jsonref": "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:3410:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/users/{userName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:3410:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/users/{userName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:891:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}\\"].delete.responses)", - "jsonref": "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:891:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json:891:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -154258,20 +152718,6 @@ Array [ "type": "Warning", "validationCategory": "SDKViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/logic/resource-manager/Microsoft.Logic/stable/2019-05-01/logic.json:6282:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}\\"].delete.responses)", - "jsonref": "specification/logic/resource-manager/Microsoft.Logic/stable/2019-05-01/logic.json:6282:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/logic/resource-manager/Microsoft.Logic/stable/2019-05-01/logic.json:6282:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -155957,34 +154403,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/commitmentPlans.json:240:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\\"].delete.responses)", - "jsonref": "specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/commitmentPlans.json:240:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/commitmentPlans.json:240:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/webservices.json:202:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}\\"].delete.responses)", - "jsonref": "specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/webservices.json:202:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/webservices.json:202:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -156592,20 +155010,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/machineLearningCompute.json:204:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\\"].delete.responses)", - "jsonref": "specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/machineLearningCompute.json:204:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/machineLearningCompute.json:204:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -158142,20 +156546,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2020-06-01/machineLearningServices.json:1152:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}\\"].delete.responses)", - "jsonref": "specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2020-06-01/machineLearningServices.json:1152:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2020-06-01/machineLearningServices.json:1152:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -159799,48 +158189,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2020-07-01-preview/Maintenance.json:1023:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Maintenance/maintenanceConfigurations/{resourceName}\\"].delete.responses)", - "jsonref": "specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2020-07-01-preview/Maintenance.json:1023:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Maintenance/maintenanceConfigurations/{resourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2020-07-01-preview/Maintenance.json:1023:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Maintenance/maintenanceConfigurations/{resourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2020-07-01-preview/Maintenance.json:565:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}\\"].delete.responses)", - "jsonref": "specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2020-07-01-preview/Maintenance.json:565:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2020-07-01-preview/Maintenance.json:565:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2020-07-01-preview/Maintenance.json:714:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}\\"].delete.responses)", - "jsonref": "specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2020-07-01-preview/Maintenance.json:714:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2020-07-01-preview/Maintenance.json:714:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "AllResourcesMustHaveGetOperation", "id": "R4014", @@ -160238,20 +158586,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/managednetwork/resource-manager/Microsoft.ManagedNetwork/preview/2019-06-01-preview/managedNetwork.json:467:8 ($.paths[\\"/{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}\\"].delete.responses)", - "jsonref": "specification/managednetwork/resource-manager/Microsoft.ManagedNetwork/preview/2019-06-01-preview/managedNetwork.json:467:8 ($.paths[\\"/{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/managednetwork/resource-manager/Microsoft.ManagedNetwork/preview/2019-06-01-preview/managedNetwork.json:467:8 ($.paths[\\"/{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -161312,34 +159646,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/managementgroups/resource-manager/Microsoft.Management/stable/2020-05-01/management.json:263:8 ($.paths[\\"/providers/Microsoft.Management/managementGroups/{groupId}\\"].delete.responses)", - "jsonref": "specification/managementgroups/resource-manager/Microsoft.Management/stable/2020-05-01/management.json:263:8 ($.paths[\\"/providers/Microsoft.Management/managementGroups/{groupId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/managementgroups/resource-manager/Microsoft.Management/stable/2020-05-01/management.json:263:8 ($.paths[\\"/providers/Microsoft.Management/managementGroups/{groupId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/managementgroups/resource-manager/Microsoft.Management/stable/2020-05-01/management.json:669:8 ($.paths[\\"/providers/Microsoft.Management/managementGroups/{groupId}/settings/default\\"].delete.responses)", - "jsonref": "specification/managementgroups/resource-manager/Microsoft.Management/stable/2020-05-01/management.json:669:8 ($.paths[\\"/providers/Microsoft.Management/managementGroups/{groupId}/settings/default\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/managementgroups/resource-manager/Microsoft.Management/stable/2020-05-01/management.json:669:8 ($.paths[\\"/providers/Microsoft.Management/managementGroups/{groupId}/settings/default\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -161947,20 +160253,6 @@ Array [ "type": "error", "validationCategory": "SDKViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/managementpartner/resource-manager/Microsoft.ManagementPartner/preview/2018-02-01/ManagementPartner.json:156:8 ($.paths[\\"/providers/Microsoft.ManagementPartner/partners/{partnerId}\\"].delete.responses)", - "jsonref": "specification/managementpartner/resource-manager/Microsoft.ManagementPartner/preview/2018-02-01/ManagementPartner.json:156:8 ($.paths[\\"/providers/Microsoft.ManagementPartner/partners/{partnerId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/managementpartner/resource-manager/Microsoft.ManagementPartner/preview/2018-02-01/ManagementPartner.json:156:8 ($.paths[\\"/providers/Microsoft.ManagementPartner/partners/{partnerId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -164511,34 +162803,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json:118:8 ($.paths[\\"/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}\\"].delete.responses)", - "jsonref": "specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json:118:8 ($.paths[\\"/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json:118:8 ($.paths[\\"/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json:375:8 ($.paths[\\"/providers/Microsoft.Marketplace/privateStores/{privateStoreId}\\"].delete.responses)", - "jsonref": "specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json:375:8 ($.paths[\\"/providers/Microsoft.Marketplace/privateStores/{privateStoreId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json:375:8 ($.paths[\\"/providers/Microsoft.Marketplace/privateStores/{privateStoreId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -166300,20 +164564,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/Accounts.json:1215:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}\\"].delete.responses)", - "jsonref": "specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/Accounts.json:1215:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/Accounts.json:1215:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -169737,48 +167987,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json:426:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/migrateEvents/{eventName}\\"].delete.responses)", - "jsonref": "specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json:426:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/migrateEvents/{eventName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json:426:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/migrateEvents/{eventName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json:683:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}\\"].delete.responses)", - "jsonref": "specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json:683:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json:683:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json:958:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/solutions/{solutionName}\\"].delete.responses)", - "jsonref": "specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json:958:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/solutions/{solutionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json:958:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/solutions/{solutionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -174719,20 +172927,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/monitor/resource-manager/Microsoft.Insights/stable/2016-03-01/logProfiles_API.json:57:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/microsoft.insights/logprofiles/{logProfileName}\\"].delete.responses)", - "jsonref": "specification/monitor/resource-manager/Microsoft.Insights/stable/2016-03-01/logProfiles_API.json:57:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/microsoft.insights/logprofiles/{logProfileName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/monitor/resource-manager/Microsoft.Insights/stable/2016-03-01/logProfiles_API.json:57:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/microsoft.insights/logprofiles/{logProfileName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -181721,48 +179915,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/netapp.json:367:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}\\"].delete.responses)", - "jsonref": "specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/netapp.json:367:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/netapp.json:367:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/netapp.json:666:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}\\"].delete.responses)", - "jsonref": "specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/netapp.json:666:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/netapp.json:666:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/netapp.json:923:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}\\"].delete.responses)", - "jsonref": "specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/netapp.json:923:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/netapp.json:923:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "TopLevelResourcesListBySubscription", "id": "R4017", @@ -183812,62 +181964,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:1697:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/connectionMonitors/{connectionMonitorName}\\"].delete.responses)", - "jsonref": "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:1697:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/connectionMonitors/{connectionMonitorName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:1697:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/connectionMonitors/{connectionMonitorName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:177:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}\\"].delete.responses)", - "jsonref": "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:177:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:177:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:2257:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/flowLogs/{flowLogName}\\"].delete.responses)", - "jsonref": "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:2257:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/flowLogs/{flowLogName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:2257:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/flowLogs/{flowLogName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:769:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/packetCaptures/{packetCaptureName}\\"].delete.responses)", - "jsonref": "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:769:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/packetCaptures/{packetCaptureName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/networkWatcher.json:769:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/packetCaptures/{packetCaptureName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -219442,20 +217538,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2017-04-01/notificationhubs.json:921:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}\\"].delete.responses)", - "jsonref": "specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2017-04-01/notificationhubs.json:921:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2017-04-01/notificationhubs.json:921:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -221337,62 +219419,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/DataExports.json:227:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}\\"].delete.responses)", - "jsonref": "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/DataExports.json:227:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/DataExports.json:227:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/Gateways.json:66:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/gateways/{gatewayId}\\"].delete.responses)", - "jsonref": "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/Gateways.json:66:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/gateways/{gatewayId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/Gateways.json:66:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/gateways/{gatewayId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json:112:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}\\"].delete.responses)", - "jsonref": "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json:112:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json:112:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/SavedSearches.json:70:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}\\"].delete.responses)", - "jsonref": "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/SavedSearches.json:70:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/SavedSearches.json:70:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -223302,48 +221328,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json:167:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}\\"].delete.responses)", - "jsonref": "specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json:167:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json:167:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json:430:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}\\"].delete.responses)", - "jsonref": "specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json:430:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json:430:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json:607:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}\\"].delete.responses)", - "jsonref": "specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json:607:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json:607:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "TopLevelResourcesListByResourceGroup", "id": "R4016", @@ -231289,34 +229273,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/registeredidentities.json:108:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/registeredIdentities/{identityName}\\"].delete.responses)", - "jsonref": "specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/registeredidentities.json:108:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/registeredIdentities/{identityName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/registeredidentities.json:108:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/registeredIdentities/{identityName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/vaults.json:401:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}\\"].delete.responses)", - "jsonref": "specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/vaults.json:401:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/vaults.json:401:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -234776,48 +232732,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2016-12-01/bms.json:400:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2016-12-01/bms.json:400:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2016-12-01/bms.json:400:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2017-07-01/bms.json:305:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2017-07-01/bms.json:305:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2017-07-01/bms.json:305:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2019-06-15/bms.json:345:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2019-06-15/bms.json:345:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2019-06-15/bms.json:345:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "AllResourcesMustHaveGetOperation", "id": "R4014", @@ -242284,146 +240198,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:1309:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:1309:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:1309:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:1940:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:1940:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:1940:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:2755:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:2755:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:2755:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:4253:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:4253:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:4253:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:4697:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:4697:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:4697:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:5167:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings/{storageClassificationMappingName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:5167:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings/{storageClassificationMappingName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:5167:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings/{storageClassificationMappingName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:5392:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vCenterName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:5392:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vCenterName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:5392:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vCenterName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:575:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:575:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:575:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:6119:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:6119:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:6119:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:6521:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}\\"].delete.responses)", - "jsonref": "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:6521:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json:6521:8 ($.paths[\\"/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "UniqueXmsExample", "id": "R4030", @@ -243913,20 +241687,6 @@ Array [ "type": "error", "validationCategory": "SDKViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2020-04-30/redhatopenshift.json:271:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RedHatOpenShift/openShiftClusters/{resourceName}\\"].delete.responses)", - "jsonref": "specification/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2020-04-30/redhatopenshift.json:271:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RedHatOpenShift/openShiftClusters/{resourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2020-04-30/redhatopenshift.json:271:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RedHatOpenShift/openShiftClusters/{resourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -244996,20 +242756,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/redis/resource-manager/Microsoft.Cache/preview/2019-07-01/redis.json:1243:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}/linkedServers/{linkedServerName}\\"].delete.responses)", - "jsonref": "specification/redis/resource-manager/Microsoft.Cache/preview/2019-07-01/redis.json:1243:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}/linkedServers/{linkedServerName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/redis/resource-manager/Microsoft.Cache/preview/2019-07-01/redis.json:1243:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}/linkedServers/{linkedServerName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -252250,160 +249996,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:1159:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:1159:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:1159:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:1557:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:1557:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:1557:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:2466:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:2466:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:2466:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:407:8 ($.paths[\\"/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:407:8 ($.paths[\\"/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:407:8 ($.paths[\\"/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:4316:8 ($.paths[\\"/{scope}/providers/Microsoft.Resources/tags/default\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:4316:8 ($.paths[\\"/{scope}/providers/Microsoft.Resources/tags/default\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:4316:8 ($.paths[\\"/{scope}/providers/Microsoft.Resources/tags/default\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:771:8 ($.paths[\\"/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:771:8 ($.paths[\\"/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:771:8 ($.paths[\\"/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:87:8 ($.paths[\\"/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:87:8 ($.paths[\\"/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Resources/stable/2020-06-01/resources.json:87:8 ($.paths[\\"/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Solutions/preview/2020-08-21-preview/managedapplications.json:160:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Solutions/preview/2020-08-21-preview/managedapplications.json:160:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Solutions/preview/2020-08-21-preview/managedapplications.json:160:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Solutions/preview/2020-08-21-preview/managedapplications.json:664:8 ($.paths[\\"/{applicationId}\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Solutions/preview/2020-08-21-preview/managedapplications.json:664:8 ($.paths[\\"/{applicationId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Solutions/preview/2020-08-21-preview/managedapplications.json:664:8 ($.paths[\\"/{applicationId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Solutions/stable/2018-06-01/managedapplications.json:127:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Solutions/stable/2018-06-01/managedapplications.json:127:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Solutions/stable/2018-06-01/managedapplications.json:127:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/resources/resource-manager/Microsoft.Solutions/stable/2018-06-01/managedapplications.json:637:8 ($.paths[\\"/{applicationId}\\"].delete.responses)", - "jsonref": "specification/resources/resource-manager/Microsoft.Solutions/stable/2018-06-01/managedapplications.json:637:8 ($.paths[\\"/{applicationId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/resources/resource-manager/Microsoft.Solutions/stable/2018-06-01/managedapplications.json:637:8 ($.paths[\\"/{applicationId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -256637,34 +254229,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/scheduler/resource-manager/Microsoft.Scheduler/stable/2016-03-01/scheduler.json:247:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Scheduler/jobCollections/{jobCollectionName}\\"].delete.responses)", - "jsonref": "specification/scheduler/resource-manager/Microsoft.Scheduler/stable/2016-03-01/scheduler.json:247:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Scheduler/jobCollections/{jobCollectionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/scheduler/resource-manager/Microsoft.Scheduler/stable/2016-03-01/scheduler.json:247:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Scheduler/jobCollections/{jobCollectionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/scheduler/resource-manager/Microsoft.Scheduler/stable/2016-03-01/scheduler.json:530:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Scheduler/jobCollections/{jobCollectionName}/jobs/{jobName}\\"].delete.responses)", - "jsonref": "specification/scheduler/resource-manager/Microsoft.Scheduler/stable/2016-03-01/scheduler.json:530:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Scheduler/jobCollections/{jobCollectionName}/jobs/{jobName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/scheduler/resource-manager/Microsoft.Scheduler/stable/2016-03-01/scheduler.json:530:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Scheduler/jobCollections/{jobCollectionName}/jobs/{jobName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -258098,34 +255662,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/search/resource-manager/Microsoft.Search/stable/2020-08-01/search.json:1041:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\\"].delete.responses)", - "jsonref": "specification/search/resource-manager/Microsoft.Search/stable/2020-08-01/search.json:1041:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/search/resource-manager/Microsoft.Search/stable/2020-08-01/search.json:1041:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/search/resource-manager/Microsoft.Search/stable/2020-08-01/search.json:818:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - "jsonref": "specification/search/resource-manager/Microsoft.Search/stable/2020-08-01/search.json:818:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/search/resource-manager/Microsoft.Search/stable/2020-08-01/search.json:818:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "AllResourcesMustHaveGetOperation", "id": "R4014", @@ -259853,76 +257389,6 @@ Array [ "type": "Warning", "validationCategory": "SDKViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/securityContacts.json:185:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}\\"].delete.responses)", - "jsonref": "specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/securityContacts.json:185:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/securityContacts.json:185:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/workspaceSettings.json:216:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName}\\"].delete.responses)", - "jsonref": "specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/workspaceSettings.json:216:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/workspaceSettings.json:216:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/alertsSuppressionRules.json:182:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}\\"].delete.responses)", - "jsonref": "specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/alertsSuppressionRules.json:182:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/alertsSuppressionRules.json:182:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/automations.json:239:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}\\"].delete.responses)", - "jsonref": "specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/automations.json:239:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/automations.json:239:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/assessmentMetadata.json:248:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}\\"].delete.responses)", - "jsonref": "specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/assessmentMetadata.json:248:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/assessmentMetadata.json:248:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -264069,20 +261535,6 @@ Array [ "type": "Warning", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1591:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups/{machineGroupName}\\"].delete.responses)", - "jsonref": "specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1591:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups/{machineGroupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1591:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups/{machineGroupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "AllResourcesMustHaveGetOperation", "id": "R4014", @@ -265565,15 +263017,15 @@ Array [ "validationCategory": "ARMViolation", }, Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/DisasterRecoveryConfig.json:217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}\\"].delete.responses)", - "jsonref": "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/DisasterRecoveryConfig.json:217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", + "code": "IntegerTypeMustHaveFormat", + "id": "R4013", + "json-path": "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:259:4 ($.parameters.SkipParameter)", + "jsonref": "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:259:4 ($.parameters.SkipParameter)", + "message": "The integer type does not have a format, please add it.", "providerNamespace": false, "resourceType": false, "sources": Array [ - "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/DisasterRecoveryConfig.json:217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}\\"].delete.responses)", + "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:259:4 ($.parameters.SkipParameter)", ], "type": "error", "validationCategory": "ARMViolation", @@ -265581,13 +263033,13 @@ Array [ Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", - "json-path": "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:259:4 ($.parameters.SkipParameter)", - "jsonref": "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:259:4 ($.parameters.SkipParameter)", + "json-path": "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:269:4 ($.parameters.TopParameter)", + "jsonref": "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:269:4 ($.parameters.TopParameter)", "message": "The integer type does not have a format, please add it.", "providerNamespace": false, "resourceType": false, "sources": Array [ - "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:259:4 ($.parameters.SkipParameter)", + "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:269:4 ($.parameters.TopParameter)", ], "type": "error", "validationCategory": "ARMViolation", @@ -265595,27 +263047,13 @@ Array [ Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", - "json-path": "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:269:4 ($.parameters.TopParameter)", - "jsonref": "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:269:4 ($.parameters.TopParameter)", + "json-path": "specification/servicebus/resource-manager/common/v1/definitions.json:300:4 ($.parameters.SkipParameter)", + "jsonref": "specification/servicebus/resource-manager/common/v1/definitions.json:300:4 ($.parameters.SkipParameter)", "message": "The integer type does not have a format, please add it.", "providerNamespace": false, "resourceType": false, "sources": Array [ - "specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/PremiumMessagingRegions.json:269:4 ($.parameters.TopParameter)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "IntegerTypeMustHaveFormat", - "id": "R4013", - "json-path": "specification/servicebus/resource-manager/common/v1/definitions.json:300:4 ($.parameters.SkipParameter)", - "jsonref": "specification/servicebus/resource-manager/common/v1/definitions.json:300:4 ($.parameters.SkipParameter)", - "message": "The integer type does not have a format, please add it.", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/servicebus/resource-manager/common/v1/definitions.json:300:4 ($.parameters.SkipParameter)", + "specification/servicebus/resource-manager/common/v1/definitions.json:300:4 ($.parameters.SkipParameter)", ], "type": "error", "validationCategory": "ARMViolation", @@ -268875,62 +266313,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:202:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}\\"].delete.responses)", - "jsonref": "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:202:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:202:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:400:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}\\"].delete.responses)", - "jsonref": "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:400:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:400:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:650:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\\"].delete.responses)", - "jsonref": "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:650:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:650:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:909:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\\"].delete.responses)", - "jsonref": "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:909:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2020-03-01/application.json:909:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -273074,34 +270456,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/signalr/resource-manager/Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json:319:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - "jsonref": "specification/signalr/resource-manager/Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json:319:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/signalr/resource-manager/Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json:319:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/signalr/resource-manager/Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json:603:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}\\"].delete.responses)", - "jsonref": "specification/signalr/resource-manager/Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json:603:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/signalr/resource-manager/Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json:603:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "AllResourcesMustHaveGetOperation", "id": "R4014", @@ -275660,216 +273014,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/SensitivityLabels.json:509:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/SensitivityLabels.json:509:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/SensitivityLabels.json:509:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/databaseVulnerabilityAssessmentBaselines.json:252:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/databaseVulnerabilityAssessmentBaselines.json:252:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/databaseVulnerabilityAssessmentBaselines.json:252:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/databaseVulnerabilityAssessments.json:198:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/databaseVulnerabilityAssessments.json:198:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/databaseVulnerabilityAssessments.json:198:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/longTermRetention.json:127:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/longTermRetention.json:127:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/longTermRetention.json:127:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/longTermRetention.json:437:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/longTermRetention.json:437:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/longTermRetention.json:437:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/managedInstanceAdministrators.json:217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/administrators/{administratorName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/managedInstanceAdministrators.json:217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/administrators/{administratorName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/managedInstanceAdministrators.json:217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/administrators/{administratorName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/restorePoints.json:207:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints/{restorePointName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/restorePoints.json:207:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints/{restorePointName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/restorePoints.json:207:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/restorePoints/{restorePointName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/managedDatabaseVulnerabilityAssesmentRuleBaselines.json:264:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/managedDatabaseVulnerabilityAssesmentRuleBaselines.json:264:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/managedDatabaseVulnerabilityAssesmentRuleBaselines.json:264:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/managedDatabaseVulnerabilityAssessments.json:207:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/managedDatabaseVulnerabilityAssessments.json:207:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/managedDatabaseVulnerabilityAssessments.json:207:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/LongTermRetentionManagedInstanceBackups.json:121:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/LongTermRetentionManagedInstanceBackups.json:121:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/LongTermRetentionManagedInstanceBackups.json:121:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/LongTermRetentionManagedInstanceBackups.json:467:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/LongTermRetentionManagedInstanceBackups.json:467:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/LongTermRetentionManagedInstanceBackups.json:467:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/ManagedInstanceVulnerabilityAssessments.json:189:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/ManagedInstanceVulnerabilityAssessments.json:189:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/ManagedInstanceVulnerabilityAssessments.json:189:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/ServerVulnerabilityAssessments.json:189:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/ServerVulnerabilityAssessments.json:189:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/ServerVulnerabilityAssessments.json:189:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/managedDatabaseSensitivityLabels.json:244:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/managedDatabaseSensitivityLabels.json:244:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/managedDatabaseSensitivityLabels.json:244:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/serverCommunicationLinks.json:52:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}\\"].delete.responses)", - "jsonref": "specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/serverCommunicationLinks.json:52:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/serverCommunicationLinks.json:52:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -281638,174 +278782,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:1322:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups/{backupName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:1322:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups/{backupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:1322:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups/{backupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:1660:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupScheduleGroups/{scheduleGroupName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:1660:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupScheduleGroups/{scheduleGroupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:1660:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupScheduleGroups/{scheduleGroupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:1918:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/chapSettings/{chapUserName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:1918:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/chapSettings/{chapUserName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:1918:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/chapSettings/{chapUserName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:2481:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:2481:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:2481:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:2971:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}/shares/{shareName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:2971:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}/shares/{shareName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:2971:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/fileservers/{fileServerName}/shares/{shareName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:3440:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:3440:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:3440:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:3790:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}/disks/{diskName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:3790:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}/disks/{diskName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:3790:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/iscsiservers/{iscsiServerName}/disks/{diskName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:4954:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/extendedInformation/vaultExtendedInfo\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:4954:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/extendedInformation/vaultExtendedInfo\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:4954:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/extendedInformation/vaultExtendedInfo\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:5568:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageAccountCredentials/{credentialName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:5568:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageAccountCredentials/{credentialName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:5568:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageAccountCredentials/{credentialName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:577:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/accessControlRecords/{accessControlRecordName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:577:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/accessControlRecords/{accessControlRecordName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:577:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/accessControlRecords/{accessControlRecordName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:5798:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageDomains/{storageDomainName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:5798:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageDomains/{storageDomainName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:5798:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageDomains/{storageDomainName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:994:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}\\"].delete.responses)", - "jsonref": "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:994:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storSimple1200Series/resource-manager/Microsoft.StorSimple/stable/2016-10-01/StorSimple.json:994:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -284527,48 +281503,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/blob.json:638:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}\\"].delete.responses)", - "jsonref": "specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/blob.json:638:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/blob.json:638:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/queue.json:337:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}\\"].delete.responses)", - "jsonref": "specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/queue.json:337:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/queue.json:337:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/table.json:316:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\\"].delete.responses)", - "jsonref": "specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/table.json:316:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/table.json:316:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -288219,20 +285153,6 @@ Array [ "type": "Warning", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json:459:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs/{jobName}\\"].delete.responses)", - "jsonref": "specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json:459:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs/{jobName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json:459:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs/{jobName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -289050,20 +285970,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2020-03-01/storagesync.json:2235:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}\\"].delete.responses)", - "jsonref": "specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2020-03-01/storagesync.json:2235:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2020-03-01/storagesync.json:2235:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -291169,146 +288075,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1082:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}\\"].delete.responses)", - "jsonref": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1082:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1082:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1502:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupPolicies/{backupPolicyName}\\"].delete.responses)", - "jsonref": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1502:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupPolicies/{backupPolicyName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1502:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupPolicies/{backupPolicyName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1818:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupPolicies/{backupPolicyName}/schedules/{backupScheduleName}\\"].delete.responses)", - "jsonref": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1818:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupPolicies/{backupPolicyName}/schedules/{backupScheduleName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1818:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backupPolicies/{backupPolicyName}/schedules/{backupScheduleName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1930:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups/{backupName}\\"].delete.responses)", - "jsonref": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1930:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups/{backupName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:1930:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/backups/{backupName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:3353:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/volumeContainers/{volumeContainerName}\\"].delete.responses)", - "jsonref": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:3353:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/volumeContainers/{volumeContainerName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:3353:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/volumeContainers/{volumeContainerName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:3728:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/volumeContainers/{volumeContainerName}/volumes/{volumeName}\\"].delete.responses)", - "jsonref": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:3728:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/volumeContainers/{volumeContainerName}/volumes/{volumeName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:3728:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/volumeContainers/{volumeContainerName}/volumes/{volumeName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:4217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/extendedInformation/vaultExtendedInfo\\"].delete.responses)", - "jsonref": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:4217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/extendedInformation/vaultExtendedInfo\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:4217:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/extendedInformation/vaultExtendedInfo\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:4869:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageAccountCredentials/{storageAccountCredentialName}\\"].delete.responses)", - "jsonref": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:4869:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageAccountCredentials/{storageAccountCredentialName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:4869:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/storageAccountCredentials/{storageAccountCredentialName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:520:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/accessControlRecords/{accessControlRecordName}\\"].delete.responses)", - "jsonref": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:520:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/accessControlRecords/{accessControlRecordName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:520:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/accessControlRecords/{accessControlRecordName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:783:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/bandwidthSettings/{bandwidthSettingName}\\"].delete.responses)", - "jsonref": "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:783:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/bandwidthSettings/{bandwidthSettingName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/storsimple8000series/resource-manager/Microsoft.StorSimple/stable/2017-06-01/storsimple.json:783:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/bandwidthSettings/{bandwidthSettingName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018", @@ -298735,76 +295501,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/privateEndpointConnections.json:170:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - "jsonref": "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/privateEndpointConnections.json:170:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/privateEndpointConnections.json:170:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json:1651:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}\\"].delete.responses)", - "jsonref": "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json:1651:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json:1651:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json:2667:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}\\"].delete.responses)", - "jsonref": "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json:2667:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json:2667:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json:2872:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - "jsonref": "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json:2872:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json:2872:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/workspace.json:467:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/administrators/activeDirectory\\"].delete.responses)", - "jsonref": "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/workspace.json:467:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/administrators/activeDirectory\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/workspace.json:467:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/administrators/activeDirectory\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -302119,20 +298815,6 @@ Array [ "type": "Warning", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/trafficmanager/resource-manager/Microsoft.Network/stable/2018-04-01/trafficmanager.json:879:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys/default\\"].delete.responses)", - "jsonref": "specification/trafficmanager/resource-manager/Microsoft.Network/stable/2018-04-01/trafficmanager.json:879:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys/default\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/trafficmanager/resource-manager/Microsoft.Network/stable/2018-04-01/trafficmanager.json:879:8 ($.paths[\\"/subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys/default\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -303328,34 +300010,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/visualstudio/resource-manager/Microsoft.VisualStudio/preview/2014-04-01-preview/Csm.json:272:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{accountResourceName}/extension/{extensionResourceName}\\"].delete.responses)", - "jsonref": "specification/visualstudio/resource-manager/Microsoft.VisualStudio/preview/2014-04-01-preview/Csm.json:272:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{accountResourceName}/extension/{extensionResourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/visualstudio/resource-manager/Microsoft.VisualStudio/preview/2014-04-01-preview/Csm.json:272:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{accountResourceName}/extension/{extensionResourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/visualstudio/resource-manager/Microsoft.VisualStudio/preview/2014-04-01-preview/Csm.json:468:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{resourceName}\\"].delete.responses)", - "jsonref": "specification/visualstudio/resource-manager/Microsoft.VisualStudio/preview/2014-04-01-preview/Csm.json:468:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{resourceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/visualstudio/resource-manager/Microsoft.VisualStudio/preview/2014-04-01-preview/Csm.json:468:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{resourceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "TopLevelResourcesListBySubscription", "id": "R4017", @@ -304332,48 +300986,6 @@ Array [ "type": "warning", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json:1213:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudNodes/{dedicatedCloudNodeName}\\"].delete.responses)", - "jsonref": "specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json:1213:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudNodes/{dedicatedCloudNodeName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json:1213:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudNodes/{dedicatedCloudNodeName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json:1507:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}\\"].delete.responses)", - "jsonref": "specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json:1507:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json:1507:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json:1824:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/virtualMachines/{virtualMachineName}\\"].delete.responses)", - "jsonref": "specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json:1824:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/virtualMachines/{virtualMachineName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json:1824:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/virtualMachines/{virtualMachineName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "IntegerTypeMustHaveFormat", "id": "R4013", @@ -311313,482 +307925,6 @@ Array [ "type": "Warning", "validationCategory": "SDKViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/AppServiceEnvironments.json:225:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/AppServiceEnvironments.json:225:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/AppServiceEnvironments.json:225:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/AppServicePlans.json:1320:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/virtualNetworkConnections/{vnetName}/routes/{routeName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/AppServicePlans.json:1320:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/virtualNetworkConnections/{vnetName}/routes/{routeName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/AppServicePlans.json:1320:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/virtualNetworkConnections/{vnetName}/routes/{routeName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:1094:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains/{domainName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:1094:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains/{domainName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:1094:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains/{domainName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:232:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:232:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:232:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:410:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/authproviders/{authprovider}/users/{userid}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:410:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/authproviders/{authprovider}/users/{userid}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:410:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/authproviders/{authprovider}/users/{userid}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:631:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{prId}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:631:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{prId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/StaticSites.json:631:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{prId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:11503:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:11503:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:11503:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:11642:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}/keys/{keyName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:11642:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}/keys/{keyName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:11642:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}/keys/{keyName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:12034:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/{keyType}/{keyName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:12034:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/{keyType}/{keyName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:12034:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/{keyType}/{keyName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:12453:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:12453:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:12453:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:12794:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection/{entityName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:12794:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection/{entityName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:12794:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection/{entityName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:13340:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/processes/{processId}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:13340:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/processes/{processId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:13340:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/processes/{processId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:1359:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:1359:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:1359:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:13973:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkConfig/virtualNetwork\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:13973:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkConfig/virtualNetwork\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:13973:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkConfig/virtualNetwork\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:14951:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons/{premierAddOnName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:14951:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons/{premierAddOnName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:14951:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons/{premierAddOnName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:15514:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:15514:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:15514:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:16562:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/siteextensions/{siteExtensionId}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:16562:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/siteextensions/{siteExtensionId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:16562:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/siteextensions/{siteExtensionId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:17027:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/sourcecontrols/web\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:17027:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/sourcecontrols/web\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:17027:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/sourcecontrols/web\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:18056:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/virtualNetworkConnections/{vnetName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:18056:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/virtualNetworkConnections/{vnetName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:18056:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/virtualNetworkConnections/{vnetName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:18785:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sourcecontrols/web\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:18785:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sourcecontrols/web\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:18785:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sourcecontrols/web\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:19688:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/virtualNetworkConnections/{vnetName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:19688:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/virtualNetworkConnections/{vnetName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:19688:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/virtualNetworkConnections/{vnetName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:3557:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:3557:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:3557:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:3682:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}/keys/{keyName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:3682:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}/keys/{keyName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:3682:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}/keys/{keyName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:4025:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/{keyType}/{keyName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:4025:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/{keyType}/{keyName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:4025:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/{keyType}/{keyName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:4395:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:4395:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:4395:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:4694:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridconnection/{entityName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:4694:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridconnection/{entityName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:4694:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridconnection/{entityName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:5177:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes/{processId}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:5177:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes/{processId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:5177:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes/{processId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:580:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:580:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:580:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:5844:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkConfig/virtualNetwork\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:5844:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkConfig/virtualNetwork\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:5844:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkConfig/virtualNetwork\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:6710:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons/{premierAddOnName}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:6710:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons/{premierAddOnName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:6710:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons/{premierAddOnName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:7001:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:7001:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:7001:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:7923:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/siteextensions/{siteExtensionId}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:7923:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/siteextensions/{siteExtensionId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:7923:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/siteextensions/{siteExtensionId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:8594:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups/{backupId}\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:8594:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups/{backupId}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:8594:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups/{backupId}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:9203:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup\\"].delete.responses)", - "jsonref": "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:9203:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/WebApps.json:9203:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "AllResourcesMustHaveGetOperation", "id": "R4014", @@ -323995,20 +320131,6 @@ Array [ "type": "error", "validationCategory": "ARMViolation", }, - Object { - "code": "DeleteOperationResponses", - "id": "R4011", - "json-path": "specification/windowsiot/resource-manager/Microsoft.WindowsIoT/stable/2019-06-01/WindowsIotServices.json:251:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}\\"].delete.responses)", - "jsonref": "specification/windowsiot/resource-manager/Microsoft.WindowsIoT/stable/2019-06-01/WindowsIotServices.json:251:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}\\"].delete.responses)", - "message": "The delete operation is defined without a 200 or 204 error response implementation,please add it.'", - "providerNamespace": false, - "resourceType": false, - "sources": Array [ - "specification/windowsiot/resource-manager/Microsoft.WindowsIoT/stable/2019-06-01/WindowsIotServices.json:251:8 ($.paths[\\"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}\\"].delete.responses)", - ], - "type": "error", - "validationCategory": "ARMViolation", - }, Object { "code": "OperationsApiResponseSchema", "id": "R4018",