Skip to content

Commit 3e27736

Browse files
committed
final
1 parent 31570a0 commit 3e27736

File tree

5 files changed

+100
-370
lines changed

5 files changed

+100
-370
lines changed

Deploy.ps1

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
if (!(Test-Path -Path C:\Temp)) {
2+
3+
New-Item -Path C:\Temp -ItemType Directory
4+
5+
}
6+
7+
$repoPath = $MyInvocation.InvocationName | Split-Path -Parent
8+
9+
Set-Content -Path C:\Temp\RepoPath.txt -Value $repoPath
10+
11+
. .\Setup\Setup.ps1

Functions/Get-CountryFromPrefixLocal.ps1

-37
This file was deleted.

Resources/Environment.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"TenantId": "4bffbf87-53a0-4fce-b58b-4179cb3a3b7d",
3-
"GroupId": "aff7d27f-878d-422c-83bd-fe9b3903812f",
2+
"TenantId": "4bffbf87-53a0-4fce-b58b-xxxxxxxxxxxx",
3+
"GroupId": "aff7d27f-878d-422c-83bd-xxxxxxxxxxxx",
44
"MSListName": "Teams Phone Number Overview Demo",
5-
"ResourceGroupName": "mzz-rmg-003",
6-
"AutomationAccountName": "mzz-automation-account-003",
5+
"ResourceGroupName": "mzz-rmg-001",
6+
"AutomationAccountName": "mzz-automation-account-001",
77
"AzLocation": "West Europe"
88
}

Scripts/TeamsPhoneNumberOverviewLocal.ps1

-276
This file was deleted.

0 commit comments

Comments
 (0)