Skip to content

Commit

Permalink
Update version number for types az (#13525)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcho23 committed Mar 4, 2024
1 parent faecd56 commit 0dbe38b
Show file tree
Hide file tree
Showing 21 changed files with 2,902 additions and 2,566 deletions.
6 changes: 3 additions & 3 deletions src/Bicep.Cli.IntegrationTests/packages.lock.json
Expand Up @@ -82,8 +82,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.675",
"contentHash": "tTj/kbXmtPIbNW2/TwuWpRQ1cV528FZf/sP3kYkh9XrHJEuQ4PLLuGBTVF5/qVvJ613lTekDAmUj7cXaNXVH1A==",
"resolved": "0.2.677",
"contentHash": "OPpNWvgo7VArxDSOrGVGqG1z37rorVeaNyk/8U1g/xFtcrOR2fn7BOQYhq4IGhbpgI4DTJTIUMjZp8yPilFhLA==",
"dependencies": {
"Azure.Bicep.Types": "0.5.6"
}
Expand Down Expand Up @@ -2164,7 +2164,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.6, )",
"Azure.Bicep.Types.Az": "[0.2.675, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Core": "[1.0.1158, )",
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Cli.UnitTests/packages.lock.json
Expand Up @@ -82,8 +82,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.675",
"contentHash": "tTj/kbXmtPIbNW2/TwuWpRQ1cV528FZf/sP3kYkh9XrHJEuQ4PLLuGBTVF5/qVvJ613lTekDAmUj7cXaNXVH1A==",
"resolved": "0.2.677",
"contentHash": "OPpNWvgo7VArxDSOrGVGqG1z37rorVeaNyk/8U1g/xFtcrOR2fn7BOQYhq4IGhbpgI4DTJTIUMjZp8yPilFhLA==",
"dependencies": {
"Azure.Bicep.Types": "0.5.6"
}
Expand Down Expand Up @@ -1983,7 +1983,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.6, )",
"Azure.Bicep.Types.Az": "[0.2.675, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Core": "[1.0.1158, )",
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Cli/packages.lock.json
Expand Up @@ -97,8 +97,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.675",
"contentHash": "tTj/kbXmtPIbNW2/TwuWpRQ1cV528FZf/sP3kYkh9XrHJEuQ4PLLuGBTVF5/qVvJ613lTekDAmUj7cXaNXVH1A==",
"resolved": "0.2.677",
"contentHash": "OPpNWvgo7VArxDSOrGVGqG1z37rorVeaNyk/8U1g/xFtcrOR2fn7BOQYhq4IGhbpgI4DTJTIUMjZp8yPilFhLA==",
"dependencies": {
"Azure.Bicep.Types": "0.5.6"
}
Expand Down Expand Up @@ -1881,7 +1881,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.6, )",
"Azure.Bicep.Types.Az": "[0.2.675, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Core": "[1.0.1158, )",
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Core.IntegrationTests/packages.lock.json
Expand Up @@ -82,8 +82,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.675",
"contentHash": "tTj/kbXmtPIbNW2/TwuWpRQ1cV528FZf/sP3kYkh9XrHJEuQ4PLLuGBTVF5/qVvJ613lTekDAmUj7cXaNXVH1A==",
"resolved": "0.2.677",
"contentHash": "OPpNWvgo7VArxDSOrGVGqG1z37rorVeaNyk/8U1g/xFtcrOR2fn7BOQYhq4IGhbpgI4DTJTIUMjZp8yPilFhLA==",
"dependencies": {
"Azure.Bicep.Types": "0.5.6"
}
Expand Down Expand Up @@ -2093,7 +2093,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.6, )",
"Azure.Bicep.Types.Az": "[0.2.675, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Core": "[1.0.1158, )",
Expand Down

0 comments on commit 0dbe38b

Please sign in to comment.