I’m getting hundreds of warnings like these: ```.....
# python
m
I’m getting hundreds of warnings like these:
Copy code
.../lib/python3.9/site-packages/pulumi_azure_native/windowsiot/v20180216preview/get_service.py:18: DeprecationWarning: Version v20180216preview will be removed in the next major version of the provider. Upgrade to version v20190601 or later.
  warnings.warn("""Version v20180216preview will be removed in the next major version of the provider. Upgrade to version v20190601 or later.""", DeprecationWarning)
I’ve tried updating pulumi and the pulumi_azure_native python package, but it didn’t fix the issue. Could someone help me please?
b
could you file an issue in pulumi-azure-native please?
m
Okay. Thank you!