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
feat: API Management - Updated UDTs to pending specs (#4122)
## Description
Updated user-defined types with pending
Azure/Azure-Verified-Modules#1738 &
#4098.
## Pipeline Reference
<!-- Insert your Pipeline Status Badge below -->
| Pipeline |
| -------- |
|
[](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.api-management.service.yml)
|
## Type of Change
<!-- Use the checkboxes [x] on the options that are relevant. -->
- [ ] Update to CI Environment or utilities (Non-module affecting
changes)
- [x] Azure Verified Module updates:
- [ ] Bugfix containing backwards-compatible bug fixes, and I have NOT
bumped the MAJOR or MINOR version in `version.json`:
- [ ] Someone has opened a bug report issue, and I have included "Closes
#{bug_report_issue_number}" in the PR description.
- [ ] The bug was found by the module author, and no one has opened an
issue to report it yet.
- [ ] 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
@@ -1921,7 +1922,7 @@ The diagnostic settings of the service.
1921
1922
|[`logCategoriesAndGroups`](#parameter-diagnosticsettingslogcategoriesandgroups)| array | The name of logs that will be streamed. "allLogs" includes all possible logs for the resource. Set to `[]` to disable log collection. |
1922
1923
|[`marketplacePartnerResourceId`](#parameter-diagnosticsettingsmarketplacepartnerresourceid)| string | The full ARM resource ID of the Marketplace resource to which you would like to send Diagnostic Logs. |
1923
1924
|[`metricCategories`](#parameter-diagnosticsettingsmetriccategories)| array | The name of metrics that will be streamed. "allMetrics" includes all possible metrics for the resource. Set to `[]` to disable metric collection. |
1924
-
|[`name`](#parameter-diagnosticsettingsname)| string | The name of diagnostic setting. |
1925
+
|[`name`](#parameter-diagnosticsettingsname)| string | The name of the diagnostic setting. |
1925
1926
|[`storageAccountResourceId`](#parameter-diagnosticsettingsstorageaccountresourceid)| string | Resource ID of the diagnostic storage account. For security reasons, it is recommended to set diagnostic settings to send data to either storage account, log analytics workspace or event hub. |
1926
1927
|[`workspaceResourceId`](#parameter-diagnosticsettingsworkspaceresourceid)| string | Resource ID of the diagnostic log analytics workspace. For security reasons, it is recommended to set diagnostic settings to send data to either storage account, log analytics workspace or event hub. |
1927
1928
@@ -2031,7 +2032,7 @@ Enable or disable the category explicitly. Default is `true`.
2031
2032
2032
2033
### Parameter: `diagnosticSettings.name`
2033
2034
2034
-
The name of diagnostic setting.
2035
+
The name of the diagnostic setting.
2035
2036
2036
2037
- Required: No
2037
2038
- Type: string
@@ -2154,7 +2155,7 @@ The managed identity definition for this resource.
2154
2155
| Parameter | Type | Description |
2155
2156
| :-- | :-- | :-- |
2156
2157
|[`systemAssigned`](#parameter-managedidentitiessystemassigned)| bool | Enables system assigned managed identity on the resource. |
2157
-
|[`userAssignedResourceIds`](#parameter-managedidentitiesuserassignedresourceids)| array | The resource ID(s) to assign to the resource. |
2158
+
|[`userAssignedResourceIds`](#parameter-managedidentitiesuserassignedresourceids)| array | The resource ID(s) to assign to the resource. Required if a user assigned identity is used for encryption. |
2158
2159
2159
2160
### Parameter: `managedIdentities.systemAssigned`
2160
2161
@@ -2165,7 +2166,7 @@ Enables system assigned managed identity on the resource.
The resource ID(s) to assign to the resource. Required if a user assigned identity is used for encryption.
2169
2170
2170
2171
- Required: No
2171
2172
- Type: array
@@ -2429,6 +2430,14 @@ A list of availability zones denoting where the resource needs to come from. Onl
2429
2430
|`resourceId`| string | The resource ID of the API management service. |
2430
2431
|`systemAssignedMIPrincipalId`| string | The principal ID of the system assigned identity. |
2431
2432
2433
+
## Cross-referenced modules
2434
+
2435
+
This section gives you an overview of all local-referenced module files (i.e., other modules that are referenced in this module) and all remote-referenced files (i.e., Bicep modules that are referenced from a Bicep Registry or Template Specs).
The latest version of this module only includes supported versions of the API Management resource. All unsupported versions of API Management have been removed from the related parameters. See the [API Management stv1 platform retirement](https://learn.microsoft.com/en-us/azure/api-management/breaking-changes/stv1-platform-retirement-august-2024) article for more details.
0 commit comments