Skip to content

Commit

Permalink
Updated protected cluster query parameter definition
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyadharijami committed Mar 4, 2025
1 parent a79f7ad commit 9a09125
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24101,6 +24101,24 @@
},
"x-ms-azure-resource": true
},
"ProtectedClustersQueryParameter": {
"description": "Query parameter to enumerate protected clusters.",
"type": "object",
"properties": {
"sourceFabricName": {
"description": "The source fabric name filter.",
"type": "string"
},
"sourceFabricLocation": {
"description": "The source fabric location filter.",
"type": "string"
},
"instanceType": {
"description": "The replication provider type.",
"type": "string"
}
}
}
"ReplicationProtectionClusterCollection": {
"description": "Replication protected item collection.",
"type": "object",
Expand Down

0 comments on commit 9a09125

Please sign in to comment.