Skip to content

Commit 0aebc5d

Browse files
author
Nont
committed
Add portalFqdn to v2025_08_01_preview
Signed-off-by: Nont <[email protected]>
1 parent 7506e05 commit 0aebc5d

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

specification/containerservice/Fleet.Management/examples/2025-08-01-preview/FleetManagedNamespaces_Get.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
},
8989
"status": {
9090
"lastOperationError": {}
91-
}
91+
},
92+
"portalFqdn": "fleet1-namespace1-abc123.flt.eastus.azmk8s.io"
9293
},
9394
"eTag": "\"EtagValue\"",
9495
"tags": {

specification/containerservice/Fleet.Management/examples/2025-08-01-preview/FleetManagedNamespaces_ListByFleet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
},
9191
"status": {
9292
"lastOperationError": {}
93-
}
93+
},
94+
"portalFqdn": "fleet1-namespace1-abc123.flt.eastus.azmk8s.io"
9495
},
9596
"eTag": "\"EtagValue\"",
9697
"tags": {

specification/containerservice/Fleet.Management/fleetnamespace.tsp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ model FleetManagedNamespaceProperties {
5555
@visibility(Lifecycle.Read)
5656
@doc("Status information of the last operation for fleet managed namespace.")
5757
status?: FleetManagedNamespaceStatus;
58+
59+
@visibility(Lifecycle.Read)
60+
@doc("The Azure Portal FQDN of the Fleet managed namespace.")
61+
portalFqdn?: string;
5862
}
5963

6064
@added(Versions.v2025_08_01_preview)

specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/examples/FleetManagedNamespaces_Get.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
},
8989
"status": {
9090
"lastOperationError": {}
91-
}
91+
},
92+
"portalFqdn": "fleet1-namespace1-abc123.portal.hcp.eastus.azmk8s.io"
9293
},
9394
"eTag": "\"EtagValue\"",
9495
"tags": {

specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/examples/FleetManagedNamespaces_ListByFleet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
},
9191
"status": {
9292
"lastOperationError": {}
93-
}
93+
},
94+
"portalFqdn": "fleet1-namespace1-abc123.portal.hcp.eastus.azmk8s.io"
9495
},
9596
"eTag": "\"EtagValue\"",
9697
"tags": {

specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/fleets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3430,6 +3430,11 @@
34303430
"$ref": "#/definitions/FleetManagedNamespaceStatus",
34313431
"description": "Status information of the last operation for fleet managed namespace.",
34323432
"readOnly": true
3433+
},
3434+
"portalFqdn": {
3435+
"type": "string",
3436+
"description": "The special FQDN used by the Azure Portal to access the Managed Cluster. This FQDN is for use only by the Azure Portal and should not be used by other clients. The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly.",
3437+
"readOnly": true
34333438
}
34343439
},
34353440
"required": [

0 commit comments

Comments
 (0)