Skip to content

Commit 54a4eca

Browse files
committed
Added fabric controller's specific changes
1 parent d63f60c commit 54a4eca

File tree

1 file changed

+69
-0
lines changed
  • specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01

1 file changed

+69
-0
lines changed

specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/service.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8602,6 +8602,60 @@
86028602
}
86038603
}
86048604
},
8605+
"A2AFabricSpecificLocationDetails": {
8606+
"description": "ExtendedLocation details data.",
8607+
"type": "object",
8608+
"properties": {
8609+
"initialPrimaryZone": {
8610+
"description": "The initial source zone info.",
8611+
"type": "string"
8612+
},
8613+
"initialRecoveryZone": {
8614+
"description": "The initial target zone info.",
8615+
"type": "string"
8616+
},
8617+
"initialPrimaryExtendedLocation": {
8618+
"$ref": "#/definitions/ExtendedLocation",
8619+
"description": "The initial primary ExtendedLocation."
8620+
},
8621+
"initialRecoveryExtendedLocation": {
8622+
"$ref": "#/definitions/ExtendedLocation",
8623+
"description": "The initial recovery ExtendedLocation."
8624+
},
8625+
"initialPrimaryFabricLocation": {
8626+
"description": "Initial primary fabric location info.",
8627+
"type": "string"
8628+
},
8629+
"initialRecoveryFabricLocation": {
8630+
"description": "The initial recovery fabric location info.",
8631+
"type": "string"
8632+
},
8633+
"primaryZone": {
8634+
"description": "Source zone info.",
8635+
"type": "string"
8636+
},
8637+
"recoveryZone": {
8638+
"description": "The target zone info.",
8639+
"type": "string"
8640+
},
8641+
"primaryExtendedLocation": {
8642+
"$ref": "#/definitions/ExtendedLocation",
8643+
"description": "The primary ExtendedLocation."
8644+
},
8645+
"recoveryExtendedLocation": {
8646+
"$ref": "#/definitions/ExtendedLocation",
8647+
"description": "The recovery ExtendedLocation."
8648+
},
8649+
"primaryFabricLocation": {
8650+
"description": "Primary fabric location info.",
8651+
"type": "string"
8652+
},
8653+
"recoveryFabricLocation": {
8654+
"description": "The recovery fabric location info.",
8655+
"type": "string"
8656+
}
8657+
}
8658+
},
86058659
"A2APolicyCreationInput": {
86068660
"description": "A2A Policy creation input.",
86078661
"required": [
@@ -10349,6 +10403,13 @@
1034910403
"$ref": "#/definitions/A2AExtendedLocationDetails"
1035010404
},
1035110405
"x-ms-identifiers": []
10406+
},
10407+
"locationDetails": {
10408+
"description": "The location details.",
10409+
"type": "array",
10410+
"items": {
10411+
"$ref": "#/definitions/A2AFabricSpecificLocationDetails"
10412+
}
1035210413
}
1035310414
},
1035410415
"x-ms-discriminator-value": "Azure"
@@ -11590,6 +11651,14 @@
1159011651
"description": "A value indicating whether the zone to zone mappings are to be returned.",
1159111652
"type": "string"
1159211653
},
11654+
"extendedLocationMappings": {
11655+
"description": "A value indicating whether the Extended Location mappings are to be returned.",
11656+
"type": "string"
11657+
},
11658+
"locationDetails": {
11659+
"description": "A value indicating whether the location details are to be returned.",
11660+
"type": "string"
11661+
},
1159311662
"fetchAgentDetails": {
1159411663
"description": "A value indicating whether the agent details are to be fetched.",
1159511664
"type": "string"

0 commit comments

Comments
 (0)