Skip to content

Instantly share code, notes, and snippets.

@yarick
Last active July 11, 2018 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yarick/93810bf4b871ab128d315b6c16590e17 to your computer and use it in GitHub Desktop.
Save yarick/93810bf4b871ab128d315b6c16590e17 to your computer and use it in GitHub Desktop.
kitchen create
-----> Starting Kitchen (v1.21.2)
-----> Creating <azure-demo-baseline-centos>...
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: 1 actions failed.
>>>>>> Failed to complete #create action: [uninitialized constant MsRestAzure::AzureEnvironments::AzureUSGovernment
Did you mean? MsRestAzure::AzureEnvironments::AzureEnvironment] on azure-demo-baseline-centos
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration
# ISSUE
Attempting to connect to AzureGov Endpoint as Azure
# Solution
remove AzureGov endpoints (URLS) you have hardcoded in management.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment