diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/appplatform.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/appplatform.json index 2f92584024c6..6ce5f0c61341 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/appplatform.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/appplatform.json @@ -11265,19 +11265,6 @@ "description": "App resource properties payload", "type": "object", "properties": { - "kind": { - "description": "The type of App, whether it's long running app or short lived app", - "enum": [ - "Application", - "Task" - ], - "type": "string", - "default": "Application", - "x-ms-enum": { - "name": "AppResourceType", - "modelAsString": true - } - }, "public": { "description": "Indicates whether the App exposes public endpoint", "type": "boolean" @@ -12842,11 +12829,6 @@ "type": "string", "readOnly": true }, - "endTime": { - "description": "End time of the deployment instance", - "type": "string", - "readOnly": true - }, "zone": { "description": "Availability zone information of the deployment instance", "type": "string", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_CreateOrUpdate.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_CreateOrUpdate.json index 4842941c0eee..ca99dc55c505 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_CreateOrUpdate.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_CreateOrUpdate.json @@ -2,7 +2,6 @@ "parameters": { "appResource": { "properties": { - "kind": "Application", "public": true, "httpsOnly": false, "enableEndToEndTLS": false, @@ -79,7 +78,6 @@ "200": { "body": { "properties": { - "kind": "Application", "public": true, "url": "myapp.myservice.azuremicroservices.io", "provisioningState": "Succeeded", @@ -155,7 +153,6 @@ "201": { "body": { "properties": { - "kind": "Application", "public": true, "url": "myapp.myservice.azuremicroservices.io", "provisioningState": "Creating", @@ -231,7 +228,6 @@ "202": { "body": { "properties": { - "kind": "Application", "public": true, "url": "myapp.myservice.azuremicroservices.io", "provisioningState": "Updating", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_CreateOrUpdate_VNetInjection.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_CreateOrUpdate_VNetInjection.json index e45b3d032395..cf7cb8b48d80 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_CreateOrUpdate_VNetInjection.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_CreateOrUpdate_VNetInjection.json @@ -2,7 +2,6 @@ "parameters": { "appResource": { "properties": { - "kind": "Application", "public": true, "httpsOnly": false, "enableEndToEndTLS": false, @@ -80,7 +79,6 @@ "200": { "body": { "properties": { - "kind": "Application", "public": true, "url": "myapp.myservice.private.azuremicroservices.io", "provisioningState": "Succeeded", @@ -158,7 +156,6 @@ "201": { "body": { "properties": { - "kind": "Application", "public": true, "url": "myapp.myservice.private.azuremicroservices.io", "provisioningState": "Creating", @@ -236,7 +233,6 @@ "202": { "body": { "properties": { - "kind": "Application", "public": true, "url": "myapp.myservice.private.azuremicroservices.io", "provisioningState": "Updating", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_Get.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_Get.json index 085e71642b4f..30bc280e89f5 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_Get.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_Get.json @@ -10,7 +10,6 @@ "200": { "body": { "properties": { - "kind": "Application", "public": true, "url": "myapp.myservice.azuremicroservices.io", "provisioningState": "Succeeded", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_Get_VNetInjection.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_Get_VNetInjection.json index b42b7317731f..f87a8c1bc648 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_Get_VNetInjection.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_Get_VNetInjection.json @@ -10,7 +10,6 @@ "200": { "body": { "properties": { - "kind": "Application", "public": true, "url": "myapp.myservice.private.azuremicroservices.io", "provisioningState": "Succeeded", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_List.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_List.json index 1ca956bd5482..e6ef2f41d40c 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_List.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_List.json @@ -11,7 +11,6 @@ "value": [ { "properties": { - "kind": "Application", "public": true, "url": "myapp.myservice.azuremicroservices.io", "provisioningState": "Succeeded", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_List_VNetInjection.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_List_VNetInjection.json index 24a04d8efd1c..65c0c7ae76dc 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_List_VNetInjection.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/examples/Apps_List_VNetInjection.json @@ -11,7 +11,6 @@ "value": [ { "properties": { - "kind": "Application", "public": true, "url": "myapp.myservice.private.azuremicroservices.io", "provisioningState": "Succeeded",