Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eladperets committed Jul 23, 2020
1 parent b7e9226 commit 222c682
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4590,10 +4590,12 @@
"properties": {
"profileVersion": {
"type": "string",
"readOnly": true,
"description": "The profile version."
},
"apiVersion": {
"type": "string",
"readOnly": true,
"description": "The API version."
}
}
Expand All @@ -4602,6 +4604,7 @@
"properties": {
"type": {
"type": "string",
"readOnly": true,
"enum": [
"NotSpecified",
"Any",
Expand All @@ -4614,7 +4617,7 @@
],
"x-ms-enum": {
"name": "AliasPathTokenType",
"modelAsString": false,
"modelAsString": true,
"values": [
{
"value": "NotSpecified",
Expand Down Expand Up @@ -4654,13 +4657,14 @@
},
"attributes": {
"type": "string",
"readOnly": true,
"enum": [
"None",
"Modifiable"
],
"x-ms-enum": {
"name": "AliasPathAttributes",
"modelAsString": false,
"modelAsString": true,
"values": [
{
"value": "None",
Expand Down Expand Up @@ -4694,6 +4698,7 @@
"description": "The pattern for an alias path."
},
"metadata": {
"readOnly": true,
"$ref": "#/definitions/AliasPathMetadata",
"description": "The metadata of the alias path. If missing, fall back to the default metadata of the alias."
}
Expand Down Expand Up @@ -4784,6 +4789,7 @@
"description": "The default pattern for an alias."
},
"defaultMetadata": {
"readOnly": true,
"$ref": "#/definitions/AliasPathMetadata",
"description": "The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata"
}
Expand Down Expand Up @@ -4819,10 +4825,12 @@
},
"defaultApiVersion": {
"type": "string",
"readOnly": true,
"description": "The default API version."
},
"apiProfiles": {
"type": "array",
"readOnly": true,
"items": {
"$ref": "#/definitions/ApiProfile"
},
Expand Down

0 comments on commit 222c682

Please sign in to comment.