|
888 | 888 | }, |
889 | 889 | "description": "Network related properties of a server" |
890 | 890 | }, |
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 | | - }, |
991 | 891 | "ServerProperties": { |
992 | 892 | "type": "object", |
993 | 893 | "properties": { |
|
1087 | 987 | ], |
1088 | 988 | "description": "Network related properties of a server" |
1089 | 989 | }, |
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 | | - }, |
1104 | 990 | "replicationRole": { |
1105 | 991 | "oneOf": [ |
1106 | 992 | { |
|
0 commit comments