Skip to content

Commit

Permalink
Merge 74db890 into b26357a
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmcabee authored Jul 17, 2024
2 parents b26357a + 74db890 commit df18a62
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,33 @@
}
]
}
},
"releaseChannel": {
"description": "Release Channel of this API Management service.",
"enum": [
"Preview",
"Default",
"Stable"
],
"type": "string",
"x-ms-enum": {
"name": "releaseChannel",
"modelAsString": true,
"values": [
{
"value": "Preview",
"description": "Preview Channel of the service."
},
{
"value": "Default",
"description": "Default Channel of the service."
},
{
"value": "Stable",
"description": "Stable Channel of the service."
}
]
}
}
},
"description": "Base Properties of an API Management service resource description."
Expand Down Expand Up @@ -2170,4 +2197,3 @@
},
"parameters": {}
}

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"virtualNetworkType": "None",
"disableGateway": false,
"publicNetworkAccess": "Enabled",
"platformVersion": "undetermined"
"platformVersion": "undetermined",
"releaseChannel": "Default"
},
"sku": {
"name": "Standard",
Expand Down Expand Up @@ -137,4 +138,3 @@
}
}
}

0 comments on commit df18a62

Please sign in to comment.