I recently updated to v3.40.2 and am migrating my ...
# azure
n
I recently updated to v3.40.2 and am migrating my resources to use azure-native. While attempting to import, I received the below error. I am not able to find any related issue through GitHub.
Copy code
error: Preview failed: autorest/azure: Service returned an error. Status=400 Code="MissingApiVersionParameter" Message="The api-version query parameter (?api-version=) is required for all requests."
Running the command with the --debug flag shows some requests to
Azure Helpers
that have
&api-version
in the URL but i assume that is a rabbit hole because i can clearly see those requests are returning 200 OK
m
Hi Josh! Can you tell us a bit more about the error? Did you use
pulumi import
or the
import
option in your code? Would you be able to post the complete output?