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

Commit

Permalink
Bump Azure.ResourceManager.Resources from 1.3.0 to 1.6.0 in /src/ApiS…
Browse files Browse the repository at this point in the history
…ervice (#3199)

* Bump Azure.ResourceManager.Resources in /src/ApiService

Bumps [Azure.ResourceManager.Resources](https://github.com/Azure/azure-sdk-for-net) from 1.3.0 to 1.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.ResourceManager.Resources_1.3.0...Azure.ResourceManager.Resources_1.6.0)

---
updated-dependencies:
- dependency-name: Azure.ResourceManager.Resources
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* dotnet restore

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: George Pollard <gpollard@microsoft.com>
  • Loading branch information
dependabot[bot] and Porges committed Jun 29, 2023
1 parent e6c2ba7 commit 042fc24
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/ApiService/ApiService/ApiService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.15.0" />
<PackageReference Include="Azure.ResourceManager" Version="1.6.0" />
<PackageReference Include="Azure.ResourceManager.Network" Version="1.0.0" />
<PackageReference Include="Azure.ResourceManager.Resources" Version="1.3.0" />
<PackageReference Include="Azure.ResourceManager.Resources" Version="1.6.0" />
<PackageReference Include="Azure.ResourceManager.Storage" Version="1.0.0-beta.11" />
<PackageReference Include="Azure.Storage.Queues" Version="12.11.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
Expand Down
10 changes: 5 additions & 5 deletions src/ApiService/ApiService/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
},
"Azure.ResourceManager.Resources": {
"type": "Direct",
"requested": "[1.3.0, )",
"resolved": "1.3.0",
"contentHash": "a0MOZqfEsMjHTxYP0RmQSTvZooT67alArNmeUlc0DyeQLgJng/HTKGcdIfY4tS7Y1RO8sVf3bFp1gHTqpkZKwQ==",
"requested": "[1.6.0, )",
"resolved": "1.6.0",
"contentHash": "QC1DAa8X1pQTJRC5clCWX+mfV0DJDE4hPTrgnGmBniLxLDOv9Bd143ydUliiBEYDp5u3QsQNth3O0VXIMG/b8A==",
"dependencies": {
"Azure.Core": "1.25.0",
"Azure.ResourceManager": "1.3.0",
"Azure.Core": "1.32.0",
"Azure.ResourceManager": "1.6.0",
"System.Text.Json": "4.7.2"
}
},
Expand Down
10 changes: 5 additions & 5 deletions src/ApiService/IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@
},
"Azure.ResourceManager.Resources": {
"type": "Transitive",
"resolved": "1.3.0",
"contentHash": "a0MOZqfEsMjHTxYP0RmQSTvZooT67alArNmeUlc0DyeQLgJng/HTKGcdIfY4tS7Y1RO8sVf3bFp1gHTqpkZKwQ==",
"resolved": "1.6.0",
"contentHash": "QC1DAa8X1pQTJRC5clCWX+mfV0DJDE4hPTrgnGmBniLxLDOv9Bd143ydUliiBEYDp5u3QsQNth3O0VXIMG/b8A==",
"dependencies": {
"Azure.Core": "1.25.0",
"Azure.ResourceManager": "1.3.0",
"Azure.Core": "1.32.0",
"Azure.ResourceManager": "1.6.0",
"System.Text.Json": "4.7.2"
}
},
Expand Down Expand Up @@ -2508,7 +2508,7 @@
"Azure.ResourceManager.Compute": "[1.0.0-beta.8, )",
"Azure.ResourceManager.Monitor": "[1.0.0-beta.2, )",
"Azure.ResourceManager.Network": "[1.0.0, )",
"Azure.ResourceManager.Resources": "[1.3.0, )",
"Azure.ResourceManager.Resources": "[1.6.0, )",
"Azure.ResourceManager.Storage": "[1.0.0-beta.11, )",
"Azure.Security.KeyVault.Secrets": "[4.3.0, )",
"Azure.Storage.Blobs": "[12.13.0, )",
Expand Down
10 changes: 5 additions & 5 deletions src/ApiService/Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@
},
"Azure.ResourceManager.Resources": {
"type": "Transitive",
"resolved": "1.3.0",
"contentHash": "a0MOZqfEsMjHTxYP0RmQSTvZooT67alArNmeUlc0DyeQLgJng/HTKGcdIfY4tS7Y1RO8sVf3bFp1gHTqpkZKwQ==",
"resolved": "1.6.0",
"contentHash": "QC1DAa8X1pQTJRC5clCWX+mfV0DJDE4hPTrgnGmBniLxLDOv9Bd143ydUliiBEYDp5u3QsQNth3O0VXIMG/b8A==",
"dependencies": {
"Azure.Core": "1.25.0",
"Azure.ResourceManager": "1.3.0",
"Azure.Core": "1.32.0",
"Azure.ResourceManager": "1.6.0",
"System.Text.Json": "4.7.2"
}
},
Expand Down Expand Up @@ -2510,7 +2510,7 @@
"Azure.ResourceManager.Compute": "[1.0.0-beta.8, )",
"Azure.ResourceManager.Monitor": "[1.0.0-beta.2, )",
"Azure.ResourceManager.Network": "[1.0.0, )",
"Azure.ResourceManager.Resources": "[1.3.0, )",
"Azure.ResourceManager.Resources": "[1.6.0, )",
"Azure.ResourceManager.Storage": "[1.0.0-beta.11, )",
"Azure.Security.KeyVault.Secrets": "[4.3.0, )",
"Azure.Storage.Blobs": "[12.13.0, )",
Expand Down

0 comments on commit 042fc24

Please sign in to comment.