Skip to content

Commit

Permalink
Remove Traffic Labels from revisions because they haven't been impele…
Browse files Browse the repository at this point in the history
…mented (#20261)

* Revert "Add traffic info to revisions api (#19054)"

This reverts commit 056cc51.

* Remove traffic labels from revisions
  • Loading branch information
ruslany authored Aug 17, 2022
1 parent 3450a5c commit 903da55
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,17 +436,6 @@
"type": "integer",
"readOnly": true
},
"trafficLabels": {
"description": "Traffic labels associated with this revision",
"type": "array",
"items": {
"$ref": "#/definitions/TrafficLabel"
},
"x-ms-identifiers": [
"label"
],
"readOnly": true
},
"provisioningError": {
"description": "Optional Field - Platform Error Message",
"type": "string",
Expand Down Expand Up @@ -487,22 +476,6 @@
}
}
},
"TrafficLabel": {
"description": "Traffic label information",
"type": "object",
"properties": {
"label": {
"description": "Traffic label assigned to a revision",
"type": "string",
"readOnly": true
},
"fqdn": {
"description": "Fully qualified domain name of a labelled revision",
"type": "string",
"readOnly": true
}
}
},
"RevisionCollection": {
"description": "Container App Revisions collection ARM resource.",
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
}
},
"trafficWeight": 80,
"trafficLabels": [
{
"label": "blue",
"fqdn": "testcontainerApp0---blue.politehill-ab123456.eastus.azurecontainerapps.io"
}
],
"active": true,
"replicas": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
}
},
"trafficWeight": 80,
"trafficLabels": [
{
"label": "blue",
"fqdn": "testcontainerApp0---blue.politehill-ab123456.eastus.azurecontainerapps.io"
}
],
"active": true,
"replicas": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,17 +436,6 @@
"type": "integer",
"readOnly": true
},
"trafficLabels": {
"description": "Traffic labels associated with this revision",
"type": "array",
"items": {
"$ref": "#/definitions/TrafficLabel"
},
"x-ms-identifiers": [
"label"
],
"readOnly": true
},
"provisioningError": {
"description": "Optional Field - Platform Error Message",
"type": "string",
Expand Down Expand Up @@ -487,22 +476,6 @@
}
}
},
"TrafficLabel": {
"description": "Traffic label information",
"type": "object",
"properties": {
"label": {
"description": "Traffic label assigned to a revision",
"type": "string",
"readOnly": true
},
"fqdn": {
"description": "Fully qualified domain name of a labelled revision",
"type": "string",
"readOnly": true
}
}
},
"RevisionCollection": {
"description": "Container App Revisions collection ARM resource.",
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@
]
}
},
"trafficWeight": 80,
"trafficLabels": [
{
"label": "blue",
"fqdn": "testcontainerApp0---blue.politehill-ab123456.eastus.azurecontainerapps.io"
}
],
"active": true,
"replicas": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@
]
}
},
"trafficWeight": 80,
"trafficLabels": [
{
"label": "blue",
"fqdn": "testcontainerApp0---blue.politehill-ab123456.eastus.azurecontainerapps.io"
}
],
"active": true,
"replicas": 1
}
Expand Down

0 comments on commit 903da55

Please sign in to comment.