Skip to content

Commit 109dcaa

Browse files
authored
Merge pull request #11765 from marche0133/patch-4
Update Sync-CsOnlineApplicationInstance.md
2 parents febf209 + e328019 commit 109dcaa

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

teams/teams-ps/teams/Sync-CsOnlineApplicationInstance.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the Sync-CsOnlineApplicationInstance cmdlet to sync the application instance
1818
## SYNTAX
1919

2020
```
21-
Sync-CsOnlineApplicationInstance -ObjectId <guid> [-CallbackUri <string>] [-Force] [-ApplicationId <guid>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
Sync-CsOnlineApplicationInstance -ObjectId <guid> [-CallbackUri <string>] [-Force] [-ApplicationId <guid>] [-AcsResourceId <guid>] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -89,6 +89,21 @@ Accept pipeline input: False
8989
Accept wildcard characters: False
9090
```
9191
92+
### -AcsResourceId
93+
The ACS Resource ID. The unique identifier assigned to an instance of Azure Communication Services within the Azure cloud infrastructure.
94+
95+
```yaml
96+
Type: System.Guid
97+
Parameter Sets: (All)
98+
Aliases:
99+
100+
Required: False
101+
Position: Named
102+
Default value: None
103+
Accept pipeline input: False
104+
Accept wildcard characters: False
105+
```
106+
92107
### -Force
93108
This switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If it isn't provided in the command, you're prompted for administrative input if required.
94109

0 commit comments

Comments
 (0)