Skip to content

Commit cea1694

Browse files
author
SDKAuto
committed
CodeGen from PR 25875 in Azure/azure-rest-api-specs
Merge 3471e92e0507431530e8f0742cc1dcc5950e13d3 into fa285f544fa37cd839c4befe1109db3547b016ab
1 parent a435a5a commit cea1694

File tree

1 file changed

+0
-114
lines changed

1 file changed

+0
-114
lines changed

schemas/2023-06-01-preview/Microsoft.DBforMySQL.json

Lines changed: 0 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -888,106 +888,6 @@
888888
},
889889
"description": "Network related properties of a server"
890890
},
891-
"PrivateEndpoint": {
892-
"type": "object",
893-
"properties": {},
894-
"description": "The private endpoint resource."
895-
},
896-
"PrivateEndpointConnection": {
897-
"type": "object",
898-
"properties": {
899-
"properties": {
900-
"oneOf": [
901-
{
902-
"$ref": "#/definitions/PrivateEndpointConnectionProperties"
903-
},
904-
{
905-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
906-
}
907-
],
908-
"description": "Properties of the private endpoint connection."
909-
}
910-
},
911-
"description": "The private endpoint connection resource."
912-
},
913-
"PrivateEndpointConnectionProperties": {
914-
"type": "object",
915-
"properties": {
916-
"privateEndpoint": {
917-
"oneOf": [
918-
{
919-
"$ref": "#/definitions/PrivateEndpoint"
920-
},
921-
{
922-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
923-
}
924-
],
925-
"description": "The private endpoint resource."
926-
},
927-
"privateLinkServiceConnectionState": {
928-
"oneOf": [
929-
{
930-
"$ref": "#/definitions/PrivateLinkServiceConnectionState"
931-
},
932-
{
933-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
934-
}
935-
],
936-
"description": "A collection of information about the state of the connection between service consumer and provider."
937-
},
938-
"provisioningState": {
939-
"oneOf": [
940-
{
941-
"type": "string",
942-
"enum": [
943-
"Succeeded",
944-
"Creating",
945-
"Deleting",
946-
"Failed"
947-
]
948-
},
949-
{
950-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
951-
}
952-
],
953-
"description": "The provisioning state of the private endpoint connection resource."
954-
}
955-
},
956-
"required": [
957-
"privateLinkServiceConnectionState"
958-
],
959-
"description": "Properties of the private endpoint connection."
960-
},
961-
"PrivateLinkServiceConnectionState": {
962-
"type": "object",
963-
"properties": {
964-
"actionsRequired": {
965-
"type": "string",
966-
"description": "A message indicating if changes on the service provider require any updates on the consumer."
967-
},
968-
"description": {
969-
"type": "string",
970-
"description": "The reason for approval/rejection of the connection."
971-
},
972-
"status": {
973-
"oneOf": [
974-
{
975-
"type": "string",
976-
"enum": [
977-
"Pending",
978-
"Approved",
979-
"Rejected"
980-
]
981-
},
982-
{
983-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
984-
}
985-
],
986-
"description": "Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
987-
}
988-
},
989-
"description": "A collection of information about the state of the connection between service consumer and provider."
990-
},
991891
"ServerProperties": {
992892
"type": "object",
993893
"properties": {
@@ -1087,20 +987,6 @@
1087987
],
1088988
"description": "Network related properties of a server"
1089989
},
1090-
"privateEndpointConnections": {
1091-
"oneOf": [
1092-
{
1093-
"type": "array",
1094-
"items": {
1095-
"$ref": "#/definitions/PrivateEndpointConnection"
1096-
}
1097-
},
1098-
{
1099-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1100-
}
1101-
],
1102-
"description": "PrivateEndpointConnections related properties of a server."
1103-
},
1104990
"replicationRole": {
1105991
"oneOf": [
1106992
{

0 commit comments

Comments
 (0)