Skip to content

Commit

Permalink
Add x-ms-identifiers back
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslany committed Jan 3, 2022
1 parent 3bd9835 commit 44525ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/EnvironmentVar"
},
"x-ms-identifiers": [
"name"
]
}
},
"resources": {
"$ref": "#/definitions/ContainerResources",
Expand Down Expand Up @@ -111,10 +108,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/ScaleRuleAuth"
},
"x-ms-identifiers": [
"triggerParameter"
]
}
}
}
},
Expand All @@ -140,10 +134,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/DaprComponent"
},
"x-ms-identifiers": [
"name"
]
}
}
}
},
Expand All @@ -168,10 +159,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/DaprMetadata"
},
"x-ms-identifiers": [
"name"
]
}
}
}
},
Expand Down Expand Up @@ -240,10 +228,7 @@
}
},
"readOnly": true
},
"x-ms-identifiers": [
"code"
]
}
},
"innererror": {
"description": "More information to debug error.",
Expand Down Expand Up @@ -271,10 +256,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/ScaleRuleAuth"
},
"x-ms-identifiers": [
"triggerParameter"
]
}
}
}
},
Expand All @@ -296,10 +278,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/ScaleRuleAuth"
},
"x-ms-identifiers": [
"triggerParameter"
]
}
}
}
},
Expand All @@ -322,10 +301,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/ScaleRule"
},
"x-ms-identifiers": [
"name"
]
}
}
}
},
Expand Down Expand Up @@ -378,10 +354,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/Container"
},
"x-ms-identifiers": [
"name"
]
}
},
"scale": {
"$ref": "#/definitions/Scale",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/Secret"
},
"x-ms-identifiers": [
"name"
]
}
},
"activeRevisionsMode": {
"description": "ActiveRevisionsMode controls how active revisions are handled for the Container app:\n<list><item>Multiple: multiple revisions can be active. If no value if provided, this is the default</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode</item></list>",
Expand All @@ -347,10 +344,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/RegistryCredentials"
},
"x-ms-identifiers": [
"server"
]
}
}
}
},
Expand Down Expand Up @@ -484,10 +478,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/TrafficWeight"
},
"x-ms-identifiers": [
"revisionName"
]
}
},
"allowInsecure": {
"description": "Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationDetail"
},
"x-ms-identifiers": [
"name"
]
}
},
"nextLink": {
"description": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",
Expand Down

0 comments on commit 44525ab

Please sign in to comment.