Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Speech Services Kind #2583

Merged
merged 2 commits into from
Jan 10, 2019
Merged

Added Speech Services Kind #2583

merged 2 commits into from
Jan 10, 2019

Commits on Dec 30, 2018

  1. Added Speech Services Kind

    When trying to provision a resource of `Speech` kind, there are errors. To correct for this, I added kind `SpeechServices` which should be compatible with the kind being used by Azure currently for that resource.
    lqdev committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    d4aaa46 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. adding a test/docs for the SpeechServices

    ```
    $ acctests azurerm TestAccAzureRMCognitiveAccount_speechServices
    === RUN   TestAccAzureRMCognitiveAccount_speechServices
    === PAUSE TestAccAzureRMCognitiveAccount_speechServices
    === CONT  TestAccAzureRMCognitiveAccount_speechServices
    --- PASS: TestAccAzureRMCognitiveAccount_speechServices (83.54s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	84.821s
    ```
    tombuildsstuff committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    26ab204 View commit details
    Browse the repository at this point in the history