Skip to content

Commit f55d75c

Browse files
feat: Diverse - Diverse publishing-triggering changes, Batch 8 (#6044)
## Description Diverse publishing-triggering changes to address currently faulty changelog ## Pipeline Reference <!-- Insert your Pipeline Status Badge below --> | Pipeline | | -------- | [![avm.res.power-bi-dedicated.capacity](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.power-bi-dedicated.capacity.yml/badge.svg?branch=users%2Falsehr%2FchangelogFixes8&event=workflow_dispatch)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.power-bi-dedicated.capacity.yml) [![avm.res.purview.account](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.purview.account.yml/badge.svg?branch=users%2Falsehr%2FchangelogFixes8&event=workflow_dispatch)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.purview.account.yml) [![avm.res.resource-graph.query](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.resource-graph.query.yml/badge.svg?branch=users%2Falsehr%2FchangelogFixes8&event=workflow_dispatch)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.resource-graph.query.yml) [![avm.res.resources.deployment-script](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.resources.deployment-script.yml/badge.svg?branch=users%2Falsehr%2FchangelogFixes8&event=workflow_dispatch)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.resources.deployment-script.yml) [![avm.res.resources.resource-group](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.resources.resource-group.yml/badge.svg?branch=users%2Falsehr%2FchangelogFixes8&event=workflow_dispatch)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.resources.resource-group.yml) [![avm.res.service-fabric.cluster](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.service-fabric.cluster.yml/badge.svg?branch=users%2Falsehr%2FchangelogFixes8&event=workflow_dispatch)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.service-fabric.cluster.yml) ## Type of Change <!-- Use the checkboxes [x] on the options that are relevant. --> - Azure Verified Module updates: - [x] Bugfix containing backwards-compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [x] Feature update backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [ ] Breaking changes and I have bumped the MAJOR version in `version.json`. - [ ] Update to documentation - [ ] Update to CI Environment or utilities (Non-module affecting changes)
1 parent 1fd6789 commit f55d75c

File tree

26 files changed

+131
-101
lines changed

26 files changed

+131
-101
lines changed

avm/res/operational-insights/workspace/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The latest version of the changelog can be found [here](https://github.com/Azure
66

77
### Changes
88

9-
- Updated LockType to 'avm-common-types version' `0.6.0`, enabling custom notes for locks.
9+
- Updated LockType to 'avm-common-types version' `0.6.1`, enabling custom notes for locks.
1010

1111
### Breaking Changes
1212

avm/res/operational-insights/workspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4040,7 +4040,7 @@ This section gives you an overview of all local-referenced module files (i.e., o
40404040
| :-- | :-- |
40414041
| `br/public:avm/res/operations-management/solution:0.3.1` | Remote reference |
40424042
| `br/public:avm/utl/types/avm-common-types:0.5.1` | Remote reference |
4043-
| `br/public:avm/utl/types/avm-common-types:0.6.0` | Remote reference |
4043+
| `br/public:avm/utl/types/avm-common-types:0.6.1` | Remote reference |
40444044

40454045
## Data Collection
40464046

avm/res/operational-insights/workspace/main.bicep

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ param publicNetworkAccessForIngestion string = 'Enabled'
7575
])
7676
param publicNetworkAccessForQuery string = 'Enabled'
7777

78-
import { managedIdentityAllType } from 'br/public:avm/utl/types/avm-common-types:0.5.1'
78+
import { managedIdentityAllType } from 'br/public:avm/utl/types/avm-common-types:0.6.1'
7979
@description('Optional. The managed identity definition for this resource. Only one type of identity is supported: system-assigned or user-assigned, but not both.')
8080
param managedIdentities managedIdentityAllType?
8181

@@ -91,11 +91,11 @@ param diagnosticSettings diagnosticSettingType[]?
9191
@description('Optional. Indicates whether customer managed storage is mandatory for query management.')
9292
param forceCmkForQuery bool = true
9393

94-
import { lockType } from 'br/public:avm/utl/types/avm-common-types:0.6.0'
94+
import { lockType } from 'br/public:avm/utl/types/avm-common-types:0.6.1'
9595
@description('Optional. The lock settings of the service.')
9696
param lock lockType?
9797

98-
import { roleAssignmentType } from 'br/public:avm/utl/types/avm-common-types:0.5.1'
98+
import { roleAssignmentType } from 'br/public:avm/utl/types/avm-common-types:0.6.1'
9999
@description('Optional. Array of role assignments to create.')
100100
param roleAssignments roleAssignmentType[]?
101101

avm/res/operational-insights/workspace/main.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"metadata": {
66
"_generator": {
77
"name": "bicep",
8-
"version": "0.37.4.10188",
9-
"templateHash": "13983309349104101401"
8+
"version": "0.38.5.1644",
9+
"templateHash": "5716328325792965707"
1010
},
1111
"name": "Log Analytics Workspaces",
1212
"description": "This module deploys a Log Analytics Workspace."
@@ -712,7 +712,7 @@
712712
"metadata": {
713713
"description": "An AVM-aligned type for a lock.",
714714
"__bicep_imported_from!": {
715-
"sourceTemplate": "br:mcr.microsoft.com/bicep/avm/utl/types/avm-common-types:0.6.0"
715+
"sourceTemplate": "br:mcr.microsoft.com/bicep/avm/utl/types/avm-common-types:0.6.1"
716716
}
717717
}
718718
},
@@ -740,7 +740,7 @@
740740
"metadata": {
741741
"description": "An AVM-aligned type for a managed identity configuration. To be used if both a system-assigned & user-assigned identities are supported by the resource provider.",
742742
"__bicep_imported_from!": {
743-
"sourceTemplate": "br:mcr.microsoft.com/bicep/avm/utl/types/avm-common-types:0.5.1"
743+
"sourceTemplate": "br:mcr.microsoft.com/bicep/avm/utl/types/avm-common-types:0.6.1"
744744
}
745745
}
746746
},
@@ -847,7 +847,7 @@
847847
"metadata": {
848848
"description": "An AVM-aligned type for a role assignment.",
849849
"__bicep_imported_from!": {
850-
"sourceTemplate": "br:mcr.microsoft.com/bicep/avm/utl/types/avm-common-types:0.5.1"
850+
"sourceTemplate": "br:mcr.microsoft.com/bicep/avm/utl/types/avm-common-types:0.6.1"
851851
}
852852
}
853853
},
@@ -1375,7 +1375,7 @@
13751375
"count": "[length(coalesce(parameters('storageInsightsConfigs'), createArray()))]"
13761376
},
13771377
"type": "Microsoft.Resources/deployments",
1378-
"apiVersion": "2022-09-01",
1378+
"apiVersion": "2025-04-01",
13791379
"name": "[format('{0}-LAW-StorageInsightsConfig-{1}', uniqueString(deployment().name, parameters('location')), copyIndex())]",
13801380
"properties": {
13811381
"expressionEvaluationOptions": {
@@ -1403,8 +1403,8 @@
14031403
"metadata": {
14041404
"_generator": {
14051405
"name": "bicep",
1406-
"version": "0.37.4.10188",
1407-
"templateHash": "10763994973079873649"
1406+
"version": "0.38.5.1644",
1407+
"templateHash": "15360411499879079598"
14081408
},
14091409
"name": "Log Analytics Workspace Storage Insight Configs",
14101410
"description": "This module deploys a Log Analytics Workspace Storage Insight Config."
@@ -1523,7 +1523,7 @@
15231523
"count": "[length(coalesce(parameters('linkedServices'), createArray()))]"
15241524
},
15251525
"type": "Microsoft.Resources/deployments",
1526-
"apiVersion": "2022-09-01",
1526+
"apiVersion": "2025-04-01",
15271527
"name": "[format('{0}-LAW-LinkedService-{1}', uniqueString(deployment().name, parameters('location')), copyIndex())]",
15281528
"properties": {
15291529
"expressionEvaluationOptions": {
@@ -1551,8 +1551,8 @@
15511551
"metadata": {
15521552
"_generator": {
15531553
"name": "bicep",
1554-
"version": "0.37.4.10188",
1555-
"templateHash": "6882891277080415506"
1554+
"version": "0.38.5.1644",
1555+
"templateHash": "14762949361592061965"
15561556
},
15571557
"name": "Log Analytics Workspace Linked Services",
15581558
"description": "This module deploys a Log Analytics Workspace Linked Service."
@@ -1648,7 +1648,7 @@
16481648
"count": "[length(coalesce(parameters('linkedStorageAccounts'), createArray()))]"
16491649
},
16501650
"type": "Microsoft.Resources/deployments",
1651-
"apiVersion": "2022-09-01",
1651+
"apiVersion": "2025-04-01",
16521652
"name": "[format('{0}-LAW-LinkedStorageAccount-{1}', uniqueString(deployment().name, parameters('location')), copyIndex())]",
16531653
"properties": {
16541654
"expressionEvaluationOptions": {
@@ -1673,8 +1673,8 @@
16731673
"metadata": {
16741674
"_generator": {
16751675
"name": "bicep",
1676-
"version": "0.37.4.10188",
1677-
"templateHash": "13931662664154538415"
1676+
"version": "0.38.5.1644",
1677+
"templateHash": "7788564857255175934"
16781678
},
16791679
"name": "Log Analytics Workspace Linked Storage Accounts",
16801680
"description": "This module deploys a Log Analytics Workspace Linked Storage Account."
@@ -1760,7 +1760,7 @@
17601760
"count": "[length(coalesce(parameters('savedSearches'), createArray()))]"
17611761
},
17621762
"type": "Microsoft.Resources/deployments",
1763-
"apiVersion": "2022-09-01",
1763+
"apiVersion": "2025-04-01",
17641764
"name": "[format('{0}-LAW-SavedSearch-{1}', uniqueString(deployment().name, parameters('location')), copyIndex())]",
17651765
"properties": {
17661766
"expressionEvaluationOptions": {
@@ -1806,8 +1806,8 @@
18061806
"metadata": {
18071807
"_generator": {
18081808
"name": "bicep",
1809-
"version": "0.37.4.10188",
1810-
"templateHash": "1370234209120241952"
1809+
"version": "0.38.5.1644",
1810+
"templateHash": "7740400714005395319"
18111811
},
18121812
"name": "Log Analytics Workspace Saved Searches",
18131813
"description": "This module deploys a Log Analytics Workspace Saved Search."
@@ -1941,7 +1941,7 @@
19411941
"count": "[length(coalesce(parameters('dataExports'), createArray()))]"
19421942
},
19431943
"type": "Microsoft.Resources/deployments",
1944-
"apiVersion": "2022-09-01",
1944+
"apiVersion": "2025-04-01",
19451945
"name": "[format('{0}-LAW-DataExport-{1}', uniqueString(deployment().name, parameters('location')), copyIndex())]",
19461946
"properties": {
19471947
"expressionEvaluationOptions": {
@@ -1972,8 +1972,8 @@
19721972
"metadata": {
19731973
"_generator": {
19741974
"name": "bicep",
1975-
"version": "0.37.4.10188",
1976-
"templateHash": "6696258253063408666"
1975+
"version": "0.38.5.1644",
1976+
"templateHash": "16504386228172609571"
19771977
},
19781978
"name": "Log Analytics Workspace Data Exports",
19791979
"description": "This module deploys a Log Analytics Workspace Data Export."
@@ -2104,7 +2104,7 @@
21042104
"count": "[length(coalesce(parameters('dataSources'), createArray()))]"
21052105
},
21062106
"type": "Microsoft.Resources/deployments",
2107-
"apiVersion": "2022-09-01",
2107+
"apiVersion": "2025-04-01",
21082108
"name": "[format('{0}-LAW-DataSource-{1}', uniqueString(deployment().name, parameters('location')), copyIndex())]",
21092109
"properties": {
21102110
"expressionEvaluationOptions": {
@@ -2165,8 +2165,8 @@
21652165
"metadata": {
21662166
"_generator": {
21672167
"name": "bicep",
2168-
"version": "0.37.4.10188",
2169-
"templateHash": "8650361938199356606"
2168+
"version": "0.38.5.1644",
2169+
"templateHash": "14019572280105944791"
21702170
},
21712171
"name": "Log Analytics Workspace Datasources",
21722172
"description": "This module deploys a Log Analytics Workspace Data Source."
@@ -2352,7 +2352,7 @@
23522352
"count": "[length(coalesce(parameters('tables'), createArray()))]"
23532353
},
23542354
"type": "Microsoft.Resources/deployments",
2355-
"apiVersion": "2022-09-01",
2355+
"apiVersion": "2025-04-01",
23562356
"name": "[format('{0}-LAW-Table-{1}', uniqueString(deployment().name, parameters('location')), copyIndex())]",
23572357
"properties": {
23582358
"expressionEvaluationOptions": {
@@ -2395,8 +2395,8 @@
23952395
"metadata": {
23962396
"_generator": {
23972397
"name": "bicep",
2398-
"version": "0.37.4.10188",
2399-
"templateHash": "18074110128519362425"
2398+
"version": "0.38.5.1644",
2399+
"templateHash": "4642459251807249576"
24002400
},
24012401
"name": "Log Analytics Workspace Tables",
24022402
"description": "This module deploys a Log Analytics Workspace Table."
@@ -2820,7 +2820,7 @@
28202820
},
28212821
"condition": "[not(empty(parameters('gallerySolutions')))]",
28222822
"type": "Microsoft.Resources/deployments",
2823-
"apiVersion": "2022-09-01",
2823+
"apiVersion": "2025-04-01",
28242824
"name": "[format('{0}-LAW-Solution-{1}', uniqueString(deployment().name, parameters('location')), copyIndex())]",
28252825
"properties": {
28262826
"expressionEvaluationOptions": {

avm/res/portal/dashboard/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The latest version of the changelog can be found [here](https://github.com/Azure
66

77
### Changes
88

9+
- Added type for `tags` parameter
910
- Updated LockType to 'avm-common-types version' `0.6.0`, enabling custom notes for locks.
1011

1112
### Breaking Changes

avm/res/portal/dashboard/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ param location string = resourceGroup().location
1111
param enableTelemetry bool = true
1212

1313
@description('Optional. Tags of the resource.')
14-
param tags object?
14+
param tags resourceInput<'Microsoft.Portal/dashboards@2020-09-01'>.tags?
1515

1616
import { roleAssignmentType } from 'br/public:avm/utl/types/avm-common-types:0.5.1'
1717
@description('Optional. Array of role assignments to create.')

avm/res/portal/dashboard/main.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"metadata": {
66
"_generator": {
77
"name": "bicep",
8-
"version": "0.37.4.10188",
9-
"templateHash": "16061723789826639670"
8+
"version": "0.38.5.1644",
9+
"templateHash": "13484851042060286099"
1010
},
1111
"name": "Portal Dashboards",
1212
"description": "This module deploys a Portal Dashboard."
@@ -148,10 +148,13 @@
148148
},
149149
"tags": {
150150
"type": "object",
151-
"nullable": true,
152151
"metadata": {
152+
"__bicep_resource_derived_type!": {
153+
"source": "Microsoft.Portal/dashboards@2020-09-01#properties/tags"
154+
},
153155
"description": "Optional. Tags of the resource."
154-
}
156+
},
157+
"nullable": true
155158
},
156159
"roleAssignments": {
157160
"type": "array",

avm/res/power-bi-dedicated/capacity/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The latest version of the changelog can be found [here](https://github.com/Azure
66

77
### Changes
88

9+
- Added type for `tags` parameter
910
- Updated LockType to 'avm-common-types version' `0.6.0`, enabling custom notes for locks.
1011

1112
### Breaking Changes

avm/res/power-bi-dedicated/capacity/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ param location string = resourceGroup().location
1111
param enableTelemetry bool = true
1212

1313
@description('Optional. Tags of the resource.')
14-
param tags object?
14+
param tags resourceInput<'Microsoft.PowerBIDedicated/capacities@2021-01-01'>.tags?
1515

1616
@description('Required. Sku configuration of the resource.')
1717
param sku skuType

avm/res/power-bi-dedicated/capacity/main.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"metadata": {
66
"_generator": {
77
"name": "bicep",
8-
"version": "0.37.4.10188",
9-
"templateHash": "1646001908388465138"
8+
"version": "0.38.5.1644",
9+
"templateHash": "17429917100648820532"
1010
},
1111
"name": "Power BI Dedicated Capacities",
1212
"description": "This module deploys a Power BI Dedicated Capacity."
@@ -190,10 +190,13 @@
190190
},
191191
"tags": {
192192
"type": "object",
193-
"nullable": true,
194193
"metadata": {
194+
"__bicep_resource_derived_type!": {
195+
"source": "Microsoft.PowerBIDedicated/capacities@2021-01-01#properties/tags"
196+
},
195197
"description": "Optional. Tags of the resource."
196-
}
198+
},
199+
"nullable": true
197200
},
198201
"sku": {
199202
"$ref": "#/definitions/skuType",

0 commit comments

Comments
 (0)