diff --git a/arm/Microsoft.ApiManagement/service/.bicep/nested_authorizationServers.bicep b/arm/Microsoft.ApiManagement/service/.bicep/nested_authorizationServers.bicep index 8bbf638029..f75d368cc2 100644 --- a/arm/Microsoft.ApiManagement/service/.bicep/nested_authorizationServers.bicep +++ b/arm/Microsoft.ApiManagement/service/.bicep/nested_authorizationServers.bicep @@ -1,7 +1,7 @@ @description('Required. Identifier of the authorization server.') param name string -@description('Required. The name of the of the API Management service.') +@description('Required. The name of the API Management service.') param apiManagementServiceName string @description('Required. OAuth authorization endpoint. See .') diff --git a/arm/Microsoft.ApiManagement/service/apiVersionSets/deploy.bicep b/arm/Microsoft.ApiManagement/service/apiVersionSets/deploy.bicep index 2c2ba3be42..bec9d25a36 100644 --- a/arm/Microsoft.ApiManagement/service/apiVersionSets/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/apiVersionSets/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string @description('Optional. Enable telemetry via the Customer Usage Attribution ID (GUID).') diff --git a/arm/Microsoft.ApiManagement/service/apiVersionSets/readme.md b/arm/Microsoft.ApiManagement/service/apiVersionSets/readme.md index 69b6865862..f58179bd5b 100644 --- a/arm/Microsoft.ApiManagement/service/apiVersionSets/readme.md +++ b/arm/Microsoft.ApiManagement/service/apiVersionSets/readme.md @@ -19,7 +19,7 @@ This module deploys API Management Service APIs Version Set. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.ApiManagement/service/apis/deploy.bicep b/arm/Microsoft.ApiManagement/service/apis/deploy.bicep index ab37c5667a..127df5c70b 100644 --- a/arm/Microsoft.ApiManagement/service/apis/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/apis/deploy.bicep @@ -4,7 +4,7 @@ param name string @description('Optional. Array of Policies to apply to the Service API.') param policies array = [] -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string @description('Optional. Describes the Revision of the API. If no value is provided, default revision 1 is created.') diff --git a/arm/Microsoft.ApiManagement/service/apis/policies/deploy.bicep b/arm/Microsoft.ApiManagement/service/apis/policies/deploy.bicep index ac1cbffabb..88efbdf854 100644 --- a/arm/Microsoft.ApiManagement/service/apis/policies/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/apis/policies/deploy.bicep @@ -1,7 +1,7 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string -@description('Conditional. The name of the of the API. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API. Required if the template is used in a standalone deployment.') param apiName string @description('Optional. The name of the policy.') diff --git a/arm/Microsoft.ApiManagement/service/apis/policies/readme.md b/arm/Microsoft.ApiManagement/service/apis/policies/readme.md index 10fdbe68b5..1747204e51 100644 --- a/arm/Microsoft.ApiManagement/service/apis/policies/readme.md +++ b/arm/Microsoft.ApiManagement/service/apis/policies/readme.md @@ -24,8 +24,8 @@ This module deploys API Management Service APIs policies. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | -| `apiName` | string | The name of the of the API. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | +| `apiName` | string | The name of the parent API. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.ApiManagement/service/apis/readme.md b/arm/Microsoft.ApiManagement/service/apis/readme.md index 20a496a527..4fe8d278fd 100644 --- a/arm/Microsoft.ApiManagement/service/apis/readme.md +++ b/arm/Microsoft.ApiManagement/service/apis/readme.md @@ -33,7 +33,7 @@ The following resources are required to be able to deploy this resource. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.ApiManagement/service/authorizationServers/deploy.bicep b/arm/Microsoft.ApiManagement/service/authorizationServers/deploy.bicep index 5cecfb09f9..f8b62e6080 100644 --- a/arm/Microsoft.ApiManagement/service/authorizationServers/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/authorizationServers/deploy.bicep @@ -1,7 +1,7 @@ @description('Required. Identifier of the authorization server.') param name string -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string @description('Required. OAuth authorization endpoint. See .') diff --git a/arm/Microsoft.ApiManagement/service/authorizationServers/readme.md b/arm/Microsoft.ApiManagement/service/authorizationServers/readme.md index 490e38288d..f50f271f21 100644 --- a/arm/Microsoft.ApiManagement/service/authorizationServers/readme.md +++ b/arm/Microsoft.ApiManagement/service/authorizationServers/readme.md @@ -34,7 +34,7 @@ The following resources are required to be able to deploy this resource. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.ApiManagement/service/backends/deploy.bicep b/arm/Microsoft.ApiManagement/service/backends/deploy.bicep index f233e1a1b4..e5b0c40119 100644 --- a/arm/Microsoft.ApiManagement/service/backends/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/backends/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string @description('Required. Backend Name.') diff --git a/arm/Microsoft.ApiManagement/service/backends/readme.md b/arm/Microsoft.ApiManagement/service/backends/readme.md index c54da4bd33..93095dd9c2 100644 --- a/arm/Microsoft.ApiManagement/service/backends/readme.md +++ b/arm/Microsoft.ApiManagement/service/backends/readme.md @@ -31,7 +31,7 @@ The following resources are required to be able to deploy this resource. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.ApiManagement/service/caches/deploy.bicep b/arm/Microsoft.ApiManagement/service/caches/deploy.bicep index b485845cf4..2cb7c6b57f 100644 --- a/arm/Microsoft.ApiManagement/service/caches/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/caches/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string @description('Required. Identifier of the Cache entity. Cache identifier (should be either \'default\' or valid Azure region identifier).') diff --git a/arm/Microsoft.ApiManagement/service/caches/readme.md b/arm/Microsoft.ApiManagement/service/caches/readme.md index 373c7e02f9..67c2ddcb3c 100644 --- a/arm/Microsoft.ApiManagement/service/caches/readme.md +++ b/arm/Microsoft.ApiManagement/service/caches/readme.md @@ -32,7 +32,7 @@ The following resources are required to be able to deploy this resource. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.ApiManagement/service/deploy.bicep b/arm/Microsoft.ApiManagement/service/deploy.bicep index b3ca4950c3..21b92ff642 100644 --- a/arm/Microsoft.ApiManagement/service/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/deploy.bicep @@ -1,7 +1,7 @@ @description('Optional. Additional datacenter locations of the API Management service.') param additionalLocations array = [] -@description('Required. The name of the of the API Management service.') +@description('Required. The name of the API Management service.') param name string @description('Optional. List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.') diff --git a/arm/Microsoft.ApiManagement/service/identityProviders/deploy.bicep b/arm/Microsoft.ApiManagement/service/identityProviders/deploy.bicep index d43eebf6b3..615c0c5595 100644 --- a/arm/Microsoft.ApiManagement/service/identityProviders/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/identityProviders/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string @description('Optional. Enable telemetry via the Customer Usage Attribution ID (GUID).') diff --git a/arm/Microsoft.ApiManagement/service/identityProviders/readme.md b/arm/Microsoft.ApiManagement/service/identityProviders/readme.md index 5ac8f1c8e4..b766571387 100644 --- a/arm/Microsoft.ApiManagement/service/identityProviders/readme.md +++ b/arm/Microsoft.ApiManagement/service/identityProviders/readme.md @@ -24,7 +24,7 @@ This module deploys API Management Service Identity Provider. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.ApiManagement/service/namedValues/deploy.bicep b/arm/Microsoft.ApiManagement/service/namedValues/deploy.bicep index dbe734b196..ae752cb224 100644 --- a/arm/Microsoft.ApiManagement/service/namedValues/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/namedValues/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string = '' @description('Optional. Enable telemetry via the Customer Usage Attribution ID (GUID).') diff --git a/arm/Microsoft.ApiManagement/service/namedValues/readme.md b/arm/Microsoft.ApiManagement/service/namedValues/readme.md index 609673e3e1..c9c4d6ff38 100644 --- a/arm/Microsoft.ApiManagement/service/namedValues/readme.md +++ b/arm/Microsoft.ApiManagement/service/namedValues/readme.md @@ -31,7 +31,7 @@ The following resources are required to be able to deploy this resource. **Conditional parameters** | Parameter Name | Type | Default Value | Description | | :-- | :-- | :-- | :-- | -| `apiManagementServiceName` | string | `''` | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | `''` | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.ApiManagement/service/policies/deploy.bicep b/arm/Microsoft.ApiManagement/service/policies/deploy.bicep index 84a2552c6a..92ffa2ef9e 100644 --- a/arm/Microsoft.ApiManagement/service/policies/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/policies/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string @description('Optional. The name of the policy.') diff --git a/arm/Microsoft.ApiManagement/service/policies/readme.md b/arm/Microsoft.ApiManagement/service/policies/readme.md index f5cbdb64f6..33b6f49c14 100644 --- a/arm/Microsoft.ApiManagement/service/policies/readme.md +++ b/arm/Microsoft.ApiManagement/service/policies/readme.md @@ -24,7 +24,7 @@ This module deploys API Management Service Policy. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.ApiManagement/service/portalsettings/deploy.bicep b/arm/Microsoft.ApiManagement/service/portalsettings/deploy.bicep index e244c4c328..2d3b46b433 100644 --- a/arm/Microsoft.ApiManagement/service/portalsettings/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/portalsettings/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string @description('Optional. Enable telemetry via the Customer Usage Attribution ID (GUID).') diff --git a/arm/Microsoft.ApiManagement/service/portalsettings/readme.md b/arm/Microsoft.ApiManagement/service/portalsettings/readme.md index ca559001a9..64d512dea9 100644 --- a/arm/Microsoft.ApiManagement/service/portalsettings/readme.md +++ b/arm/Microsoft.ApiManagement/service/portalsettings/readme.md @@ -24,7 +24,7 @@ This module deploys API Management Service Portal Setting. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.ApiManagement/service/products/apis/deploy.bicep b/arm/Microsoft.ApiManagement/service/products/apis/deploy.bicep index 00ea503a2c..0180dcd197 100644 --- a/arm/Microsoft.ApiManagement/service/products/apis/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/products/apis/deploy.bicep @@ -1,7 +1,7 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string -@description('Conditional. The name of the of the Product. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent Product. Required if the template is used in a standalone deployment.') param productName string @description('Optional. Enable telemetry via the Customer Usage Attribution ID (GUID).') diff --git a/arm/Microsoft.ApiManagement/service/products/apis/readme.md b/arm/Microsoft.ApiManagement/service/products/apis/readme.md index 43b2261e19..38ece595ba 100644 --- a/arm/Microsoft.ApiManagement/service/products/apis/readme.md +++ b/arm/Microsoft.ApiManagement/service/products/apis/readme.md @@ -24,8 +24,8 @@ This module deploys API Management Service Product APIs. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | -| `productName` | string | The name of the of the Product. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | +| `productName` | string | The name of the parent Product. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.ApiManagement/service/products/deploy.bicep b/arm/Microsoft.ApiManagement/service/products/deploy.bicep index 5af6892fac..e3205da7e3 100644 --- a/arm/Microsoft.ApiManagement/service/products/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/products/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string @description('Optional. Whether subscription approval is required. If false, new subscriptions will be approved automatically enabling developers to call the products APIs immediately after subscribing. If true, administrators must manually approve the subscription before the developer can any of the products APIs. Can be present only if subscriptionRequired property is present and has a value of false.') diff --git a/arm/Microsoft.ApiManagement/service/products/groups/deploy.bicep b/arm/Microsoft.ApiManagement/service/products/groups/deploy.bicep index 19e85768f3..729680bb6f 100644 --- a/arm/Microsoft.ApiManagement/service/products/groups/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/products/groups/deploy.bicep @@ -1,7 +1,7 @@ -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string -@description('Conditional. The name of the of the Product. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent Product. Required if the template is used in a standalone deployment.') param productName string @description('Optional. Enable telemetry via the Customer Usage Attribution ID (GUID).') diff --git a/arm/Microsoft.ApiManagement/service/products/groups/readme.md b/arm/Microsoft.ApiManagement/service/products/groups/readme.md index b2f4363126..366a5433b7 100644 --- a/arm/Microsoft.ApiManagement/service/products/groups/readme.md +++ b/arm/Microsoft.ApiManagement/service/products/groups/readme.md @@ -24,8 +24,8 @@ This module deploys API Management Service Product Groups. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | -| `productName` | string | The name of the of the Product. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | +| `productName` | string | The name of the parent Product. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.ApiManagement/service/products/readme.md b/arm/Microsoft.ApiManagement/service/products/readme.md index f6c53739ee..f65f9b355b 100644 --- a/arm/Microsoft.ApiManagement/service/products/readme.md +++ b/arm/Microsoft.ApiManagement/service/products/readme.md @@ -32,7 +32,7 @@ The following resources are required to be able to deploy this resource. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.ApiManagement/service/readme.md b/arm/Microsoft.ApiManagement/service/readme.md index 88f6372270..17950ae8b6 100644 --- a/arm/Microsoft.ApiManagement/service/readme.md +++ b/arm/Microsoft.ApiManagement/service/readme.md @@ -37,7 +37,7 @@ This module deploys an API management service. **Required parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `name` | string | The name of the of the API Management service. | +| `name` | string | The name of the API Management service. | | `publisherEmail` | string | The email address of the owner of the service. | | `publisherName` | string | The name of the owner of the service. | diff --git a/arm/Microsoft.ApiManagement/service/subscriptions/deploy.bicep b/arm/Microsoft.ApiManagement/service/subscriptions/deploy.bicep index 2437ab6a5c..44b4dd5647 100644 --- a/arm/Microsoft.ApiManagement/service/subscriptions/deploy.bicep +++ b/arm/Microsoft.ApiManagement/service/subscriptions/deploy.bicep @@ -1,7 +1,7 @@ @description('Optional. Determines whether tracing can be enabled.') param allowTracing bool = true -@description('Conditional. The name of the of the API Management service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent API Management service. Required if the template is used in a standalone deployment.') param apiManagementServiceName string @description('Optional. Enable telemetry via the Customer Usage Attribution ID (GUID).') diff --git a/arm/Microsoft.ApiManagement/service/subscriptions/readme.md b/arm/Microsoft.ApiManagement/service/subscriptions/readme.md index 0b64e13349..6016921fa9 100644 --- a/arm/Microsoft.ApiManagement/service/subscriptions/readme.md +++ b/arm/Microsoft.ApiManagement/service/subscriptions/readme.md @@ -30,7 +30,7 @@ The following resources are required to be able to deploy this resource. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `apiManagementServiceName` | string | The name of the of the API Management service. Required if the template is used in a standalone deployment. | +| `apiManagementServiceName` | string | The name of the parent API Management service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.Compute/virtualMachineScaleSets/extensions/deploy.bicep b/arm/Microsoft.Compute/virtualMachineScaleSets/extensions/deploy.bicep index ff2dec4198..812188bcdf 100644 --- a/arm/Microsoft.Compute/virtualMachineScaleSets/extensions/deploy.bicep +++ b/arm/Microsoft.Compute/virtualMachineScaleSets/extensions/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the virtual machine scale set that extension is provisioned for. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent virtual machine scale set that extension is provisioned for. Required if the template is used in a standalone deployment.') param virtualMachineScaleSetName string @description('Required. The name of the virtual machine scale set extension.') diff --git a/arm/Microsoft.Compute/virtualMachineScaleSets/extensions/readme.md b/arm/Microsoft.Compute/virtualMachineScaleSets/extensions/readme.md index 7195130973..bda4064346 100644 --- a/arm/Microsoft.Compute/virtualMachineScaleSets/extensions/readme.md +++ b/arm/Microsoft.Compute/virtualMachineScaleSets/extensions/readme.md @@ -29,7 +29,7 @@ This module deploys a virtual machine scale set extension. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `virtualMachineScaleSetName` | string | The name of the virtual machine scale set that extension is provisioned for. Required if the template is used in a standalone deployment. | +| `virtualMachineScaleSetName` | string | The name of the parent virtual machine scale set that extension is provisioned for. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.Compute/virtualMachines/extensions/deploy.bicep b/arm/Microsoft.Compute/virtualMachines/extensions/deploy.bicep index 3e0ae7a5bf..14b6bfaac1 100644 --- a/arm/Microsoft.Compute/virtualMachines/extensions/deploy.bicep +++ b/arm/Microsoft.Compute/virtualMachines/extensions/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the virtual machine that extension is provisioned for. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent virtual machine that extension is provisioned for. Required if the template is used in a standalone deployment.') param virtualMachineName string @description('Required. The name of the virtual machine extension.') diff --git a/arm/Microsoft.Compute/virtualMachines/extensions/readme.md b/arm/Microsoft.Compute/virtualMachines/extensions/readme.md index 24d57da1c6..1e387f965a 100644 --- a/arm/Microsoft.Compute/virtualMachines/extensions/readme.md +++ b/arm/Microsoft.Compute/virtualMachines/extensions/readme.md @@ -29,7 +29,7 @@ This module deploys a virtual machine extension. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `virtualMachineName` | string | The name of the virtual machine that extension is provisioned for. Required if the template is used in a standalone deployment. | +| `virtualMachineName` | string | The name of the parent virtual machine that extension is provisioned for. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.ContainerRegistry/registries/replications/deploy.bicep b/arm/Microsoft.ContainerRegistry/registries/replications/deploy.bicep index 63e9ae18ec..43be6e20c6 100644 --- a/arm/Microsoft.ContainerRegistry/registries/replications/deploy.bicep +++ b/arm/Microsoft.ContainerRegistry/registries/replications/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the registry. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent registry. Required if the template is used in a standalone deployment.') param registryName string @description('Required. The name of the replication.') diff --git a/arm/Microsoft.ContainerRegistry/registries/replications/readme.md b/arm/Microsoft.ContainerRegistry/registries/replications/readme.md index 3cee6bf9d9..f13afdc431 100644 --- a/arm/Microsoft.ContainerRegistry/registries/replications/readme.md +++ b/arm/Microsoft.ContainerRegistry/registries/replications/readme.md @@ -24,7 +24,7 @@ This module deploys ContainerRegistry Registries Replications. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `registryName` | string | The name of the registry. Required if the template is used in a standalone deployment. | +| `registryName` | string | The name of the parent registry. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.DataFactory/factories/integrationRuntime/deploy.bicep b/arm/Microsoft.DataFactory/factories/integrationRuntime/deploy.bicep index a892845caa..213e310864 100644 --- a/arm/Microsoft.DataFactory/factories/integrationRuntime/deploy.bicep +++ b/arm/Microsoft.DataFactory/factories/integrationRuntime/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the Azure Data Factory. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent Azure Data Factory. Required if the template is used in a standalone deployment.') param dataFactoryName string @description('Required. The name of the Integration Runtime.') diff --git a/arm/Microsoft.DataFactory/factories/integrationRuntime/readme.md b/arm/Microsoft.DataFactory/factories/integrationRuntime/readme.md index fc672818f1..4e729503a2 100644 --- a/arm/Microsoft.DataFactory/factories/integrationRuntime/readme.md +++ b/arm/Microsoft.DataFactory/factories/integrationRuntime/readme.md @@ -26,7 +26,7 @@ This module deploys a Managed or Self-Hosted Integration Runtime for an Azure Da **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `dataFactoryName` | string | The name of the Azure Data Factory. Required if the template is used in a standalone deployment. | +| `dataFactoryName` | string | The name of the parent Azure Data Factory. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.DataFactory/factories/managedVirtualNetwork/deploy.bicep b/arm/Microsoft.DataFactory/factories/managedVirtualNetwork/deploy.bicep index cbd8fef30e..5542692daf 100644 --- a/arm/Microsoft.DataFactory/factories/managedVirtualNetwork/deploy.bicep +++ b/arm/Microsoft.DataFactory/factories/managedVirtualNetwork/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the Azure Data Factory. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent Azure Data Factory. Required if the template is used in a standalone deployment.') param dataFactoryName string @description('Required. The name of the Managed Virtual Network.') diff --git a/arm/Microsoft.DataFactory/factories/managedVirtualNetwork/readme.md b/arm/Microsoft.DataFactory/factories/managedVirtualNetwork/readme.md index b06e0f076d..9744293605 100644 --- a/arm/Microsoft.DataFactory/factories/managedVirtualNetwork/readme.md +++ b/arm/Microsoft.DataFactory/factories/managedVirtualNetwork/readme.md @@ -24,7 +24,7 @@ This module deploys a Managed Virtual Network for an Azure Data Factory **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `dataFactoryName` | string | The name of the Azure Data Factory. Required if the template is used in a standalone deployment. | +| `dataFactoryName` | string | The name of the parent Azure Data Factory. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.EventHub/namespaces/authorizationRules/deploy.bicep b/arm/Microsoft.EventHub/namespaces/authorizationRules/deploy.bicep index a820608d07..743ba22f23 100644 --- a/arm/Microsoft.EventHub/namespaces/authorizationRules/deploy.bicep +++ b/arm/Microsoft.EventHub/namespaces/authorizationRules/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the event hub namespace. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent event hub namespace. Required if the template is used in a standalone deployment.') param namespaceName string @description('Required. The name of the authorization rule.') diff --git a/arm/Microsoft.EventHub/namespaces/authorizationRules/readme.md b/arm/Microsoft.EventHub/namespaces/authorizationRules/readme.md index 1bc64c8dd7..67d6117b3a 100644 --- a/arm/Microsoft.EventHub/namespaces/authorizationRules/readme.md +++ b/arm/Microsoft.EventHub/namespaces/authorizationRules/readme.md @@ -24,7 +24,7 @@ This module deploys an EventHub Namespace Authorization Rule **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `namespaceName` | string | The name of the event hub namespace. Required if the template is used in a standalone deployment. | +| `namespaceName` | string | The name of the parent event hub namespace. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.EventHub/namespaces/disasterRecoveryConfigs/deploy.bicep b/arm/Microsoft.EventHub/namespaces/disasterRecoveryConfigs/deploy.bicep index e5ba0e4531..c8cb528758 100644 --- a/arm/Microsoft.EventHub/namespaces/disasterRecoveryConfigs/deploy.bicep +++ b/arm/Microsoft.EventHub/namespaces/disasterRecoveryConfigs/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the event hub namespace. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent event hub namespace. Required if the template is used in a standalone deployment.') param namespaceName string @description('Required. The name of the disaster recovery config.') diff --git a/arm/Microsoft.EventHub/namespaces/disasterRecoveryConfigs/readme.md b/arm/Microsoft.EventHub/namespaces/disasterRecoveryConfigs/readme.md index 9ffc9be163..83c1445822 100644 --- a/arm/Microsoft.EventHub/namespaces/disasterRecoveryConfigs/readme.md +++ b/arm/Microsoft.EventHub/namespaces/disasterRecoveryConfigs/readme.md @@ -24,7 +24,7 @@ This module deploys an EventHub Namespace Disaster Recovery Config **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `namespaceName` | string | The name of the event hub namespace. Required if the template is used in a standalone deployment. | +| `namespaceName` | string | The name of the parent event hub namespace. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.EventHub/namespaces/eventhubs/authorizationRules/deploy.bicep b/arm/Microsoft.EventHub/namespaces/eventhubs/authorizationRules/deploy.bicep index ab85daa708..8690cf47ed 100644 --- a/arm/Microsoft.EventHub/namespaces/eventhubs/authorizationRules/deploy.bicep +++ b/arm/Microsoft.EventHub/namespaces/eventhubs/authorizationRules/deploy.bicep @@ -1,7 +1,7 @@ -@description('Conditional. The name of the event hub namespace. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent event hub namespace. Required if the template is used in a standalone deployment.') param namespaceName string -@description('Conditional. The name of the event hub namespace event hub. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent event hub namespace event hub. Required if the template is used in a standalone deployment.') param eventHubName string @description('Required. The name of the authorization rule.') diff --git a/arm/Microsoft.EventHub/namespaces/eventhubs/authorizationRules/readme.md b/arm/Microsoft.EventHub/namespaces/eventhubs/authorizationRules/readme.md index ea7fb9a736..f33c1c6fd7 100644 --- a/arm/Microsoft.EventHub/namespaces/eventhubs/authorizationRules/readme.md +++ b/arm/Microsoft.EventHub/namespaces/eventhubs/authorizationRules/readme.md @@ -24,8 +24,8 @@ This module deploys an EventHub Namespace EventHubs Authorization Rule **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `eventHubName` | string | The name of the event hub namespace event hub. Required if the template is used in a standalone deployment. | -| `namespaceName` | string | The name of the event hub namespace. Required if the template is used in a standalone deployment. | +| `eventHubName` | string | The name of the parent event hub namespace event hub. Required if the template is used in a standalone deployment. | +| `namespaceName` | string | The name of the parent event hub namespace. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.EventHub/namespaces/eventhubs/consumergroups/deploy.bicep b/arm/Microsoft.EventHub/namespaces/eventhubs/consumergroups/deploy.bicep index 0bc949449e..1b03bf2aa8 100644 --- a/arm/Microsoft.EventHub/namespaces/eventhubs/consumergroups/deploy.bicep +++ b/arm/Microsoft.EventHub/namespaces/eventhubs/consumergroups/deploy.bicep @@ -1,7 +1,7 @@ -@description('Conditional. The name of the event hub namespace. Required if the template is used in a standalone deployment.s.') +@description('Conditional. The name of the parent event hub namespace. Required if the template is used in a standalone deployment.s.') param namespaceName string -@description('Conditional. The name of the event hub namespace event hub. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent event hub namespace event hub. Required if the template is used in a standalone deployment.') param eventHubName string @description('Required. The name of the consumer group.') diff --git a/arm/Microsoft.EventHub/namespaces/eventhubs/consumergroups/readme.md b/arm/Microsoft.EventHub/namespaces/eventhubs/consumergroups/readme.md index 2186c5c40b..c643cd19de 100644 --- a/arm/Microsoft.EventHub/namespaces/eventhubs/consumergroups/readme.md +++ b/arm/Microsoft.EventHub/namespaces/eventhubs/consumergroups/readme.md @@ -24,8 +24,8 @@ This module deploys an EventHub Namespace EventHubs Consumer Group **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `eventHubName` | string | The name of the event hub namespace event hub. Required if the template is used in a standalone deployment. | -| `namespaceName` | string | The name of the event hub namespace. Required if the template is used in a standalone deployment.s. | +| `eventHubName` | string | The name of the parent event hub namespace event hub. Required if the template is used in a standalone deployment. | +| `namespaceName` | string | The name of the parent event hub namespace. Required if the template is used in a standalone deployment.s. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.EventHub/namespaces/eventhubs/deploy.bicep b/arm/Microsoft.EventHub/namespaces/eventhubs/deploy.bicep index d636d928aa..50323cceca 100644 --- a/arm/Microsoft.EventHub/namespaces/eventhubs/deploy.bicep +++ b/arm/Microsoft.EventHub/namespaces/eventhubs/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the event hub namespace. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent event hub namespace. Required if the template is used in a standalone deployment.') param namespaceName string @description('Required. The name of the event hub.') diff --git a/arm/Microsoft.EventHub/namespaces/eventhubs/readme.md b/arm/Microsoft.EventHub/namespaces/eventhubs/readme.md index f06112e115..d928b62dbe 100644 --- a/arm/Microsoft.EventHub/namespaces/eventhubs/readme.md +++ b/arm/Microsoft.EventHub/namespaces/eventhubs/readme.md @@ -28,7 +28,7 @@ This module deploys an Event Hub. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `namespaceName` | string | The name of the event hub namespace. Required if the template is used in a standalone deployment. | +| `namespaceName` | string | The name of the parent event hub namespace. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.KeyVault/vaults/accessPolicies/deploy.bicep b/arm/Microsoft.KeyVault/vaults/accessPolicies/deploy.bicep index be947f3fdc..e161410ac7 100644 --- a/arm/Microsoft.KeyVault/vaults/accessPolicies/deploy.bicep +++ b/arm/Microsoft.KeyVault/vaults/accessPolicies/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the key vault. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent key vault. Required if the template is used in a standalone deployment.') param keyVaultName string @description('Optional. The access policy deployment.') diff --git a/arm/Microsoft.KeyVault/vaults/accessPolicies/readme.md b/arm/Microsoft.KeyVault/vaults/accessPolicies/readme.md index f5167a7af5..78df5350e7 100644 --- a/arm/Microsoft.KeyVault/vaults/accessPolicies/readme.md +++ b/arm/Microsoft.KeyVault/vaults/accessPolicies/readme.md @@ -19,7 +19,7 @@ This module deploys key vault access policies. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `keyVaultName` | string | The name of the key vault. Required if the template is used in a standalone deployment. | +| `keyVaultName` | string | The name of the parent key vault. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.KeyVault/vaults/keys/deploy.bicep b/arm/Microsoft.KeyVault/vaults/keys/deploy.bicep index 8b7c552788..de0962508b 100644 --- a/arm/Microsoft.KeyVault/vaults/keys/deploy.bicep +++ b/arm/Microsoft.KeyVault/vaults/keys/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the key vault. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent key vault. Required if the template is used in a standalone deployment.') param keyVaultName string @description('Required. The name of the key.') diff --git a/arm/Microsoft.KeyVault/vaults/keys/readme.md b/arm/Microsoft.KeyVault/vaults/keys/readme.md index f8e5c2a516..e661582eff 100644 --- a/arm/Microsoft.KeyVault/vaults/keys/readme.md +++ b/arm/Microsoft.KeyVault/vaults/keys/readme.md @@ -25,7 +25,7 @@ This module deploys a key vault key. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `keyVaultName` | string | The name of the key vault. Required if the template is used in a standalone deployment. | +| `keyVaultName` | string | The name of the parent key vault. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.KeyVault/vaults/secrets/deploy.bicep b/arm/Microsoft.KeyVault/vaults/secrets/deploy.bicep index a2b2fb02f0..1918cd7bc5 100644 --- a/arm/Microsoft.KeyVault/vaults/secrets/deploy.bicep +++ b/arm/Microsoft.KeyVault/vaults/secrets/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the key vault. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent key vault. Required if the template is used in a standalone deployment.') param keyVaultName string @description('Required. The name of the secret.') diff --git a/arm/Microsoft.KeyVault/vaults/secrets/readme.md b/arm/Microsoft.KeyVault/vaults/secrets/readme.md index 140f8d8e2f..2b9e30eccb 100644 --- a/arm/Microsoft.KeyVault/vaults/secrets/readme.md +++ b/arm/Microsoft.KeyVault/vaults/secrets/readme.md @@ -26,7 +26,7 @@ This module deploys a key vault secret. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `keyVaultName` | string | The name of the key vault. Required if the template is used in a standalone deployment. | +| `keyVaultName` | string | The name of the parent key vault. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.MachineLearningServices/workspaces/readme.md b/arm/Microsoft.MachineLearningServices/workspaces/readme.md index 9139870cb7..eeecadf235 100644 --- a/arm/Microsoft.MachineLearningServices/workspaces/readme.md +++ b/arm/Microsoft.MachineLearningServices/workspaces/readme.md @@ -14,7 +14,7 @@ This module deploys a Machine Learning Services Workspace. | :-- | :-- | | `Microsoft.Authorization/locks` | [2017-04-01](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2017-04-01/locks) | | `Microsoft.Authorization/roleAssignments` | [2020-10-01-preview](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-10-01-preview/roleAssignments) | -| `Microsoft.Insights/diagnosticSettings` | [2021-05-01-preview](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/diagnosticSettings) | +| `Microsoft.Insights/diagnosticSettings` | [2021-05-01-preview](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings) | | `Microsoft.MachineLearningServices/workspaces` | [2021-07-01](https://docs.microsoft.com/en-us/azure/templates/Microsoft.MachineLearningServices/2021-07-01/workspaces) | | `Microsoft.MachineLearningServices/workspaces/computes` | [2022-01-01-preview](https://docs.microsoft.com/en-us/azure/templates/Microsoft.MachineLearningServices/2022-01-01-preview/workspaces/computes) | | `Microsoft.Network/privateEndpoints` | [2021-05-01](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-05-01/privateEndpoints) | diff --git a/arm/Microsoft.ManagedIdentity/userAssignedIdentities/readme.md b/arm/Microsoft.ManagedIdentity/userAssignedIdentities/readme.md index 7c484e536f..ee1554bbc0 100644 --- a/arm/Microsoft.ManagedIdentity/userAssignedIdentities/readme.md +++ b/arm/Microsoft.ManagedIdentity/userAssignedIdentities/readme.md @@ -14,7 +14,7 @@ This module deploys a user assigned identity. | :-- | :-- | | `Microsoft.Authorization/locks` | [2017-04-01](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2017-04-01/locks) | | `Microsoft.Authorization/roleAssignments` | [2020-10-01-preview](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-10-01-preview/roleAssignments) | -| `Microsoft.ManagedIdentity/userAssignedIdentities` | [2018-11-30](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ManagedIdentity/userAssignedIdentities) | +| `Microsoft.ManagedIdentity/userAssignedIdentities` | [2018-11-30](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ManagedIdentity/2018-11-30/userAssignedIdentities) | ## Parameters diff --git a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/deploy.bicep b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/deploy.bicep index afbffa9832..2759d4fab2 100644 --- a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/deploy.bicep +++ b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the NetApp account. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent NetApp account. Required if the template is used in a standalone deployment.') param netAppAccountName string @description('Required. The name of the capacity pool.') diff --git a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/readme.md b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/readme.md index 694737f36d..eb6671de63 100644 --- a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/readme.md +++ b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/readme.md @@ -27,7 +27,7 @@ This template deploys capacity pools in an Azure NetApp Files. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `netAppAccountName` | string | The name of the NetApp account. Required if the template is used in a standalone deployment. | +| `netAppAccountName` | string | The name of the parent NetApp account. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/deploy.bicep b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/deploy.bicep index 309a335cdd..cfbc79aef7 100644 --- a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/deploy.bicep +++ b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/deploy.bicep @@ -1,7 +1,7 @@ -@description('Conditional. The name of the NetApp account. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent NetApp account. Required if the template is used in a standalone deployment.') param netAppAccountName string -@description('Conditional. The name of the capacity pool. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent capacity pool. Required if the template is used in a standalone deployment.') param capacityPoolName string @description('Required. The name of the pool volume.') diff --git a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/readme.md b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/readme.md index 359d54e326..5443fcffa3 100644 --- a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/readme.md +++ b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/readme.md @@ -27,8 +27,8 @@ This template deploys volumes in a capacity pool of an Azure NetApp files. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `capacityPoolName` | string | The name of the capacity pool. Required if the template is used in a standalone deployment. | -| `netAppAccountName` | string | The name of the NetApp account. Required if the template is used in a standalone deployment. | +| `capacityPoolName` | string | The name of the parent capacity pool. Required if the template is used in a standalone deployment. | +| `netAppAccountName` | string | The name of the parent NetApp account. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.Network/loadBalancers/backendAddressPools/deploy.bicep b/arm/Microsoft.Network/loadBalancers/backendAddressPools/deploy.bicep index 7b71222a1f..1dfd69020b 100644 --- a/arm/Microsoft.Network/loadBalancers/backendAddressPools/deploy.bicep +++ b/arm/Microsoft.Network/loadBalancers/backendAddressPools/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the parent load balancer. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent parent load balancer. Required if the template is used in a standalone deployment.') param loadBalancerName string @description('Required. The name of the backend address pool.') diff --git a/arm/Microsoft.Network/loadBalancers/backendAddressPools/readme.md b/arm/Microsoft.Network/loadBalancers/backendAddressPools/readme.md index 927002a6aa..4815d6a554 100644 --- a/arm/Microsoft.Network/loadBalancers/backendAddressPools/readme.md +++ b/arm/Microsoft.Network/loadBalancers/backendAddressPools/readme.md @@ -24,7 +24,7 @@ This module deploys load balancer backend address pools. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `loadBalancerName` | string | The name of the parent load balancer. Required if the template is used in a standalone deployment. | +| `loadBalancerName` | string | The name of the parent parent load balancer. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.Network/loadBalancers/inboundNatRules/deploy.bicep b/arm/Microsoft.Network/loadBalancers/inboundNatRules/deploy.bicep index 24edb5b733..fc3b14d15e 100644 --- a/arm/Microsoft.Network/loadBalancers/inboundNatRules/deploy.bicep +++ b/arm/Microsoft.Network/loadBalancers/inboundNatRules/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the parent load balancer. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent parent load balancer. Required if the template is used in a standalone deployment.') param loadBalancerName string @description('Required. The name of the inbound NAT rule.') diff --git a/arm/Microsoft.Network/loadBalancers/inboundNatRules/readme.md b/arm/Microsoft.Network/loadBalancers/inboundNatRules/readme.md index fee70c9b38..d003e4e94f 100644 --- a/arm/Microsoft.Network/loadBalancers/inboundNatRules/readme.md +++ b/arm/Microsoft.Network/loadBalancers/inboundNatRules/readme.md @@ -26,7 +26,7 @@ This module deploys load balancers inbound NAT rules. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `loadBalancerName` | string | The name of the parent load balancer. Required if the template is used in a standalone deployment. | +| `loadBalancerName` | string | The name of the parent parent load balancer. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.Network/networkSecurityGroups/securityRules/deploy.bicep b/arm/Microsoft.Network/networkSecurityGroups/securityRules/deploy.bicep index b775e6f93f..af7e9f32c3 100644 --- a/arm/Microsoft.Network/networkSecurityGroups/securityRules/deploy.bicep +++ b/arm/Microsoft.Network/networkSecurityGroups/securityRules/deploy.bicep @@ -1,7 +1,7 @@ @sys.description('Required. The name of the security rule') param name string -@sys.description('Conditional. The name of the network security group to deploy the security rule into. Required if the template is used in a standalone deployment.') +@sys.description('Conditional. The name of the parent network security group to deploy the security rule into. Required if the template is used in a standalone deployment.') param networkSecurityGroupName string @sys.description('Optional. Whether network traffic is allowed or denied.') diff --git a/arm/Microsoft.Network/networkSecurityGroups/securityRules/readme.md b/arm/Microsoft.Network/networkSecurityGroups/securityRules/readme.md index efd78782c7..222eee66e2 100644 --- a/arm/Microsoft.Network/networkSecurityGroups/securityRules/readme.md +++ b/arm/Microsoft.Network/networkSecurityGroups/securityRules/readme.md @@ -27,7 +27,7 @@ This module deploys Network Security Group Security Rules. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `networkSecurityGroupName` | string | The name of the network security group to deploy the security rule into. Required if the template is used in a standalone deployment. | +| `networkSecurityGroupName` | string | The name of the parent network security group to deploy the security rule into. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.Network/privateEndpoints/privateDnsZoneGroups/deploy.bicep b/arm/Microsoft.Network/privateEndpoints/privateDnsZoneGroups/deploy.bicep index 1f00eb6103..db01f717a2 100644 --- a/arm/Microsoft.Network/privateEndpoints/privateDnsZoneGroups/deploy.bicep +++ b/arm/Microsoft.Network/privateEndpoints/privateDnsZoneGroups/deploy.bicep @@ -1,4 +1,4 @@ -@description('Conditional. The name of the private endpoint. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent private endpoint. Required if the template is used in a standalone deployment.') param privateEndpointName string @description('Required. List of private DNS resource IDs.') diff --git a/arm/Microsoft.Network/privateEndpoints/privateDnsZoneGroups/readme.md b/arm/Microsoft.Network/privateEndpoints/privateDnsZoneGroups/readme.md index b8f6383e75..6d827b810d 100644 --- a/arm/Microsoft.Network/privateEndpoints/privateDnsZoneGroups/readme.md +++ b/arm/Microsoft.Network/privateEndpoints/privateDnsZoneGroups/readme.md @@ -24,7 +24,7 @@ This module deploys a private endpoint private DNS zone group **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `privateEndpointName` | string | The name of the private endpoint. Required if the template is used in a standalone deployment. | +| `privateEndpointName` | string | The name of the parent private endpoint. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.Network/publicIPAddresses/deploy.bicep b/arm/Microsoft.Network/publicIPAddresses/deploy.bicep index 51497e1240..22844b5472 100644 --- a/arm/Microsoft.Network/publicIPAddresses/deploy.bicep +++ b/arm/Microsoft.Network/publicIPAddresses/deploy.bicep @@ -190,5 +190,5 @@ output name string = publicIpAddress.name @description('The resource ID of the public IP address.') output resourceId string = publicIpAddress.id -@description('The public IP address of the of the public IP address resource.') +@description('The public IP address of the public IP address resource.') output ipAddress string = publicIpAddress.properties.ipAddress diff --git a/arm/Microsoft.Network/publicIPAddresses/readme.md b/arm/Microsoft.Network/publicIPAddresses/readme.md index 6bf0e0633b..93389d8243 100644 --- a/arm/Microsoft.Network/publicIPAddresses/readme.md +++ b/arm/Microsoft.Network/publicIPAddresses/readme.md @@ -93,7 +93,7 @@ Create a role assignment for the given resource. If you want to assign a service | Output Name | Type | Description | | :-- | :-- | :-- | -| `ipAddress` | string | The public IP address of the of the public IP address resource. | +| `ipAddress` | string | The public IP address of the public IP address resource. | | `name` | string | The name of the public IP address. | | `resourceGroupName` | string | The resource group the public IP address was deployed into. | | `resourceId` | string | The resource ID of the public IP address. | diff --git a/arm/Microsoft.Network/virtualHubs/hubRouteTables/deploy.bicep b/arm/Microsoft.Network/virtualHubs/hubRouteTables/deploy.bicep index 5f985ce709..6cda1075f4 100644 --- a/arm/Microsoft.Network/virtualHubs/hubRouteTables/deploy.bicep +++ b/arm/Microsoft.Network/virtualHubs/hubRouteTables/deploy.bicep @@ -1,7 +1,7 @@ @description('Required. The route table name.') param name string -@description('Conditional. The virtual hub name. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent virtual hub. Required if the template is used in a standalone deployment.') param virtualHubName string @description('Optional. List of labels associated with this route table.') diff --git a/arm/Microsoft.Network/virtualHubs/hubRouteTables/readme.md b/arm/Microsoft.Network/virtualHubs/hubRouteTables/readme.md index 4d77b41233..b8be56a013 100644 --- a/arm/Microsoft.Network/virtualHubs/hubRouteTables/readme.md +++ b/arm/Microsoft.Network/virtualHubs/hubRouteTables/readme.md @@ -24,7 +24,7 @@ This module deploys virtual hub route tables. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `virtualHubName` | string | The virtual hub name. Required if the template is used in a standalone deployment. | +| `virtualHubName` | string | The name of the parent virtual hub. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.Network/virtualHubs/hubVirtualNetworkConnections/deploy.bicep b/arm/Microsoft.Network/virtualHubs/hubVirtualNetworkConnections/deploy.bicep index b13218e234..6d3cc941ab 100644 --- a/arm/Microsoft.Network/virtualHubs/hubVirtualNetworkConnections/deploy.bicep +++ b/arm/Microsoft.Network/virtualHubs/hubVirtualNetworkConnections/deploy.bicep @@ -1,7 +1,7 @@ @description('Required. The connection name.') param name string -@description('Conditional. The virtual hub name. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent virtual hub. Required if the template is used in a standalone deployment.') param virtualHubName string @description('Optional. Enable internet security.') diff --git a/arm/Microsoft.Network/virtualHubs/hubVirtualNetworkConnections/readme.md b/arm/Microsoft.Network/virtualHubs/hubVirtualNetworkConnections/readme.md index eb98bb8813..a3033acf10 100644 --- a/arm/Microsoft.Network/virtualHubs/hubVirtualNetworkConnections/readme.md +++ b/arm/Microsoft.Network/virtualHubs/hubVirtualNetworkConnections/readme.md @@ -25,7 +25,7 @@ This module deploys virtual hub virtual network connections. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `virtualHubName` | string | The virtual hub name. Required if the template is used in a standalone deployment. | +| `virtualHubName` | string | The name of the parent virtual hub. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.Network/virtualNetworks/subnets/deploy.bicep b/arm/Microsoft.Network/virtualNetworks/subnets/deploy.bicep index fe0dda3d6c..07c727f5dd 100644 --- a/arm/Microsoft.Network/virtualNetworks/subnets/deploy.bicep +++ b/arm/Microsoft.Network/virtualNetworks/subnets/deploy.bicep @@ -1,7 +1,7 @@ @description('Optional. The Name of the subnet resource.') param name string -@description('Conditional. The name of the parent virtual network. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent parent virtual network. Required if the template is used in a standalone deployment.') param virtualNetworkName string @description('Required. The address prefix for the subnet.') diff --git a/arm/Microsoft.Network/virtualNetworks/subnets/readme.md b/arm/Microsoft.Network/virtualNetworks/subnets/readme.md index 8cbf9c34dd..7298e1b33d 100644 --- a/arm/Microsoft.Network/virtualNetworks/subnets/readme.md +++ b/arm/Microsoft.Network/virtualNetworks/subnets/readme.md @@ -26,7 +26,7 @@ This module deploys a virtual network subnet. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `virtualNetworkName` | string | The name of the parent virtual network. Required if the template is used in a standalone deployment. | +| `virtualNetworkName` | string | The name of the parent parent virtual network. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.Network/virtualNetworks/virtualNetworkPeerings/deploy.bicep b/arm/Microsoft.Network/virtualNetworks/virtualNetworkPeerings/deploy.bicep index d24ee21f95..2b03c2c930 100644 --- a/arm/Microsoft.Network/virtualNetworks/virtualNetworkPeerings/deploy.bicep +++ b/arm/Microsoft.Network/virtualNetworks/virtualNetworkPeerings/deploy.bicep @@ -1,7 +1,7 @@ @description('Optional. The Name of Vnet Peering resource. If not provided, default value will be localVnetName-remoteVnetName.') param name string = '${localVnetName}-${last(split(remoteVirtualNetworkId, '/'))}' -@description('Conditional. The Name of the Virtual Network to add the peering to. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent Virtual Network to add the peering to. Required if the template is used in a standalone deployment.') param localVnetName string @description('Required. The Resource ID of the VNet that is this Local VNet is being peered to. Should be in the format of a Resource ID.') diff --git a/arm/Microsoft.Network/virtualNetworks/virtualNetworkPeerings/readme.md b/arm/Microsoft.Network/virtualNetworks/virtualNetworkPeerings/readme.md index bd5dfb5580..cc666c6e36 100644 --- a/arm/Microsoft.Network/virtualNetworks/virtualNetworkPeerings/readme.md +++ b/arm/Microsoft.Network/virtualNetworks/virtualNetworkPeerings/readme.md @@ -31,7 +31,7 @@ The following resources are required to be able to deploy this resource. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `localVnetName` | string | The Name of the Virtual Network to add the peering to. Required if the template is used in a standalone deployment. | +| `localVnetName` | string | The name of the parent Virtual Network to add the peering to. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.Network/vpnGateways/connections/deploy.bicep b/arm/Microsoft.Network/vpnGateways/connections/deploy.bicep index c3d70681d2..7e63d366cd 100644 --- a/arm/Microsoft.Network/vpnGateways/connections/deploy.bicep +++ b/arm/Microsoft.Network/vpnGateways/connections/deploy.bicep @@ -1,7 +1,7 @@ @description('Required. The name of the VPN connection.') param name string -@description('Conditional. The name of the VPN gateway this VPN connection is associated with. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent VPN gateway this VPN connection is associated with. Required if the template is used in a standalone deployment.') param vpnGatewayName string @description('Optional. The IPSec policies to be considered by this connection.') diff --git a/arm/Microsoft.Network/vpnGateways/connections/readme.md b/arm/Microsoft.Network/vpnGateways/connections/readme.md index 9cb3beecfd..db07b517fc 100644 --- a/arm/Microsoft.Network/vpnGateways/connections/readme.md +++ b/arm/Microsoft.Network/vpnGateways/connections/readme.md @@ -24,7 +24,7 @@ This module deploys VPN Gateways Connections. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `vpnGatewayName` | string | The name of the VPN gateway this VPN connection is associated with. Required if the template is used in a standalone deployment. | +| `vpnGatewayName` | string | The name of the parent VPN gateway this VPN connection is associated with. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.Network/vpnGateways/natRules/deploy.bicep b/arm/Microsoft.Network/vpnGateways/natRules/deploy.bicep index 2a1b50bef3..53156ffe17 100644 --- a/arm/Microsoft.Network/vpnGateways/natRules/deploy.bicep +++ b/arm/Microsoft.Network/vpnGateways/natRules/deploy.bicep @@ -1,7 +1,7 @@ @description('Required. The name of the NAT rule.') param name string -@description('Conditional. The name of the VPN gateway this NAT rule is associated with. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent VPN gateway this NAT rule is associated with. Required if the template is used in a standalone deployment.') param vpnGatewayName string @description('Optional. An address prefix range of destination IPs on the outside network that source IPs will be mapped to. In other words, your post-NAT address prefix range.') diff --git a/arm/Microsoft.Network/vpnGateways/natRules/readme.md b/arm/Microsoft.Network/vpnGateways/natRules/readme.md index bf0c26ba88..fbb6699e83 100644 --- a/arm/Microsoft.Network/vpnGateways/natRules/readme.md +++ b/arm/Microsoft.Network/vpnGateways/natRules/readme.md @@ -24,7 +24,7 @@ This module deploys VPN Gateways NATRules **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `vpnGatewayName` | string | The name of the VPN gateway this NAT rule is associated with. Required if the template is used in a standalone deployment. | +| `vpnGatewayName` | string | The name of the parent VPN gateway this NAT rule is associated with. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.OperationalInsights/workspaces/readme.md b/arm/Microsoft.OperationalInsights/workspaces/readme.md index d02ff8c983..82a233af4d 100644 --- a/arm/Microsoft.OperationalInsights/workspaces/readme.md +++ b/arm/Microsoft.OperationalInsights/workspaces/readme.md @@ -16,7 +16,7 @@ This template deploys a log analytics workspace. | `Microsoft.Authorization/roleAssignments` | [2020-10-01-preview](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-10-01-preview/roleAssignments) | | `Microsoft.Insights/diagnosticSettings` | [2021-05-01-preview](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings) | | `Microsoft.OperationalInsights/workspaces` | [2020-08-01](https://docs.microsoft.com/en-us/azure/templates/Microsoft.OperationalInsights/2020-08-01/workspaces) | -| `Microsoft.OperationalInsights/workspaces/dataSources` | [2020-08-01](https://docs.microsoft.com/en-us/azure/templates/Microsoft.OperationalInsights/workspaces/dataSources) | +| `Microsoft.OperationalInsights/workspaces/dataSources` | [2020-08-01](https://docs.microsoft.com/en-us/azure/templates/Microsoft.OperationalInsights/2020-08-01/workspaces/dataSources) | | `Microsoft.OperationalInsights/workspaces/linkedServices` | [2020-08-01](https://docs.microsoft.com/en-us/azure/templates/Microsoft.OperationalInsights/2020-08-01/workspaces/linkedServices) | | `Microsoft.OperationalInsights/workspaces/savedSearches` | [2020-08-01](https://docs.microsoft.com/en-us/azure/templates/Microsoft.OperationalInsights/2020-08-01/workspaces/savedSearches) | | `Microsoft.OperationalInsights/workspaces/storageInsightConfigs` | [2020-08-01](https://docs.microsoft.com/en-us/azure/templates/Microsoft.OperationalInsights/2020-08-01/workspaces/storageInsightConfigs) | diff --git a/arm/Microsoft.ServiceBus/namespaces/queues/authorizationRules/deploy.bicep b/arm/Microsoft.ServiceBus/namespaces/queues/authorizationRules/deploy.bicep index c75e3f69ad..7c598dab1e 100644 --- a/arm/Microsoft.ServiceBus/namespaces/queues/authorizationRules/deploy.bicep +++ b/arm/Microsoft.ServiceBus/namespaces/queues/authorizationRules/deploy.bicep @@ -1,10 +1,10 @@ @description('Required. The name of the service bus namepace queue.') param name string -@description('Conditional. The name of the parent service bus namespace. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent parent service bus namespace. Required if the template is used in a standalone deployment.') param namespaceName string -@description('Conditional. The name of the parent service bus namespace queue. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent parent service bus namespace queue. Required if the template is used in a standalone deployment.') param queueName string @description('Optional. The rights associated with the rule.') diff --git a/arm/Microsoft.ServiceBus/namespaces/queues/authorizationRules/readme.md b/arm/Microsoft.ServiceBus/namespaces/queues/authorizationRules/readme.md index 92b0ce2e37..2518bdcf55 100644 --- a/arm/Microsoft.ServiceBus/namespaces/queues/authorizationRules/readme.md +++ b/arm/Microsoft.ServiceBus/namespaces/queues/authorizationRules/readme.md @@ -24,8 +24,8 @@ This module deploys an authorization rule for a service bus namespace queue. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `namespaceName` | string | The name of the parent service bus namespace. Required if the template is used in a standalone deployment. | -| `queueName` | string | The name of the parent service bus namespace queue. Required if the template is used in a standalone deployment. | +| `namespaceName` | string | The name of the parent parent service bus namespace. Required if the template is used in a standalone deployment. | +| `queueName` | string | The name of the parent parent service bus namespace queue. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.ServiceBus/namespaces/topics/authorizationRules/deploy.bicep b/arm/Microsoft.ServiceBus/namespaces/topics/authorizationRules/deploy.bicep index f91e4a8c11..2c3c8e12fa 100644 --- a/arm/Microsoft.ServiceBus/namespaces/topics/authorizationRules/deploy.bicep +++ b/arm/Microsoft.ServiceBus/namespaces/topics/authorizationRules/deploy.bicep @@ -1,10 +1,10 @@ @description('Required. The name of the service bus namespace topic.') param name string -@description('Conditional. The name of the parent service bus namespace. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent parent service bus namespace. Required if the template is used in a standalone deployment.') param namespaceName string -@description('Conditional. The name of the parent service bus namespace topic. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent parent service bus namespace topic. Required if the template is used in a standalone deployment.') param topicName string @description('Optional. The rights associated with the rule.') diff --git a/arm/Microsoft.ServiceBus/namespaces/topics/authorizationRules/readme.md b/arm/Microsoft.ServiceBus/namespaces/topics/authorizationRules/readme.md index c78721abaa..9db26d7a07 100644 --- a/arm/Microsoft.ServiceBus/namespaces/topics/authorizationRules/readme.md +++ b/arm/Microsoft.ServiceBus/namespaces/topics/authorizationRules/readme.md @@ -24,8 +24,8 @@ This module deploys an authorization rule for a service bus namespace topic. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `namespaceName` | string | The name of the parent service bus namespace. Required if the template is used in a standalone deployment. | -| `topicName` | string | The name of the parent service bus namespace topic. Required if the template is used in a standalone deployment. | +| `namespaceName` | string | The name of the parent parent service bus namespace. Required if the template is used in a standalone deployment. | +| `topicName` | string | The name of the parent parent service bus namespace topic. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies/deploy.bicep b/arm/Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies/deploy.bicep index 60d9ec5692..b9ccf57725 100644 --- a/arm/Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies/deploy.bicep +++ b/arm/Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies/deploy.bicep @@ -1,7 +1,7 @@ @description('Required. The name of the Long Term Retention backup policy. For example "default".') param name string -@description('Conditional. The name of the managed instance database. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent managed instance database. Required if the template is used in a standalone deployment.') param databaseName string @description('Conditional. Name of the managed instance. Required if the template is used in a standalone deployment.') diff --git a/arm/Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies/readme.md b/arm/Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies/readme.md index 53a85a781e..0f21b9a808 100644 --- a/arm/Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies/readme.md +++ b/arm/Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies/readme.md @@ -24,7 +24,7 @@ This module deploys a backup long-term retention policies for SQL Managed Instan **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `databaseName` | string | The name of the managed instance database. Required if the template is used in a standalone deployment. | +| `databaseName` | string | The name of the parent managed instance database. Required if the template is used in a standalone deployment. | | `managedInstanceName` | string | Name of the managed instance. Required if the template is used in a standalone deployment. | **Optional parameters** diff --git a/arm/Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies/deploy.bicep b/arm/Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies/deploy.bicep index b9f9614b80..d8e5819231 100644 --- a/arm/Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies/deploy.bicep +++ b/arm/Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies/deploy.bicep @@ -1,7 +1,7 @@ @description('Required. The name of the Short Term Retention backup policy. For example "default".') param name string -@description('Conditional. The name of the SQL managed instance database. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent SQL managed instance database. Required if the template is used in a standalone deployment.') param databaseName string @description('Conditional. Name of the SQL managed instance. Required if the template is used in a standalone deployment.') diff --git a/arm/Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies/readme.md b/arm/Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies/readme.md index 0ea7441e65..95e3e4c883 100644 --- a/arm/Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies/readme.md +++ b/arm/Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies/readme.md @@ -25,7 +25,7 @@ This module deploys a backup short-term retention policies for SQL Managed Insta **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `databaseName` | string | The name of the SQL managed instance database. Required if the template is used in a standalone deployment. | +| `databaseName` | string | The name of the parent SQL managed instance database. Required if the template is used in a standalone deployment. | | `managedInstanceName` | string | Name of the SQL managed instance. Required if the template is used in a standalone deployment. | **Optional parameters** diff --git a/arm/Microsoft.Sql/managedInstances/databases/deploy.bicep b/arm/Microsoft.Sql/managedInstances/databases/deploy.bicep index 20b302f4a5..7ffb74a133 100644 --- a/arm/Microsoft.Sql/managedInstances/databases/deploy.bicep +++ b/arm/Microsoft.Sql/managedInstances/databases/deploy.bicep @@ -1,7 +1,7 @@ @description('Required. The name of the SQL managed instance database.') param name string -@description('Conditional. The name of the SQL managed instance. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent SQL managed instance. Required if the template is used in a standalone deployment.') param managedInstanceName string @description('Optional. Location for all resources.') diff --git a/arm/Microsoft.Sql/managedInstances/databases/readme.md b/arm/Microsoft.Sql/managedInstances/databases/readme.md index 0b8c82be84..c0532bd6b3 100644 --- a/arm/Microsoft.Sql/managedInstances/databases/readme.md +++ b/arm/Microsoft.Sql/managedInstances/databases/readme.md @@ -32,7 +32,7 @@ The SQL Managed Instance Database is deployed on a SQL Managed Instance. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `managedInstanceName` | string | The name of the SQL managed instance. Required if the template is used in a standalone deployment. | +| `managedInstanceName` | string | The name of the parent SQL managed instance. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.Sql/servers/databases/deploy.bicep b/arm/Microsoft.Sql/servers/databases/deploy.bicep index 987f5e2626..c9791da6ce 100644 --- a/arm/Microsoft.Sql/servers/databases/deploy.bicep +++ b/arm/Microsoft.Sql/servers/databases/deploy.bicep @@ -1,7 +1,7 @@ @description('Required. The name of the database.') param name string -@description('Conditional. The Name of SQL Server. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent SQL Server. Required if the template is used in a standalone deployment.') param serverName string @description('Optional. The collation of the database.') diff --git a/arm/Microsoft.Sql/servers/databases/readme.md b/arm/Microsoft.Sql/servers/databases/readme.md index fee1d3bf34..9b09263672 100644 --- a/arm/Microsoft.Sql/servers/databases/readme.md +++ b/arm/Microsoft.Sql/servers/databases/readme.md @@ -25,7 +25,7 @@ This module deploys an Azure SQL Server. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `serverName` | string | The Name of SQL Server. Required if the template is used in a standalone deployment. | +| `serverName` | string | The name of the parent SQL Server. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.Sql/servers/firewallRules/deploy.bicep b/arm/Microsoft.Sql/servers/firewallRules/deploy.bicep index 66229102d3..ec242a2453 100644 --- a/arm/Microsoft.Sql/servers/firewallRules/deploy.bicep +++ b/arm/Microsoft.Sql/servers/firewallRules/deploy.bicep @@ -7,7 +7,7 @@ param endIpAddress string = '0.0.0.0' @description('Optional. The start IP address of the firewall rule. Must be IPv4 format. Use value \'0.0.0.0\' for all Azure-internal IP addresses.') param startIpAddress string = '0.0.0.0' -@description('Conditional. The Name of SQL Server. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent SQL Server. Required if the template is used in a standalone deployment.') param serverName string @description('Optional. Enable telemetry via the Customer Usage Attribution ID (GUID).') diff --git a/arm/Microsoft.Sql/servers/firewallRules/readme.md b/arm/Microsoft.Sql/servers/firewallRules/readme.md index 566a3c456f..6d059ebe87 100644 --- a/arm/Microsoft.Sql/servers/firewallRules/readme.md +++ b/arm/Microsoft.Sql/servers/firewallRules/readme.md @@ -24,7 +24,7 @@ This module deploys an SQL Server Firewall rule. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `serverName` | string | The Name of SQL Server. Required if the template is used in a standalone deployment. | +| `serverName` | string | The name of the parent SQL Server. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description | diff --git a/arm/Microsoft.Sql/servers/securityAlertPolicies/deploy.bicep b/arm/Microsoft.Sql/servers/securityAlertPolicies/deploy.bicep index dda89e55a8..61e277134c 100644 --- a/arm/Microsoft.Sql/servers/securityAlertPolicies/deploy.bicep +++ b/arm/Microsoft.Sql/servers/securityAlertPolicies/deploy.bicep @@ -27,7 +27,7 @@ param storageAccountAccessKey string = '' @description('Optional. Specifies the blob storage endpoint (e.g. https://mystorageaccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.') param storageEndpoint string = '' -@description('Conditional. The Name of SQL Server. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent SQL Server. Required if the template is used in a standalone deployment.') param serverName string @description('Optional. Enable telemetry via the Customer Usage Attribution ID (GUID).') diff --git a/arm/Microsoft.Sql/servers/securityAlertPolicies/readme.md b/arm/Microsoft.Sql/servers/securityAlertPolicies/readme.md index 3c28aa8c74..ba5330a064 100644 --- a/arm/Microsoft.Sql/servers/securityAlertPolicies/readme.md +++ b/arm/Microsoft.Sql/servers/securityAlertPolicies/readme.md @@ -24,7 +24,7 @@ This module deploys an SQL Server Security Alert Policy. **Conditional parameters** | Parameter Name | Type | Description | | :-- | :-- | :-- | -| `serverName` | string | The Name of SQL Server. Required if the template is used in a standalone deployment. | +| `serverName` | string | The name of the parent SQL Server. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Allowed Values | Description | diff --git a/arm/Microsoft.Storage/storageAccounts/fileServices/shares/deploy.bicep b/arm/Microsoft.Storage/storageAccounts/fileServices/shares/deploy.bicep index a8f3fe3113..2cd67243cf 100644 --- a/arm/Microsoft.Storage/storageAccounts/fileServices/shares/deploy.bicep +++ b/arm/Microsoft.Storage/storageAccounts/fileServices/shares/deploy.bicep @@ -2,7 +2,7 @@ @description('Conditional. Name of the Storage Account. Required if the template is used in a standalone deployment.') param storageAccountName string -@description('Conditional. The name of the file service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent file service. Required if the template is used in a standalone deployment.') param fileServicesName string = 'default' @description('Required. The name of the file share to create.') diff --git a/arm/Microsoft.Storage/storageAccounts/fileServices/shares/readme.md b/arm/Microsoft.Storage/storageAccounts/fileServices/shares/readme.md index 8c40f90a29..fd4fe08135 100644 --- a/arm/Microsoft.Storage/storageAccounts/fileServices/shares/readme.md +++ b/arm/Microsoft.Storage/storageAccounts/fileServices/shares/readme.md @@ -25,7 +25,7 @@ This module deploys a storage account file share. **Conditional parameters** | Parameter Name | Type | Default Value | Description | | :-- | :-- | :-- | :-- | -| `fileServicesName` | string | `'default'` | The name of the file service. Required if the template is used in a standalone deployment. | +| `fileServicesName` | string | `'default'` | The name of the parent file service. Required if the template is used in a standalone deployment. | | `storageAccountName` | string | | Name of the Storage Account. Required if the template is used in a standalone deployment. | **Optional parameters** diff --git a/arm/Microsoft.Storage/storageAccounts/queueServices/queues/deploy.bicep b/arm/Microsoft.Storage/storageAccounts/queueServices/queues/deploy.bicep index 91e3c7327b..911bed91fc 100644 --- a/arm/Microsoft.Storage/storageAccounts/queueServices/queues/deploy.bicep +++ b/arm/Microsoft.Storage/storageAccounts/queueServices/queues/deploy.bicep @@ -2,7 +2,7 @@ @description('Conditional. Name of the Storage Account. Required if the template is used in a standalone deployment.') param storageAccountName string -@description('Conditional. The name of the queue service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent queue service. Required if the template is used in a standalone deployment.') param queueServicesName string = 'default' @description('Required. The name of the storage queue to deploy.') diff --git a/arm/Microsoft.Storage/storageAccounts/queueServices/queues/readme.md b/arm/Microsoft.Storage/storageAccounts/queueServices/queues/readme.md index a4d46b858b..564d83a872 100644 --- a/arm/Microsoft.Storage/storageAccounts/queueServices/queues/readme.md +++ b/arm/Microsoft.Storage/storageAccounts/queueServices/queues/readme.md @@ -26,7 +26,7 @@ This module deploys a storage account queue **Conditional parameters** | Parameter Name | Type | Default Value | Description | | :-- | :-- | :-- | :-- | -| `queueServicesName` | string | `'default'` | The name of the queue service. Required if the template is used in a standalone deployment. | +| `queueServicesName` | string | `'default'` | The name of the parent queue service. Required if the template is used in a standalone deployment. | | `storageAccountName` | string | | Name of the Storage Account. Required if the template is used in a standalone deployment. | **Optional parameters** diff --git a/arm/Microsoft.Storage/storageAccounts/tableServices/tables/deploy.bicep b/arm/Microsoft.Storage/storageAccounts/tableServices/tables/deploy.bicep index 654078ebff..896ebe5f07 100644 --- a/arm/Microsoft.Storage/storageAccounts/tableServices/tables/deploy.bicep +++ b/arm/Microsoft.Storage/storageAccounts/tableServices/tables/deploy.bicep @@ -2,7 +2,7 @@ @description('Conditional. Name of the Storage Account. Required if the template is used in a standalone deployment.') param storageAccountName string -@description('Conditional. The name of the table service. Required if the template is used in a standalone deployment.') +@description('Conditional. The name of the parent table service. Required if the template is used in a standalone deployment.') param tableServicesName string = 'default' @description('Required. Name of the table.') diff --git a/arm/Microsoft.Storage/storageAccounts/tableServices/tables/readme.md b/arm/Microsoft.Storage/storageAccounts/tableServices/tables/readme.md index 2d7c7adec5..c7f66335f6 100644 --- a/arm/Microsoft.Storage/storageAccounts/tableServices/tables/readme.md +++ b/arm/Microsoft.Storage/storageAccounts/tableServices/tables/readme.md @@ -25,7 +25,7 @@ This module deploys a storage account table | Parameter Name | Type | Default Value | Description | | :-- | :-- | :-- | :-- | | `storageAccountName` | string | | Name of the Storage Account. Required if the template is used in a standalone deployment. | -| `tableServicesName` | string | `'default'` | The name of the table service. Required if the template is used in a standalone deployment. | +| `tableServicesName` | string | `'default'` | The name of the parent table service. Required if the template is used in a standalone deployment. | **Optional parameters** | Parameter Name | Type | Default Value | Description |