Skip to content

Commit 22999d2

Browse files
Merge pull request #11788 from MicrosoftDocs/main
Publish main to live, 04/30, 3:30 PM IST
2 parents c730671 + 109dcaa commit 22999d2

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

teams/teams-ps/teams/Set-CsOnlineApplicationInstance.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Updates an application instance in Microsoft Entra ID.
2020
## SYNTAX
2121

2222
```
23-
Set-CsOnlineApplicationInstance [-Identity] <string> [[-OnpremPhoneNumber] <string>] [[-ApplicationId] <guid>] [[-DisplayName] <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
23+
Set-CsOnlineApplicationInstance [-Identity] <string> [[-OnpremPhoneNumber] <string>] [[-ApplicationId] <guid>] [[-AcsResourceId] <guid>] [[-DisplayName] <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -87,6 +87,21 @@ Accept pipeline input: False
8787
Accept wildcard characters: False
8888
```
8989
90+
### -AcsResourceId
91+
The ACS Resource ID. The unique identifier assigned to an instance of Azure Communication Services within the Azure cloud infrastructure.
92+
93+
```yaml
94+
Type: System.Guid
95+
Parameter Sets: (All)
96+
Aliases:
97+
98+
Required: False
99+
Position: Named
100+
Default value: None
101+
Accept pipeline input: False
102+
Accept wildcard characters: False
103+
```
104+
90105
### -DisplayName
91106
The display name.
92107

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)