Skip to content

Commit eb59c4e

Browse files
snehalkotwalKenitoInc
authored andcommitted
updated license
1 parent 4aeec5d commit eb59c4e

11 files changed

+33
-0
lines changed

test/module/Entra/Integration/Add-EntraGroupOwner.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
# ------------------------------------------------------------------------------
14
Describe "The Add-EntraGroupOwner command executing unmocked" {
25

36
Context "When getting user and group" {

test/module/Entra/Integration/EntraApplicationExtensionProperty.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
# ------------------------------------------------------------------------------
14
Describe "The EntraApplicationExtensionProperty command executing unmocked" {
25

36
Context "When getting ApplicationExtensionProperty" {

test/module/Entra/Integration/EntraGroupAppRoleAssignment.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
# ------------------------------------------------------------------------------
14
Describe "The EntraGroupAppRoleAssignment command executing unmocked" {
25

36
Context "When getting GroupAppRoleAssignment" {

test/module/Entra/Integration/EntraLifecyclePolicyGroup.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
# ------------------------------------------------------------------------------
14
Describe "The EntraLifecyclePolicyGroup command executing unmocked" {
25

36
Context "When getting LifecyclePolicyGroup" {

test/module/Entra/Integration/Scenario1.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
# ------------------------------------------------------------------------------
14
BeforeAll {
25
$testReportPath = join-path $psscriptroot "\setenv.ps1"
36
Import-Module -Name $testReportPath

test/module/Entra/Integration/Scenario2.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
# ------------------------------------------------------------------------------
14
BeforeAll {
25
$testReportPath = join-path $psscriptroot "\setenv.ps1"
36
Import-Module -Name $testReportPath
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
# ------------------------------------------------------------------------------
14
$env:TEST_APPID = "8886ad7b-1795-4542-9808-c85859d97f23"
25
$env:TEST_TENANTID = "d5aec55f-2d12-4442-8d2f-ccca95d4390e"
36
$env:CERTIFICATETHUMBPRINT = "305D4F33E153980E2451F6E068426FC2BCAF683E"

test/module/EntraBeta/Integration/EntraBetaObjectSetting.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
# ------------------------------------------------------------------------------
14
Describe "The EntraBetaObjectSetting commands executing unmocked" {
25

36
Context "When Changing group settings" {

test/module/EntraBeta/Integration/Scenario1.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
# ------------------------------------------------------------------------------
14
BeforeAll {
25
$testReportPath = join-path $psscriptroot "\setenv.ps1"
36
Import-Module -Name $testReportPath

test/module/EntraBeta/Integration/Scenario2.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
# ------------------------------------------------------------------------------
14
BeforeAll {
25
$testReportPath = join-path $psscriptroot "\setenv.ps1"
36
Import-Module -Name $testReportPath

0 commit comments

Comments
 (0)