File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Updates an application instance in Microsoft Entra ID.
20
20
## SYNTAX
21
21
22
22
```
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>]
24
24
```
25
25
26
26
## DESCRIPTION
@@ -87,6 +87,21 @@ Accept pipeline input: False
87
87
Accept wildcard characters : False
88
88
` ` `
89
89
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
+
90
105
### -DisplayName
91
106
The display name.
92
107
You can’t perform that action at this time.
0 commit comments