|
738 | 738 | }, |
739 | 739 | "description": "Active Directory information that related to the resource." |
740 | 740 | }, |
741 | | - "AGReplicas": { |
742 | | - "type": "object", |
743 | | - "properties": { |
744 | | - "availabilityMode": { |
745 | | - "type": "string", |
746 | | - "description": "The availability mode of the replica." |
747 | | - }, |
748 | | - "connectedState": { |
749 | | - "type": "string", |
750 | | - "description": "The connected state of the replica." |
751 | | - }, |
752 | | - "healthState": { |
753 | | - "type": "string", |
754 | | - "description": "The health state of the replica." |
755 | | - }, |
756 | | - "replicaName": { |
757 | | - "type": "string", |
758 | | - "description": "The replica name." |
759 | | - }, |
760 | | - "role": { |
761 | | - "type": "string", |
762 | | - "description": "The role of the replica." |
763 | | - }, |
764 | | - "secondaryRoleAllowConnections": { |
765 | | - "type": "string", |
766 | | - "description": "The secondary role allowed connections." |
767 | | - }, |
768 | | - "synchronizationState": { |
769 | | - "type": "string", |
770 | | - "description": "The synchronization state of the availability group replicas." |
771 | | - } |
772 | | - }, |
773 | | - "description": "The information about each failover group replica." |
774 | | - }, |
775 | 741 | "BasicLoginInformation": { |
776 | 742 | "type": "object", |
777 | 743 | "properties": { |
|
1004 | 970 | "description": "The specifications of the failover group resource." |
1005 | 971 | }, |
1006 | 972 | "status": { |
1007 | | - "oneOf": [ |
1008 | | - { |
1009 | | - "$ref": "#/definitions/FailoverGroupStatus" |
1010 | | - }, |
1011 | | - { |
1012 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
1013 | | - } |
1014 | | - ], |
1015 | | - "description": "The status of the Kubernetes custom resource." |
| 973 | + "type": "object", |
| 974 | + "properties": {}, |
| 975 | + "description": "The status of the failover group custom resource." |
1016 | 976 | } |
1017 | 977 | }, |
1018 | 978 | "required": [ |
|
1098 | 1058 | ], |
1099 | 1059 | "description": "The specifications of the failover group resource." |
1100 | 1060 | }, |
1101 | | - "FailoverGroupStatus": { |
1102 | | - "type": "object", |
1103 | | - "properties": { |
1104 | | - "additionalProperties": { |
1105 | | - "oneOf": [ |
1106 | | - { |
1107 | | - "type": "object", |
1108 | | - "additionalProperties": { |
1109 | | - "type": "object", |
1110 | | - "properties": {} |
1111 | | - }, |
1112 | | - "properties": {} |
1113 | | - }, |
1114 | | - { |
1115 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
1116 | | - } |
1117 | | - ], |
1118 | | - "description": "Unmatched properties from the message are deserialized this collection" |
1119 | | - }, |
1120 | | - "lastUpdateTime": { |
1121 | | - "type": "string", |
1122 | | - "format": "date-time", |
1123 | | - "description": "The time that the custom resource was last updated." |
1124 | | - }, |
1125 | | - "observedGeneration": { |
1126 | | - "oneOf": [ |
1127 | | - { |
1128 | | - "type": "integer" |
1129 | | - }, |
1130 | | - { |
1131 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
1132 | | - } |
1133 | | - ], |
1134 | | - "description": "The version of the replicaSet associated with the failover group custom resource." |
1135 | | - }, |
1136 | | - "replicas": { |
1137 | | - "oneOf": [ |
1138 | | - { |
1139 | | - "type": "array", |
1140 | | - "items": { |
1141 | | - "$ref": "#/definitions/AGReplicas" |
1142 | | - } |
1143 | | - }, |
1144 | | - { |
1145 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
1146 | | - } |
1147 | | - ], |
1148 | | - "description": "A list of failover group replicas." |
1149 | | - }, |
1150 | | - "results": { |
1151 | | - "type": "string", |
1152 | | - "description": "The message in case of a failure in the failover group." |
1153 | | - }, |
1154 | | - "role": { |
1155 | | - "oneOf": [ |
1156 | | - { |
1157 | | - "type": "string", |
1158 | | - "enum": [ |
1159 | | - "primary", |
1160 | | - "secondary", |
1161 | | - "force-primary-allow-data-loss", |
1162 | | - "force-secondary" |
1163 | | - ] |
1164 | | - }, |
1165 | | - { |
1166 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
1167 | | - } |
1168 | | - ], |
1169 | | - "description": "The role of the managed instance in the failover group." |
1170 | | - }, |
1171 | | - "state": { |
1172 | | - "oneOf": [ |
1173 | | - { |
1174 | | - "type": "string", |
1175 | | - "enum": [ |
1176 | | - "Waiting", |
1177 | | - "Succeeded", |
1178 | | - "Failed" |
1179 | | - ] |
1180 | | - }, |
1181 | | - { |
1182 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
1183 | | - } |
1184 | | - ], |
1185 | | - "description": "The state of the failover group custom resource." |
1186 | | - } |
1187 | | - }, |
1188 | | - "description": "The status of the Kubernetes custom resource." |
1189 | | - }, |
1190 | 1061 | "K8sResourceRequirements": { |
1191 | 1062 | "type": "object", |
1192 | 1063 | "properties": { |
|
0 commit comments