Skip to content

Commit

Permalink
Corrected docs other-site-link-broken build suggestions (Azure#24325)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike F. Robbins <[email protected]>
  • Loading branch information
mikefrobbins and mikefrobbins authored Mar 11, 2024
1 parent 5a36579 commit f538998
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Accept wildcard characters: False
```
### -EndpointUrl
Specifies Azure CodeSigning Endpoint used to sign CI policy. It's an Url, format is https://xxx.codesigning.azure.net
Specifies Azure CodeSigning Endpoint used to sign CI policy. It's an Url, format is `https://xxx.codesigning.azure.net`

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Accept wildcard characters: False
```
### -EndpointUrl
Specifies Azure CodeSigning Endpoint used to sign CI policy. It's an Url, format is https://xxx.codesigning.azure.net
Specifies Azure CodeSigning Endpoint used to sign CI policy. It's an Url, format is `https://xxx.codesigning.azure.net`

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Accept wildcard characters: False
```
### -EndpointUrl
Specifies Azure CodeSigning Endpoint used to sign CI policy. It's an Url, format is https://xxx.codesigning.azure.net
Specifies Azure CodeSigning Endpoint used to sign CI policy. It's an Url, format is `https://xxx.codesigning.azure.net`

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion src/Monitor/Monitor/help/Get-AzMetricsBatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Accept wildcard characters: False
```
### -Endpoint
The regional endpoint to use, for example https://eastus.metrics.monitor.azure.com.
The regional endpoint to use, for example `https://eastus.metrics.monitor.azure.com`.
The region should match the region of the requested resources.
For global resources, the region should be 'global'.

Expand Down

0 comments on commit f538998

Please sign in to comment.