Skip to content

Commit 6191b56

Browse files
Merge pull request #489 from MicrosoftDocs/main
[AutoPublish] main to live - 05/30 15:33 PDT | 05/31 04:03 IST
2 parents 596a5a3 + 77858d4 commit 6191b56

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

.github/workflows/AutoPublish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ name: (Scheduled) Publish to live
33
permissions:
44
contents: write
55
pull-requests: write
6+
checks: read
67

78
on:
89
schedule:
9-
- cron: "25 5,11,17,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
10+
- cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
1011

1112
workflow_dispatch:
1213

1314
jobs:
1415

1516
auto-publish:
1617
if: github.repository_owner == 'MicrosoftDocs' && contains(github.event.repository.topics, 'build')
17-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublish.yml@workflows-prod
18+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublishV2.yml@workflows-prod
1819
with:
1920
PayloadJson: ${{ toJSON(github) }}
2021
EnableAutoPublish: true
22+
EnableAutoMerge: true
2123

2224
secrets:
2325
AccessToken: ${{ secrets.GITHUB_TOKEN }}

sccm-ps/ConfigurationManager/Get-CMDataBaseReplicationStatus.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ external help file: AdminUI.PS.dll-Help.xml
44
Module Name: ConfigurationManager
55
ms.date: 05/02/2019
66
schema: 2.0.0
7-
title: Get-CMDatabaseReplicationStatus
7+
title: Get-CMDataBaseReplicationStatus
88
---
99

10-
# Get-CMDatabaseReplicationStatus
10+
# Get-CMDataBaseReplicationStatus
1111

1212
## SYNOPSIS
1313
Gets the status for database replication.
1414

1515
## SYNTAX
1616

1717
```
18-
Get-CMDatabaseReplicationStatus [-ChildSiteCode <String>] [-ParentSiteCode <String>] [-DisableWildcardHandling]
18+
Get-CMDataBaseReplicationStatus [-ChildSiteCode <String>] [-ParentSiteCode <String>] [-DisableWildcardHandling]
1919
[-ForceWildcardHandling] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
23-
The **Get-CMDatabaseReplicationStatus** cmdlet gets the status of the database replication link for a Configuration Manager parent/child site pair.
23+
The **Get-CMDataBaseReplicationStatus** cmdlet gets the status of the database replication link for a Configuration Manager parent/child site pair.
2424
The cmdlet identifies the sites by site code.
2525

2626
You can specify just the site code or just the name for a parent or child and get all the database replication links for the specified site.

sccm-ps/ConfigurationManager/Set-UpdateServerApplication.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: AdminUI.PS.dll-Help.xml
3+
Locale: en-US
34
Module Name: ConfigurationManager
45
ms.date: 09/18/2023
56
online version:
@@ -10,18 +11,24 @@ schema: 2.0.0
1011

1112
## SYNOPSIS
1213

13-
Use the console to update the server app or use this cmdlet to add the missing URL http://localhost to your existing server app.
14+
Use the console to update the server app or use this cmdlet to add the missing URL
15+
`http://localhost` to your existing server app.
16+
17+
## SYNTAX
1418

1519
## DESCRIPTION
1620

17-
This cmdlet is for existing customer who is using pre-existing old Server App and it has missing URL http://localhost. These customers have to add this URL to their Server App in both database (Table:AAD_Application_Ex) and in Microsoft Entra ID in Azure portal where Server Apps reside. Customers can use console to update the server app or this cmdlet.
21+
This cmdlet is for existing customer who is using pre-existing old Server App and it has missing URL
22+
`http://localhost`. These customers have to add this URL to their Server App in both database
23+
(Table:AAD_Application_Ex) and in Microsoft Entra ID in Azure portal where Server Apps reside.
24+
Customers can use console to update the server app or this cmdlet.
1825

1926
## EXAMPLES
2027

2128
### Example 1
2229

2330
```powershell
24-
SET-UpdateServerApplication -TenantId 1E7C0B63-1DAB-4754-8433-AF8F9CFFCF38
31+
Set-UpdateServerApplication -TenantId 1E7C0B63-1DAB-4754-8433-AF8F9CFFCF38
2532
```
2633

2734
## PARAMETERS
@@ -38,6 +45,10 @@ Accept pipeline input: False
3845
Accept wildcard characters: False
3946
```
4047
48+
## INPUTS
49+
50+
## OUTPUTS
51+
4152
## NOTES
4253
4354
## RELATED LINKS

0 commit comments

Comments
 (0)