Skip to content

Commit 5752d2c

Browse files
authored
Merge pull request Azure#9036 from Azure/release-2019-04-23
Merge release into master
2 parents d99e4ee + 29f01ca commit 5752d2c

File tree

265 files changed

+40653
-12232
lines changed

Some content is hidden

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

265 files changed

+40653
-12232
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: 25 additions & 25 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,28 +56,28 @@ 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.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.Rest.ClientRuntime.Azure.Authentication.dll',
78-
'.\Microsoft.WindowsAzure.Storage.dll',
79-
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
80-
'.\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.Rest.ClientRuntime.Azure.Authentication.dll',
78+
'.\Microsoft.WindowsAzure.Storage.dll',
79+
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
80+
'.\Microsoft.Azure.PowerShell.Clients.Aks.dll',
8181
'.\Microsoft.Azure.PowerShell.Strategies.dll'
8282

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

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

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

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 1.5.1
2123
* Update Uninstall-AzureRm to correctly delete modules in Mac
2224

2325
## 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/Advisor/Advisor/Az.Advisor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Advisor.dll'

src/Aks/Aks/Az.Aks.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.1'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'

src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.1'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.1'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\AutoMapper.dll',

src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.1'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'

src/Automation/Automation/Az.Automation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.1'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'

src/Batch/Batch/Az.Batch.psd1

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'Az.Batch'
2+
# Module manifest for module 'PSGet_Az.Batch'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 12/12/2018
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.0.0'
15+
ModuleVersion = '1.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.1'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
@@ -119,8 +119,11 @@ CmdletsToExport = 'Remove-AzBatchAccount', 'Get-AzBatchAccount',
119119
# VariablesToExport = @()
120120

121121
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
122-
AliasesToExport = 'Reactivate-AzBatchTask', 'Get-AzBatchSubscriptionQuotas', 'Get-AzBatchAccountKeys', 'Get-AzBatchJobStatistics', 'Get-AzBatchLocationQuotas',
123-
'Get-AzBatchPoolNodeCounts', 'Get-AzBatchPoolStatistics', 'Get-AzBatchPoolUsageMetrics', 'Get-AzBatchRemoteLoginSettings', 'Get-AzBatchTaskCounts'
122+
AliasesToExport = 'Reactivate-AzBatchTask', 'Get-AzBatchSubscriptionQuotas',
123+
'Get-AzBatchAccountKeys', 'Get-AzBatchJobStatistics',
124+
'Get-AzBatchLocationQuotas', 'Get-AzBatchPoolNodeCounts',
125+
'Get-AzBatchPoolStatistics', 'Get-AzBatchPoolUsageMetrics',
126+
'Get-AzBatchRemoteLoginSettings', 'Get-AzBatchTaskCounts'
124127

125128
# DSC resources to export from this module
126129
# DscResourcesToExport = @()
@@ -149,7 +152,7 @@ PrivateData = @{
149152
# IconUri = ''
150153

151154
# ReleaseNotes of this module
152-
ReleaseNotes = 'General availability for Az.Batch module.'
155+
ReleaseNotes = '* Updated cmdlets with plural nouns to singular, and deprecated plural names.'
153156

154157
# Prerelease string of this module
155158
# Prerelease = ''

src/Batch/Batch/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 1.1.0
2224
* Updated cmdlets with plural nouns to singular, and deprecated plural names.
2325

2426
## Version 1.0.0

src/Batch/Batch/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")]
28-
[assembly: AssemblyVersion("1.0.0")]
29-
[assembly: AssemblyFileVersion("1.0.0")]
28+
[assembly: AssemblyVersion("1.1.0")]
29+
[assembly: AssemblyFileVersion("1.1.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Batch.Test")]
3232
#endif

src/Billing/Billing/Az.Billing.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.1'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.Billing.dll',

src/Blueprint/Blueprint.Test/Blueprint.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<None Remove="UnitTests\**" />
1616
</ItemGroup>
1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.Azure.Management.Blueprint" Version="0.10.0-preview" />
18+
<PackageReference Include="Microsoft.Azure.Management.Blueprint" Version="0.12.0-preview" />
1919
</ItemGroup>
2020
<ItemGroup>
2121
<ProjectReference Include="..\Blueprint\Blueprint.csproj" />

src/Blueprint/Blueprint.Test/ScenarioTests/TestController.cs

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public class TestController : RMTestBase
2828

2929
public BlueprintManagementClient BlueprintManagementClient { get; private set; }
3030
public ServiceClientCredentials ClientCredentials { get; private set; }
31-
public GraphRbacManagementClient GraphRbacManagementClient { get; private set; }
3231
public AuthorizationManagementClient AuthorizationManagementClient { get; private set; }
3332
public ResourceManagementClient ResourceManagerClient { get; private set; }
3433
public LegacyResourceManagementClient LegacyResourceManagementClient { get; private set; }
@@ -43,14 +42,12 @@ protected TestController()
4342
protected void SetupManagementClients(MockContext context)
4443
{
4544
BlueprintManagementClient = GetBlueprintManagementClient(context);
46-
GraphRbacManagementClient = GetGraphRbacManagementClient(context);
4745
AuthorizationManagementClient = GetAuthorizationManagementClient(context);
4846
ResourceManagerClient = GetResourceManagementClient(context);
4947
LegacyResourceManagementClient = GetLegacyResourceManagementClient(context);
5048

5149
_helper.SetupManagementClients(
5250
BlueprintManagementClient,
53-
GraphRbacManagementClient,
5451
AuthorizationManagementClient,
5552
ResourceManagerClient,
5653
LegacyResourceManagementClient);
@@ -121,18 +118,7 @@ private static BlueprintManagementClient GetBlueprintManagementClient(MockContex
121118
{
122119
return context.GetServiceClient<BlueprintManagementClient>(TestEnvironmentFactory.GetTestEnvironment());
123120
}
124-
125-
private static GraphRbacManagementClient GetGraphRbacManagementClient(MockContext context)
126-
{
127-
var environment = TestEnvironmentFactory.GetTestEnvironment();
128-
string tenantId = null;
129-
130-
var client = context.GetGraphServiceClient<GraphRbacManagementClient>(environment);
131-
client.TenantID = tenantId;
132-
133-
return client;
134-
}
135-
121+
136122
private static AuthorizationManagementClient GetAuthorizationManagementClient(MockContext context)
137123
{
138124
return context.GetServiceClient<AuthorizationManagementClient>(TestEnvironmentFactory.GetTestEnvironment());

0 commit comments

Comments
 (0)