Skip to content

Commit

Permalink
Update az types (#14009)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenglol authored May 3, 2024
1 parent 82719e5 commit 1c6b9b5
Show file tree
Hide file tree
Showing 23 changed files with 3,955 additions and 2,908 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 @@ -82,8 +82,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.677",
"contentHash": "OPpNWvgo7VArxDSOrGVGqG1z37rorVeaNyk/8U1g/xFtcrOR2fn7BOQYhq4IGhbpgI4DTJTIUMjZp8yPilFhLA==",
"resolved": "0.2.686",
"contentHash": "uXVVij9Dgji5RdcrH0FdOJ2+59CjmOF3N83OY7Hw+d+TUREvAzoKJYLEI0d7OMiBfDUhJ58aCjUSszlbNWyU4g==",
"dependencies": {
"Azure.Bicep.Types": "0.5.6"
}
Expand Down Expand Up @@ -1358,7 +1358,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.9, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.Az": "[0.2.686, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Templates": "[1.0.1243.1, )",
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 @@ -82,8 +82,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.677",
"contentHash": "OPpNWvgo7VArxDSOrGVGqG1z37rorVeaNyk/8U1g/xFtcrOR2fn7BOQYhq4IGhbpgI4DTJTIUMjZp8yPilFhLA==",
"resolved": "0.2.686",
"contentHash": "uXVVij9Dgji5RdcrH0FdOJ2+59CjmOF3N83OY7Hw+d+TUREvAzoKJYLEI0d7OMiBfDUhJ58aCjUSszlbNWyU4g==",
"dependencies": {
"Azure.Bicep.Types": "0.5.6"
}
Expand Down Expand Up @@ -1177,7 +1177,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.9, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.Az": "[0.2.686, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Templates": "[1.0.1243.1, )",
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 @@ -100,8 +100,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.677",
"contentHash": "OPpNWvgo7VArxDSOrGVGqG1z37rorVeaNyk/8U1g/xFtcrOR2fn7BOQYhq4IGhbpgI4DTJTIUMjZp8yPilFhLA==",
"resolved": "0.2.686",
"contentHash": "uXVVij9Dgji5RdcrH0FdOJ2+59CjmOF3N83OY7Hw+d+TUREvAzoKJYLEI0d7OMiBfDUhJ58aCjUSszlbNWyU4g==",
"dependencies": {
"Azure.Bicep.Types": "0.5.6"
}
Expand Down Expand Up @@ -1075,7 +1075,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.9, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.Az": "[0.2.686, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Templates": "[1.0.1243.1, )",
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 @@ -82,8 +82,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.677",
"contentHash": "OPpNWvgo7VArxDSOrGVGqG1z37rorVeaNyk/8U1g/xFtcrOR2fn7BOQYhq4IGhbpgI4DTJTIUMjZp8yPilFhLA==",
"resolved": "0.2.686",
"contentHash": "uXVVij9Dgji5RdcrH0FdOJ2+59CjmOF3N83OY7Hw+d+TUREvAzoKJYLEI0d7OMiBfDUhJ58aCjUSszlbNWyU4g==",
"dependencies": {
"Azure.Bicep.Types": "0.5.6"
}
Expand Down Expand Up @@ -1223,7 +1223,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.9, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.Az": "[0.2.686, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Templates": "[1.0.1243.1, )",
Expand Down
Loading

0 comments on commit 1c6b9b5

Please sign in to comment.