Skip to content

Commit

Permalink
Update NuGet packages and bicep (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Jul 13, 2022
1 parent 654f0f6 commit 32667f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
DOTNET_VERSION: 6.0.x
BICEP_VERSION: 0.6.11
BICEP_VERSION: 0.8.9

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
DOTNET_VERSION: 6.0.x
BICEP_VERSION: 0.6.11
BICEP_VERSION: 0.8.9

jobs:
publish:
Expand Down
8 changes: 4 additions & 4 deletions KeyVault.Acmebot/KeyVault.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Route53" Version="3.7.2.62" />
<PackageReference Include="AWSSDK.Route53" Version="3.7.3.12" />
<PackageReference Include="Azure.Identity" Version="1.6.0" />
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.0.0-preview.1" />
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.3.0" />
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.3.0" />
<PackageReference Include="DnsClient" Version="1.6.0" />
<PackageReference Include="DnsClient" Version="1.6.1" />
<PackageReference Include="DurableTask.TypedProxy" Version="2.2.1" />
<PackageReference Include="Google.Apis.Dns.v1" Version="1.57.0.2694" />
<PackageReference Include="Google.Apis.Dns.v1" Version="1.57.0.2737" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.7.1" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.7.2" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.1" />
<PackageReference Include="WebJobs.Extensions.HttpApi" Version="2.0.3" />
Expand Down
4 changes: 2 additions & 2 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.6.11.53198",
"templateHash": "10673086878620582652"
"version": "0.8.9.13224",
"templateHash": "8320687290363322957"
}
},
"parameters": {
Expand Down

0 comments on commit 32667f1

Please sign in to comment.