Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"parameters": {
"appResource": {
"properties": {
"kind": "Application",
"public": true,
"httpsOnly": false,
"enableEndToEndTLS": false,
Expand Down Expand Up @@ -79,7 +78,6 @@
"200": {
"body": {
"properties": {
"kind": "Application",
"public": true,
"url": "myapp.myservice.azuremicroservices.io",
"provisioningState": "Succeeded",
Expand Down Expand Up @@ -155,7 +153,6 @@
"201": {
"body": {
"properties": {
"kind": "Application",
"public": true,
"url": "myapp.myservice.azuremicroservices.io",
"provisioningState": "Creating",
Expand Down Expand Up @@ -231,7 +228,6 @@
"202": {
"body": {
"properties": {
"kind": "Application",
"public": true,
"url": "myapp.myservice.azuremicroservices.io",
"provisioningState": "Updating",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"parameters": {
"appResource": {
"properties": {
"kind": "Application",
"public": true,
"httpsOnly": false,
"enableEndToEndTLS": false,
Expand Down Expand Up @@ -80,7 +79,6 @@
"200": {
"body": {
"properties": {
"kind": "Application",
"public": true,
"url": "myapp.myservice.private.azuremicroservices.io",
"provisioningState": "Succeeded",
Expand Down Expand Up @@ -158,7 +156,6 @@
"201": {
"body": {
"properties": {
"kind": "Application",
"public": true,
"url": "myapp.myservice.private.azuremicroservices.io",
"provisioningState": "Creating",
Expand Down Expand Up @@ -236,7 +233,6 @@
"202": {
"body": {
"properties": {
"kind": "Application",
"public": true,
"url": "myapp.myservice.private.azuremicroservices.io",
"provisioningState": "Updating",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"200": {
"body": {
"properties": {
"kind": "Application",
"public": true,
"url": "myapp.myservice.azuremicroservices.io",
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"200": {
"body": {
"properties": {
"kind": "Application",
"public": true,
"url": "myapp.myservice.private.azuremicroservices.io",
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"value": [
{
"properties": {
"kind": "Application",
"public": true,
"url": "myapp.myservice.azuremicroservices.io",
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"value": [
{
"properties": {
"kind": "Application",
"public": true,
"url": "myapp.myservice.private.azuremicroservices.io",
"provisioningState": "Succeeded",
Expand Down