diff --git a/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/ManagedEnvironments.json b/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/ManagedEnvironments.json index ef3f5d63ba13..c47301ffca05 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/ManagedEnvironments.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/ManagedEnvironments.json @@ -1577,22 +1577,6 @@ "description": "Name of the workload profile used by the ingress component. Required.", "type": "string" }, - "scale": { - "description": "Scaling configuration for the ingress component. Required.", - "type": "object", - "properties": { - "minReplicas": { - "description": "Minimum number of ingress replicas. Must be at least 2. Required.", - "type": "integer", - "format": "int32" - }, - "maxReplicas": { - "description": "Maximum number of ingress replicas. Must be greater than or equal to minReplicas.", - "type": "integer", - "format": "int32" - } - } - }, "terminationGracePeriodSeconds": { "description": "Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds.", "type": "integer", @@ -1604,7 +1588,7 @@ "format": "int32" }, "requestIdleTimeout": { - "description": "Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes.", + "description": "Duration (in minutes) before idle requests are timed out. Must be between 4 and 30 inclusive. Defaults to 4 minutes.", "type": "integer", "format": "int32" } diff --git a/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_CreateOrUpdate.json index 16a08e88c26b..583aa4347e1b 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_CreateOrUpdate.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_CreateOrUpdate.json @@ -113,10 +113,6 @@ }, "ingressConfiguration": { "workloadProfileName": "My-CO-01", - "scale": { - "minReplicas": 2, - "maxReplicas": 4 - }, "terminationGracePeriodSeconds": 3600, "headerCountLimit": 30, "requestIdleTimeout": 5 @@ -242,10 +238,6 @@ }, "ingressConfiguration": { "workloadProfileName": "My-CO-01", - "scale": { - "minReplicas": 2, - "maxReplicas": 4 - }, "terminationGracePeriodSeconds": 3600, "headerCountLimit": 30, "requestIdleTimeout": 5 @@ -369,10 +361,6 @@ }, "ingressConfiguration": { "workloadProfileName": "My-CO-01", - "scale": { - "minReplicas": 2, - "maxReplicas": 4 - }, "terminationGracePeriodSeconds": 3600, "headerCountLimit": 30, "requestIdleTimeout": 5 diff --git a/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_Get.json index 4b45fe474655..9c14c05184ec 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_Get.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_Get.json @@ -79,10 +79,6 @@ }, "ingressConfiguration": { "workloadProfileName": "My-CO-01", - "scale": { - "minReplicas": 2, - "maxReplicas": 4 - }, "terminationGracePeriodSeconds": 3600, "headerCountLimit": 30, "requestIdleTimeout": 5 diff --git a/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_ListByResourceGroup.json b/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_ListByResourceGroup.json index a0e567fbf601..b622a963a653 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_ListByResourceGroup.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2025-10-02-preview/examples/ManagedEnvironments_ListByResourceGroup.json @@ -64,10 +64,6 @@ ], "ingressConfiguration": { "workloadProfileName": "My-GP-01", - "scale": { - "maxReplicas": 2, - "minReplicas": 2 - }, "terminationGracePeriodSeconds": 600, "headerCountLimit": 50, "requestIdleTimeout": null