Skip to content

Commit

Permalink
Bump Azure.Bicep.Types.Az dependency version (#12337)
Browse files Browse the repository at this point in the history
In preparation for the 0.23 release
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/12337)
  • Loading branch information
jeskew authored Nov 1, 2023
1 parent f3ac502 commit 6c44d57
Show file tree
Hide file tree
Showing 21 changed files with 4,173 additions and 2,703 deletions.
6 changes: 3 additions & 3 deletions src/Bicep.Cli.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.604",
"contentHash": "psGiC04OZUEUVv/suzx+Ci0epvenVWdSy5D7cyxYwjs6uwtbOofC8vidii91+EDccMQJpYggy9d7UMwd4qR9Vg==",
"resolved": "0.2.642",
"contentHash": "irMCaKR/BHAdasEaX4fjcYuR61+0zrjA6JlqFFdb/vZrwU9qVO4BNWn57cfubgpXzRZn5+OBUPIvYJSbbEk3hw==",
"dependencies": {
"Azure.Bicep.Types": "0.4.1"
}
Expand Down Expand Up @@ -2038,7 +2038,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.4.1, )",
"Azure.Bicep.Types.Az": "[0.2.604, )",
"Azure.Bicep.Types.Az": "[0.2.642, )",
"Azure.Bicep.Types.K8s": "[0.1.504, )",
"Azure.Containers.ContainerRegistry": "[1.1.0, )",
"Azure.Deployments.Core": "[1.0.1103, )",
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Cli.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.604",
"contentHash": "psGiC04OZUEUVv/suzx+Ci0epvenVWdSy5D7cyxYwjs6uwtbOofC8vidii91+EDccMQJpYggy9d7UMwd4qR9Vg==",
"resolved": "0.2.642",
"contentHash": "irMCaKR/BHAdasEaX4fjcYuR61+0zrjA6JlqFFdb/vZrwU9qVO4BNWn57cfubgpXzRZn5+OBUPIvYJSbbEk3hw==",
"dependencies": {
"Azure.Bicep.Types": "0.4.1"
}
Expand Down Expand Up @@ -1853,7 +1853,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.4.1, )",
"Azure.Bicep.Types.Az": "[0.2.604, )",
"Azure.Bicep.Types.Az": "[0.2.642, )",
"Azure.Bicep.Types.K8s": "[0.1.504, )",
"Azure.Containers.ContainerRegistry": "[1.1.0, )",
"Azure.Deployments.Core": "[1.0.1103, )",
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.604",
"contentHash": "psGiC04OZUEUVv/suzx+Ci0epvenVWdSy5D7cyxYwjs6uwtbOofC8vidii91+EDccMQJpYggy9d7UMwd4qR9Vg==",
"resolved": "0.2.642",
"contentHash": "irMCaKR/BHAdasEaX4fjcYuR61+0zrjA6JlqFFdb/vZrwU9qVO4BNWn57cfubgpXzRZn5+OBUPIvYJSbbEk3hw==",
"dependencies": {
"Azure.Bicep.Types": "0.4.1"
}
Expand Down Expand Up @@ -1791,7 +1791,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.4.1, )",
"Azure.Bicep.Types.Az": "[0.2.604, )",
"Azure.Bicep.Types.Az": "[0.2.642, )",
"Azure.Bicep.Types.K8s": "[0.1.504, )",
"Azure.Containers.ContainerRegistry": "[1.1.0, )",
"Azure.Deployments.Core": "[1.0.1103, )",
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Core.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.604",
"contentHash": "psGiC04OZUEUVv/suzx+Ci0epvenVWdSy5D7cyxYwjs6uwtbOofC8vidii91+EDccMQJpYggy9d7UMwd4qR9Vg==",
"resolved": "0.2.642",
"contentHash": "irMCaKR/BHAdasEaX4fjcYuR61+0zrjA6JlqFFdb/vZrwU9qVO4BNWn57cfubgpXzRZn5+OBUPIvYJSbbEk3hw==",
"dependencies": {
"Azure.Bicep.Types": "0.4.1"
}
Expand Down Expand Up @@ -2038,7 +2038,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.4.1, )",
"Azure.Bicep.Types.Az": "[0.2.604, )",
"Azure.Bicep.Types.Az": "[0.2.642, )",
"Azure.Bicep.Types.K8s": "[0.1.504, )",
"Azure.Containers.ContainerRegistry": "[1.1.0, )",
"Azure.Deployments.Core": "[1.0.1103, )",
Expand Down
Loading

0 comments on commit 6c44d57

Please sign in to comment.