Skip to content

Commit d79a947

Browse files
committed
Merge pull request #565 from MabOneSdk/csp-artemis
Cmdlets for Azure Backup Vault
2 parents 0bfed89 + f175118 commit d79a947

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4102
-5
lines changed

AzurePowershell.Test.targets

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<TestSettings_x64>.\src\Local.x64.testsettings</TestSettings_x64>
88
<ScenarioTestDebug>.\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll</ScenarioTestDebug>
99
<CommonTestDebug>.\src\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll</CommonTestDebug>
10+
<BackupTestDebug>.\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll</BackupTestDebug>
1011
<SqlTestDebug>.\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll</SqlTestDebug>
1112
<ComputeDebug>.\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.dll</ComputeDebug>
1213
<ComputeTestDebug>.\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.Test.dll</ComputeTestDebug>
@@ -42,6 +43,7 @@
4243
</PropertyGroup>
4344

4445
<ItemGroup>
46+
<XUnitTests Include=".\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll"/>
4547
<XUnitTests Include=".\src\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll"/>
4648
<XUnitTests Include=".\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll"/>
4749
<XUnitTests Include=".\src\ServiceManagement\Services\Commands.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Test.dll"/>
@@ -63,7 +65,7 @@
6365
<XUnitTests Include=".\src\ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Test.dll"/>
6466
<XUnitTests Include=".\src\ResourceManager\TrafficManager\Commands.TrafficManager2.Test\bin\Debug\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"/>
6567
<XUnitTests Include=".\src\ServiceManagement\Network\Commands.Network.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Test.dll"/>
66-
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
68+
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
6769
</ItemGroup>
6870

6971
<Target Name="InvokeMSTest">
@@ -217,6 +219,13 @@
217219
Projects="build.proj"/>
218220
</Target>
219221

222+
<!-- Run the backup tests -->
223+
<Target Name="BackupTests">
224+
<Message Importance="high" Text="Running Backup tests" />
225+
<Xunit.Runner.MSBuild.xunit Assemblies="$(BackupTestDebug)" Html="$(TestOutputDirectory)\BackupTests.xunit.dll.html" Verbose="false"
226+
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false"/>
227+
</Target>
228+
220229
<!-- Run the common tests -->
221230
<Target Name="CommonTests">
222231
<Message Importance="high" Text="Running Common tests" />

ChangeLog.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
2015.07.16 version 0.9.5
1+
2015.07.10 version 1.0.0
2+
* Azure Backup cmdlets
3+
*Added New-AzureBackupVault cmdlets
4+
*Added Get-AzureBackupVault cmdlets
5+
*Added Set-AzureBackupVault cmdlets
6+
*Added Remove-AzureBackupVault cmdlets
7+
*Added Get-AzureBackupVaultCredential cmdlets
8+
9+
2015.07.16 version 0.9.5
210
* Azure Resource Manager cmdlets
311
* Fixed formatting of output for Get-UsageAggregates
412
* Fixed executing Get-UsageAggregates when first cmdlet being called.

