Skip to content

Commit b6d0d71

Browse files
Groups changes
1 parent 242e3c1 commit b6d0d71

File tree

8 files changed

+7
-0
lines changed

8 files changed

+7
-0
lines changed

moduleVNext/Entra/Microsoft.Graph.Entra/SignIns/Enable-EntraAzureADAliases.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All Rights Reserved.
33
# Licensed under the MIT License. See License in the project root for license information.
44
# ------------------------------------------------------------------------------
5+
56
function Enable-EntraAzureADAliases {
67
Set-Alias -Name Remove-AzureADOAuth2PermissionGrant -Value Remove-EntraOAuth2PermissionGrant -Scope Global -Force
78
Set-Alias -Name Get-AzureADOAuth2PermissionGrant -Value Get-EntraOAuth2PermissionGrant -Scope Global -Force

moduleVNext/Entra/Microsoft.Graph.Entra/SignIns/Get-EntraConditionalAccessPolicy.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All Rights Reserved.
33
# Licensed under the MIT License. See License in the project root for license information.
44
# ------------------------------------------------------------------------------
5+
56
function Get-EntraConditionalAccessPolicy {
67
[CmdletBinding(DefaultParameterSetName = 'GetQuery')]
78
param (

moduleVNext/Entra/Microsoft.Graph.Entra/SignIns/Get-EntraFeatureRolloutPolicy.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All Rights Reserved.
33
# Licensed under the MIT License. See License in the project root for license information.
44
# ------------------------------------------------------------------------------
5+
56
function Get-EntraFeatureRolloutPolicy {
67
[CmdletBinding(DefaultParameterSetName = 'GetQuery')]
78
param (

moduleVNext/Entra/Microsoft.Graph.Entra/SignIns/Get-EntraIdentityProvider.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All Rights Reserved.
33
# Licensed under the MIT License. See License in the project root for license information.
44
# ------------------------------------------------------------------------------
5+
56
function Get-EntraIdentityProvider {
67
[CmdletBinding(DefaultParameterSetName = 'GetQuery')]
78
param (

moduleVNext/Entra/Microsoft.Graph.Entra/SignIns/Get-EntraNamedLocationPolicy.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All Rights Reserved.
33
# Licensed under the MIT License. See License in the project root for license information.
44
# ------------------------------------------------------------------------------
5+
56
function Get-EntraNamedLocationPolicy {
67
[CmdletBinding(DefaultParameterSetName = 'GetQuery')]
78
param (

moduleVNext/Entra/Microsoft.Graph.Entra/SignIns/Get-EntraOAuth2PermissionGrant.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All Rights Reserved.
33
# Licensed under the MIT License. See License in the project root for license information.
44
# ------------------------------------------------------------------------------
5+
56
function Get-EntraOAuth2PermissionGrant {
67
[CmdletBinding(DefaultParameterSetName = 'GetQuery')]
78
param (

moduleVNext/Entra/Microsoft.Graph.Entra/SignIns/Get-EntraPolicy.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All Rights Reserved.
33
# Licensed under the MIT License. See License in the project root for license information.
44
# ------------------------------------------------------------------------------
5+
56
function Get-EntraPolicy {
67
[CmdletBinding(DefaultParameterSetName = 'GetQuery')]
78
param (

0 commit comments

Comments
 (0)