Skip to content

Commit 00072aa

Browse files
ChenglongLiumarkcowlChenglong Liu
authored andcommitted
Add resource type enum in Cdn 2021-06-01 (Azure#17403)
* Add blockchain to latest profile * Add additional types * Add ResourceType enum value * Update ResourceType modelAsString Co-authored-by: Mark Cowlishaw <[email protected]> Co-authored-by: Chenglong Liu <[email protected]>
1 parent b4f7704 commit 00072aa

File tree

1 file changed

+3
-2
lines changed
  • specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01

1 file changed

+3
-2
lines changed

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5906,12 +5906,13 @@
59065906
"ResourceType": {
59075907
"description": "Type of CDN resource used in CheckNameAvailability.",
59085908
"enum": [
5909-
"Microsoft.Cdn/Profiles/Endpoints"
5909+
"Microsoft.Cdn/Profiles/Endpoints",
5910+
"Microsoft.Cdn/Profiles/AfdEndpoints"
59105911
],
59115912
"type": "string",
59125913
"x-ms-enum": {
59135914
"name": "ResourceType",
5914-
"modelAsString": false
5915+
"modelAsString": true
59155916
}
59165917
},
59175918
"OperationsListResult": {

0 commit comments

Comments
 (0)