From 12c882c61d081237d429ed94a2387bca8cf8dbd5 Mon Sep 17 00:00:00 2001 From: AlexanderSehr Date: Sat, 7 Sep 2024 09:04:58 +0200 Subject: [PATCH 1/3] First commit --- .../workspace/tests/e2e/defaults/main.test.bicep | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/avm/res/databricks/workspace/tests/e2e/defaults/main.test.bicep b/avm/res/databricks/workspace/tests/e2e/defaults/main.test.bicep index d7b8b471c1..2ede11f6e6 100644 --- a/avm/res/databricks/workspace/tests/e2e/defaults/main.test.bicep +++ b/avm/res/databricks/workspace/tests/e2e/defaults/main.test.bicep @@ -43,6 +43,14 @@ module testDeployment '../../../main.bicep' = [ params: { name: '${namePrefix}${serviceShort}001' location: resourceLocation + test: { + primary: { + addressPrefixes: ['oi'] + } + secondary: { + addressPrefixes: ['there'] + } + } } } ] From 9850e6616ea3c97c80111af9ae136c87a177f4ab Mon Sep 17 00:00:00 2001 From: AlexanderSehr Date: Sat, 7 Sep 2024 09:06:02 +0200 Subject: [PATCH 2/3] Update to latest --- .../workspace/tests/e2e/defaults/main.test.bicep | 8 -------- 1 file changed, 8 deletions(-) diff --git a/avm/res/databricks/workspace/tests/e2e/defaults/main.test.bicep b/avm/res/databricks/workspace/tests/e2e/defaults/main.test.bicep index 2ede11f6e6..d7b8b471c1 100644 --- a/avm/res/databricks/workspace/tests/e2e/defaults/main.test.bicep +++ b/avm/res/databricks/workspace/tests/e2e/defaults/main.test.bicep @@ -43,14 +43,6 @@ module testDeployment '../../../main.bicep' = [ params: { name: '${namePrefix}${serviceShort}001' location: resourceLocation - test: { - primary: { - addressPrefixes: ['oi'] - } - secondary: { - addressPrefixes: ['there'] - } - } } } ] From 34f9cf25a8f6234ba0595a2f3991987e541a86d8 Mon Sep 17 00:00:00 2001 From: AlexanderSehr Date: Sat, 7 Sep 2024 09:09:39 +0200 Subject: [PATCH 3/3] Removed output + regen docs --- avm/res/kusto/cluster/README.md | 1 - avm/res/kusto/cluster/main.bicep | 3 --- avm/res/kusto/cluster/main.json | 9 +-------- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/avm/res/kusto/cluster/README.md b/avm/res/kusto/cluster/README.md index dc7611acf7..8d94f1f46f 100644 --- a/avm/res/kusto/cluster/README.md +++ b/avm/res/kusto/cluster/README.md @@ -1699,7 +1699,6 @@ The resource ID of the subnet to which to deploy the Kusto Cluster. | Output | Type | Description | | :-- | :-- | :-- | -| `identity` | object | The identity of the cluster. | | `location` | string | The location the resource was deployed into. | | `name` | string | The name of the kusto cluster. | | `privateEndpoints` | array | The private endpoints of the kusto cluster. | diff --git a/avm/res/kusto/cluster/main.bicep b/avm/res/kusto/cluster/main.bicep index b7693cf104..e1372dca57 100644 --- a/avm/res/kusto/cluster/main.bicep +++ b/avm/res/kusto/cluster/main.bicep @@ -375,9 +375,6 @@ output name string = kustoCluster.name @description('The location the resource was deployed into.') output location string = kustoCluster.location -@description('The identity of the cluster.') -output identity object = kustoCluster.identity - @description('The private endpoints of the kusto cluster.') output privateEndpoints array = [ for (pe, i) in (!empty(privateEndpoints) ? array(privateEndpoints) : []): { diff --git a/avm/res/kusto/cluster/main.json b/avm/res/kusto/cluster/main.json index 99f4dd208c..2c06ed215d 100644 --- a/avm/res/kusto/cluster/main.json +++ b/avm/res/kusto/cluster/main.json @@ -6,7 +6,7 @@ "_generator": { "name": "bicep", "version": "0.29.47.4906", - "templateHash": "9987903523872780142" + "templateHash": "17272299626990757362" }, "name": "Kusto Cluster", "description": "This module deploys a Kusto Cluster.", @@ -1977,13 +1977,6 @@ }, "value": "[reference('kustoCluster', '2023-08-15', 'full').location]" }, - "identity": { - "type": "object", - "metadata": { - "description": "The identity of the cluster." - }, - "value": "[reference('kustoCluster', '2023-08-15', 'full').identity]" - }, "privateEndpoints": { "type": "array", "metadata": {