Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.7k stars 5.12k forks source link

2018-07-01-preview for Microsoft.Web/connections seems to be missing? #19459

Open jamescrowley opened 2 years ago

jamescrowley commented 2 years ago

The 2018-07-01-preview version for Microsoft.Web/connections seems to be missing from https://github.com/Azure/azure-rest-api-specs/tree/main/specification/web/resource-manager/Microsoft.Web ?

It's documented here: https://docs.microsoft.com/en-us/azure/logic-apps/create-managed-service-identity?tabs=consumption#multi-authentication, 2018-07-01-preview should be available as an API version for using the parameterValueSet property, but doesn't seem to be - it's not seen as a supported version by the terraform azapi provider, which uses this repo as it's source of truth.

Related ticket - https://github.com/Azure/terraform-provider-azapi/issues/130

abatishchev commented 2 years ago

+1. Same problem with Microsoft.Web/connections/accessPolicies resource type which is neither documented, nor spec'ed. I've reached out to the owning team internally.

danielrbradley commented 2 years ago

Hello Mr @jamescrowley 👋

Just digging into this I noticed quite a coincidence ... in the Microsoft.Logic namespace, there is a 2018-07-01-preview version, however, there's no connections resources. It looks like something might have got confused in the documentation here.

jamescrowley commented 2 years ago

haha, hey @danielrbradley 👋 for reference, this worked when disabling azapi's schema validation so I suspect the documentation is correct, but the specs are not.