Skip to content

Commit

Permalink
MACsec Configuration Edits (#10181)
Browse files Browse the repository at this point in the history
* Add xpn aes cipher values & rm dashes

* Add sci mode param to macsec
  • Loading branch information
francescanarea authored Jul 22, 2020
1 parent 4df8f43 commit bb9e704
Showing 1 changed file with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -697,13 +697,27 @@
"type": "string",
"description": "Mac security cipher.",
"enum": [
"gcm-aes-128",
"gcm-aes-256"
"GcmAes256",
"GcmAes128",
"GcmAesXpn128",
"GcmAesXpn256"
],
"x-ms-enum": {
"name": "ExpressRouteLinkMacSecCipher",
"modelAsString": true
}
},
"sciState": {
"type": "string",
"description": "Sci mode enabled/disabled.",
"enum": [
"Disabled",
"Enabled"
],
"x-ms-enum": {
"name": "ExpressRouteLinkMacSecSciState",
"modelAsString": true
}
}
}
},
Expand Down

0 comments on commit bb9e704

Please sign in to comment.