Skip to content

Commit 77abc09

Browse files
author
SDKAuto
committed
CodeGen from PR 23058 in Azure/azure-rest-api-specs
Merge 4965e0d49ffcbdd7aed00a6ab52d2694452b4993 into 5a49823c43b422e5f3b0ec2ce8846d84cfe7c149
1 parent 5ed6daf commit 77abc09

File tree

1 file changed

+3
-132
lines changed

1 file changed

+3
-132
lines changed

schemas/2023-01-15-preview/Microsoft.AzureArcData.json

Lines changed: 3 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -738,40 +738,6 @@
738738
},
739739
"description": "Active Directory information that related to the resource."
740740
},
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-
},
775741
"BasicLoginInformation": {
776742
"type": "object",
777743
"properties": {
@@ -1004,15 +970,9 @@
1004970
"description": "The specifications of the failover group resource."
1005971
},
1006972
"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."
1016976
}
1017977
},
1018978
"required": [
@@ -1098,95 +1058,6 @@
10981058
],
10991059
"description": "The specifications of the failover group resource."
11001060
},
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-
},
11901061
"K8sResourceRequirements": {
11911062
"type": "object",
11921063
"properties": {

0 commit comments

Comments
 (0)