From f20b1aba0f89baf56c7d7f72a3e11b410359a764 Mon Sep 17 00:00:00 2001 From: Nont Date: Thu, 2 Oct 2025 20:07:38 -0500 Subject: [PATCH 1/3] Add portalFqdn to v2025_08_01_preview Signed-off-by: Nont --- .../2025-08-01-preview/FleetManagedNamespaces_Get.json | 3 ++- .../FleetManagedNamespaces_ListByFleet.json | 3 ++- .../containerservice/Fleet.Management/fleetnamespace.tsp | 4 ++++ .../examples/FleetManagedNamespaces_Get.json | 3 ++- .../examples/FleetManagedNamespaces_ListByFleet.json | 3 ++- .../fleet/preview/2025-08-01-preview/fleets.json | 5 +++++ 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/specification/containerservice/Fleet.Management/examples/2025-08-01-preview/FleetManagedNamespaces_Get.json b/specification/containerservice/Fleet.Management/examples/2025-08-01-preview/FleetManagedNamespaces_Get.json index 3b4bf1bcfece..0181d7b2592e 100644 --- a/specification/containerservice/Fleet.Management/examples/2025-08-01-preview/FleetManagedNamespaces_Get.json +++ b/specification/containerservice/Fleet.Management/examples/2025-08-01-preview/FleetManagedNamespaces_Get.json @@ -88,7 +88,8 @@ }, "status": { "lastOperationError": {} - } + }, + "portalFqdn": "fleet1-namespace1-abc123.flt.eastus.azmk8s.io" }, "eTag": "\"EtagValue\"", "tags": { diff --git a/specification/containerservice/Fleet.Management/examples/2025-08-01-preview/FleetManagedNamespaces_ListByFleet.json b/specification/containerservice/Fleet.Management/examples/2025-08-01-preview/FleetManagedNamespaces_ListByFleet.json index a93c8d070298..68ac65d58951 100644 --- a/specification/containerservice/Fleet.Management/examples/2025-08-01-preview/FleetManagedNamespaces_ListByFleet.json +++ b/specification/containerservice/Fleet.Management/examples/2025-08-01-preview/FleetManagedNamespaces_ListByFleet.json @@ -90,7 +90,8 @@ }, "status": { "lastOperationError": {} - } + }, + "portalFqdn": "fleet1-namespace1-abc123.flt.eastus.azmk8s.io" }, "eTag": "\"EtagValue\"", "tags": { diff --git a/specification/containerservice/Fleet.Management/fleetnamespace.tsp b/specification/containerservice/Fleet.Management/fleetnamespace.tsp index 0b1a7f546136..3bec5b1b3454 100644 --- a/specification/containerservice/Fleet.Management/fleetnamespace.tsp +++ b/specification/containerservice/Fleet.Management/fleetnamespace.tsp @@ -55,6 +55,10 @@ model FleetManagedNamespaceProperties { @visibility(Lifecycle.Read) @doc("Status information of the last operation for fleet managed namespace.") status?: FleetManagedNamespaceStatus; + + @visibility(Lifecycle.Read) + @doc("The Azure Portal FQDN of the Fleet managed namespace.") + portalFqdn?: string; } @added(Versions.v2025_08_01_preview) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/examples/FleetManagedNamespaces_Get.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/examples/FleetManagedNamespaces_Get.json index 3b4bf1bcfece..0181d7b2592e 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/examples/FleetManagedNamespaces_Get.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/examples/FleetManagedNamespaces_Get.json @@ -88,7 +88,8 @@ }, "status": { "lastOperationError": {} - } + }, + "portalFqdn": "fleet1-namespace1-abc123.flt.eastus.azmk8s.io" }, "eTag": "\"EtagValue\"", "tags": { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/examples/FleetManagedNamespaces_ListByFleet.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/examples/FleetManagedNamespaces_ListByFleet.json index a93c8d070298..68ac65d58951 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/examples/FleetManagedNamespaces_ListByFleet.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/examples/FleetManagedNamespaces_ListByFleet.json @@ -90,7 +90,8 @@ }, "status": { "lastOperationError": {} - } + }, + "portalFqdn": "fleet1-namespace1-abc123.flt.eastus.azmk8s.io" }, "eTag": "\"EtagValue\"", "tags": { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/fleets.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/fleets.json index 7c98f4fbc7e3..f82116221754 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/fleets.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/fleets.json @@ -3430,6 +3430,11 @@ "$ref": "#/definitions/FleetManagedNamespaceStatus", "description": "Status information of the last operation for fleet managed namespace.", "readOnly": true + }, + "portalFqdn": { + "type": "string", + "description": "The Azure Portal FQDN of the Fleet managed namespace.", + "readOnly": true } }, "required": [ From 8abc83a3a6533a77250654d4a1698b73e8e3b12f Mon Sep 17 00:00:00 2001 From: Nont Date: Fri, 3 Oct 2025 11:24:19 -0500 Subject: [PATCH 2/3] Fix description Signed-off-by: Nont --- .../containerservice/Fleet.Management/fleetnamespace.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/containerservice/Fleet.Management/fleetnamespace.tsp b/specification/containerservice/Fleet.Management/fleetnamespace.tsp index 3bec5b1b3454..cb2546d9a7ba 100644 --- a/specification/containerservice/Fleet.Management/fleetnamespace.tsp +++ b/specification/containerservice/Fleet.Management/fleetnamespace.tsp @@ -57,7 +57,7 @@ model FleetManagedNamespaceProperties { status?: FleetManagedNamespaceStatus; @visibility(Lifecycle.Read) - @doc("The Azure Portal FQDN of the Fleet managed namespace.") + @doc("The Azure Portal FQDN of the Fleet hub.") portalFqdn?: string; } From c642944d73fa01341f2e48ec294b703fb9d3cc7a Mon Sep 17 00:00:00 2001 From: Nont Date: Mon, 6 Oct 2025 09:03:42 -0500 Subject: [PATCH 3/3] Fix lint Signed-off-by: Nont --- .../fleet/preview/2025-08-01-preview/fleets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/fleets.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/fleets.json index f82116221754..d2e29a035452 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/fleets.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2025-08-01-preview/fleets.json @@ -3433,7 +3433,7 @@ }, "portalFqdn": { "type": "string", - "description": "The Azure Portal FQDN of the Fleet managed namespace.", + "description": "The Azure Portal FQDN of the Fleet hub.", "readOnly": true } },