Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/cargo/src/agent/insta-1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Jul 17, 2023
2 parents 7d25d22 + 5583d0d commit 0fd1cf8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
1 change: 1 addition & 0 deletions src/ApiService/ApiService/ApiService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.21.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0-preview4" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />

<PackageReference Include="Semver" Version="2.1.0" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.3.0" />
Expand Down
17 changes: 9 additions & 8 deletions src/ApiService/ApiService/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,15 @@
"System.Text.Encodings.Web": "7.0.0"
}
},
"Microsoft.Rest.ClientRuntime": {
"type": "Direct",
"requested": "[2.3.24, )",
"resolved": "2.3.24",
"contentHash": "hZH7XgM3eV2jFrnq7Yf0nBD4WVXQzDrer2gEY7HMNiwio2hwDsTHO6LWuueNQAfRpNp4W7mKxcXpwXUiuVIlYw==",
"dependencies": {
"Newtonsoft.Json": "10.0.3"
}
},
"Microsoft.TeamFoundationServer.Client": {
"type": "Direct",
"requested": "[19.219.0-preview, )",
Expand Down Expand Up @@ -1097,14 +1106,6 @@
"resolved": "1.1.3",
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
},
"Microsoft.Rest.ClientRuntime": {
"type": "Transitive",
"resolved": "2.3.20",
"contentHash": "bw/H1nO4JdnhTagPHWIFQwtlQ6rb2jqw5RTrqPsPqzrjhJxc7P6MyNGdf4pgHQdzdpBSNOfZTEQifoUkxmzYXQ==",
"dependencies": {
"Newtonsoft.Json": "10.0.3"
}
},
"Microsoft.Rest.ClientRuntime.Azure": {
"type": "Transitive",
"resolved": "3.3.19",
Expand Down
5 changes: 3 additions & 2 deletions src/ApiService/IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1075,8 +1075,8 @@
},
"Microsoft.Rest.ClientRuntime": {
"type": "Transitive",
"resolved": "2.3.20",
"contentHash": "bw/H1nO4JdnhTagPHWIFQwtlQ6rb2jqw5RTrqPsPqzrjhJxc7P6MyNGdf4pgHQdzdpBSNOfZTEQifoUkxmzYXQ==",
"resolved": "2.3.24",
"contentHash": "hZH7XgM3eV2jFrnq7Yf0nBD4WVXQzDrer2gEY7HMNiwio2hwDsTHO6LWuueNQAfRpNp4W7mKxcXpwXUiuVIlYw==",
"dependencies": {
"Newtonsoft.Json": "10.0.3"
}
Expand Down Expand Up @@ -2532,6 +2532,7 @@
"Microsoft.Graph": "[4.37.0, )",
"Microsoft.Identity.Client": "[4.52.0, )",
"Microsoft.Identity.Web.TokenCache": "[2.7.0, )",
"Microsoft.Rest.ClientRuntime": "[2.3.24, )",
"Microsoft.TeamFoundationServer.Client": "[19.219.0-preview, )",
"Octokit": "[2.0.1, )",
"OpenTelemetry.Api": "[1.5.0-rc.1, )",
Expand Down
5 changes: 3 additions & 2 deletions src/ApiService/Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,8 +1077,8 @@
},
"Microsoft.Rest.ClientRuntime": {
"type": "Transitive",
"resolved": "2.3.20",
"contentHash": "bw/H1nO4JdnhTagPHWIFQwtlQ6rb2jqw5RTrqPsPqzrjhJxc7P6MyNGdf4pgHQdzdpBSNOfZTEQifoUkxmzYXQ==",
"resolved": "2.3.24",
"contentHash": "hZH7XgM3eV2jFrnq7Yf0nBD4WVXQzDrer2gEY7HMNiwio2hwDsTHO6LWuueNQAfRpNp4W7mKxcXpwXUiuVIlYw==",
"dependencies": {
"Newtonsoft.Json": "10.0.3"
}
Expand Down Expand Up @@ -2534,6 +2534,7 @@
"Microsoft.Graph": "[4.37.0, )",
"Microsoft.Identity.Client": "[4.52.0, )",
"Microsoft.Identity.Web.TokenCache": "[2.7.0, )",
"Microsoft.Rest.ClientRuntime": "[2.3.24, )",
"Microsoft.TeamFoundationServer.Client": "[19.219.0-preview, )",
"Octokit": "[2.0.1, )",
"OpenTelemetry.Api": "[1.5.0-rc.1, )",
Expand Down

0 comments on commit 0fd1cf8

Please sign in to comment.