Azure / Azure/azure-rest-api-specs
"None" value missing in IkeEncryption "The IKE encryption algorithm (IKE phase 2) in virtualNetworkGateway module
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
The "None" value is accepted in using azure portal for IKE Phase 2 but not via API. Is it possible to please update functionality below.
"IkeEncryption": {
"type": "string",
"description": "The IKE encryption algorithm (IKE phase 2).",
"enum": [
"DES",
"DES3",
"AES128",
"AES192",
"AES256",
"GCMAES256",
"GCMAES128"
],
Contributor guide
Research direction
Search the virtualNetworkGateway API specification for the IkeEncryption definition shown in the issue. Confirm how enum values are represented, add the accepted None value if the specification is the source of truth, and verify the resulting specification includes it without invalidating existing values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- api, cloud
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100