Skip to content

Commit

Permalink
Bump az types version (#11208)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenglol authored Jul 12, 2023
1 parent 20e9547 commit beb87ef
Show file tree
Hide file tree
Showing 22 changed files with 3,002 additions and 2,543 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 @@ -71,8 +71,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.478",
"contentHash": "oT9fPndwI04V0fa6qxuaX8cU6eD9uNOdiGNj7r4rSdCxn0mIIYJPOOCdYR79Tv64ffO0ZlGCte5VwZx7524ixg==",
"resolved": "0.2.527",
"contentHash": "4+Pt9t8Sk3BRIxF/s2C4KoNIu1+MxmI9sevne+8FZ9hT8wJC9dh2Nb4BHP4THpfMkZg3O7Ne07URHS0lSEGe9g==",
"dependencies": {
"Azure.Bicep.Types": "0.3.99"
}
Expand Down Expand Up @@ -2011,7 +2011,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.3.99, )",
"Azure.Bicep.Types.Az": "[0.2.478, )",
"Azure.Bicep.Types.Az": "[0.2.527, )",
"Azure.Bicep.Types.K8s": "[0.1.245, )",
"Azure.Containers.ContainerRegistry": "[1.1.0-beta.9, )",
"Azure.Deployments.Core": "[1.0.872, )",
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 @@ -71,8 +71,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.478",
"contentHash": "oT9fPndwI04V0fa6qxuaX8cU6eD9uNOdiGNj7r4rSdCxn0mIIYJPOOCdYR79Tv64ffO0ZlGCte5VwZx7524ixg==",
"resolved": "0.2.527",
"contentHash": "4+Pt9t8Sk3BRIxF/s2C4KoNIu1+MxmI9sevne+8FZ9hT8wJC9dh2Nb4BHP4THpfMkZg3O7Ne07URHS0lSEGe9g==",
"dependencies": {
"Azure.Bicep.Types": "0.3.99"
}
Expand Down Expand Up @@ -1832,7 +1832,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.3.99, )",
"Azure.Bicep.Types.Az": "[0.2.478, )",
"Azure.Bicep.Types.Az": "[0.2.527, )",
"Azure.Bicep.Types.K8s": "[0.1.245, )",
"Azure.Containers.ContainerRegistry": "[1.1.0-beta.9, )",
"Azure.Deployments.Core": "[1.0.872, )",
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 @@ -64,8 +64,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.478",
"contentHash": "oT9fPndwI04V0fa6qxuaX8cU6eD9uNOdiGNj7r4rSdCxn0mIIYJPOOCdYR79Tv64ffO0ZlGCte5VwZx7524ixg==",
"resolved": "0.2.527",
"contentHash": "4+Pt9t8Sk3BRIxF/s2C4KoNIu1+MxmI9sevne+8FZ9hT8wJC9dh2Nb4BHP4THpfMkZg3O7Ne07URHS0lSEGe9g==",
"dependencies": {
"Azure.Bicep.Types": "0.3.99"
}
Expand Down Expand Up @@ -1770,7 +1770,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.3.99, )",
"Azure.Bicep.Types.Az": "[0.2.478, )",
"Azure.Bicep.Types.Az": "[0.2.527, )",
"Azure.Bicep.Types.K8s": "[0.1.245, )",
"Azure.Containers.ContainerRegistry": "[1.1.0-beta.9, )",
"Azure.Deployments.Core": "[1.0.872, )",
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 @@ -71,8 +71,8 @@
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.2.478",
"contentHash": "oT9fPndwI04V0fa6qxuaX8cU6eD9uNOdiGNj7r4rSdCxn0mIIYJPOOCdYR79Tv64ffO0ZlGCte5VwZx7524ixg==",
"resolved": "0.2.527",
"contentHash": "4+Pt9t8Sk3BRIxF/s2C4KoNIu1+MxmI9sevne+8FZ9hT8wJC9dh2Nb4BHP4THpfMkZg3O7Ne07URHS0lSEGe9g==",
"dependencies": {
"Azure.Bicep.Types": "0.3.99"
}
Expand Down Expand Up @@ -2011,7 +2011,7 @@
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.3.99, )",
"Azure.Bicep.Types.Az": "[0.2.478, )",
"Azure.Bicep.Types.Az": "[0.2.527, )",
"Azure.Bicep.Types.K8s": "[0.1.245, )",
"Azure.Containers.ContainerRegistry": "[1.1.0-beta.9, )",
"Azure.Deployments.Core": "[1.0.872, )",
Expand Down
Loading

0 comments on commit beb87ef

Please sign in to comment.