sparse-intern-71089
05/24/2023, 10:53 PMicy-doctor-13719
05/25/2023, 12:34 AMThe type or namespace name 'DiagnosticSetting' does not exist in the namespace 'Pulumi.AzureNative.Insights'
Are there updated docs for 2.0?icy-doctor-13719
05/25/2023, 12:38 AM<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" />
rough-morning-53309
05/25/2023, 7:03 PMrough-morning-53309
05/25/2023, 7:10 PMrough-morning-53309
06/05/2023, 2:56 PMadorable-scooter-32619
06/05/2023, 7:18 PMrough-morning-53309
06/05/2023, 7:23 PMTo continue to use the same resource version as from version 1 of the provider package you will need to update your import statements as follows:
Check which “API Version” of the resource you are using in V1:
1. Read the inline code documentation for the resource
2. Find the resource in the Azure Native registry API Docs
3. Refer to the v1.json version file
Next, update your import to point to the specific older version. For example, to import the explicit version of the EventGrid EventSubscription resourceHappy to answer questions as well in the mean time!
adorable-scooter-32619
06/05/2023, 7:30 PMrough-morning-53309
06/14/2023, 5:27 PMicy-doctor-13719
06/15/2023, 2:44 AM