Skip to content

Commit

Permalink
Updated types to 0.1.400 (Azure#5942)
Browse files Browse the repository at this point in the history
  • Loading branch information
majastrz authored and takekazuomi committed Feb 11, 2022
1 parent 5e7b946 commit 9066a9b
Show file tree
Hide file tree
Showing 25 changed files with 2,433 additions and 1,710 deletions.
1 change: 1 addition & 0 deletions docs/examples/101/azure-spring-cloud/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ param app2Name string = 'account-service'
param app3Name string = 'auth-service'
param location string = resourceGroup().location

#disable-next-line BCP081
resource service 'Microsoft.AppPlatform/Spring@2019-05-01-preview' = {
name: serviceName
location: location
Expand Down
4 changes: 0 additions & 4 deletions docs/examples/201/private-aks-cluster/jumpbox.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,7 @@ resource omsAgentForLinux 'Microsoft.Compute/virtualMachines/extensions@2020-12-
stopOnMultipleConnections: false
}
protectedSettings: {
<<<<<<< HEAD
workspaceKey: logAnalyticsWorkspace.listKeys().primarySharedKey
=======
workspaceKey: listKeys(logAnalyticsWorkspace.id, logAnalyticsWorkspace.apiVersion).primarySharedKey
>>>>>>> typo fix. Fixed listKey to listKeys.
}
}
}
Expand Down
4 changes: 0 additions & 4 deletions docs/examples/201/private-aks-cluster/jumpbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
<<<<<<< HEAD
"templateHash": "12829523487718671926"
=======
"templateHash": "1600189310875854248"
>>>>>>> typo fix. Fixed listKey to listKeys.
}
},
"parameters": {
Expand Down
8 changes: 0 additions & 8 deletions docs/examples/201/private-aks-cluster/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
<<<<<<< HEAD
"templateHash": "18366288123290894733"
=======
"templateHash": "9372725192706889378"
>>>>>>> typo fix. Fixed listKey to listKeys.
}
},
"parameters": {
Expand Down Expand Up @@ -1076,11 +1072,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
<<<<<<< HEAD
"templateHash": "12829523487718671926"
=======
"templateHash": "1600189310875854248"
>>>>>>> typo fix. Fixed listKey to listKeys.
}
},
"parameters": {
Expand Down
14 changes: 7 additions & 7 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.331",
"contentHash": "2qx/v4q5CKu/RmyWdDJ1JPfVxlSs+1ZC+4xK9iKfcjcgeh2lvaYYESiWnGaBfNFJOGY5ftb1WoXivlKhynJ4Dg==",
"resolved": "0.1.400",
"contentHash": "kbxTBvszroTKMRhjDLR9rYTbDELe/QNLtcH+grtMMBhRBuiekGexqc+C0N9ZPjgC1DAvEofzaEiMwehtj8zVxw==",
"dependencies": {
"System.Text.Json": "5.0.2"
}
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.1.331",
"contentHash": "NS8+EgdkpHoIlbTdJaj46bvB/sH731crzy6M7u0ZAMYXHgKKgEVjv4K4I4/hjtZ6p2ULrxWlL+qEFcHv4uBBiw==",
"resolved": "0.1.400",
"contentHash": "XSzoQoJO4erp+DhFn2bNi3NqK/PM0XAn8NHwxaisEJDjcG7clSN2A9arD1kaDhSFcro8OZr2cT7NK4tBbG410A==",
"dependencies": {
"Azure.Bicep.Types": "0.1.331"
"Azure.Bicep.Types": "0.1.400"
}
},
"Azure.Bicep.Types.K8s": {
Expand Down Expand Up @@ -1702,8 +1702,8 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.331",
"Azure.Bicep.Types.Az": "0.1.331",
"Azure.Bicep.Types": "0.1.400",
"Azure.Bicep.Types.Az": "0.1.400",
"Azure.Bicep.Types.K8s": "0.1.11",
"Azure.Containers.ContainerRegistry": "1.1.0-beta.3",
"Azure.Deployments.Core": "1.0.546",
Expand Down
14 changes: 7 additions & 7 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.331",
"contentHash": "2qx/v4q5CKu/RmyWdDJ1JPfVxlSs+1ZC+4xK9iKfcjcgeh2lvaYYESiWnGaBfNFJOGY5ftb1WoXivlKhynJ4Dg==",
"resolved": "0.1.400",
"contentHash": "kbxTBvszroTKMRhjDLR9rYTbDELe/QNLtcH+grtMMBhRBuiekGexqc+C0N9ZPjgC1DAvEofzaEiMwehtj8zVxw==",
"dependencies": {
"System.Text.Json": "5.0.2"
}
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.1.331",
"contentHash": "NS8+EgdkpHoIlbTdJaj46bvB/sH731crzy6M7u0ZAMYXHgKKgEVjv4K4I4/hjtZ6p2ULrxWlL+qEFcHv4uBBiw==",
"resolved": "0.1.400",
"contentHash": "XSzoQoJO4erp+DhFn2bNi3NqK/PM0XAn8NHwxaisEJDjcG7clSN2A9arD1kaDhSFcro8OZr2cT7NK4tBbG410A==",
"dependencies": {
"Azure.Bicep.Types": "0.1.331"
"Azure.Bicep.Types": "0.1.400"
}
},
"Azure.Bicep.Types.K8s": {
Expand Down Expand Up @@ -1406,8 +1406,8 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.331",
"Azure.Bicep.Types.Az": "0.1.331",
"Azure.Bicep.Types": "0.1.400",
"Azure.Bicep.Types.Az": "0.1.400",
"Azure.Bicep.Types.K8s": "0.1.11",
"Azure.Containers.ContainerRegistry": "1.1.0-beta.3",
"Azure.Deployments.Core": "1.0.546",
Expand Down
14 changes: 7 additions & 7 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.331",
"contentHash": "2qx/v4q5CKu/RmyWdDJ1JPfVxlSs+1ZC+4xK9iKfcjcgeh2lvaYYESiWnGaBfNFJOGY5ftb1WoXivlKhynJ4Dg==",
"resolved": "0.1.400",
"contentHash": "kbxTBvszroTKMRhjDLR9rYTbDELe/QNLtcH+grtMMBhRBuiekGexqc+C0N9ZPjgC1DAvEofzaEiMwehtj8zVxw==",
"dependencies": {
"System.Text.Json": "5.0.2"
}
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.1.331",
"contentHash": "NS8+EgdkpHoIlbTdJaj46bvB/sH731crzy6M7u0ZAMYXHgKKgEVjv4K4I4/hjtZ6p2ULrxWlL+qEFcHv4uBBiw==",
"resolved": "0.1.400",
"contentHash": "XSzoQoJO4erp+DhFn2bNi3NqK/PM0XAn8NHwxaisEJDjcG7clSN2A9arD1kaDhSFcro8OZr2cT7NK4tBbG410A==",
"dependencies": {
"Azure.Bicep.Types": "0.1.331"
"Azure.Bicep.Types": "0.1.400"
}
},
"Azure.Bicep.Types.K8s": {
Expand Down Expand Up @@ -433,8 +433,8 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.331",
"Azure.Bicep.Types.Az": "0.1.331",
"Azure.Bicep.Types": "0.1.400",
"Azure.Bicep.Types.Az": "0.1.400",
"Azure.Bicep.Types.K8s": "0.1.11",
"Azure.Containers.ContainerRegistry": "1.1.0-beta.3",
"Azure.Deployments.Core": "1.0.546",
Expand Down
14 changes: 7 additions & 7 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.331",
"contentHash": "2qx/v4q5CKu/RmyWdDJ1JPfVxlSs+1ZC+4xK9iKfcjcgeh2lvaYYESiWnGaBfNFJOGY5ftb1WoXivlKhynJ4Dg==",
"resolved": "0.1.400",
"contentHash": "kbxTBvszroTKMRhjDLR9rYTbDELe/QNLtcH+grtMMBhRBuiekGexqc+C0N9ZPjgC1DAvEofzaEiMwehtj8zVxw==",
"dependencies": {
"System.Text.Json": "5.0.2"
}
},
"Azure.Bicep.Types.Az": {
"type": "Transitive",
"resolved": "0.1.331",
"contentHash": "NS8+EgdkpHoIlbTdJaj46bvB/sH731crzy6M7u0ZAMYXHgKKgEVjv4K4I4/hjtZ6p2ULrxWlL+qEFcHv4uBBiw==",
"resolved": "0.1.400",
"contentHash": "XSzoQoJO4erp+DhFn2bNi3NqK/PM0XAn8NHwxaisEJDjcG7clSN2A9arD1kaDhSFcro8OZr2cT7NK4tBbG410A==",
"dependencies": {
"Azure.Bicep.Types": "0.1.331"
"Azure.Bicep.Types": "0.1.400"
}
},
"Azure.Bicep.Types.K8s": {
Expand Down Expand Up @@ -1702,8 +1702,8 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.331",
"Azure.Bicep.Types.Az": "0.1.331",
"Azure.Bicep.Types": "0.1.400",
"Azure.Bicep.Types.Az": "0.1.400",
"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 9066a9b

Please sign in to comment.