Skip to content

Commit 511d57b

Browse files
author
Maddie Clayton
authored
Merge branch 'preview' into 6499_UltraSSD_SIG_Compute
2 parents 0ae470b + 658a82a commit 511d57b

File tree

182 files changed

+72279
-43676
lines changed

Some content is hidden

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

182 files changed

+72279
-43676
lines changed

ChangeLog.md

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,72 @@
1-
## 6.12.0 - November 2018
1+
## 6.13.0 - November 2018
2+
#### AzureRM.Profile
3+
* Update common code to use latest version of ClientRuntime
4+
5+
#### AzureRM.ApiManagement
6+
* Update dependencies for type mapping issue
7+
8+
#### AzureRM.Automation
9+
* Swagger based Azure Automation cmdlets
10+
* Added Update Management cmdlets
11+
* Added Source Control cmdlets
12+
* Added Remove-AzureRmAutomationHybridWorkerGroup cmdlet
13+
* Fixed the DSC Register Node command
14+
15+
#### AzureRM.Compute
16+
* Fixed identity issue for SystemAssigned identity
17+
* Update dependencies for type mapping issue
18+
19+
#### AzureRM.ContainerInstance
20+
* Update dependencies for type mapping issue
21+
22+
#### AzureRM.MarketplaceOrdering
23+
* update the examples description for marketplace cmdlets
24+
25+
#### AzureRM.Network
26+
* Added cmdlet New-AzureRmApplicationGatewayCustomError, Add-AzureRmApplicationGatewayCustomError, Get-AzureRmApplicationGatewayCustomError, Set-AzureRmApplicationGatewayCustomError, Remove-AzureRmApplicationGatewayCustomError, Add-AzureRmApplicationGatewayHttpListenerCustomError, Get-AzureRmApplicationGatewayHttpListenerCustomError, Set-AzureRmApplicationGatewayHttpListenerCustomError, Remove-AzureRmApplicationGatewayHttpListenerCustomError
27+
* Added ICMP back to supported AzureFirewall Network Protocols
28+
* Update cmdlet Test-AzureRmNetworkWatcherConnectivity, add validation on destination id, address and port.
29+
* Fix issues with memory usage in VirtualNetwork map
30+
31+
#### AzureRM.RecoveryServices.Backup
32+
* Fix for modifying policy for a protected file share.
33+
* Converted policy timezone to uppercase.
34+
35+
#### AzureRM.RecoveryServices.SiteRecovery
36+
* Corrected example in New-AzureRmRecoveryServicesAsrProtectableItem
37+
* Update dependencies for type mapping issue
38+
39+
#### AzureRM.Relay
40+
* Added optional Parameter -KeyValue to New-AzureRmRelayKey cmdlet, which enables user to provide KeyValue.
41+
42+
#### AzureRM.Resources
43+
* Update help documentation for resource identity related parameters in `New-AzureRmPolicyAssignment` and `Set-AzureRmPolicyAssignment`
44+
* Add an example for New-AzureRmPolicyDefinition that uses -Metadata
45+
* Fix to allow case preservation in Tag keys in NetStandard: #7678 #7703
46+
47+
#### AzureRM.ServiceFabric
48+
* Add deprecation messages for upcoming breaking changes
49+
50+
#### AzureRM.Sql
51+
* Added new cmdlets for CRUD operations on Azure Sql Database Managed Instance and Azure Sql Managed Database
52+
- Get-AzureRmSqlInstance
53+
- New-AzureRmSqlInstance
54+
- Set-AzureRmSqlInstance
55+
- Remove-AzureRmSqlInstance
56+
- Get-AzureRmSqlInstanceDatabase
57+
- New-AzureRmSqlInstanceDatabase
58+
- Restore-AzureRmSqlInstanceDatabase
59+
- Remove-AzureRmSqlInstanceDatabase
60+
* Enabled Extended Auditing Policy management on a server or a database.
61+
- New parameter (PredicateExpression) was added to enable filtering of audit logs.
62+
- Cmdlets were modified to use SQL clients instead of Legacy clients.
63+
- Set-AzureRmSqlServerAuditing.
64+
- Get-AzureRmSqlServerAuditing.
65+
- Set-AzureRmSqlDatabaseAuditing.
66+
- Get-AzureRmSqlDatabaseAuditing.
67+
* Fixed issue with using Update-AzureRmSqlDatabaseVulnerabilityAssessmentSettings with storage account name parameter set
68+
69+
## 6.12.0 - November 2018
270
#### AzureRM.Profile
371
* Update common code to use latest version of ClientRuntime
472
* Rename param TenantId in cmdlet Connect-AzureRmAccount to Tenant and add an alias for TenantId

src/ResourceManager/Aks/Commands.Aks/Az.Aks.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.5.0'
15+
ModuleVersion = '0.6.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -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.Profile'; ModuleVersion = '0.5.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.6.0'; })
5555

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

src/ResourceManager/Aks/Commands.Aks/AzureRM.Aks.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'AzureRM.Aks'
2+
# Module manifest for module 'PSGet_AzureRM.Aks'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/8/2018
6+
# Generated on: 11/13/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.0.6'
15+
ModuleVersion = '0.0.7'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'
@@ -109,7 +109,7 @@ PrivateData = @{
109109
# IconUri = ''
110110

111111
# ReleaseNotes of this module
112-
ReleaseNotes = '* Update version of YamlDotNet.Signed used'
112+
ReleaseNotes = '* Update dependencies for type mapping issue'
113113

114114
# Prerelease string of this module
115115
Prerelease = 'preview'
@@ -121,7 +121,7 @@ PrivateData = @{
121121
# ExternalModuleDependencies = @()
122122

123123
} # End of PSData hashtable
124-
124+
125125
} # End of PrivateData hashtable
126126

