https://pulumi.com logo
Title
r

rough-morning-53309

05/24/2023, 10:53 PM
📣 We've released a preview of the Pulumi Azure Native Provider v2. Please feel free to take it for a spin and provide feedback to me directly and/or by opening an issue. Here's the epic for tracking. Thanks!
i

icy-doctor-13719

05/25/2023, 12:34 AM
Looks like it doesn’t like DiagnosticSetting:
The type or namespace name 'DiagnosticSetting' does not exist in the namespace 'Pulumi.AzureNative.Insights'
Are there updated docs for 2.0?
Got this error on:
<PackageReference Include="Pulumi" Version="3.55.0" />
    <PackageReference Include="Pulumi.AzureNative" Version="2.0.0-alpha.1" />
works fine on:
<PackageReference Include="Pulumi" Version="3.55.0" />
    <PackageReference Include="Pulumi.AzureNative" Version="1.102.0" />
r

rough-morning-53309

05/25/2023, 7:03 PM
Thanks @icy-doctor-13719! We are currently working on making the docs available during the pre-release phase. As a temporary solution, we have the exported schema here to browse through. I am looking into the resource you mentioned right now.
I opened https://github.com/pulumi/pulumi-azure-native/issues/2477. Feel free to add more details.