Any chance a `pulumi-azure-native` maintainer coul...
# azure
a
Any chance a
pulumi-azure-native
maintainer could add
<http://Microsoft.App|Microsoft.App>
/
2024-08-02-preview
to the generated version matrix? 🙏🏻 https://github.com/pulumi/pulumi-azure-native/issues/3635
t
This should happen automatically with the next release
a
Is that also true for API versions which are not listed by
az provider show
(isn't that what you use for generating
active.json
)?
2024-08-02-preview
doesn't seem to be listed there yet
Copy code
$ az provider show --n <http://microsoft.app|microsoft.app> -o json --query "resourceTypes[?resourceType=='jobs'].apiVersions"

[
  [
    "2024-03-01",
    "2024-02-02-preview",
    "2023-11-02-preview",
    "2023-08-01-preview",
    "2023-05-02-preview",
    "2023-05-01",
    "2023-04-01-preview",
    "2022-11-01-preview"
  ]
]
Copy code
az provider show --n <http://microsoft.app|microsoft.app> -o json --query "resourceTypes[?resourceType=='containerApps'].apiVersions"

[
  [
    "2024-03-01",
    "2024-02-02-preview",
    "2023-11-02-preview",
    "2023-08-01-preview",
    "2023-05-02-preview",
    "2023-05-01",
    "2023-04-01-preview",
    "2022-11-01-preview",
    "2022-10-01",
    "2022-06-01-preview",
    "2022-03-01"
  ]
]
t
Yes, AFAIK that shouldn't matter
a
@tall-librarian-49374 Thank you so much for the prompt answer and taking the time to check this out. This showcases how good of a foundation you've built. Truly remarkable!
t
Thank you for the kind words. Check the 2.66.0 version.