Share via

“staticCommunicationServices”: expected the segment “CommunicationServices” to be “communicationServices”

Hristijan Shurbeski 1 Reputation point
2022-07-06T08:48:05.21+00:00

We just did an upgrade and we have the following versions of the providers:

hashicorp/azurerm v3.12.0
hashicorp/azuread v2.25.0
And we get this error while applying for a resource that is deployed 5/6 moths ago

parsing “/subscriptions//resourceGroups//providers/Microsoft.Communication/CommunicationServices/*-communcation”: parsing segment “staticCommunicationServices”: expected the segment “CommunicationServices” to be “communicationServices”

This is the CDK code:

  const communicationService = new CommunicationService(scope, `${id} communication service`, {  
    name: `${id}-communcation`,  
    resourceGroupName: rg.name,  
    dataLocation: "United States",  
  });  

Any ideas on how to resolve this so we can continue working? :slight_smile:

Error parsing segment "staticResourceGroups": expected the segment "resourcegroups" to be "resourceGroups" · Issue #14456 · hashicorp/terraform-provider-azurerm · GitHub - This issue is not helping

Azure Communication Services

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 25,251 Reputation points Microsoft Employee Moderator
    2022-07-07T06:06:42.52+00:00

    @Hristijan Shurbeski Thanks for reporting this.

    I found a similar issue for other service reported here #14853. I have filled a bug on your behalf in Harshi Corp repo here #17537.

    I request you to check and add any missing information for your end. Product Team will look into this.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.