From 4c866341de8f1705fbcff3a469dd685da22c2e8b Mon Sep 17 00:00:00 2001 From: peizhou298 <53513383+peizhou298@users.noreply.github.com> Date: Mon, 29 Mar 2021 14:59:57 +0800 Subject: [PATCH] change acr config location to avoid bereaking change (#13692) Co-authored-by: Peiyuan Zhou --- .../stable/2021-01-11/healthcare-apis.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2021-01-11/healthcare-apis.json b/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2021-01-11/healthcare-apis.json index 2bb6eeef2319..28ac6e6b6870 100644 --- a/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2021-01-11/healthcare-apis.json +++ b/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2021-01-11/healthcare-apis.json @@ -771,10 +771,6 @@ "$ref": "#/definitions/ServiceExportConfigurationInfo", "description": "The settings for the export operation of the service instance." }, - "acrConfiguration": { - "$ref": "#/definitions/ServiceAcrConfigurationInfo", - "description": "The azure container registry settings used for convert data operation of the service instance." - }, "privateEndpointConnections": { "description": "The list of private endpoint connections that are set up for this resource.", "type": "array", @@ -793,6 +789,10 @@ "name": "PublicNetworkAccess", "modelAsString": true } + }, + "acrConfiguration": { + "$ref": "#/definitions/ServiceAcrConfigurationInfo", + "description": "The azure container registry settings used for convert data operation of the service instance." } } },