Skip to content

Commit

Permalink
Correct the enum value for express route port macsec cipher (#12329)
Browse files Browse the repository at this point in the history
* Correct the enum value for express route port macsec cipher

* format with prettier
  • Loading branch information
magodo committed May 6, 2021
1 parent 192d956 commit 7e3842b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,8 @@
"type": "string",
"description": "Mac security cipher.",
"enum": [
"gcm-aes-128",
"gcm-aes-256"
"GcmAes256",
"GcmAes128"
],
"x-ms-enum": {
"name": "ExpressRouteLinkMacSecCipher",
Expand Down

0 comments on commit 7e3842b

Please sign in to comment.