Skip to content

Commit 0a33c14

Browse files
authored
Corrected other-site-link-broken build warnings (#26744)
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent 571fa9f commit 0a33c14

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

src/App/App/help/New-AzContainerAppIdentityProviderObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ Accept wildcard characters: False
652652
### -RegistrationOpenIdIssuer
653653
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
654654
When using Azure Active Directory, this value is the URI of the directory tenant, e.g.
655-
https://login.microsoftonline.com/v2.0/{tenant-guid}/.
655+
`https://login.microsoftonline.com/v2.0/{tenant-guid}/`.
656656
This URI is a case-sensitive identifier for the token issuer.
657657
More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html.
658658

src/Communication/Communication/help/Get-AzEmailServicedataEmailSendResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Accept wildcard characters: False
6767
```
6868
6969
### -Endpoint
70-
The communication resource, for example https://my-resource.communication.azure.com
70+
The communication resource, for example `https://my-resource.communication.azure.com`
7171

7272
```yaml
7373
Type: System.String

src/Communication/Communication/help/Send-AzEmailServicedataEmail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Accept wildcard characters: False
280280
```
281281
282282
### -Endpoint
283-
The communication resource, for example https://my-resource.communication.azure.com
283+
The communication resource, for example `https://my-resource.communication.azure.com`
284284

285285
```yaml
286286
Type: System.String

src/Monitor/Monitor/help/Get-AzMetricsBatch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ Accept wildcard characters: False
607607
```
608608
609609
### -Endpoint
610-
The regional endpoint to use, for example https://eastus.metrics.monitor.azure.com.
610+
The regional endpoint to use, for example `https://eastus.metrics.monitor.azure.com`.
611611
The region should match the region of the requested resources.
612612
For global resources, the region should be 'global'.
613613

@@ -909,7 +909,7 @@ Accept wildcard characters: False
909909
```
910910
911911
### -Endpoint
912-
The regional endpoint to use, for example https://eastus.metrics.monitor.azure.com.
912+
The regional endpoint to use, for example `https://eastus.metrics.monitor.azure.com`.
913913
The region should match the region of the requested resources.
914914
For global resources, the region should be 'global'.
915915

src/Workloads/Workloads/help/Update-AzWorkloadsSapVirtualInstance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The options to choose from are Public and Private.
133133
If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist.
134134
This is required for establishing connectivity between VM extensions and the managed resource group storage account.
135135
This setting is currently applicable only to Storage Account.
136-
Learn more here https://go.microsoft.com/fwlink/linkid=2247228
137136
138137
```yaml
139138
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.ManagedResourcesNetworkAccessType

0 commit comments

Comments
 (0)