Hi all, We have a C# Pulumi application that util...
# azure
b
Hi all, We have a C# Pulumi application that utilise the Automation API to deploy the stacks. We are currently in the process of upgrading the project to utilise the Azure Native v3 provider (we are currently using v2). The difficulty is for the Machine Learning Service deployment we need to use a non-default, explicit API version. There is documentation around Non-default API versions on the pulumi site here, around using local packages or generic resources. We cant/dont want to use generic resources currently due to pre-existing deployments, so ideally would use local packages. But unless I am missing something fairly obvious (which wouldn't surprise me if so!) using local packages is only supported on the pulumi cli - not supported with the automation api? Either way is there any guidance on the v3 upgrade, specifically around explicit api versions, when using the automation api?