Skip to content

Commit 07be101

Browse files
fore5fire00Kai0
authored andcommitted
Make CDN privateEndpointStatus modeled as string (Azure#9433)
1 parent c570eb9 commit 07be101

File tree

1 file changed

+2
-2
lines changed
  • specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15

1 file changed

+2
-2
lines changed

specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4461,7 +4461,7 @@
44614461
"type": "string"
44624462
},
44634463
"privateEndpointStatus": {
4464-
"description": "The Approval status for the connection to the Private Link",
4464+
"description": "The approval status for the connection to the Private Link",
44654465
"type": "string",
44664466
"readOnly": true,
44674467
"enum": [
@@ -4473,7 +4473,7 @@
44734473
],
44744474
"x-ms-enum": {
44754475
"name": "PrivateEndpointStatus",
4476-
"modelAsString": false
4476+
"modelAsString": true
44774477
}
44784478
}
44794479
}

0 commit comments

Comments
 (0)