-
Notifications
You must be signed in to change notification settings - Fork 273
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
cannot find the json file #563
Comments
What are you trying to do? Can you provide more information? Are you running a specific command and it doesn't behavior the way you expect? What JSON file and folder are you referencing? |
Here is what I am doing, ```powershell |
Looks like you are just missing the first instruction:
So it seems you use that command to generate the JSON file that describe the capabilities of the target cloud. It is setup this way because different Azure Stack environments may be on different versions, etc. and may not support some capabilities that other environments do. |
It would be best us use Get-AzureRMCloudCapability to generate a fresh AzureCloudCapabilities.Json from the target Azure Stack Hub environment. |
Under the folder , should there be a file "AzureStackCapabilities_TP3.json"?
The text was updated successfully, but these errors were encountered: