File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
src/Applications/beta/examples Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- ### Example 1: Using the Set-MgBetaApplicationConnectorGroupByRef Cmdlet
1+ ### Example 1: Code snippet
2+
23``` powershell
4+
35Import-Module Microsoft.Graph.Beta.Applications
6+
47$params = @{
5- "@odata.id" = "https://graph.microsoft.com/onPremisesPublishingProfiles/applicationproxy/connectorGroups/{id}"
8+ "@odata.id" = "https://graph.microsoft.com/beta/ onPremisesPublishingProfiles/applicationproxy/connectorGroups/{id}"
69}
10+
711Set-MgBetaApplicationConnectorGroupByRef -ApplicationId $applicationId -BodyParameter $params
12+
813```
914This example shows how to use the Set-MgBetaApplicationConnectorGroupByRef Cmdlet.
10- To learn about permissions for this resource, see the [ permissions reference ] ( /graph/permissions-reference ) .
15+
You can’t perform that action at this time.
0 commit comments