Skip to content

Merge preview into network branch #6290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 180 commits into from
May 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
180 commits
Select commit Hold shift + click to select a range
83c4ac9
#1443089: New Powershell commandlets for feature:P2S Ipsec custom pol…
Nilambari Apr 9, 2018
9e31a3f
#1443089: Fix build merge errors
Nilambari Apr 9, 2018
28d982e
#1443089: Update change log
Nilambari Apr 9, 2018
3dc3dbf
#1443089: Fix build merge conflicts
Nilambari Apr 11, 2018
bef682b
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
Nilambari Apr 12, 2018
929bb90
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
Nilambari Apr 16, 2018
0fba59b
fix in AzureRM.Network.psd1
Nilambari Apr 19, 2018
7a6117d
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
Nilambari Apr 19, 2018
105eefa
Fix for issue #5365
praries880 Apr 19, 2018
2038a1f
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
praries880 Apr 19, 2018
dadb6a6
Add websites dll to required assemblies part of Profile
praries880 Apr 19, 2018
5770c13
Fic sln files to include the dependencies
praries880 Apr 20, 2018
648c96a
Fic dependency paths and projects
praries880 Apr 20, 2018
cf94f8e
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
praries880 Apr 20, 2018
0d6d129
Fix Build merge conflicts
Nilambari Apr 20, 2018
62a4097
Fix dll name
praries880 Apr 20, 2018
7167152
Add/update help files for PS command lets
Nilambari Apr 21, 2018
889886f
Incorporate code review comments
Nilambari Apr 21, 2018
b101bb1
Add csproj files for the new common module to Profile
praries880 Apr 23, 2018
c21e488
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
praries880 Apr 23, 2018
a59eb58
Fix build
praries880 Apr 23, 2018
bb7d887
Fix dll name (WebSites -> Websites) in the pofile psd1
praries880 Apr 23, 2018
20de82c
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
Nilambari Apr 24, 2018
2c9d4a7
Record failing tests
Nilambari Apr 24, 2018
0879418
Enabled using network watcher by location
irrogozh Apr 28, 2018
04a31ab
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
praries880 Apr 30, 2018
71b8478
Merge branch 'preview' into dependency_logicapp
praries880 May 2, 2018
ba43d71
update OutputType in cmdlet
junyezhu May 2, 2018
1cdff23
add New-AzureRMNetworkWatcherProtocolConfiguration
junyezhu May 3, 2018
12e20a9
fix idictionary issue for header
junyezhu May 3, 2018
3f8dca5
Merge branch 'preview' into dependency_logicapp
praries880 May 3, 2018
3350cef
#Fix merge conflicts
Nilambari May 3, 2018
eefa141
record network watcher test
junyezhu May 3, 2018
a8a4744
[Maps] Rename folders and files from LocationBasedServices
jp94 May 7, 2018
1fda5d6
[Maps] Rename help file names
jp94 May 7, 2018
1074ff8
[Maps] Renaming variables, strings, descriptions, etc.
jp94 May 7, 2018
05cf227
update help docs for New-AzureRmNetworkWatcherProtocolConfiguration
junyezhu May 7, 2018
3ca204f
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
Nilambari May 7, 2018
b01acde
Add -ExtendedProperty parameter to New-AzureService and Set-AzureServ…
hyonholee May 8, 2018
d5c0668
Modify Commands.Sql.csproj and Commands.Sql.Test.csproj to use local …
payiAzure Mar 27, 2018
c071cbd
adding new parameters for create/update elastic pool and database cmd…
payiAzure Apr 11, 2018
27ba144
Fix issue in composing PUT request body for database and pool -- Sku …
payiAzure Apr 12, 2018
16fabc7
Update elasticPool adaptor and communicator to using new sdk when try…
payiAzure Apr 14, 2018
e4136c1
Update database replication related models and services to use new au…
payiAzure Apr 14, 2018
d0262cf
address comments on database/elastic pool cmdlets-- null check, remov…
payiAzure Apr 16, 2018
f91c4ce
address comments. Used -Edition -RequestedServiceObjectiveName for vc…
payiAzure Apr 17, 2018
59485e0
used the published SDK 1.14.0-preview. Update LocationCapabilities mo…
payiAzure Apr 18, 2018
559823d
Update all db creation related cmdlets to support vcore database
payiAzure Apr 24, 2018
f1b382c
Update db/elasticpool creation/update tests
payiAzure Apr 25, 2018
3ceb962
Add functions to get skuname when given tier for database and pool, t…
payiAzure Apr 25, 2018
b9457f7
use dictionary to mapping tier to skuname
payiAzure Apr 26, 2018
d01c230
re-record tests and update help file
payiAzure Apr 28, 2018
e09af77
Update restore cmdlet. Re-recording LTR restore test. Update changeLog.
payiAzure Apr 30, 2018
7c8cfd6
address comments. and revert all changes related with 'replication li…
payiAzure May 1, 2018
e842f89
using published sdk 1.15.0-preview for the build issue.
payiAzure May 2, 2018
0817ff9
Update cmds for creating/updating elasticpool. Use Patch way to do po…
payiAzure May 3, 2018
29199ec
fix the yaml trailing issue in help files
payiAzure May 3, 2018
97656ed
Add the removed properties back in DatabaseModel and ElasticPoolModel…
payiAzure May 3, 2018
96bce11
Update BreakingChangeIssues.csv
cormacpayne May 3, 2018
19254ae
Address comments. Re-recording part of the failed tests in CI build
payiAzure May 6, 2018
2e0dee6
re-recording part of the failed tests in CI build.
payiAzure May 6, 2018
b682d19
add new tests records to output dic
payiAzure May 8, 2018
f01d012
link website for New-AzureRmNetworkWatcherProtocolConfiguration.md
junyezhu May 8, 2018
0ac18a8
re-record backup LTR v2 tests, AuditingClassicStorageTests, ThreatDet…
payiAzure May 9, 2018
d527eb0
re-record tests related with ClassicStorage
payiAzure May 9, 2018
a77b4c1
Fix test TestExportDatabase and re-record it.
payiAzure May 9, 2018
73f8fc7
fix issue with network watcher md files
junyezhu May 9, 2018
b746a9d
Recorded and enabled skipped tests
Nilambari May 9, 2018
223fe0c
fix merge conflicts
Nilambari May 9, 2018
566bfff
Add StaticAnalysis checks for
cormacpayne May 10, 2018
a2cbb6e
Update BreakingChangeIssues.csv
payiAzure May 10, 2018
8cb3b88
Record auditing & threat detection tests
jaredmoo May 10, 2018
1f96ea2
fix merge conflits for protocol config
junyezhu May 10, 2018
917b2dd
Merge branch 'preview' into juliet/feat/addprotocolconfig
junyezhu May 10, 2018
1f52fe7
Skip severel tests that can only run in live mode (talked with test o…
payiAzure May 10, 2018
55ca43f
Add tests for new static analysis checks
cormacpayne May 10, 2018
b56b091
[Maps] Use Maps SDK over LocationBasedServices SDK
jp94 May 10, 2018
555e81e
Merge remote-tracking branch 'Azure/preview' into preview
jp94 May 10, 2018
c841f10
Update AzureRM.Network.psd1
junyezhu May 10, 2018
ab30a35
Update New-AzureRmNetworkWatcherProtocolConfiguration.md
junyezhu May 11, 2018
8b06f8d
make protocol required
junyezhu May 11, 2018
0373b7b
Record and enable skipped Brooklyn tests to have test coverage
Nilambari May 11, 2018
5a47a7f
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
Nilambari May 11, 2018
39ca73d
Merge branch 'preview' of github.com:Azure/azure-powershell into stat…
cormacpayne May 11, 2018
30f5e2d
fix test
May 11, 2018
98839c3
move from on demand to regular build
May 11, 2018
8d80c96
#Fix help file error
Nilambari May 11, 2018
be5d3c4
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
Nilambari May 11, 2018
7648482
address comments. Remove Sku and PerDatabaseSettings from DatabaseMod…
payiAzure May 12, 2018
3cf55cb
Fix static analysis errors
Nilambari May 13, 2018
ff8a893
Update the elastic pool tests. fix bug.
payiAzure May 14, 2018
ff19e60
Fix cred scan errors
Nilambari May 14, 2018
6b195db
Fix cred scan errors
Nilambari May 14, 2018
9253ef1
Address comments. ReplicationLinkModel, DatabaseCopyModel, remove dup…
payiAzure May 14, 2018
efd938f
Add dependence in the ServiceManagement sln to fix the sign job
praries880 May 14, 2018
cccd9ff
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
praries880 May 14, 2018
afe823d
Merge branch 'dependency_logicapp' of https://github.com/praries880/a…
praries880 May 14, 2018
59f7dc2
Update SignatureIssues.csv
cormacpayne May 15, 2018
d997b35
Add default parameter set for two cmdlets. Update ChangeLog.md and re…
payiAzure May 15, 2018
bae2e4a
small type fix
payiAzure May 15, 2018
70e002a
Fix build merge conflicts
Nilambari May 15, 2018
ed2ffbc
fix breaking change issue and signature issue
junyezhu May 15, 2018
ca50007
Small fix. Use SkuName in the pool model to keep alignment with other…
payiAzure May 15, 2018
fa4a058
Incorporate code review comments
Nilambari May 15, 2018
5cf0e9a
Fix build merge conflicts
Nilambari May 15, 2018
7eb4c8d
Updating Networking tests with owner attributes
EvgenyAgafonchikov May 16, 2018
a4bace3
Fix command output
Nilambari May 16, 2018
2ef49bc
Revert "Fix command output"
Nilambari May 16, 2018
4014464
Suppress signature issues as they are approved by Powershell team
Nilambari May 16, 2018
af2205d
Update ChangeLog.md
junyezhu May 16, 2018
ab32c1b
Update NewAzureNetworkWatcherProtocolConfiguration.cs
junyezhu May 16, 2018
f6468bb
Merge branch 'release-6.1.0' into juliet/feat/addprotocolconfig
junyezhu May 16, 2018
7c6b015
Merge pull request #6148 from hyonholee/asm
cormacpayne May 16, 2018
3f874a7
Fix to `New-AzureRmAks` help text.
twitchax May 16, 2018
c1c3700
Fix issue with Clear-AzureRmContext where old default context name wa…
cormacpayne May 16, 2018
5667520
Merge pull request #6235 from twitchax/aks_help_fix
cormacpayne May 16, 2018
96db2c9
Strategies library: Version 4, new WriteWarning method.
sergey-shandar May 16, 2018
f74a262
Websites.Strategies are replaced by Common.Strategies library.
sergey-shandar May 16, 2018
fb314ad
Merge pull request #6117 from junyezhu/juliet/feat/addprotocolconfig
cormacpayne May 17, 2018
a4d554a
Fix build merge errors
Nilambari May 17, 2018
e6fe85b
Merge branch 'release-6.1.0' into database2017
cormacpayne May 17, 2018
6a9b051
Added comments with full team names
EvgenyAgafonchikov May 17, 2018
16bd80d
update cmdlets based on autorest .net client 2018-01-01
solankisamir Mar 12, 2018
9afe33e
Refactor InputObject variables and other review comments
solankisamir May 15, 2018
c5169ce
get identity properties from InputObject and allow override by parame…
solankisamir May 17, 2018
8c6a5c9
Skip failing Batch tests in on-demand build (see issue #5006)
cormacpayne May 17, 2018
3b25381
Merge pull request #5949 from payiAzure/database2017
cormacpayne May 17, 2018
61191c8
Merge pull request #6237 from cormacpayne/fix-context
cormacpayne May 17, 2018
7111857
Merge branch 'release-6.1.0' into preview1
cormacpayne May 17, 2018
e020b32
Merge branch 'release-6.1.0' into apim_2018_01_01
cormacpayne May 17, 2018
849ffc8
Update SignatureIssues.csv
cormacpayne May 17, 2018
a5a3241
Cleanup dependencies and assembly references
praries880 May 17, 2018
d9b2ba5
remove one more reference
praries880 May 17, 2018
cc85084
Merge pull request #6189 from solankisamir/apim_2018_01_01
cormacpayne May 17, 2018
c5e31e6
Merge branch 'release-6.1.0' into preview1
cormacpayne May 17, 2018
6d0abe1
Merge branch 'preview' of https://github.com/Azure/azure-powershell i…
praries880 May 17, 2018
4b5fb79
Update modules for 6.1.0 release
cormacpayne May 17, 2018
b22be8f
Fix error in paths for Profile RequiredAssemblies
cormacpayne May 17, 2018
4008978
Merge pull request #6002 from praries880/dependency_logicapp
praries880 May 18, 2018
377fcd7
Merge pull request #6248 from cormacpayne/release-6.1.0
cormacpayne May 18, 2018
645149b
Merge from preview branch.
sergey-shandar May 18, 2018
45c4e12
Merge pull request #6254 from Azure/release-6.1.0
cormacpayne May 18, 2018
b47fd02
Fix for empty examples.
twitchax May 19, 2018
29d1123
[Maps] Add legacy ResourceManager & update test recordings
jp94 May 21, 2018
49e6765
[Maps] Add legacy ResourceManager & update test recordings
jp94 May 21, 2018
c348a3e
Merge remote-tracking branch 'Azure/preview' into maps
jp94 May 21, 2018
95c09b2
Merge pull request #6258 from twitchax/empty_example_fix
May 21, 2018
2404dff
Merge pull request #6256 from Azure/master
May 21, 2018
bd03687
Merge pull request #6229 from EvgenyAgafonchikov/nw-owners
May 21, 2018
06377d3
Merge branch 'preview' of github.com:Azure/azure-powershell into stat…
cormacpayne May 21, 2018
bcdb236
Add example to Stop-AzureRmResourceGroupDeployment.md
cormacpayne May 21, 2018
22e241a
Merge branch 'preview' into sergey-websites3
cormacpayne May 21, 2018
80b9971
Merge branch 'preview' into preview1
cormacpayne May 21, 2018
feb4738
Merge pull request #6192 from cormacpayne/static-analysis-rules
May 21, 2018
d63454a
Merge pull request #6264 from Azure/stop-rg-deploy-update
May 21, 2018
3400374
Merge pull request #6239 from sergey-shandar/sergey-websites3
vladimir-shcherbakov May 21, 2018
aa74ac5
Fix merge conflicts
Nilambari May 22, 2018
0419b06
Fix merge conflicts
Nilambari May 22, 2018
d2f2f81
[Maps] Resolving merge revision requests
jp94 May 22, 2018
2cf517c
Merge remote-tracking branch 'Azure/preview' into maps
jp94 May 22, 2018
1c74602
[Maps] Resolving merge revision requests (2)
jp94 May 22, 2018
c8a03ef
Remove spaces in location before comparision
May 22, 2018
804c722
Update Stack.sln
cormacpayne May 23, 2018
26b440e
[Maps] Add PassThru to Remove method, resolve build failure
jp94 May 23, 2018
5749c8d
Update azure-powershell-developer-guide.md
May 23, 2018
1324e23
[Maps] Update help files to reflect -PassThru param addition
jp94 May 23, 2018
b56ec7a
[Maps] Fix trailing yaml string for PassThru
jp94 May 23, 2018
8c4f361
address comments
May 23, 2018
7434b2d
Fix local build issues because of a netcore sln file introduced
praries880 May 23, 2018
383ec95
Update azure-powershell-developer-guide.md
cormacpayne May 23, 2018
a00d943
Merge pull request #6279 from Azure/sign-job-fix
cormacpayne May 23, 2018
3914a72
Merge pull request #6275 from SudhakaraReddyEvuri/suredd-fix-space-in…
cormacpayne May 23, 2018
408aef5
Update test for test-ConnectivityTroubleshoot
junyezhu May 23, 2018
3def3c8
Merge pull request #6204 from maddieclayton/fixLRT
cormacpayne May 23, 2018
9a10811
Merge pull request #6259 from jp94/maps
May 23, 2018
ba6ba51
Merge pull request #5909 from Nilambari/preview1
cormacpayne May 23, 2018
7b8031e
Merge pull request #6282 from Azure/maddieclayton-patch-1
May 23, 2018
4feb4a2
Merge pull request #6286 from junyezhu/juliet/feat/updatetestforproto…
cormacpayne May 23, 2018
a854558
Merge pull request #6285 from praries880/dependency_logicapp
cormacpayne May 23, 2018
490dbac
Dependency fix : ServiceFabric (#5971)
praries880 May 24, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
44 changes: 43 additions & 1 deletion Azure.PowerShell.Netcore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Resources.Netcore"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Storage.Netcore", "src\Common\Commands.Common.Storage\Common.Storage.Netcore.csproj", "{6B91BCDC-5031-4A7A-A566-83308FF997C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Storage.Management.Netcore", "src\Common\Commands.Common.Storage.Management\Common.Storage.Management.Netcore.csproj", "{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Management.Storage.Netcore", "src\ResourceManager\Storage\Commands.Management.Storage\Commands.Management.Storage.Netcore.csproj", "{6878D60B-AD5B-4D37-8B84-5D529090FBAC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Websites.Netcore", "src\ResourceManager\Websites\Commands.Websites\Commands.Websites.Netcore.csproj", "{59581DCA-1726-4EE2-A665-0112E681C35C}"
Expand Down Expand Up @@ -123,7 +125,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataLakeStore.Netc
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Insights.Netcore", "src\ResourceManager\Insights\Commands.Insights\Commands.Insights.Netcore.csproj", "{F900B1AF-C576-4A6D-A38E-722B73C79A25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.LocationBasedServices.Netcore", "src\ResourceManager\LocationBasedServices\Commands.LocationBasedServices\Commands.LocationBasedServices.Netcore.csproj", "{025A3BBD-DB27-4F92-9E3D-3F5FB4D8D443}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Maps.Netcore", "src\ResourceManager\Maps\Commands.Maps\Commands.Maps.Netcore.csproj", "{025A3BBD-DB27-4F92-9E3D-3F5FB4D8D443}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Partner.Netcore", "src\ResourceManager\ManagementPartner\Commands.Partner\Commands.Partner.Netcore.csproj", "{E3F57ED9-36AA-43AE-9E37-8CDEF1278FAE}"
EndProject
Expand All @@ -145,6 +147,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.AnalysisServices.D
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Storage.Netcore", "src\Storage\Commands.Storage\Commands.Storage.Netcore.csproj", "{4F18000A-0329-4450-ADC8-8AA1C04A4666}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.KeyVault.Netcore", "src\Common\Commands.Common.KeyVault\Common.KeyVault.Netcore.csproj", "{836965C0-B198-4D01-B3D7-757DB62B49A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Common.Websites.Netcore", "src\Common\Commands.Common.Websites\Common.Websites.Netcore.csproj", "{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -251,6 +257,18 @@ Global
{6B91BCDC-5031-4A7A-A566-83308FF997C6}.Release|x64.Build.0 = Release|Any CPU
{6B91BCDC-5031-4A7A-A566-83308FF997C6}.Release|x86.ActiveCfg = Release|Any CPU
{6B91BCDC-5031-4A7A-A566-83308FF997C6}.Release|x86.Build.0 = Release|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Debug|x64.ActiveCfg = Debug|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Debug|x64.Build.0 = Debug|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Debug|x86.ActiveCfg = Debug|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Debug|x86.Build.0 = Debug|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Release|Any CPU.Build.0 = Release|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Release|x64.ActiveCfg = Release|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Release|x64.Build.0 = Release|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Release|x86.ActiveCfg = Release|Any CPU
{4CCA7339-15BF-4066-9FA1-6A23A58F2CEE}.Release|x86.Build.0 = Release|Any CPU
{6878D60B-AD5B-4D37-8B84-5D529090FBAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6878D60B-AD5B-4D37-8B84-5D529090FBAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6878D60B-AD5B-4D37-8B84-5D529090FBAC}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -1007,6 +1025,30 @@ Global
{4F18000A-0329-4450-ADC8-8AA1C04A4666}.Release|x64.Build.0 = Release|Any CPU
{4F18000A-0329-4450-ADC8-8AA1C04A4666}.Release|x86.ActiveCfg = Release|Any CPU
{4F18000A-0329-4450-ADC8-8AA1C04A4666}.Release|x86.Build.0 = Release|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Debug|x64.ActiveCfg = Debug|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Debug|x64.Build.0 = Debug|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Debug|x86.ActiveCfg = Debug|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Debug|x86.Build.0 = Debug|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Release|Any CPU.Build.0 = Release|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Release|x64.ActiveCfg = Release|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Release|x64.Build.0 = Release|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Release|x86.ActiveCfg = Release|Any CPU
{836965C0-B198-4D01-B3D7-757DB62B49A0}.Release|x86.Build.0 = Release|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Debug|x64.ActiveCfg = Debug|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Debug|x64.Build.0 = Debug|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Debug|x86.ActiveCfg = Debug|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Debug|x86.Build.0 = Debug|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Release|Any CPU.Build.0 = Release|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Release|x64.ActiveCfg = Release|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Release|x64.Build.0 = Release|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Release|x86.ActiveCfg = Release|Any CPU
{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
64 changes: 63 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,66 @@
## 6.0.0 - May 2018
## 6.1.0 - May 2018
#### AzureRM.Profile
* Fix issue where running 'Clear-AzureRmContext' would keep an empty context with the name of the previous default context, which prevented the user from creating a new context with the old name

#### AzureRM.AnalysisServices
* Enable Gateway assocaite/disassociate operations on AS.

#### AzureRM.ApiManagement
* Added support for ApiVersions, ApiReleases and ApiRevisions
* Added suppport for ServiceFabric Backend
* Added support for Application Insights Logger
* Added support for recognizing 'Basic' sku as a valid sku of Api Management service
* Added support for installing Certificates issued by private CA as Root or CA
* Added support for accepting Custom SSL certificates via KeyVault and Multiple proxy hostnames
* Added support for MSI identity
* Added support for accepting Policies via Url
NOTE: The following cmdlets will be deprecated in future release
- Import-AzureRmApiManagementHostnameCertificate
- New-AzureRmApiManagementHostnameConfiguration
- Set-AzureRmApiManagementHostnames
- Update-AzureRmApiManagementDeployment

#### AzureRM.Batch
* Release new cmdlet Get-AzureBatchPoolNodeCounts
* Release new cmdlet Start-AzureBatchComputeNodeServiceLogUpload

#### AzureRM.Consumption
* Add new parameters Expand, ResourceGroup, InstanceName, InstanceId, Tags, and Top on Cmdlet Get-AzureRmConsumptionUsageDetail

#### AzureRM.DataLakeStore
* Fix example for Export-AzureRmDataLakeStoreChildItemProperties
* Fix null parameter exception for Recurse case in Set-AzureRmDataLakeStoreItemAclEntry
* Fix the help files for Set-AzureRmDataLakeStoreItemAclEntry, Set-AzureRmDataLakeStoreItemAcl, Remove-AzureRmDataLakeStoreItemAclEntry

#### AzureRM.Network
* Bump up Network SDK version from 18.0.0-preview to 19.0.0-preview
* Added cmdlet to create protocol configuration
- New-AzureRmNetworkWatcherProtocolConfiguration
* Added cmdlet to add a new circuit connection to an existing express route circuit.
- Add-AzureRmExpressRouteCircuitConnectionConfig
* Added cmdlet to remove a circuit connection from an existing express route circuit.
- Remove-AzureRmExpressRouteCircuitConnectionConfig
* Added cmdlet to retrieve a circuit connection
- Get-AzureRmExpressRouteCircuitConnectionConfig

#### AzureRM.ServiceFabric
* Fixed server authentication usage with generated certificates (Issue #5998)

#### AzureRM.Sql
* Updated Auditing cmdlets to allow removing AuditActions or AuditActionGroups
* Fixed issue with Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy when setting a new flexible retention policy where the command would fail with 'Configure long term retention policy with azure recovery service vault and policy is no longer supported. Please submit request with the new flexible retention policy'.
* Update all Azure Sql Database/ElasticPool Creation/Update related cmdlets to use the new Database API, which support Sku property for scale and tier-related properties.
* The updated cmdlets including:
- New-AzureRmSqlDatabase; Set-AzureRmSqlDatabase
- New-AzureRmSqlElasticPool; Set-AzureRmSqlElasticPool
- New-AzureRmSqlDatabaseCopy
- New-AzureRmSqlDatabaseSecondary
- Restore-AzureRmSqlDatabase

#### AzureRM.TrafficManager
* Update the parameters for 'Get-AzureRmTrafficManagerProfile' so that -ResourceGroupName parameter is required when using -Name parameter.

## 6.0.0 - May 2018
#### General
* Set minimum dependency of modules to PowerShell 5.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ To import modules automatically when debug has started, follow the below steps:
- In the **Debug** tab mentioned previously, go to **Start Options**
- Import the Profile module, along with the module you are testing, by pasting the following in the **Command line arguments** box (_note_: you have to update the <PATH_TO_REPO> and <SERVICE> values provided below):
- `-NoExit -Command "Import-Module <PATH_TO_REPO>/src/Package/Debug/ResourceManager/AzureResourceManager/AzureRM.Profile/AzureRM.Profile.psd1;Import-Module <PATH_TO_REPO>/src/Package/Debug/ResourceManager/AzureResourceManager/AzureRM.<SERVICE>/AzureRM.<SERVICE>.psd1;$VerbosePreference='Continue'"`

- **Note**: if you do not see all of the changes you made to the cmdlets when importing your module in a PowerShell session (_e.g.,_ a cmdlet you added is not recognized as a cmdlet), you may need to delete any existing Azure PowerShell modules that you have on your machine (installed either through the PowerShell Gallery or by Web Platform Installer) before you import your module.

## Adding Help Content

Expand Down
Loading