Skip to content

Commit

Permalink
Add resource type enum in Cdn 2021-06-01 (Azure#17403)
Browse files Browse the repository at this point in the history
* Add blockchain to latest profile

* Add additional types

* Add ResourceType enum value

* Update ResourceType modelAsString

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: Chenglong Liu <chengll@microsoft.com>
  • Loading branch information
3 people authored and mstrisoline committed Feb 1, 2022
1 parent 26741e6 commit ac9c403
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5906,12 +5906,13 @@
"ResourceType": {
"description": "Type of CDN resource used in CheckNameAvailability.",
"enum": [
"Microsoft.Cdn/Profiles/Endpoints"
"Microsoft.Cdn/Profiles/Endpoints",
"Microsoft.Cdn/Profiles/AfdEndpoints"
],
"type": "string",
"x-ms-enum": {
"name": "ResourceType",
"modelAsString": false
"modelAsString": true
}
},
"OperationsListResult": {
Expand Down

0 comments on commit ac9c403

Please sign in to comment.