setup/azurecmdfiles.wxi

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,74 @@
158158
<File Id="filB7DFDD0ACAF2679C28F3AF1B6DC0A867" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Automation\System.Net.Http.Primitives.dll" />
159159
</Component>
160160
</Directory>
161+
<Directory Id="dirCC8589A1609C88A852852588FA95B876" Name="AzureBackup">
162+
<Component Id="cmp764ECD171DCCFF43B9646B18B611C5D2" Guid="*">
163+
<File Id="fil9D808FDD0064A9119122C0B052FC6EB9" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Hyak.Common.dll" />
164+
</Component>
165+
<Component Id="cmpD173AA3EBCFA9D5846F4885F00E0FF17" Guid="*">
166+
<File Id="filC8E16A191A89A857FE6DD3C8D1A103BF" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Azure.Commands.AzureBackup.dll" />
167+
</Component>
168+
<Component Id="cmp38F121984812D3BBF1BD32B0B0AC845F" Guid="*">
169+
<File Id="filC85B8CFC93A747B32CDC9C89E927CC73" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Azure.Commands.AzureBackup.dll-help.xml" />
170+
</Component>
171+
<Component Id="cmp93F2FD2A2CE813D71E9EB73D17766862" Guid="*">
172+
<File Id="filCB9C0579875213FCE61AEAD8E0098F2F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Azure.Commands.AzureBackup.format.ps1xml" />
173+
</Component>
174+
<Component Id="cmp1A08000EC2A9124236B81995565C0926" Guid="*">
175+
<File Id="fil699B99C9DB560DDE812364CE51A9957A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Azure.Common.Authentication.dll" />
176+
</Component>
177+
<Component Id="cmp8E2C563F298EDDBFDC6F6CC139C33DF1" Guid="*">
178+
<File Id="fil1FF5C687D7C91867DD51CBFB9C49A493" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Azure.Common.dll" />
179+
</Component>
180+
<Component Id="cmp7C9C5CA6ADCC1B66BA82B614FE8CFFCB" Guid="*">
181+
<File Id="fil85D3B846061C1260337DD842A5C287C2" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Azure.Common.NetFramework.dll" />
182+
</Component>
183+
<Component Id="cmp6B2142C83CEA17A702FC6CDDF4D38F9B" Guid="*">
184+
<File Id="filA5E978D4F54EAEF5A1103AC4A78A345C" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Azure.Management.BackupServicesManagement.dll" />
185+
</Component>
186+
<Component Id="cmp42AAFCF1A1599D7AF884AFE99AAB2154" Guid="*">
187+
<File Id="fil7BD596A66D05C12F2C4007D218500891" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.IdentityModel.Clients.ActiveDirectory.dll" />
188+
</Component>
189+
<Component Id="cmp720F48C9F6CC776B973E65B539427788" Guid="*">
190+
<File Id="filA9D89F74B0189CDFDA15036218534F89" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll" />
191+
</Component>
192+
<Component Id="cmp5910D1DDDA65854BFE55F77DF913EB60" Guid="*">
193+
<File Id="fil8C88483375CA4F0FA6A3D9AE2AEF3E98" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Threading.Tasks.dll" />
194+
</Component>
195+
<Component Id="cmp0842E5A900246DB39874B9F02422196D" Guid="*">
196+
<File Id="filFABBAEE9D1F6354EBC49162FF0987BAA" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Threading.Tasks.Extensions.Desktop.dll" />
197+
</Component>
198+
<Component Id="cmp4DB6C0ED23E725EA4DA266D191DB5726" Guid="*">
199+
<File Id="filCF9C4B4192C180A4410029CA3F3C3594" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.Threading.Tasks.Extensions.dll" />
200+
</Component>
201+
<Component Id="cmp494186128A123AE9FAC7031C52A341D6" Guid="*">
202+
<File Id="fil51490FAA14DDAD32B820748F76630D84" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.WindowsAzure.Commands.Common.dll" />
203+
</Component>
204+
<Component Id="cmpD372F34FD330CEAC019FBB033BE17912" Guid="*">
205+
<File Id="filF500CDDFD11B76156B143F658EBAA9B6" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.WindowsAzure.Management.Common.dll" />
206+
</Component>
207+
<Component Id="cmp177B5F86946D4DDBF0BF60F56BBC4F7C" Guid="*">
208+
<File Id="filAA9BC90CD8B9E3B2D09140B62BCDEF5F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.WindowsAzure.Management.dll" />
209+
</Component>
210+
<Component Id="cmp2E6CFBDC49B18E60EC38F7193250527D" Guid="*">
211+
<File Id="fil2AA0C49F628F1CAAA302FD10A454AC59" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Microsoft.WindowsAzure.Management.Scheduler.dll" />
212+
</Component>
213+
<Component Id="cmp93B570ACAF639E6733432034AE6FF02F" Guid="*">
214+
<File Id="filA3F63AFC3D8C80E0ABD42BC65FC9F78A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Newtonsoft.Json.dll" />
215+
</Component>
216+
<Component Id="cmpB0017F910A9D7192DF5537E276999B55" Guid="*">
217+
<File Id="fil9302297991A83D9D62FD2EDC5BF685C7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\Security.Cryptography.dll" />
218+
</Component>
219+
<Component Id="cmp2573B704E37818542BAE4FDBC4140886" Guid="*">
220+
<File Id="filA2F0F36806A850A7988EFE7BEBFE21D8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\System.Net.Http.Extensions.dll" />
221+
</Component>
222+
<Component Id="cmp9DB6BEB684DD0CAF884D750A5F4DF523" Guid="*">
223+
<File Id="fil63906A75FDE31A06CD753230FEA45B2D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\System.Net.Http.Formatting.dll" />
224+
</Component>
225+
<Component Id="cmp7A5671ADC66ADF99291C222308469AF0" Guid="*">
226+
<File Id="fil681B36B6802ACB36656FBFA816A9AF95" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureBackup\System.Net.Http.Primitives.dll" />
227+
</Component>
228+
</Directory>
161229
<Directory Id="dir2BEEAACE1371947984B11E66ADCB80DD" Name="Batch">
162230
<Component Id="cmp7D23FBEE3847FF584460769B5AE3E319" Guid="*">
163231
<File Id="filDAA85018E0B209874BB796A169C0F372" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Batch\Hyak.Common.dll" />
@@ -281,6 +349,18 @@
281349
<Component Id="cmp479E4B1EF0A49C9845DB071F542F5392" Guid="*">
282350
<File Id="fil6DD3CFC96544CB343D0C8F22BCFD7433" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Compute.Types.ps1xml" />
283351
</Component>
352+
<Component Id="cmp1E1B36B9800F076E2AFB73B9F42A0E17" Guid="*">
353+
<File Id="filF4E849EDB3A3866C88A8747FA81D763B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Management.Storage.dll" />
354+
</Component>
355+
<Component Id="cmp0E58F6BE17D369C64821980C4B3DC382" Guid="*">
356+
<File Id="filA580E701B2A63EBC4DE170470CFAF8D1" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Management.Storage.dll-Help.psd1" />
357+
</Component>
358+
<Component Id="cmp7E0EBA7EF2A71DE2AD60D9ECC89AF7C8" Guid="*">
359+
<File Id="filA4B29FB64669AEBF95826BE8025ED7E3" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Management.Storage.dll-Help.xml" />
360+
</Component>
361+
<Component Id="cmpFEB744C8B2FFF48BE8DB85E63CA8DB2A" Guid="*">
362+
<File Id="fil2FA6083DBD6AC4C374C9A0CDB1D89766" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Management.Storage.format.ps1xml" />
363+
</Component>
284364
<Component Id="cmpDCDC7F34E3D2A51F32765B8C00AE3808" Guid="*">
285365
<File Id="fil8DBE5C6213B46E6DD6AF78238BCA09EB" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Network.dll" />
286366
</Component>
@@ -4034,6 +4114,28 @@
40344114
<ComponentRef Id="cmp6DBF879ED21E537983293A8230D414C3" />
40354115
<ComponentRef Id="cmp0EA7B1A75545315150C0D194E197D085" />
40364116
<ComponentRef Id="cmp47534337D86993B60F1616D43D3AE489" />
4117+
<ComponentRef Id="cmp764ECD171DCCFF43B9646B18B611C5D2" />
4118+
<ComponentRef Id="cmpD173AA3EBCFA9D5846F4885F00E0FF17" />
4119+
<ComponentRef Id="cmp38F121984812D3BBF1BD32B0B0AC845F" />
4120+
<ComponentRef Id="cmp93F2FD2A2CE813D71E9EB73D17766862" />
4121+
<ComponentRef Id="cmp1A08000EC2A9124236B81995565C0926" />
4122+
<ComponentRef Id="cmp8E2C563F298EDDBFDC6F6CC139C33DF1" />
4123+
<ComponentRef Id="cmp7C9C5CA6ADCC1B66BA82B614FE8CFFCB" />
4124+
<ComponentRef Id="cmp6B2142C83CEA17A702FC6CDDF4D38F9B" />
4125+
<ComponentRef Id="cmp42AAFCF1A1599D7AF884AFE99AAB2154" />
4126+
<ComponentRef Id="cmp720F48C9F6CC776B973E65B539427788" />
4127+
<ComponentRef Id="cmp5910D1DDDA65854BFE55F77DF913EB60" />
4128+
<ComponentRef Id="cmp0842E5A900246DB39874B9F02422196D" />
4129+
<ComponentRef Id="cmp4DB6C0ED23E725EA4DA266D191DB5726" />
4130+
<ComponentRef Id="cmp494186128A123AE9FAC7031C52A341D6" />
4131+
<ComponentRef Id="cmpD372F34FD330CEAC019FBB033BE17912" />
4132+
<ComponentRef Id="cmp177B5F86946D4DDBF0BF60F56BBC4F7C" />
4133+
<ComponentRef Id="cmp2E6CFBDC49B18E60EC38F7193250527D" />
4134+
<ComponentRef Id="cmp93B570ACAF639E6733432034AE6FF02F" />
4135+
<ComponentRef Id="cmpB0017F910A9D7192DF5537E276999B55" />
4136+
<ComponentRef Id="cmp2573B704E37818542BAE4FDBC4140886" />
4137+
<ComponentRef Id="cmp9DB6BEB684DD0CAF884D750A5F4DF523" />
4138+
<ComponentRef Id="cmp7A5671ADC66ADF99291C222308469AF0" />
40374139
<ComponentRef Id="cmp7D23FBEE3847FF584460769B5AE3E319" />
40384140
<ComponentRef Id="cmp0F050B6B9709FCF0F3A1624615831882" />
40394141
<ComponentRef Id="cmp8E2BA91A40B8D59412A2943485B811AE" />
@@ -4074,6 +4176,10 @@
40744176
<ComponentRef Id="cmp2D89D47A52D9C508B335922A76918EE3" />
40754177
<ComponentRef Id="cmp62942A24352ADC631A6C9DAE39D62F70" />
40764178
<ComponentRef Id="cmp479E4B1EF0A49C9845DB071F542F5392" />
4179+
<ComponentRef Id="cmp1E1B36B9800F076E2AFB73B9F42A0E17" />
4180+
<ComponentRef Id="cmp0E58F6BE17D369C64821980C4B3DC382" />
4181+
<ComponentRef Id="cmp7E0EBA7EF2A71DE2AD60D9ECC89AF7C8" />
4182+
<ComponentRef Id="cmpFEB744C8B2FFF48BE8DB85E63CA8DB2A" />
40774183
<ComponentRef Id="cmpDCDC7F34E3D2A51F32765B8C00AE3808" />
40784184
<ComponentRef Id="cmp3676864950F4983F3A0CFFC865B00E0C" />
40794185
<ComponentRef Id="cmp1AA87AE1B3BBFEBD19E17639D49CDA90" />

