Open jamescrowley opened 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.
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.
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.
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