You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
<!--
>Thank you for your contribution !
> Please include a summary of the change and which issue is fixed.
> Please also include the context.
> List any dependencies that are required for this change.
Fixes#123Closes#123
-->
Closes#6370
Add geo-replication to container registry, so WAF test passes
validation.
## Pipeline Reference
<!-- Insert your Pipeline Status Badge below -->
| Pipeline |
| -------- |
|[](https://github.com/cecheta/bicep-registry-modules/actions/workflows/avm.ptn.ai-platform.baseline.yml)|
## Type of Change
<!-- Use the checkboxes [x] on the options that are relevant. -->
- Azure Verified Module updates:
- [ ] 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)
## Checklist
- [x] I'm sure there are no other open Pull Requests for the same
update/change
- [x] I have run `Set-AVMModule` locally to generate the supporting
module files.
- [ ] My corresponding pipelines / checks run clean and green without
any errors or warnings
- [x] I have updated the module's CHANGELOG.md file with an entry for
the next version
<!-- Please keep up to date with the contribution guide at
https://aka.ms/avm/contribute/bicep -->
Copy file name to clipboardExpand all lines: avm/ptn/ai-platform/baseline/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
The latest version of the changelog can be found [here](https://github.com/Azure/bicep-registry-modules/blob/main/avm/ptn/ai-platform/baseline/CHANGELOG.md).
@@ -1030,6 +1060,7 @@ Configuration for the container registry.
1030
1060
| Parameter | Type | Description |
1031
1061
| :-- | :-- | :-- |
1032
1062
|[`name`](#parameter-containerregistryconfigurationname)| string | The name of the container registry. |
1063
+
|[`replications`](#parameter-containerregistryconfigurationreplications)| array | The list of container replications to create. |
1033
1064
|[`trustPolicyStatus`](#parameter-containerregistryconfigurationtrustpolicystatus)| string | Whether the trust policy is enabled for the container registry. Defaults to 'enabled'. |
|[`name`](#parameter-containerregistryconfigurationreplicationsname)| string | The name of the replication. |
1085
+
1086
+
**Optional parameters**
1087
+
1088
+
| Parameter | Type | Description |
1089
+
| :-- | :-- | :-- |
1090
+
|[`location`](#parameter-containerregistryconfigurationreplicationslocation)| string | Location for all resources. |
1091
+
|[`regionEndpointEnabled`](#parameter-containerregistryconfigurationreplicationsregionendpointenabled)| bool | Specifies whether the replication regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications. |
1092
+
|[`tags`](#parameter-containerregistryconfigurationreplicationstags)| object | Tags of the resource. |
1093
+
|[`zoneRedundancy`](#parameter-containerregistryconfigurationreplicationszoneredundancy)| string | Whether or not zone redundancy is enabled for this container registry. |
Specifies whether the replication regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications.
0 commit comments