Skip to content

Commit

Permalink
Correct the enum value for express route port macsec cipher (Azure#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 authored and mkarmark committed Jul 20, 2021
1 parent 3d69df5 commit 7fedcbb
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 7fedcbb

Please sign in to comment.