Skip to content

Commit ec58359

Browse files
authored
Fix formatting for notes in registry docs (#28607)
1 parent a1ebd3f commit ec58359

9 files changed

Lines changed: 11 additions & 11 deletions

website/docs/d/healthcare_service.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following attributes are exported:
3636

3737
* `location` - The Azure Region where the Service is located.
3838

39-
~> **Please Note**: Not all locations support this resource. Some are `West US 2`, `North Central US`, and `UK West`.
39+
~> **Please Note:** Not all locations support this resource. Some are `West US 2`, `North Central US`, and `UK West`.
4040

4141
* `kind` - The type of the service.
4242
* `authentication_configuration` - An `authentication_configuration` block as defined below.

website/docs/r/application_gateway.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The following arguments are supported:
150150

151151
* `zones` - (Optional) Specifies a list of Availability Zones in which this Application Gateway should be located. Changing this forces a new Application Gateway to be created.
152152

153-
-> **Please Note**: Availability Zones are not supported in all regions at this time, please check the [official documentation](https://docs.microsoft.com/azure/availability-zones/az-overview) for more information. They are also only supported for [v2 SKUs](https://docs.microsoft.com/azure/application-gateway/application-gateway-autoscaling-zone-redundant)
153+
-> **Please Note:** Availability Zones are not supported in all regions at this time, please check the [official documentation](https://docs.microsoft.com/azure/availability-zones/az-overview) for more information. They are also only supported for [v2 SKUs](https://docs.microsoft.com/azure/application-gateway/application-gateway-autoscaling-zone-redundant)
154154

155155
* `trusted_client_certificate` - (Optional) One or more `trusted_client_certificate` blocks as defined below.
156156

@@ -340,7 +340,7 @@ A `private_link_configuration` block supports the following:
340340

341341
* `ip_configuration` - (Required) One or more `ip_configuration` blocks as defined below.
342342

343-
-> **Please Note**: The `AllowApplicationGatewayPrivateLink` feature must be registered on the subscription before enabling private link
343+
-> **Please Note:** The `AllowApplicationGatewayPrivateLink` feature must be registered on the subscription before enabling private link
344344

345345
```bash
346346
az feature register --name AllowApplicationGatewayPrivateLink --namespace Microsoft.Network

website/docs/r/data_factory_integration_runtime_self_hosted.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A `rbac_authorization` block supports the following:
5252

5353
* `resource_id` - (Required) The resource identifier of the integration runtime to be shared.
5454

55-
-> **Please Note**: RBAC Authorization creates a [linked Self-hosted Integration Runtime targeting the Shared Self-hosted Integration Runtime in resource_id](https://docs.microsoft.com/azure/data-factory/create-shared-self-hosted-integration-runtime-powershell#share-the-self-hosted-integration-runtime-with-another-data-factory). The linked Self-hosted Integration Runtime needs Contributor access granted to the Shared Self-hosted Data Factory. See example [Shared Self-hosted](https://github.com/hashicorp/terraform-provider-azurerm/tree/main/examples/data-factory/shared-self-hosted).
55+
-> **Please Note:** RBAC Authorization creates a [linked Self-hosted Integration Runtime targeting the Shared Self-hosted Integration Runtime in resource_id](https://docs.microsoft.com/azure/data-factory/create-shared-self-hosted-integration-runtime-powershell#share-the-self-hosted-integration-runtime-with-another-data-factory). The linked Self-hosted Integration Runtime needs Contributor access granted to the Shared Self-hosted Data Factory. See example [Shared Self-hosted](https://github.com/hashicorp/terraform-provider-azurerm/tree/main/examples/data-factory/shared-self-hosted).
5656

5757
For more information on the configuration, please check out the [Azure documentation](https://docs.microsoft.com/rest/api/datafactory/integrationruntimes/createorupdate#linkedintegrationruntimerbacauthorization)
5858

website/docs/r/firewall.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following arguments are supported:
8888

8989
* `zones` - (Optional) Specifies a list of Availability Zones in which this Azure Firewall should be located. Changing this forces a new Azure Firewall to be created.
9090

91-
-> **Please Note**: Availability Zones are [only supported in several regions at this time](https://docs.microsoft.com/azure/availability-zones/az-overview).
91+
-> **Please Note:** Availability Zones are [only supported in several regions at this time](https://docs.microsoft.com/azure/availability-zones/az-overview).
9292

9393
* `tags` - (Optional) A mapping of tags to assign to the resource.
9494

website/docs/r/healthcare_service.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following arguments are supported:
6060
* `resource_group_name` - (Required) The name of the Resource Group in which to create the Service. Changing this forces a new resource to be created.
6161
* `location` - (Required) Specifies the supported Azure Region where the Service should be created. Changing this forces a new resource to be created.
6262

63-
~> **Please Note**: Not all locations support this resource. Some are `West US 2`, `North Central US`, and `UK West`.
63+
~> **Please Note:** Not all locations support this resource. Some are `West US 2`, `North Central US`, and `UK West`.
6464

6565
* `configuration_export_storage_account_name` - (Optional) Specifies the name of the storage account which the operation configuration information is exported to.
6666
* `identity` - (Optional) An `identity` block as defined below.
@@ -69,7 +69,7 @@ The following arguments are supported:
6969
* `cosmosdb_throughput` - (Optional) The provisioned throughput for the backing database. Range of `400`-`100000`. Defaults to `1000`.
7070
* `cosmosdb_key_vault_key_versionless_id` - (Optional) A versionless Key Vault Key ID for CMK encryption of the backing database. Changing this forces a new resource to be created.
7171

72-
~> **Please Note** In order to use a `Custom Key` from Key Vault for encryption you must grant Azure Cosmos DB Service access to your key vault. For instructions on how to configure your Key Vault correctly please refer to the [product documentation](https://docs.microsoft.com/azure/cosmos-db/how-to-setup-cmk#add-an-access-policy-to-your-azure-key-vault-instance)
72+
~> **Please Note:** In order to use a `Custom Key` from Key Vault for encryption you must grant Azure Cosmos DB Service access to your key vault. For instructions on how to configure your Key Vault correctly please refer to the [product documentation](https://docs.microsoft.com/azure/cosmos-db/how-to-setup-cmk#add-an-access-policy-to-your-azure-key-vault-instance)
7373

7474
* `cors_configuration` - (Optional) A `cors_configuration` block as defined below.
7575
* `public_network_access_enabled` - (Optional) Whether public network access is enabled or disabled for this service instance. Defaults to `true`.

website/docs/r/mssql_job_schedule.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following arguments are supported:
7575

7676
* `enabled` - (Optional) Should the Elastic Job Schedule be enabled? Defaults to `false`.
7777

78-
~> **Note**: When `type` is set to `Once` and `enabled` is set to `true`, it's recommended to add `enabled` to `ignore_changes`. This is because Azure will set `enabled` to `false` once the job has executed.
78+
~> **Note:** When `type` is set to `Once` and `enabled` is set to `true`, it's recommended to add `enabled` to `ignore_changes`. This is because Azure will set `enabled` to `false` once the job has executed.
7979

8080
* `end_time` - (Optional) The end time of the schedule. Must be in RFC3339 format.
8181

website/docs/r/portal_dashboard.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ The following arguments are supported:
244244

245245
* `name` - (Required) Specifies the name of the Shared Dashboard. Changing this forces a new resource to be created.
246246

247-
-> **Note**: You can specify a tag with the key `hidden-title` to set a more user-friendly title for this Dashboard.
247+
-> **Note:** You can specify a tag with the key `hidden-title` to set a more user-friendly title for this Dashboard.
248248

249249
* `resource_group_name` - (Required) The name of the resource group in which to create the dashboard. Changing this forces a new resource to be created.
250250

website/docs/r/redis_cache.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The following arguments are supported:
9595

9696
* `zones` - (Optional) Specifies a list of Availability Zones in which this Redis Cache should be located. Changing this forces a new Redis Cache to be created.
9797

98-
-> **Please Note**: Availability Zones are [in Preview and only supported in several regions at this time](https://docs.microsoft.com/azure/availability-zones/az-overview) - as such you must be opted into the Preview to use this functionality. You can [opt into the Availability Zones Preview in the Azure Portal](https://aka.ms/azenroll).
98+
-> **Please Note:** Availability Zones are [in Preview and only supported in several regions at this time](https://docs.microsoft.com/azure/availability-zones/az-overview) - as such you must be opted into the Preview to use this functionality. You can [opt into the Availability Zones Preview in the Azure Portal](https://aka.ms/azenroll).
9999

100100
---
101101

website/docs/r/virtual_machine.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The following arguments are supported:
155155

156156
* `zones` - (Optional) A list of a single item of the Availability Zone which the Virtual Machine should be allocated in. Changing this forces a new resource to be created.
157157

158-
-> **Please Note**: Availability Zones are [only supported in several regions at this time](https://docs.microsoft.com/azure/availability-zones/az-overview).
158+
-> **Please Note:** Availability Zones are [only supported in several regions at this time](https://docs.microsoft.com/azure/availability-zones/az-overview).
159159

160160
For more information on the different example configurations, please check out the [Azure documentation](https://docs.microsoft.com/en-gb/rest/api/compute/virtualmachines/createorupdate#examples)
161161

0 commit comments

Comments
 (0)