Azure / Azure/azure-rest-api-specs
[network] new API doesn't have `apiVersion` parameter
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
## Description
In version `2021-05-01`, a few new APIs are introduced. However, we found some of them do not have `apiVersion` parameter which should be mandatory.
For example, this API doesn't define `apiVersion`: https://github.com/Azure/azure-rest-api-specs/blob/b2f2423182b461f9b556ff68e9db7e93085eda7f/specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/firewallPolicy.json#L623
But the older API has it defined: https://github.com/Azure/azure-rest-api-specs/blob/b2f2423182b461f9b556ff68e9db7e93085eda7f/specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/firewallPolicy.json#L535
Contributor guide
Assessment
This issue has not been assessed yet.