Skip to content

Commit

Permalink
Bump version to 0.5 and update types (#6447)
Browse files Browse the repository at this point in the history
* Update types to version 0.1.449

* Bump version to 0.5
  • Loading branch information
shenglol committed Apr 8, 2022
1 parent 16c364b commit ba04d28
Show file tree
Hide file tree
Showing 21 changed files with 1,302 additions and 1,102 deletions.
20 changes: 10 additions & 10 deletions src/Bicep.Cli.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@
},
"Azure.Bicep.Types": {
"type": "Transitive",
"resolved": "0.1.410",
"contentHash": "gjdw59Ki6o2vt6d6VekzGLNLUnb/sHoB/nxWL/nzLBlbrNkgnaeWwfIwitsJWBdDCopBFDtMdPQbYufs6HncjA==",
"resolved": "0.1.449",
"contentHash": "Adt0ZNABi7JqybzthXvFuxZuOw/Ns7UX0nLTSetUWXqT190uqyKxjQ+GE0gBVqSoVauQSBkPZb+wqTTSrsfHMA==",
"dependencies": {
"System.Text.Json": "5.0.2"
"System.Text.Json": "6.0.2"
}
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.1.410",
"contentHash": "sQmq5lldMqcG/3Xgb25nz2E5nFcMltoLWS7872K+HTepH9W9ywb+s5GRoctD3uttyecbL/qYcYMql7RP5tj9Tw==",
"resolved": "0.1.449",
"contentHash": "B+M9VMd4OLD90iOh3li4+86cE4+V8xTU1Lh1LQqEKtNZebnZuIvkmeSq354SCWvIldWaczYJZp8q37ZxZzmkcw==",
"dependencies": {
"Azure.Bicep.Types": "0.1.410"
"Azure.Bicep.Types": "0.1.449"
}
},
"Azure.Bicep.Types.K8s": {
Expand Down Expand Up @@ -1575,8 +1575,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
"resolved": "6.0.2",
"contentHash": "0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
Expand Down Expand Up @@ -1690,8 +1690,8 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.410",
"Azure.Bicep.Types.Az": "0.1.410",
"Azure.Bicep.Types": "0.1.449",
"Azure.Bicep.Types.Az": "0.1.449",
"Azure.Bicep.Types.K8s": "0.1.11",
"Azure.Containers.ContainerRegistry": "1.1.0-beta.3",
"Azure.Deployments.Core": "1.0.546",
Expand Down
20 changes: 10 additions & 10 deletions src/Bicep.Cli.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@
},
"Azure.Bicep.Types": {
"type": "Transitive",
"resolved": "0.1.410",
"contentHash": "gjdw59Ki6o2vt6d6VekzGLNLUnb/sHoB/nxWL/nzLBlbrNkgnaeWwfIwitsJWBdDCopBFDtMdPQbYufs6HncjA==",
"resolved": "0.1.449",
"contentHash": "Adt0ZNABi7JqybzthXvFuxZuOw/Ns7UX0nLTSetUWXqT190uqyKxjQ+GE0gBVqSoVauQSBkPZb+wqTTSrsfHMA==",
"dependencies": {
"System.Text.Json": "5.0.2"
"System.Text.Json": "6.0.2"
}
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.1.410",
"contentHash": "sQmq5lldMqcG/3Xgb25nz2E5nFcMltoLWS7872K+HTepH9W9ywb+s5GRoctD3uttyecbL/qYcYMql7RP5tj9Tw==",
"resolved": "0.1.449",
"contentHash": "B+M9VMd4OLD90iOh3li4+86cE4+V8xTU1Lh1LQqEKtNZebnZuIvkmeSq354SCWvIldWaczYJZp8q37ZxZzmkcw==",
"dependencies": {
"Azure.Bicep.Types": "0.1.410"
"Azure.Bicep.Types": "0.1.449"
}
},
"Azure.Bicep.Types.K8s": {
Expand Down Expand Up @@ -1287,8 +1287,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
"resolved": "6.0.2",
"contentHash": "0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
Expand Down Expand Up @@ -1380,8 +1380,8 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.410",
"Azure.Bicep.Types.Az": "0.1.410",
"Azure.Bicep.Types": "0.1.449",
"Azure.Bicep.Types.Az": "0.1.449",
"Azure.Bicep.Types.K8s": "0.1.11",
"Azure.Containers.ContainerRegistry": "1.1.0-beta.3",
"Azure.Deployments.Core": "1.0.546",
Expand Down
20 changes: 10 additions & 10 deletions src/Bicep.Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
},
"Azure.Bicep.Types": {
"type": "Transitive",
"resolved": "0.1.410",
"contentHash": "gjdw59Ki6o2vt6d6VekzGLNLUnb/sHoB/nxWL/nzLBlbrNkgnaeWwfIwitsJWBdDCopBFDtMdPQbYufs6HncjA==",
"resolved": "0.1.449",
"contentHash": "Adt0ZNABi7JqybzthXvFuxZuOw/Ns7UX0nLTSetUWXqT190uqyKxjQ+GE0gBVqSoVauQSBkPZb+wqTTSrsfHMA==",
"dependencies": {
"System.Text.Json": "5.0.2"
"System.Text.Json": "6.0.2"
}
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.1.410",
"contentHash": "sQmq5lldMqcG/3Xgb25nz2E5nFcMltoLWS7872K+HTepH9W9ywb+s5GRoctD3uttyecbL/qYcYMql7RP5tj9Tw==",
"resolved": "0.1.449",
"contentHash": "B+M9VMd4OLD90iOh3li4+86cE4+V8xTU1Lh1LQqEKtNZebnZuIvkmeSq354SCWvIldWaczYJZp8q37ZxZzmkcw==",
"dependencies": {
"Azure.Bicep.Types": "0.1.410"
"Azure.Bicep.Types": "0.1.449"
}
},
"Azure.Bicep.Types.K8s": {
Expand Down Expand Up @@ -387,8 +387,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
"resolved": "6.0.2",
"contentHash": "0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
Expand All @@ -402,8 +402,8 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.410",
"Azure.Bicep.Types.Az": "0.1.410",
"Azure.Bicep.Types": "0.1.449",
"Azure.Bicep.Types.Az": "0.1.449",
"Azure.Bicep.Types.K8s": "0.1.11",
"Azure.Containers.ContainerRegistry": "1.1.0-beta.3",
"Azure.Deployments.Core": "1.0.546",
Expand Down
20 changes: 10 additions & 10 deletions src/Bicep.Core.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@
},
"Azure.Bicep.Types": {
"type": "Transitive",
"resolved": "0.1.410",
"contentHash": "gjdw59Ki6o2vt6d6VekzGLNLUnb/sHoB/nxWL/nzLBlbrNkgnaeWwfIwitsJWBdDCopBFDtMdPQbYufs6HncjA==",
"resolved": "0.1.449",
"contentHash": "Adt0ZNABi7JqybzthXvFuxZuOw/Ns7UX0nLTSetUWXqT190uqyKxjQ+GE0gBVqSoVauQSBkPZb+wqTTSrsfHMA==",
"dependencies": {
"System.Text.Json": "5.0.2"
"System.Text.Json": "6.0.2"
}
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.1.410",
"contentHash": "sQmq5lldMqcG/3Xgb25nz2E5nFcMltoLWS7872K+HTepH9W9ywb+s5GRoctD3uttyecbL/qYcYMql7RP5tj9Tw==",
"resolved": "0.1.449",
"contentHash": "B+M9VMd4OLD90iOh3li4+86cE4+V8xTU1Lh1LQqEKtNZebnZuIvkmeSq354SCWvIldWaczYJZp8q37ZxZzmkcw==",
"dependencies": {
"Azure.Bicep.Types": "0.1.410"
"Azure.Bicep.Types": "0.1.449"
}
},
"Azure.Bicep.Types.K8s": {
Expand Down Expand Up @@ -1575,8 +1575,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
"resolved": "6.0.2",
"contentHash": "0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
Expand Down Expand Up @@ -1690,8 +1690,8 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.410",
"Azure.Bicep.Types.Az": "0.1.410",
"Azure.Bicep.Types": "0.1.449",
"Azure.Bicep.Types.Az": "0.1.449",
"Azure.Bicep.Types.K8s": "0.1.11",
"Azure.Containers.ContainerRegistry": "1.1.0-beta.3",
"Azure.Deployments.Core": "1.0.546",
Expand Down
Loading

0 comments on commit ba04d28

Please sign in to comment.