You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed here destroying API managers now fails. The API manager service has been updated to return 202 on delete operations but the specs have not been updated to reflect this. Terraform is using 2018-06-01-preview API version, 2018-01-01 does not have this issue.
* azurerm_api_management.api_management: Error deleting API Management Service "example-apim-hb" (Resource Group "apimanhbtest"): apimanagement.ServiceClient#Delete: Failure responding to request: StatusCode=202 -- Original Error: autorest/azure:
Service returned an error. Status=202 Code="Unknown" Message="Unknown service error" Details=[{"etag":"AAAAAAFfr/4=","id":"/subscriptions/020ef497-e33d-4705-859b-08663256a4bc/resourceGroups/apimanhbtest/providers/Microsoft.ApiManagement/service/example-apim-hb","identity":null,"location":"UK South","name":"example-apim-hb","properties":{"additionalLocations":null,"certificates":[],"createdAtUtc":"2019-02-25T09:51:20.5812503Z","customProperties":{"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2":"False","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30":"false","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10":"false","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11":"false","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168":"false","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30":"false","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10":"false","Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11":"false"},"gatewayRegionalUrl":"https://example-apim-hb-uksouth-01.regional.azure-api.net","gatewayUrl":"https://example-apim-hb.azure-api.net","hostnameConfigurations":[],"managementApiUrl":"https://example-apim-hb.management.azure-api.net","notificationSenderEmail":"apimgmt-noreply@mail.windowsazure.com","portalUrl":"https://example-apim-hb.portal.azure-api.net","privateIPAddresses":null,"provisioningState":"Failed","publicIPAddresses":null,"publisherEmail":"company@terraform.io","publisherName":"My Company","scmUrl":"https://example-apim-hb.scm.azure-api.net","targetProvisioningState":"Deleting","virtualNetworkConfiguration":null,"virtualNetworkType":"None"},"sku":{"capacity":1,"name":"Developer"},"tags":{},"type":"Microsoft.ApiManagement/service"}]
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 29, 2019
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.11.11
Affected Resource(s)
azurerm_api_management
Terraform Configuration Files
As discussed here destroying API managers now fails. The API manager service has been updated to return 202 on delete operations but the specs have not been updated to reflect this. Terraform is using
2018-06-01-preview
API version,2018-01-01
does not have this issue.The text was updated successfully, but these errors were encountered: