Skip to content

Commit 8bc747c

Browse files
authored
Merge branch 'live' into master
2 parents 820b340 + f783721 commit 8bc747c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

azureadps-2.0/AzureAD/New-AzureADMSNamedLocationPolicy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ New-AzureADMSNamedLocationPolicy [-OdataType <String>] [-Id <String>] [-DisplayN
2323
This cmdlet allows an admin to create new named location policy in Azure Active Directory.
2424
Conditional access policies are custom rules that define an access scenario.
2525

26+
> [!NOTE]
27+
> Named Locations created by PowerShell will only display in Named locations (preview), you can't see them in them in the old view.
28+
2629
## EXAMPLES
2730

2831
### Example 1: Creates a new Ip named location policy in Azure AD.

azureadps-2.0/AzureAD/Remove-AzureADApplicationProxyConnectorGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Remove-AzureADApplicationProxyConnectorGroup
99

1010
## SYNOPSIS
11-
The Remove-AzureADApplicationProxyApplicationConnectorGroup cmdlet deletes an Application Proxy Connector group.
11+
The Remove-AzureADApplicationProxyConnectorGroup cmdlet deletes an Application Proxy Connector group.
1212

1313
## SYNTAX
1414

@@ -24,7 +24,7 @@ It can only be used on an empty connector group, with no connectors assigned.
2424

2525
### Example 1
2626
```
27-
PS C:\> Remove-AzureADApplicationProxyApplicationConnectorGroup -Id 59462d3c-a1bc-40a0-9bed-be799357ebce
27+
PS C:\> Remove-AzureADApplicationProxyConnectorGroup -Id 59462d3c-a1bc-40a0-9bed-be799357ebce
2828
```
2929

3030
Example 1: Remove a specific Connector Group

0 commit comments

Comments
 (0)