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

Bump Azure.ResourceManager.Resources from 1.3.0 to 1.6.0 in /src/ApiService #3199

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading