Skip to content

Commit c654a77

Browse files
committed
adding license comment.
1 parent 99a7cc4 commit c654a77

15 files changed

Lines changed: 30 additions & 0 deletions

.github/workflows/integration-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT license.
13
# ===========================================================================
24
# Integration Test — Extract→Publish Round-Trip
35
# ===========================================================================

tests/integration/all-resource-types/Compare-ApimInstance.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT license.
13
<#
24
.SYNOPSIS
35
Compares two Azure API Management instances via ARM REST API.

tests/integration/all-resource-types/Test-ExtractedArtifact.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT license.
13
<#
24
.SYNOPSIS
35
Validates extracted APIM artifacts against expected structure manifest.

tests/integration/all-resource-types/modules/DeploymentOps.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT license.
13
Import-Module (Join-Path $PSScriptRoot 'LogMasking.psm1')
24

35
<#

tests/integration/all-resource-types/modules/LogMasking.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT license.
13
# MaskingHelpers — secret-redaction utilities for the round-trip integration test scripts.
24

35
$script:EnableMasking = $true

tests/integration/all-resource-types/phases/run-phase1-deploy-source.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT license.
13
<#
24
.SYNOPSIS
35
Deploys or destroys the Kitchen Sink APIM instance for BVT.

tests/integration/all-resource-types/phases/run-phase1-deploy-target.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT license.
13
<#
24
.SYNOPSIS
35
Deploys the target APIM instance for round-trip integration testing.

tests/integration/all-resource-types/phases/run-phase1-deploy.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT license.
13
#requires -Version 7.0
24

35
<#

tests/integration/all-resource-types/phases/run-phase2-extract.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT license.
13
#requires -Version 7.0
24
<#
35
.SYNOPSIS

tests/integration/all-resource-types/phases/run-phase3-validate-extract.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT license.
13
#requires -Version 7.0
24
<#
35
.SYNOPSIS

0 commit comments

Comments
 (0)