Skip to content

Commit

Permalink
Make CDN privateEndpointStatus modeled as string (#9433)
Browse files Browse the repository at this point in the history
  • Loading branch information
fore5fire authored May 15, 2020
1 parent eabd724 commit e258811
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4461,7 +4461,7 @@
"type": "string"
},
"privateEndpointStatus": {
"description": "The Approval status for the connection to the Private Link",
"description": "The approval status for the connection to the Private Link",
"type": "string",
"readOnly": true,
"enum": [
Expand All @@ -4473,7 +4473,7 @@
],
"x-ms-enum": {
"name": "PrivateEndpointStatus",
"modelAsString": false
"modelAsString": true
}
}
}
Expand Down

0 comments on commit e258811

Please sign in to comment.