Skip to content

Commit 9f66aa9

Browse files
authored
Corrected docs link-broken build warnings (#23948)
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent a0bbe9a commit 9f66aa9

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

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

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

src/DesktopVirtualization/DesktopVirtualization/help/New-AzWvdHostPool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Accept wildcard characters: False
124124
```
125125
126126
### -AgentUpdateMaintenanceWindowTimeZone
127-
Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyidview=net-5.0.
127+
Time zone for maintenance as defined in https://learn.microsoft.com/dotnet/api/system.timezoneinfo.findsystemtimezonebyid.
128128
Must be set if useLocalTime is true.
129129
130130
```yaml

src/DesktopVirtualization/DesktopVirtualization/help/Update-AzWvdHostPool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Accept wildcard characters: False
9090
```
9191
9292
### -AgentUpdateMaintenanceWindowTimeZone
93-
Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyidview=net-5.0.
93+
Time zone for maintenance as defined in https://learn.microsoft.com/dotnet/api/system.timezoneinfo.findsystemtimezonebyid.
9494
Must be set if useLocalTime is true.
9595
9696
```yaml

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.Support.ManagedResourcesNetworkAccessType

0 commit comments

Comments
 (0)