You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Not sure if this is already being tracked, but wanted to open an issue for this:
Older api version(s) in some areas of Azure, example would be Managed Environments in Pulumi-native Azure. In other languages you can specify things such as "azure-native:app/v20240301:ManagedEnvironment". We were able to grab the source from Maven central and annotate various things with the newer API string, but it would be nice to not have to do this
Yup, this is not currently supported for Java because it makes the SDK too large to build when including all the explicit versions. I think it's more likely that we'll try to find a way to drop all explicit versions for all other SDKs rather than try to make Java work here.
Hello!
Issue details
Not sure if this is already being tracked, but wanted to open an issue for this:
Affected area/feature
Java, Module per version
The text was updated successfully, but these errors were encountered: