This message was deleted.
# azure
s
This message was deleted.
b
Hi @ambitious-crayon-56788 Apologies you are running into this issue - I can't actually find the SKU you are suggesting in the SDK
a
https://github.com/terraform-providers/terraform-provider-azurerm/issues/2613 Might be it. Looks like the PR is blocked due to issues with the upstream spec.
b
The only SKUs named in the SDK for Azure are:
Copy code
const (
   // SkuTypeBasic Basic SKU of Api Management.
   SkuTypeBasic SkuType = "Basic"
   // SkuTypeDeveloper Developer SKU of Api Management.
   SkuTypeDeveloper SkuType = "Developer"
   // SkuTypePremium Premium SKU of Api Management.
   SkuTypePremium SkuType = "Premium"
   // SkuTypeStandard Standard SKU of Api Management.
   SkuTypeStandard SkuType = "Standard"
)
yeah looks like the Upstream SDK that supports that SKU type is broken 😕
t
yeah, this is frustrating, but it’s a long-standing issue upstream
a
Thanks, just been reading through the git issues - can't do anything but laugh, I can't believe MS are still holding out on a new version of the API!