Skip to content

Commit

Permalink
change acr config location to avoid bereaking change (Azure#13692)
Browse files Browse the repository at this point in the history
Co-authored-by: Peiyuan Zhou <[email protected]>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 577e5a0 commit 4c86634
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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."
}
}
},
Expand Down

0 comments on commit 4c86634

Please sign in to comment.