Skip to content

Commit 74c8af8

Browse files
authored
Merge pull request #125328 from Rageking8/remove-extraneous-trailing-colons
Remove extraneous trailing colons
2 parents d37670a + 7f2defa commit 74c8af8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/automation/automation-webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ This example uses the PowerShell cmdlet [Invoke-WebRequest](/powershell/module/m
312312
$body = ConvertTo-Json -InputObject $Names
313313
```
314314
315-
1. For larger sets, you may wish to use a file. Create a file named `names.json` and then paste the following code::
315+
1. For larger sets, you may wish to use a file. Create a file named `names.json` and then paste the following code:
316316
317317
```json
318318
[

articles/backup/azure-kubernetes-service-backup-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This error appears due to absence of these FQDN rules because of which configura
8282

8383
**Resolution**: To resolve the issue, you need to create a *CoreDNS-custom override* for the *DP* endpoint to pass through the public network.
8484

85-
1. Get Existing CoreDNS-custom YAML in your cluster (save it on your local for reference later)::
85+
1. Get Existing CoreDNS-custom YAML in your cluster (save it on your local for reference later):
8686

8787
```azurecli-interactive
8888
kubectl get configmap coredns-custom -n kube-system -o yaml

articles/reliability/reliability-health-data-services-deidentification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article describes reliability support in the de-identification service (pre
1919

2020
[!INCLUDE [introduction to disaster recovery](includes/reliability-disaster-recovery-description-include.md)]
2121

22-
Each de-identification service (preview) is deployed to a single Azure region. If an entire region is not available or performance is significantly degraded::
22+
Each de-identification service (preview) is deployed to a single Azure region. If an entire region is not available or performance is significantly degraded:
2323
- ARM control plane functionality is limited to read-only during the outage. Your service metadata (such as resource properties) is always backed up outside of the region by Microsoft. Once the outage is over, you can read and write to the control plane.
2424
- All data plane requests fail during the outage, such as de-identification or job API requests. No customer data is lost, but there's the potential for job progress metadata to be lost. Once the outage is over, you can read and write to the data plane.
2525

@@ -207,4 +207,4 @@ To check the recovery status of your service, you can send requests to `<service
207207

208208
## Related content
209209

210-
- [Reliability in Azure](/azure/reliability/overview)
210+
- [Reliability in Azure](/azure/reliability/overview)

articles/storage/blobs/storage-quickstart-blobs-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can authorize access to data in your storage account using the following ste
8080
az login
8181
```
8282
83-
2. To use `DefaultAzureCredential` in a Go application, install the [azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity) module using the following command::
83+
2. To use `DefaultAzureCredential` in a Go application, install the [azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity) module using the following command:
8484
8585
```console
8686
go get github.com/Azure/azure-sdk-for-go/sdk/azidentity

0 commit comments

Comments
 (0)