Skip to content

Commit

Permalink
require gateway resource ID to be a gateway resource ID (Azure#29922)
Browse files Browse the repository at this point in the history
on the Microsoft.Kubernetes/connectedClusters
  • Loading branch information
dimbleby authored Jul 24, 2024
1 parent a0c6099 commit 03d0a5c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,14 @@
},
"resourceId": {
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.HybridCompute/gateways"
}
]
},
"description": "The resource ID of the gateway used for the Arc router feature."
}
}
Expand Down

0 comments on commit 03d0a5c

Please sign in to comment.