Skip to content

Commit 299d85d

Browse files
committed
Merge branch 'master' into securitytools-changes
2 parents 3f22cf5 + ec859f6 commit 299d85d

File tree

1,427 files changed

+387944
-242390
lines changed

Some content is hidden

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

1,427 files changed

+387944
-242390
lines changed

ChangeLog.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,107 @@
1+
## 1.8.0 - April 2019
2+
### Highlights since the last major release
3+
* General availability of `Az` module
4+
* For more information about the `Az` module, please visit the following: https://aka.ms/azps-announce
5+
* Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
6+
* Added wildcard support to Get cmdlets for Az.Compute and Az.Network
7+
* Added interactive and username/password authentication for Windows PowerShell 5.1 only
8+
* Added support for Python 2 runbooks in Az.Automation
9+
* Az.LogicApp: New cmdlets for Integration Account Assemblies and Batch Configuration
10+
11+
#### Az.Accounts
12+
* Update Uninstall-AzureRm to correctly delete modules in Mac
13+
14+
#### Az.Batch
15+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
16+
17+
#### Az.Cdn
18+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
19+
20+
#### Az.CognitiveServices
21+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
22+
23+
#### Az.Compute
24+
* Fix issue with AEM installation if resource ids of disks had lowercase resourcegroups in resource id
25+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
26+
* Fix documentation for wildcards
27+
28+
#### Az.DataFactory
29+
* Add SsisProperties if NodeCount not null for managed integration runtime.
30+
31+
#### Az.DataLakeStore
32+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
33+
34+
#### Az.EventGrid
35+
* Updated the help text for endpoint to indicate that resources should be created before using the create/update event subscription cmdlets.
36+
37+
#### Az.EventHub
38+
* Added new cmdlets for NetworkRuleSet of Namespace
39+
40+
#### Az.HDInsight
41+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
42+
43+
#### Az.IotHub
44+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
45+
46+
#### Az.KeyVault
47+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
48+
* Fix documentation for wildcards
49+
50+
#### Az.MachineLearning
51+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
52+
53+
#### Az.Media
54+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
55+
56+
#### Az.Monitor
57+
* New cmdlets for GenV2(non classic) metric-based alert rule
58+
- New-AzMetricAlertRuleV2DimensionSelection
59+
- New-AzMetricAlertRuleV2Criteria
60+
- Remove-AzMetricAlertRuleV2
61+
- Get-AzMetricAlertRuleV2
62+
- Add-AzMetricAlertRuleV2
63+
* Updated Monitor SDK to version 0.22.0-preview
64+
65+
#### Az.Network
66+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
67+
* Fix documentation for wildcards
68+
69+
#### Az.NotificationHubs
70+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
71+
72+
#### Az.OperationalInsights
73+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
74+
75+
#### Az.PowerBIEmbedded
76+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
77+
78+
#### Az.RecoveryServices
79+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
80+
* Updated table format for SQL in azure VM
81+
* Added alternate method to fetch location in AzureFileShare
82+
* Updated ScheduleRunDays in SchedulePolicy object according to timezone
83+
84+
#### Az.RedisCache
85+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
86+
87+
#### Az.Resources
88+
* Fix documentation for wildcards
89+
90+
#### Az.Sql
91+
* Replace dependency on Monitor SDK with common code
92+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
93+
* Enhanced process of multiple columns classification.
94+
* Include sku properties (sku name, family, capacity) in response from Get-AzSqlServerServiceObjective and format as table by default.
95+
* Ability to Get-AzSqlServerServiceObjective by location without needing a preexisting server in the region.
96+
* Support for time zone parameter in Managed Instance create.
97+
* Fix documentation for wildcards
98+
99+
#### Az.Websites
100+
* fixes the Set-AzWebApp and Set-AzWebAppSlot to not remove the tags on execution
101+
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
102+
* Updated the WebSites SDK.
103+
* Removed the AdminSiteName property from PSAppServicePlan.
104+
1105
## 1.7.0 - April 2019
2106
### Highlights since the last major release
3107
* General availability of `Az` module

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/4/2019
6+
# Generated on: 4/18/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.5.0'
15+
ModuleVersion = '1.5.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -56,27 +56,27 @@ DotNetFrameworkVersion = '4.7.2'
5656
# RequiredModules = @()
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = '.\Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
60-
'.\Microsoft.Azure.PowerShell.Authentication.dll',
61-
'.\Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll',
62-
'.\Microsoft.Azure.PowerShell.Clients.Authorization.dll',
63-
'.\Microsoft.Azure.PowerShell.Clients.Compute.dll',
64-
'.\Microsoft.Azure.PowerShell.Clients.Graph.Rbac.dll',
65-
'.\Microsoft.Azure.PowerShell.Clients.Network.dll',
66-
'.\Microsoft.Azure.PowerShell.Clients.ResourceManager.dll',
67-
'.\Microsoft.Azure.PowerShell.Common.dll',
68-
'.\Microsoft.Azure.PowerShell.Storage.dll',
69-
'.\Microsoft.Azure.PowerShell.Clients.Storage.Management.dll',
70-
'.\Microsoft.Azure.PowerShell.Clients.KeyVault.dll',
71-
'.\Microsoft.Azure.PowerShell.Clients.Websites.dll',
72-
'.\Hyak.Common.dll', '.\Microsoft.ApplicationInsights.dll',
73-
'.\Microsoft.Azure.Common.dll',
74-
'.\Microsoft.Rest.ClientRuntime.dll',
75-
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
76-
'.\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll',
77-
'.\Microsoft.WindowsAzure.Storage.dll',
78-
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
79-
'.\Microsoft.Azure.PowerShell.Clients.Aks.dll',
59+
RequiredAssemblies = '.\Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
60+
'.\Microsoft.Azure.PowerShell.Authentication.dll',
61+
'.\Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll',
62+
'.\Microsoft.Azure.PowerShell.Clients.Authorization.dll',
63+
'.\Microsoft.Azure.PowerShell.Clients.Compute.dll',
64+
'.\Microsoft.Azure.PowerShell.Clients.Graph.Rbac.dll',
65+
'.\Microsoft.Azure.PowerShell.Clients.Monitor.dll',
66+
'.\Microsoft.Azure.PowerShell.Clients.Network.dll',
67+
'.\Microsoft.Azure.PowerShell.Clients.ResourceManager.dll',
68+
'.\Microsoft.Azure.PowerShell.Common.dll',
69+
'.\Microsoft.Azure.PowerShell.Storage.dll',
70+
'.\Microsoft.Azure.PowerShell.Clients.Storage.Management.dll',
71+
'.\Microsoft.Azure.PowerShell.Clients.KeyVault.dll',
72+
'.\Microsoft.Azure.PowerShell.Clients.Websites.dll',
73+
'.\Hyak.Common.dll', '.\Microsoft.ApplicationInsights.dll',
74+
'.\Microsoft.Azure.Common.dll',
75+
'.\Microsoft.Rest.ClientRuntime.dll',
76+
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
77+
'.\Microsoft.WindowsAzure.Storage.dll',
78+
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
79+
'.\Microsoft.Azure.PowerShell.Clients.Aks.dll',
8080
'.\Microsoft.Azure.PowerShell.Strategies.dll'
8181

