We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2389bf commit efc2a29Copy full SHA for efc2a29
azure-cs-appservice/AppServiceStack.cs
@@ -1,7 +1,6 @@
1
// Copyright 2016-2025, Pulumi Corporation. All rights reserved.
2
3
using Pulumi;
4
-using Pulumi.AzureNative.Insights;
5
using Pulumi.AzureNative.OperationalInsights;
6
using Pulumi.AzureNative.Resources;
7
using Pulumi.AzureNative.Sql;
azure-cs-appservice/Azure.AppService.csproj
@@ -8,7 +8,7 @@
8
9
<ItemGroup>
10
<PackageReference Include="Pulumi" Version="3.*" />
11
- <PackageReference Include="Pulumi.AzureNative" Version="2.*" />
+ <PackageReference Include="Pulumi.AzureNative" Version="3.*" />
12
</ItemGroup>
13
14
</Project>
0 commit comments