Azure / Azure/azure-rest-api-specs
Network: VirtualNetworkGatewayIPConfiguration should have name marked as required
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
Network -> VirtualNetworkGateway -> VirtualNetworkGatewayIPConfiguration's `name` property should be marked as required here: https://github.com/Azure/azure-rest-api-specs/blob/34018925632ef75ef5416e3add65324e0a12489f/specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/virtualNetworkGateway.json#L2605-L2608
If `name` isn't specified, the API returns an error: `Code="InvalidRequestFormat" Message="Cannot parse the request." Details=[]`
Contributor guide
Research direction
Open specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/virtualNetworkGateway.json at lines 2605-2608 and inspect VirtualNetworkGatewayIPConfiguration's name property. Mark the property as required, with completion confirmed when the specification reflects the API's rejection of requests without name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, json, openapi
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100