8282
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -142,7 +142,7 @@ PrivateData = @{
142142
# IconUri = ''
143143

144144
# ReleaseNotes of this module
145-
ReleaseNotes = '* Updated Add-AzEnvironment and Set-AzEnvironment to accept parameter AzureAnalysisServicesEndpointResourceId'
145+
ReleaseNotes = '* Update Uninstall-AzureRm to correctly delete modules in Mac'
146146

147147
# Prerelease string of this module
148148
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Update Authentication Library to fix ADFS issues with username/password auth
22+
23+
## Version 1.5.1
2124
* Update Uninstall-AzureRm to correctly delete modules in Mac
2225

2326
## Version 1.5.0

src/Accounts/Accounts/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("1.5.0")]
47-
[assembly: AssemblyFileVersion("1.5.0")]
46+
[assembly: AssemblyVersion("1.5.1")]
47+
[assembly: AssemblyFileVersion("1.5.1")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/Authentication/AdalLogger.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Microsoft.Azure.Commands.Common.Authentication
2222
/// Implements logging callback for ADAL - since only a single logger is allowed, allow
2323
/// reporting logs to multiple logging mechanisms
2424
/// </summary>
25-
public class AdalLogger : IAdalLogCallback, IDisposable
25+
public class AdalLogger : IDisposable
2626
{
2727
Action<string> _logger;
2828

@@ -74,7 +74,7 @@ public void Log(LogLevel level, string message)
7474
/// <summary>
7575
/// Central logging mechanism - allows registering multiple logging callbacks
7676
/// </summary>
77-
class AdalCompositeLogger : IAdalLogCallback
77+
class AdalCompositeLogger
7878
{
7979
static object _lockObject = new object();
8080
IList<AdalLogger> _loggers = new List<AdalLogger>();
@@ -96,7 +96,8 @@ internal static void Enable(AdalLogger logger)
9696
lock (_lockObject)
9797
{
9898
Instance._loggers.Add(logger);
99-
LoggerCallbackHandler.Callback = Instance;
99+
LoggerCallbackHandler.LogCallback = Instance.Log;
100+
LoggerCallbackHandler.PiiLoggingEnabled = true;
100101
}
101102
}
102103

@@ -129,7 +130,7 @@ internal static void Disable(AdalLogger logger)
129130
/// </summary>
130131
/// <param name="level">The log level</param>
131132
/// <param name="message">The log message</param>
132-
public void Log(LogLevel level, string message)
133+
public void Log(LogLevel level, string message, bool containsPII)
133134
{
134135
foreach (var logger in _loggers)
135136
{

src/Accounts/Authentication/Authentication.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.3.5" />
16-
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="3.14.0" />
15+
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="3.19.2" />
1716
</ItemGroup>
1817

1918
</Project>

src/Accounts/Authentication/Authentication/CertificateApplicationCredentialProvider.cs

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/Accounts/Authentication/Authentication/KeyStoreApplicationCredentialProvider.cs

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)