Skip to content

Commit 7b2aef3

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#7270 from Azure/release-2018-09-17
merge release into master
2 parents c91ac2a + 802d53b commit 7b2aef3

File tree

8,281 files changed

+3698649
-7122400
lines changed

Some content is hidden

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

8,281 files changed

+3698649
-7122400
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
src/Publish/
33
src/Package/
44
src/Stack/
5+
src/local-artifacts/*
6+
!.placeholder
57

68
obj
79
TestResults
@@ -238,3 +240,4 @@ launchSettings.json
238240
/ModuleMappings.json
239241
/SolutionMappings.json
240242
/TestMappings.json
243+
/tools/Modules/tmp

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ before_install:
2525
# https://github.com/travis-ci/travis-ci/issues/1066#issuecomment-383489298
2626
script:
2727
- sudo dotnet msbuild build.proj /t:BuildNetcore /p:Configuration=$CONFIG || travis_terminate 1
28-
- sudo dotnet tools/StaticAnalysis/bin/$CONFIG/netcoreapp2.1/StaticAnalysis.Netcore.dll -p src/Package/$CONFIG -r src/Package -u
28+
- sudo dotnet tools/StaticAnalysis/bin/$CONFIG/netcoreapp2.1/StaticAnalysis.Netcore.dll -p src/Package/$CONFIG -r src/Package -u || travis_terminate 1
2929
- sudo pwsh -NonInteractive -NoLogo -NoProfile -File tools/TestModuleLoading.ps1 || travis_terminate 1
30-
- sudo dotnet test src/Azure.PowerShell.Netcore.Test.sln --filter "AcceptanceType=CheckIn&RunType!=DesktopOnly" --configuration $CONFIG
30+
- sudo dotnet pack src/TestPrerequisites/Common.TestPrerequisites.sln --configuration $CONFIG || travis_terminate 1
31+
- sudo dotnet test src/Azure.PowerShell.Netcore.Test.sln --filter "AcceptanceType=CheckIn&RunType!=DesktopOnly" --configuration $CONFIG --framework netcoreapp2.0
3132

3233
after_success:
3334
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then

Azure.PowerShell.Netcore.sln

Lines changed: 125 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
32
# Visual Studio 15
43
VisualStudioVersion = 15.0.27130.2027
@@ -119,10 +118,28 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DeviceProvisioning
119118
EndProject
120119
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.PolicyInsights.Netcore", "src\ResourceManager\PolicyInsights\Commands.PolicyInsights\Commands.PolicyInsights.Netcore.csproj", "{A0574194-976A-486A-B589-07B2E50CA6EF}"
121120
EndProject
121+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices\Commands.RecoveryServices.Netcore.csproj", "{5233F720-38A4-4998-A3CB-CD0E3D5D6518}"
122+
EndProject
123+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.Cmdlets.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup\Commands.RecoveryServices.Backup.Cmdlets.Netcore.csproj", "{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}"
124+
EndProject
125+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.SiteRecovery.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.SiteRecovery\Commands.RecoveryServices.SiteRecovery.Netcore.csproj", "{E128894B-7F88-42A9-B8D2-2FA09559FCDB}"
126+
EndProject
127+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.Providers.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup.Providers\Commands.RecoveryServices.Backup.Providers.Netcore.csproj", "{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}"
128+
EndProject
129+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.ServiceClientAdapter.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup.ServiceClientAdapter\Commands.RecoveryServices.Backup.ServiceClientAdapter.Netcore.csproj", "{227B98DB-4C35-411B-B94B-C4E48D6562F0}"
130+
EndProject
131+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.Helpers.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup.Helpers\Commands.RecoveryServices.Backup.Helpers.Netcore.csproj", "{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}"
132+
EndProject
133+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.Logger.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup.Logger\Commands.RecoveryServices.Backup.Logger.Netcore.csproj", "{9187418A-30A4-4320-8919-69799D99F2C2}"
134+
EndProject
135+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.Backup.Models.Netcore", "src\ResourceManager\RecoveryServices\Commands.RecoveryServices.Backup.Models\Commands.RecoveryServices.Backup.Models.Netcore.csproj", "{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}"
136+
EndProject
122137
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tools.Common.Netcore", "tools\Tools.Common\Tools.Common.Netcore.csproj", "{EE2A4BB9-2ECB-4CAE-AD82-C4882B6ECDE0}"
123138
EndProject
124139
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StaticAnalysis.Netcore", "tools\StaticAnalysis\StaticAnalysis.Netcore.csproj", "{493FA948-DA9C-47CD-8385-3C0261377D86}"
125140
EndProject
141+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RedisCache.Netcore", "src\ResourceManager\RedisCache\Commands.RedisCache\Commands.RedisCache.Netcore.csproj", "{06B4370D-D375-482C-AD23-CFDAC0176147}"
142+
EndProject
126143
Global
127144
GlobalSection(SolutionConfigurationPlatforms) = preSolution
128145
Debug|Any CPU = Debug|Any CPU
@@ -829,6 +846,102 @@ Global
829846
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x64.Build.0 = Release|Any CPU
830847
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x86.ActiveCfg = Release|Any CPU
831848
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x86.Build.0 = Release|Any CPU
849+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
850+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|Any CPU.Build.0 = Debug|Any CPU
851+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|x64.ActiveCfg = Debug|Any CPU
852+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|x64.Build.0 = Debug|Any CPU
853+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|x86.ActiveCfg = Debug|Any CPU
854+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Debug|x86.Build.0 = Debug|Any CPU
855+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|Any CPU.ActiveCfg = Release|Any CPU
856+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|Any CPU.Build.0 = Release|Any CPU
857+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|x64.ActiveCfg = Release|Any CPU
858+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|x64.Build.0 = Release|Any CPU
859+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|x86.ActiveCfg = Release|Any CPU
860+
{5233F720-38A4-4998-A3CB-CD0E3D5D6518}.Release|x86.Build.0 = Release|Any CPU
861+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
862+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
863+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|x64.ActiveCfg = Debug|Any CPU
864+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|x64.Build.0 = Debug|Any CPU
865+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|x86.ActiveCfg = Debug|Any CPU
866+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Debug|x86.Build.0 = Debug|Any CPU
867+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
868+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|Any CPU.Build.0 = Release|Any CPU
869+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|x64.ActiveCfg = Release|Any CPU
870+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|x64.Build.0 = Release|Any CPU
871+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|x86.ActiveCfg = Release|Any CPU
872+
{A2A3BABC-91EA-41A9-946B-13E7B694EF5F}.Release|x86.Build.0 = Release|Any CPU
873+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
874+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
875+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|x64.ActiveCfg = Debug|Any CPU
876+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|x64.Build.0 = Debug|Any CPU
877+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|x86.ActiveCfg = Debug|Any CPU
878+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Debug|x86.Build.0 = Debug|Any CPU
879+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
880+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|Any CPU.Build.0 = Release|Any CPU
881+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|x64.ActiveCfg = Release|Any CPU
882+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|x64.Build.0 = Release|Any CPU
883+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|x86.ActiveCfg = Release|Any CPU
884+
{E128894B-7F88-42A9-B8D2-2FA09559FCDB}.Release|x86.Build.0 = Release|Any CPU
885+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
886+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
887+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|x64.ActiveCfg = Debug|Any CPU
888+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|x64.Build.0 = Debug|Any CPU
889+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|x86.ActiveCfg = Debug|Any CPU
890+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Debug|x86.Build.0 = Debug|Any CPU
891+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
892+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|Any CPU.Build.0 = Release|Any CPU
893+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|x64.ActiveCfg = Release|Any CPU
894+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|x64.Build.0 = Release|Any CPU
895+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|x86.ActiveCfg = Release|Any CPU
896+
{BF71CB2F-DA93-49EA-ADA0-B01DFBCF96CE}.Release|x86.Build.0 = Release|Any CPU
897+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
898+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
899+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|x64.ActiveCfg = Debug|Any CPU
900+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|x64.Build.0 = Debug|Any CPU
901+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|x86.ActiveCfg = Debug|Any CPU
902+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Debug|x86.Build.0 = Debug|Any CPU
903+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
904+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|Any CPU.Build.0 = Release|Any CPU
905+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|x64.ActiveCfg = Release|Any CPU
906+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|x64.Build.0 = Release|Any CPU
907+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|x86.ActiveCfg = Release|Any CPU
908+
{227B98DB-4C35-411B-B94B-C4E48D6562F0}.Release|x86.Build.0 = Release|Any CPU
909+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
910+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|Any CPU.Build.0 = Debug|Any CPU
911+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|x64.ActiveCfg = Debug|Any CPU
912+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|x64.Build.0 = Debug|Any CPU
913+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|x86.ActiveCfg = Debug|Any CPU
914+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Debug|x86.Build.0 = Debug|Any CPU
915+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|Any CPU.ActiveCfg = Release|Any CPU
916+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|Any CPU.Build.0 = Release|Any CPU
917+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|x64.ActiveCfg = Release|Any CPU
918+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|x64.Build.0 = Release|Any CPU
919+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|x86.ActiveCfg = Release|Any CPU
920+
{BF7F9BE2-41A7-49C4-85D0-7891E95F024B}.Release|x86.Build.0 = Release|Any CPU
921+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
922+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
923+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|x64.ActiveCfg = Debug|Any CPU
924+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|x64.Build.0 = Debug|Any CPU
925+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|x86.ActiveCfg = Debug|Any CPU
926+
{9187418A-30A4-4320-8919-69799D99F2C2}.Debug|x86.Build.0 = Debug|Any CPU
927+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
928+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|Any CPU.Build.0 = Release|Any CPU
929+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|x64.ActiveCfg = Release|Any CPU
930+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|x64.Build.0 = Release|Any CPU
931+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|x86.ActiveCfg = Release|Any CPU
932+
{9187418A-30A4-4320-8919-69799D99F2C2}.Release|x86.Build.0 = Release|Any CPU
933+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
934+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|Any CPU.Build.0 = Debug|Any CPU
935+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|x64.ActiveCfg = Debug|Any CPU
936+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|x64.Build.0 = Debug|Any CPU
937+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|x86.ActiveCfg = Debug|Any CPU
938+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Debug|x86.Build.0 = Debug|Any CPU
939+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|Any CPU.ActiveCfg = Release|Any CPU
940+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|Any CPU.Build.0 = Release|Any CPU
941+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|x64.ActiveCfg = Release|Any CPU
942+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|x64.Build.0 = Release|Any CPU
943+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|x86.ActiveCfg = Release|Any CPU
944+
{3DC73068-DB61-4B56-AC0E-5CAA40A5C170}.Release|x86.Build.0 = Release|Any CPU
832945
{EE2A4BB9-2ECB-4CAE-AD82-C4882B6ECDE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
833946
{EE2A4BB9-2ECB-4CAE-AD82-C4882B6ECDE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
834947
{EE2A4BB9-2ECB-4CAE-AD82-C4882B6ECDE0}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -853,6 +966,17 @@ Global
853966
{493FA948-DA9C-47CD-8385-3C0261377D86}.Release|x64.Build.0 = Release|Any CPU
854967
{493FA948-DA9C-47CD-8385-3C0261377D86}.Release|x86.ActiveCfg = Release|Any CPU
855968
{493FA948-DA9C-47CD-8385-3C0261377D86}.Release|x86.Build.0 = Release|Any CPU
969+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
970+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|Any CPU.Build.0 = Debug|Any CPU
971+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|x64.ActiveCfg = Debug|Any CPU
972+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|x64.Build.0 = Debug|Any CPU
973+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|x86.ActiveCfg = Debug|Any CPU
974+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Debug|x86.Build.0 = Debug|Any CPU
975+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Release|Any CPU.ActiveCfg = Release|Any CPU
976+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Release|Any CPU.Build.0 = Release|Any CPU
977+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Release|x64.ActiveCfg = Release|Any CPU
978+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Release|x64.Build.0 = Release|Any CPU
979+
{06B4370D-D375-482C-AD23-CFDAC0176147}.Release|x86.ActiveCfg = Release|Any CPU
856980
EndGlobalSection
857981
GlobalSection(SolutionProperties) = preSolution
858982
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)