src/AzurePowershell.sln

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ApiManagement.Serv
226226
EndProject
227227
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ApiManagement.ServiceManagement.Test", "ResourceManager\ApiManagement\Commands.SMAPI.Test\Commands.ApiManagement.ServiceManagement.Test.csproj", "{6448E795-3D02-4BDD-B0C7-AD0A2AFE3C8B}"
228228
EndProject
229+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.AzureBackup", "ResourceManager\AzureBackup\Commands.AzureBackup\Commands.AzureBackup.csproj", "{6C8D2337-C9D1-4F52-94B3-AB63A19F3453}"
230+
EndProject
231+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.AzureBackup.Test", "ResourceManager\AzureBackup\Commands.AzureBackup.Test\Commands.AzureBackup.Test.csproj", "{678AE95D-2364-47D7-888C-3FFA6D412CC8}"
232+
EndProject
229233
Global
230234
GlobalSection(SolutionConfigurationPlatforms) = preSolution
231235
Debug|Any CPU = Debug|Any CPU
@@ -560,6 +564,14 @@ Global
560564
{6448E795-3D02-4BDD-B0C7-AD0A2AFE3C8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
561565
{6448E795-3D02-4BDD-B0C7-AD0A2AFE3C8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
562566
{6448E795-3D02-4BDD-B0C7-AD0A2AFE3C8B}.Release|Any CPU.Build.0 = Release|Any CPU
567+
{6C8D2337-C9D1-4F52-94B3-AB63A19F3453}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
568+
{6C8D2337-C9D1-4F52-94B3-AB63A19F3453}.Debug|Any CPU.Build.0 = Debug|Any CPU
569+
{6C8D2337-C9D1-4F52-94B3-AB63A19F3453}.Release|Any CPU.ActiveCfg = Release|Any CPU
570+
{6C8D2337-C9D1-4F52-94B3-AB63A19F3453}.Release|Any CPU.Build.0 = Release|Any CPU
571+
{678AE95D-2364-47D7-888C-3FFA6D412CC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
572+
{678AE95D-2364-47D7-888C-3FFA6D412CC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
573+
{678AE95D-2364-47D7-888C-3FFA6D412CC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
574+
{678AE95D-2364-47D7-888C-3FFA6D412CC8}.Release|Any CPU.Build.0 = Release|Any CPU
563575
EndGlobalSection
564576
GlobalSection(SolutionProperties) = preSolution
565577
HideSolutionNode = FALSE
@@ -605,5 +617,6 @@ Global
605617
{11387E0A-4DB6-49B8-BDBC-EE020D85D10F} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
606618
{F220C306-29A3-4511-8518-A58A55C60D07} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
607619
{6448E795-3D02-4BDD-B0C7-AD0A2AFE3C8B} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
620+
{678AE95D-2364-47D7-888C-3FFA6D412CC8} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
608621
EndGlobalSection
609622
EndGlobal
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<appSettings>
4+
<add key="ResourceName" value="backuprn1" />
5+
<add key="ResourceGroupName" value="backuprg" />
6+
<add key="ResourceId" value="7368183945769329045" />
7+
<add key="ClientSettingsProvider.ServiceUri" value="" />
8+
</appSettings>
9+
</configuration>

0 commit comments

Comments
 (0)