Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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