127127
# HelpInfo URI of this module

src/ResourceManager/Aks/Commands.Aks/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
## Current Release
21+
22+
## Version 0.0.7
2123
* Update dependencies for type mapping issue
2224

2325
## Version 0.0.6

src/ResourceManager/Aks/Commands.Aks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("0.0.6")]
27-
[assembly: AssemblyFileVersion("0.0.6")]
26+
[assembly: AssemblyVersion("0.0.7")]
27+
[assembly: AssemblyFileVersion("0.0.7")]

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1

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

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

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Az.AnalysisServices.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.5.0'
15+
ModuleVersion = '0.6.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -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.Profile'; ModuleVersion = '0.5.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.6.0'; })
5555

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

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/AzureRM.AnalysisServices.psd1

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

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

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

src/ResourceManager/ApiManagement/Commands.ApiManagement/Az.ApiManagement.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.5.0'
15+
ModuleVersion = '0.6.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -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.Profile'; ModuleVersion = '0.5.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.6.0'; })
5555

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

src/ResourceManager/ApiManagement/Commands.ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'AzureRM.ApiManagement'
2+
# Module manifest for module 'PSGet_AzureRM.ApiManagement'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/28/2018
6+
# Generated on: 11/13/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '6.1.5'
15+
ModuleVersion = '6.1.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',
@@ -204,18 +204,7 @@ PrivateData = @{
204204
# IconUri = ''
205205

206206
# ReleaseNotes of this module
207-
ReleaseNotes = '* Fixed issue with default resource groups not being set.
208-
* Fixed issue https://github.com/Azure/azure-powershell/issues/6603
209-
- Import-AzureRmApiManagementApi and *-AzureRmApiManagementCertificate cmdlets now handle relative Paths
210-
* Fixed issue https://github.com/Azure/azure-powershell/issues/6879
211-
- The CertificateInformation is a settable property allowing for Set-AzureRmApiManagement cmdlet to work property. Fixed by upgrading to
212-
4.0.4-preview nuget
213-
* Fixed issue https://github.com/Azure/azure-powershell/issues/6853
214-
- Fixed the Odata filter for Search by Name on Product
215-
* Fixed issue https://github.com/Azure/azure-powershell/issues/6814
216-
- Fixed the Odata filter for Search by Name on Api
217-
* Added support for AzureMonitor logger
218-
* Updated common runtime assemblies'
207+
ReleaseNotes = '* Update dependencies for type mapping issue'
219208

220209
# Prerelease string of this module
221210
# Prerelease = ''
@@ -227,7 +216,7 @@ PrivateData = @{
227216
# ExternalModuleDependencies = @()
228217

229218
} # End of PSData hashtable
230-
219+
231220
} # End of PrivateData hashtable
232221

233222
# HelpInfo URI of this module

src/ResourceManager/ApiManagement/Commands.ApiManagement/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
## Current Release
21+
22+
## Version 6.1.6
2123
* Update dependencies for type mapping issue
2224

2325
## Version 6.1.5

src/ResourceManager/ApiManagement/Commands.ApiManagement/Properties/AssemblyInfo.cs

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

44-
[assembly: AssemblyVersion("6.1.5")]
45-
[assembly: AssemblyFileVersion("6.1.5")]
44+
[assembly: AssemblyVersion("6.1.6")]
45+
[assembly: AssemblyFileVersion("6.1.6")]

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/Az.ApplicationInsights.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.5.0'
15+
ModuleVersion = '0.6.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -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.Profile'; ModuleVersion = '0.5.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.6.0'; })
5555

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

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/AzureRM.ApplicationInsights.psd1

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

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

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

src/ResourceManager/Automation/Commands.Automation/Az.Automation.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.5.0'
15+
ModuleVersion = '0.6.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -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.Profile'; ModuleVersion = '0.5.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.6.0'; })
5555

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

src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.psd1

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '6.0.1'
15+
ModuleVersion = '6.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'
@@ -177,10 +177,14 @@ PrivateData = @{
177177
# IconUri = ''
178178

179179
# ReleaseNotes of this module
180-
ReleaseNotes = '* Fixed the DSC Register Node command'
180+
ReleaseNotes = '* Swagger based Azure Automation cmdlets
181+
* Added Update Management cmdlets
182+
* Added Source Control cmdlets
183+
* Added Remove-AzureRmAutomationHybridWorkerGroup cmdlet
184+
* Fixed the DSC Register Node command'
181185

182186
# Prerelease string of this module
183-
Prerelease = 'preview'
187+
# Prerelease = ''
184188

185189
# Flag to indicate whether the module requires explicit user acceptance for install/update
186190
# RequireLicenseAcceptance = $false

src/ResourceManager/Automation/Commands.Automation/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
## Current Release
21+
22+
## Version 6.1.0
2123
* Swagger based Azure Automation cmdlets
2224
* Added Update Management cmdlets
2325
* Added Source Control cmdlets

src/ResourceManager/Automation/Commands.Automation/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("6.0.1")]
47-
[assembly: AssemblyFileVersion("6.0.1")]
46+
[assembly: AssemblyVersion("6.1.0")]
47+
[assembly: AssemblyFileVersion("6.1.0")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

0 commit comments

Comments
 (0)