Skip to content

Commit

Permalink
Regenerate baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Oct 31, 2024
1 parent 147bfd9 commit f520af1
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "16972434704035043060"
"templateHash": "236868819280717113"
}
},
"parameters": {
Expand Down Expand Up @@ -71,19 +71,13 @@
"properties": {
"size": "[reference('existingParent').size]",
"style": "[reference('existingParent::existingChild').style]"
},
"dependsOn": [
"existingParent::existingChild"
]
}
},
"existingParent::existingChild": {
"existing": true,
"type": "My.Rp/parentType/childType",
"apiVersion": "2020-12-01",
"name": "[format('{0}/{1}', 'existingParent', 'existingChild')]",
"dependsOn": [
"existingParent"
]
"name": "[format('{0}/{1}', 'existingParent', 'existingChild')]"
},
"conditionParent::conditionChild::conditionGrandchild": {
"condition": "[and(and(parameters('createParent'), parameters('createChild')), parameters('createGrandchild'))]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "12953345672979673276"
"templateHash": "15062227467638827925"
}
},
"parameters": {
Expand Down Expand Up @@ -665,10 +665,7 @@
"p3_child1": {
"type": "Microsoft.Rp1/resource1/child1",
"apiVersion": "2020-06-01",
"name": "[format('{0}/{1}', 'res1', 'child1')]",
"dependsOn": [
"p3_res1"
]
"name": "[format('{0}/{1}', 'res1', 'child1')]"
},
"p4_res1": {
"existing": true,
Expand All @@ -682,10 +679,7 @@
"type": "Microsoft.Rp1/resource1/child1",
"apiVersion": "2020-06-01",
"scope": "/",
"name": "[format('{0}/{1}', 'res1', 'child1')]",
"dependsOn": [
"p4_res1"
]
"name": "[format('{0}/{1}', 'res1', 'child1')]"
},
"sqlServer": {
"type": "Microsoft.Sql/servers",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "11528852364160566097"
"templateHash": "14248540637091011874"
}
},
"parameters": {
Expand Down Expand Up @@ -56,10 +56,7 @@
"secret": "[variables('apimNameValueSet')[copyIndex()].isSecret]",
"value": "[variables('apimNameValueSet')[copyIndex()].value]",
"tags": "[variables('apimNameValueSet')[copyIndex()].tags]"
},
"dependsOn": [
"parentAPIM"
]
}
}
},
"outputs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "403029788224868668"
"templateHash": "6816770503491912011"
}
},
"parameters": {
Expand Down Expand Up @@ -47,10 +47,7 @@
"properties": {
"displayName": "[variables('groupsSet')[copyIndex()].groupDisplayName]",
"description": "[variables('groupsSet')[copyIndex()].groupDescription]"
},
"dependsOn": [
"parentAPIM"
]
}
}
},
"outputs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "13726378283629199613"
"templateHash": "2208926443863165998"
}
},
"parameters": {
Expand Down Expand Up @@ -163,7 +163,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "403029788224868668"
"templateHash": "6816770503491912011"
}
},
"parameters": {
Expand Down Expand Up @@ -204,10 +204,7 @@
"properties": {
"displayName": "[variables('groupsSet')[copyIndex()].groupDisplayName]",
"description": "[variables('groupsSet')[copyIndex()].groupDescription]"
},
"dependsOn": [
"parentAPIM"
]
}
}
},
"outputs": {
Expand Down Expand Up @@ -251,7 +248,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "8034218730798252475"
"templateHash": "16793550498477002119"
}
},
"parameters": {
Expand Down Expand Up @@ -301,10 +298,7 @@
"email": "[variables('usersSet')[copyIndex()].email]",
"state": "[variables('usersSet')[copyIndex()].state]",
"note": "[variables('usersSet')[copyIndex()].notes]"
},
"dependsOn": [
"parentAPIM"
]
}
}
}
}
Expand Down Expand Up @@ -336,7 +330,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "11528852364160566097"
"templateHash": "14248540637091011874"
}
},
"parameters": {
Expand Down Expand Up @@ -386,10 +380,7 @@
"secret": "[variables('apimNameValueSet')[copyIndex()].isSecret]",
"value": "[variables('apimNameValueSet')[copyIndex()].value]",
"tags": "[variables('apimNameValueSet')[copyIndex()].tags]"
},
"dependsOn": [
"parentAPIM"
]
}
}
},
"outputs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "8034218730798252475"
"templateHash": "16793550498477002119"
}
},
"parameters": {
Expand Down Expand Up @@ -56,10 +56,7 @@
"email": "[variables('usersSet')[copyIndex()].email]",
"state": "[variables('usersSet')[copyIndex()].state]",
"note": "[variables('usersSet')[copyIndex()].notes]"
},
"dependsOn": [
"parentAPIM"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "5898567106534730923"
"templateHash": "12715898051173612753"
}
},
"parameters": {
Expand Down Expand Up @@ -149,10 +149,7 @@
]
}
}
},
"dependsOn": [
"existingVirtualNetwork"
]
}
},
"bastionHost": {
"type": "Microsoft.Network/bastionHosts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "15369804211876997670"
"templateHash": "12321629843193403120"
}
},
"parameters": {
Expand All @@ -32,10 +32,7 @@
"apiVersion": "2019-06-01-preview",
"subscriptionId": "[parameters('templateSpecSub')]",
"resourceGroup": "[parameters('templateSpecRg')]",
"name": "[format('{0}/{1}', parameters('templateSpecName'), parameters('templateSpecVersion'))]",
"dependsOn": [
"ts"
]
"name": "[format('{0}/{1}', parameters('templateSpecName'), parameters('templateSpecVersion'))]"
},
"ts": {
"existing": true,
Expand All @@ -55,10 +52,7 @@
"id": "[extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', parameters('templateSpecSub'), parameters('templateSpecRg')), 'Microsoft.Resources/templateSpecs/versions', parameters('templateSpecName'), parameters('templateSpecVersion'))]"
},
"parameters": {}
},
"dependsOn": [
"ts"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "16407625085363720986"
"templateHash": "14742848894010970609"
}
},
"parameters": {
Expand Down Expand Up @@ -138,10 +138,7 @@
}
}
]
},
"dependsOn": [
"existingVNET"
]
}
},
"networkProfile": {
"type": "Microsoft.Network/networkProfiles",
Expand Down Expand Up @@ -237,8 +234,7 @@
}
},
"dependsOn": [
"containerSubnet",
"existingVNET"
"containerSubnet"
]
},
"privateEndpoint": {
Expand Down Expand Up @@ -303,7 +299,6 @@
}
},
"dependsOn": [
"existingVNET",
"relaySubnet"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "10816695263040223841"
"templateHash": "15899882108574365379"
}
},
"parameters": {
Expand Down Expand Up @@ -335,10 +335,7 @@
"existing": true,
"type": "Microsoft.Network/virtualNetworks/subnets",
"apiVersion": "2020-08-01",
"name": "[format('{0}/{1}', variables('virtualNetworkName'), parameters('aksSubnetName'))]",
"dependsOn": [
"virtualNetwork"
]
"name": "[format('{0}/{1}', variables('virtualNetworkName'), parameters('aksSubnetName'))]"
},
"aksCluster": {
"type": "Microsoft.ContainerService/managedClusters",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "14263039554121650817"
"templateHash": "7099217802857967896"
}
},
"parameters": {
Expand Down Expand Up @@ -1620,7 +1620,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "10816695263040223841"
"templateHash": "15899882108574365379"
}
},
"parameters": {
Expand Down Expand Up @@ -1949,10 +1949,7 @@
"existing": true,
"type": "Microsoft.Network/virtualNetworks/subnets",
"apiVersion": "2020-08-01",
"name": "[format('{0}/{1}', variables('virtualNetworkName'), parameters('aksSubnetName'))]",
"dependsOn": [
"virtualNetwork"
]
"name": "[format('{0}/{1}', variables('virtualNetworkName'), parameters('aksSubnetName'))]"
},
"aksCluster": {
"type": "Microsoft.ContainerService/managedClusters",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "dev",
"templateHash": "6433078083851594853"
"templateHash": "15303901391681280108"
}
},
"parameters": {
Expand Down Expand Up @@ -93,10 +93,7 @@
"approvalRequired": "[variables('productsSet')[copyIndex()].isApprovalRequired]",
"subscriptionsLimit": "[variables('productsSet')[copyIndex()].subscriptionLimit]",
"state": "[variables('productsSet')[copyIndex()].publishState]"
},
"dependsOn": [
"apiManagementService"
]
}
},
"functionAPI": {
"type": "Microsoft.ApiManagement/service/apis",
Expand All @@ -106,10 +103,7 @@
"format": "[parameters('apiFormat')]",
"value": "[parameters('apiEndPointURL')]",
"path": "[parameters('apiPath')]"
},
"dependsOn": [
"apiManagementService"
]
}
},
"attachAPIToProducts": {
"copy": {
Expand Down

0 comments on commit f520af1

Please sign in to comment.