From b07afd533034eca0427482acd703684f236ed554 Mon Sep 17 00:00:00 2001 From: AlexanderSehr Date: Thu, 1 Feb 2024 09:37:06 +0100 Subject: [PATCH] Updated module dependency and fixed typo --- modules/cdn/profile/README.md | 18 +++---- modules/cdn/profile/afdEndpoint/README.md | 4 +- modules/cdn/profile/afdEndpoint/main.json | 8 ++-- .../cdn/profile/afdEndpoint/route/README.md | 2 +- .../cdn/profile/afdEndpoint/route/main.json | 4 +- modules/cdn/profile/customdomain/README.md | 2 +- modules/cdn/profile/customdomain/main.json | 4 +- modules/cdn/profile/endpoint/main.bicep | 2 +- modules/cdn/profile/endpoint/main.json | 9 ++-- modules/cdn/profile/endpoint/origin/main.json | 4 +- modules/cdn/profile/main.json | 47 ++++++++++--------- modules/cdn/profile/origingroup/README.md | 4 +- modules/cdn/profile/origingroup/main.json | 8 ++-- .../cdn/profile/origingroup/origin/README.md | 2 +- .../cdn/profile/origingroup/origin/main.json | 4 +- modules/cdn/profile/ruleset/README.md | 4 +- modules/cdn/profile/ruleset/main.json | 8 ++-- modules/cdn/profile/ruleset/rule/README.md | 2 +- modules/cdn/profile/ruleset/rule/main.json | 4 +- modules/cdn/profile/secret/README.md | 6 +-- modules/cdn/profile/secret/main.bicep | 3 +- modules/cdn/profile/secret/main.json | 6 +-- 22 files changed, 79 insertions(+), 76 deletions(-) diff --git a/modules/cdn/profile/README.md b/modules/cdn/profile/README.md index cb61a8f771..7aeffded09 100644 --- a/modules/cdn/profile/README.md +++ b/modules/cdn/profile/README.md @@ -16,17 +16,17 @@ This module deploys a CDN Profile. | :-- | :-- | | `Microsoft.Authorization/locks` | [2020-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-05-01/locks) | | `Microsoft.Authorization/roleAssignments` | [2022-04-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2022-04-01/roleAssignments) | -| `Microsoft.Cdn/profiles` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles) | -| `Microsoft.Cdn/profiles/afdEndpoints` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/afdEndpoints) | -| `Microsoft.Cdn/profiles/afdEndpoints/routes` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/afdEndpoints/routes) | -| `Microsoft.Cdn/profiles/customDomains` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/customDomains) | +| `Microsoft.Cdn/profiles` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles) | +| `Microsoft.Cdn/profiles/afdEndpoints` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/afdEndpoints) | +| `Microsoft.Cdn/profiles/afdEndpoints/routes` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/afdEndpoints/routes) | +| `Microsoft.Cdn/profiles/customDomains` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/customDomains) | | `Microsoft.Cdn/profiles/endpoints` | [2021-06-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2021-06-01/profiles/endpoints) | | `Microsoft.Cdn/profiles/endpoints/origins` | [2021-06-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2021-06-01/profiles/endpoints/origins) | -| `Microsoft.Cdn/profiles/originGroups` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/originGroups) | -| `Microsoft.Cdn/profiles/originGroups/origins` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/originGroups/origins) | -| `Microsoft.Cdn/profiles/ruleSets` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/ruleSets) | -| `Microsoft.Cdn/profiles/ruleSets/rules` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/ruleSets/rules) | -| `Microsoft.Cdn/profiles/secrets` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/secrets) | +| `Microsoft.Cdn/profiles/originGroups` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/originGroups) | +| `Microsoft.Cdn/profiles/originGroups/origins` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/originGroups/origins) | +| `Microsoft.Cdn/profiles/ruleSets` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/ruleSets) | +| `Microsoft.Cdn/profiles/ruleSets/rules` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/ruleSets/rules) | +| `Microsoft.Cdn/profiles/secrets` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/secrets) | ## Usage examples diff --git a/modules/cdn/profile/afdEndpoint/README.md b/modules/cdn/profile/afdEndpoint/README.md index d2bd8ba7d6..e2fc892ecc 100644 --- a/modules/cdn/profile/afdEndpoint/README.md +++ b/modules/cdn/profile/afdEndpoint/README.md @@ -13,8 +13,8 @@ This module deploys a CDN Profile AFD Endpoint. | Resource Type | API Version | | :-- | :-- | -| `Microsoft.Cdn/profiles/afdEndpoints` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/afdEndpoints) | -| `Microsoft.Cdn/profiles/afdEndpoints/routes` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/afdEndpoints/routes) | +| `Microsoft.Cdn/profiles/afdEndpoints` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/afdEndpoints) | +| `Microsoft.Cdn/profiles/afdEndpoints/routes` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/afdEndpoints/routes) | ## Parameters diff --git a/modules/cdn/profile/afdEndpoint/main.json b/modules/cdn/profile/afdEndpoint/main.json index a492e5cd9b..327752a035 100644 --- a/modules/cdn/profile/afdEndpoint/main.json +++ b/modules/cdn/profile/afdEndpoint/main.json @@ -5,8 +5,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "10217508381442897285" + "version": "0.24.24.22086", + "templateHash": "9151451101933620806" }, "name": "CDN Profiles AFD Endpoints", "description": "This module deploys a CDN Profile AFD Endpoint.", @@ -160,8 +160,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "6429015991033675991" + "version": "0.24.24.22086", + "templateHash": "1534020105352910282" }, "name": "CDN Profiles AFD Endpoint Route", "description": "This module deploys a CDN Profile AFD Endpoint route.", diff --git a/modules/cdn/profile/afdEndpoint/route/README.md b/modules/cdn/profile/afdEndpoint/route/README.md index f00b17c993..3591e2f9c4 100644 --- a/modules/cdn/profile/afdEndpoint/route/README.md +++ b/modules/cdn/profile/afdEndpoint/route/README.md @@ -13,7 +13,7 @@ This module deploys a CDN Profile AFD Endpoint route. | Resource Type | API Version | | :-- | :-- | -| `Microsoft.Cdn/profiles/afdEndpoints/routes` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/afdEndpoints/routes) | +| `Microsoft.Cdn/profiles/afdEndpoints/routes` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/afdEndpoints/routes) | ## Parameters diff --git a/modules/cdn/profile/afdEndpoint/route/main.json b/modules/cdn/profile/afdEndpoint/route/main.json index 0873b0c0bb..570e2b6db9 100644 --- a/modules/cdn/profile/afdEndpoint/route/main.json +++ b/modules/cdn/profile/afdEndpoint/route/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "6429015991033675991" + "version": "0.24.24.22086", + "templateHash": "1534020105352910282" }, "name": "CDN Profiles AFD Endpoint Route", "description": "This module deploys a CDN Profile AFD Endpoint route.", diff --git a/modules/cdn/profile/customdomain/README.md b/modules/cdn/profile/customdomain/README.md index 33c0144835..2e727b796e 100644 --- a/modules/cdn/profile/customdomain/README.md +++ b/modules/cdn/profile/customdomain/README.md @@ -13,7 +13,7 @@ This module deploys a CDN Profile Custom Domains. | Resource Type | API Version | | :-- | :-- | -| `Microsoft.Cdn/profiles/customDomains` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/customDomains) | +| `Microsoft.Cdn/profiles/customDomains` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/customDomains) | ## Parameters diff --git a/modules/cdn/profile/customdomain/main.json b/modules/cdn/profile/customdomain/main.json index b4fa0e31fa..f60ead03f4 100644 --- a/modules/cdn/profile/customdomain/main.json +++ b/modules/cdn/profile/customdomain/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "16926903089536842323" + "version": "0.24.24.22086", + "templateHash": "14020917186794999695" }, "name": "CDN Profiles Custom Domains", "description": "This module deploys a CDN Profile Custom Domains.", diff --git a/modules/cdn/profile/endpoint/main.bicep b/modules/cdn/profile/endpoint/main.bicep index c1ec5fe0e9..83793f9da5 100644 --- a/modules/cdn/profile/endpoint/main.bicep +++ b/modules/cdn/profile/endpoint/main.bicep @@ -50,7 +50,7 @@ module endpoint_origins 'origin/main.bicep' = [for origin in properties.origins: name: '${name}-origins-${origin.name}' params: { profileName: profile.name - endpointName: name + endpointName: endpoint.name name: origin.name hostName: origin.properties.hostName httpPort: contains(origin.properties, 'httpPort') ? origin.properties.httpPort : 80 diff --git a/modules/cdn/profile/endpoint/main.json b/modules/cdn/profile/endpoint/main.json index 8bb2f15980..195f6a1bd7 100644 --- a/modules/cdn/profile/endpoint/main.json +++ b/modules/cdn/profile/endpoint/main.json @@ -5,8 +5,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "15779750813347176502" + "version": "0.24.24.22086", + "templateHash": "12835560149201986440" }, "name": "CDN Profiles Endpoints", "description": "This module deploys a CDN Profile Endpoint.", @@ -135,8 +135,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "7311789591820295360" + "version": "0.24.24.22086", + "templateHash": "13313881743665626025" }, "name": "CDN Profiles Endpoints Origins", "description": "This module deploys a CDN Profile Endpoint Origin.", @@ -290,6 +290,7 @@ } }, "dependsOn": [ + "endpoint", "profile" ] } diff --git a/modules/cdn/profile/endpoint/origin/main.json b/modules/cdn/profile/endpoint/origin/main.json index 25db519b70..c32c154e0c 100644 --- a/modules/cdn/profile/endpoint/origin/main.json +++ b/modules/cdn/profile/endpoint/origin/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "7311789591820295360" + "version": "0.24.24.22086", + "templateHash": "13313881743665626025" }, "name": "CDN Profiles Endpoints Origins", "description": "This module deploys a CDN Profile Endpoint Origin.", diff --git a/modules/cdn/profile/main.json b/modules/cdn/profile/main.json index 3b9850f2ef..82168cf292 100644 --- a/modules/cdn/profile/main.json +++ b/modules/cdn/profile/main.json @@ -5,8 +5,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "9196888550176341860" + "version": "0.24.24.22086", + "templateHash": "2094374182247826446" }, "name": "CDN Profiles", "description": "This module deploys a CDN Profile.", @@ -333,8 +333,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "15779750813347176502" + "version": "0.24.24.22086", + "templateHash": "12835560149201986440" }, "name": "CDN Profiles Endpoints", "description": "This module deploys a CDN Profile Endpoint.", @@ -463,8 +463,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "7311789591820295360" + "version": "0.24.24.22086", + "templateHash": "13313881743665626025" }, "name": "CDN Profiles Endpoints Origins", "description": "This module deploys a CDN Profile Endpoint Origin.", @@ -618,6 +618,7 @@ } }, "dependsOn": [ + "endpoint", "profile" ] } @@ -706,8 +707,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "7448367317152547669" + "version": "0.24.24.22086", + "templateHash": "9065117765223577157" }, "name": "CDN Profiles Secret", "description": "This module deploys a CDN Profile Secret.", @@ -743,7 +744,7 @@ "type": "string", "defaultValue": "", "metadata": { - "description": "Conditional. The resource ID of the secrect source. Required if the type is CustomerCertificate." + "description": "Conditional. The resource ID of the secret source. Required if the `type` is \"CustomerCertificate\"." } }, "secretVersion": { @@ -869,8 +870,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "16926903089536842323" + "version": "0.24.24.22086", + "templateHash": "14020917186794999695" }, "name": "CDN Profiles Custom Domains", "description": "This module deploys a CDN Profile Custom Domains.", @@ -1053,8 +1054,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "11717674362000061520" + "version": "0.24.24.22086", + "templateHash": "11971964733746078182" }, "name": "CDN Profiles Origin Group", "description": "This module deploys a CDN Profile Origin Group.", @@ -1192,8 +1193,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "6315538909881747607" + "version": "0.24.24.22086", + "templateHash": "9016533430746404335" }, "name": "CDN Profiles Origin", "description": "This module deploys a CDN Profile Origin.", @@ -1423,8 +1424,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "14060531422180532953" + "version": "0.24.24.22086", + "templateHash": "6357254985592021008" }, "name": "CDN Profiles Rule Sets", "description": "This module deploys a CDN Profile rule set.", @@ -1522,8 +1523,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "7170380293485699276" + "version": "0.24.24.22086", + "templateHash": "5740342061156329686" }, "name": "CDN Profiles Rules", "description": "This module deploys a CDN Profile rule.", @@ -1709,8 +1710,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "10217508381442897285" + "version": "0.24.24.22086", + "templateHash": "9151451101933620806" }, "name": "CDN Profiles AFD Endpoints", "description": "This module deploys a CDN Profile AFD Endpoint.", @@ -1864,8 +1865,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "6429015991033675991" + "version": "0.24.24.22086", + "templateHash": "1534020105352910282" }, "name": "CDN Profiles AFD Endpoint Route", "description": "This module deploys a CDN Profile AFD Endpoint route.", diff --git a/modules/cdn/profile/origingroup/README.md b/modules/cdn/profile/origingroup/README.md index 7b01a13bb7..75ea5a05c2 100644 --- a/modules/cdn/profile/origingroup/README.md +++ b/modules/cdn/profile/origingroup/README.md @@ -13,8 +13,8 @@ This module deploys a CDN Profile Origin Group. | Resource Type | API Version | | :-- | :-- | -| `Microsoft.Cdn/profiles/originGroups` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/originGroups) | -| `Microsoft.Cdn/profiles/originGroups/origins` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/originGroups/origins) | +| `Microsoft.Cdn/profiles/originGroups` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/originGroups) | +| `Microsoft.Cdn/profiles/originGroups/origins` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/originGroups/origins) | ## Parameters diff --git a/modules/cdn/profile/origingroup/main.json b/modules/cdn/profile/origingroup/main.json index 35219f23ef..dbd070e484 100644 --- a/modules/cdn/profile/origingroup/main.json +++ b/modules/cdn/profile/origingroup/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "11717674362000061520" + "version": "0.24.24.22086", + "templateHash": "11971964733746078182" }, "name": "CDN Profiles Origin Group", "description": "This module deploys a CDN Profile Origin Group.", @@ -143,8 +143,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "6315538909881747607" + "version": "0.24.24.22086", + "templateHash": "9016533430746404335" }, "name": "CDN Profiles Origin", "description": "This module deploys a CDN Profile Origin.", diff --git a/modules/cdn/profile/origingroup/origin/README.md b/modules/cdn/profile/origingroup/origin/README.md index 50ca9fa71e..e1ce2dd02c 100644 --- a/modules/cdn/profile/origingroup/origin/README.md +++ b/modules/cdn/profile/origingroup/origin/README.md @@ -13,7 +13,7 @@ This module deploys a CDN Profile Origin. | Resource Type | API Version | | :-- | :-- | -| `Microsoft.Cdn/profiles/originGroups/origins` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/originGroups/origins) | +| `Microsoft.Cdn/profiles/originGroups/origins` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/originGroups/origins) | ## Parameters diff --git a/modules/cdn/profile/origingroup/origin/main.json b/modules/cdn/profile/origingroup/origin/main.json index 6d0ca97ce5..f72c208fb4 100644 --- a/modules/cdn/profile/origingroup/origin/main.json +++ b/modules/cdn/profile/origingroup/origin/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "6315538909881747607" + "version": "0.24.24.22086", + "templateHash": "9016533430746404335" }, "name": "CDN Profiles Origin", "description": "This module deploys a CDN Profile Origin.", diff --git a/modules/cdn/profile/ruleset/README.md b/modules/cdn/profile/ruleset/README.md index d42984d60e..86a5df0c0e 100644 --- a/modules/cdn/profile/ruleset/README.md +++ b/modules/cdn/profile/ruleset/README.md @@ -13,8 +13,8 @@ This module deploys a CDN Profile rule set. | Resource Type | API Version | | :-- | :-- | -| `Microsoft.Cdn/profiles/ruleSets` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/ruleSets) | -| `Microsoft.Cdn/profiles/ruleSets/rules` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/ruleSets/rules) | +| `Microsoft.Cdn/profiles/ruleSets` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/ruleSets) | +| `Microsoft.Cdn/profiles/ruleSets/rules` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/ruleSets/rules) | ## Parameters diff --git a/modules/cdn/profile/ruleset/main.json b/modules/cdn/profile/ruleset/main.json index 4aaafba0dd..648f1e2927 100644 --- a/modules/cdn/profile/ruleset/main.json +++ b/modules/cdn/profile/ruleset/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "14060531422180532953" + "version": "0.24.24.22086", + "templateHash": "6357254985592021008" }, "name": "CDN Profiles Rule Sets", "description": "This module deploys a CDN Profile rule set.", @@ -103,8 +103,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "7170380293485699276" + "version": "0.24.24.22086", + "templateHash": "5740342061156329686" }, "name": "CDN Profiles Rules", "description": "This module deploys a CDN Profile rule.", diff --git a/modules/cdn/profile/ruleset/rule/README.md b/modules/cdn/profile/ruleset/rule/README.md index 75419429db..69b073f5b8 100644 --- a/modules/cdn/profile/ruleset/rule/README.md +++ b/modules/cdn/profile/ruleset/rule/README.md @@ -13,7 +13,7 @@ This module deploys a CDN Profile rule. | Resource Type | API Version | | :-- | :-- | -| `Microsoft.Cdn/profiles/ruleSets/rules` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/ruleSets/rules) | +| `Microsoft.Cdn/profiles/ruleSets/rules` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/ruleSets/rules) | ## Parameters diff --git a/modules/cdn/profile/ruleset/rule/main.json b/modules/cdn/profile/ruleset/rule/main.json index 2d0a323a15..f80130a829 100644 --- a/modules/cdn/profile/ruleset/rule/main.json +++ b/modules/cdn/profile/ruleset/rule/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "7170380293485699276" + "version": "0.24.24.22086", + "templateHash": "5740342061156329686" }, "name": "CDN Profiles Rules", "description": "This module deploys a CDN Profile rule.", diff --git a/modules/cdn/profile/secret/README.md b/modules/cdn/profile/secret/README.md index b1b08a4d45..ee6b555589 100644 --- a/modules/cdn/profile/secret/README.md +++ b/modules/cdn/profile/secret/README.md @@ -13,7 +13,7 @@ This module deploys a CDN Profile Secret. | Resource Type | API Version | | :-- | :-- | -| `Microsoft.Cdn/profiles/secrets` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/profiles/secrets) | +| `Microsoft.Cdn/profiles/secrets` | [2023-05-01](https://learn.microsoft.com/en-us/azure/templates/Microsoft.Cdn/2023-05-01/profiles/secrets) | ## Parameters @@ -29,7 +29,7 @@ This module deploys a CDN Profile Secret. | Parameter | Type | Description | | :-- | :-- | :-- | | [`profileName`](#parameter-profilename) | string | The name of the parent CDN profile. Required if the template is used in a standalone deployment. | -| [`secretSourceResourceId`](#parameter-secretsourceresourceid) | string | The resource ID of the secrect source. Required if the type is CustomerCertificate. | +| [`secretSourceResourceId`](#parameter-secretsourceresourceid) | string | The resource ID of the secret source. Required if the `type` is "CustomerCertificate". | **Optional parameters** @@ -73,7 +73,7 @@ The name of the parent CDN profile. Required if the template is used in a standa ### Parameter: `secretSourceResourceId` -The resource ID of the secrect source. Required if the type is CustomerCertificate. +The resource ID of the secret source. Required if the `type` is "CustomerCertificate". - Required: No - Type: string diff --git a/modules/cdn/profile/secret/main.bicep b/modules/cdn/profile/secret/main.bicep index b4ea189c45..831c5a1f03 100644 --- a/modules/cdn/profile/secret/main.bicep +++ b/modules/cdn/profile/secret/main.bicep @@ -17,7 +17,8 @@ param profileName string @description('Required. The type of the secrect.') param type string = 'AzureFirstPartyManagedCertificate' -@description('Conditional. The resource ID of the secrect source. Required if the type is CustomerCertificate.') +@description('Conditional. The resource ID of the secret source. Required if the `type` is "CustomerCertificate".') +#disable-next-line secure-secrets-in-params param secretSourceResourceId string = '' @description('Optional. The version of the secret.') diff --git a/modules/cdn/profile/secret/main.json b/modules/cdn/profile/secret/main.json index 1ce85722c7..18def3c8f9 100644 --- a/modules/cdn/profile/secret/main.json +++ b/modules/cdn/profile/secret/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.23.1.45101", - "templateHash": "7448367317152547669" + "version": "0.24.24.22086", + "templateHash": "9065117765223577157" }, "name": "CDN Profiles Secret", "description": "This module deploys a CDN Profile Secret.", @@ -41,7 +41,7 @@ "type": "string", "defaultValue": "", "metadata": { - "description": "Conditional. The resource ID of the secrect source. Required if the type is CustomerCertificate." + "description": "Conditional. The resource ID of the secret source. Required if the `type` is \"CustomerCertificate\"." } }, "secretVersion": {