Skip to content

Commit 6b36b2d

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#6744 from maddieclayton/release-2018-07-27
Versioning
2 parents 815187a + 69dd278 commit 6b36b2d

File tree

273 files changed

+64792
-22143
lines changed

Some content is hidden

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

273 files changed

+64792
-22143
lines changed

ChangeLog.md

Lines changed: 86 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,89 @@
1-
## 6.5.0 - July 2018
1+
## 6.6.0 - July 2018
2+
#### General
3+
* Updated all help files to include full parameter types and correct input/output types.
4+
5+
#### AzureRM.Profile
6+
* Updated Common.Strategy library to be able to validate that the current config for a resource is compatible with the target resource. Default is always true, individual resources and overridet the default.
7+
* Added ps1xml types to Common.Storage
8+
9+
#### Azure.Storage
10+
* Support get Storage Context from DefaulfProfile
11+
* Add Ps1XmlAttribute to cmdlets output types properties.
12+
13+
#### AzureRM.ApiManagement
14+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6370
15+
- Fixed bug in Automapper to translate PsApiManagementApi to ApiContract
16+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6515
17+
- Fixed bug in File.Save to not overload with Encoding Type
18+
* Fixed issue https://github.com/Azure/azure-powershell/issues/6560
19+
- Upgraded to 4.0.3 Nuget version which fixes the pattern exception on apiId
20+
21+
#### AzureRM.Compute
22+
* Fix issue with creating a vm using DiskFileParameterSet in New-AzureRmVm failing because of PremiumLRS storage account type renaming.
23+
* Fix Invoke-AzureRmVMRunCommand cmdlet
24+
* Update Get-AzureRmAvailabilitySet to enable list all availability sets in a subscription. (ResouceGroupName parameter is now optional.)
25+
* Update SimpleParameterSet of 'New-AzureRmVm' to enable Accelerated Network on qualifying vms.
26+
* Update New-AzureRmVmss simple parameter set to fail creating the vmss when a user specified LB already exists.
27+
* Update example for New-AzureRmDisk
28+
* Add example for 'New-AzureRmVM'
29+
* Update description for Set-AzureRmVMOSDisk
30+
* Update Example 1 for Set-AzureRmVMBginfoExtension to correct spelling and prefix.
31+
32+
#### AzureRM.DataFactoryV2
33+
* Updated the ADF .Net SDK version to 1.1.0.
34+
* Support self-hosted integration runtime sharing across data factories.
35+
- Add new parameter -SharedIntegrationRuntimeResourceId to Set-AzureRmDataFactoryV2IntegrationRuntime cmdlet.
36+
- Add new optional parameter -LinkedDataFactoryName to Remove-AzureRmDataFactoryV2IntegrationRuntime cmdlet.
37+
38+
#### AzureRM.DataLakeStore
39+
* Updated the DataPlane SDK (Microsoft.Azure.DataLake.Store) version to 1.1.9
40+
41+
#### AzureRM.EventHub
42+
* Updated piping for InputObject and ResourceId in remove cmdlets
43+
44+
#### AzureRM.Insights
45+
* Fixed formatting of OutputType in help files
46+
* Using Microsoft.Azure.Management.Monitor SDK 0.19.1-preview
47+
48+
#### AzureRM.KeyVault
49+
* Fix piping issue in Set-AzureRmKeyVaultAccessPolicy
50+
51+
#### AzureRM.Network
52+
* Added examples for LoadBalancerInboundNatPoolConfig cmdlets.
53+
54+
#### AzureRM.Resources
55+
* Fix issue when providing both tag name and value for 'Get-AzureRmResource'
56+
- https://github.com/Azure/azure-powershell/issues/6765
57+
* Fix piping scenario with 'Set-AzureRmResource'
58+
59+
#### AzureRM.ServiceBus
60+
* Updated piping for InputObject and ResourceId in remove cmdlets
61+
* fixed few issues
62+
- https://github.com/Azure/azure-powershell/issues/3780
63+
- https://github.com/Azure/azure-powershell/issues/4340
64+
65+
#### AzureRM.Sql
66+
* Adding Server Advanced Threat Protection support with the following cmdlets:
67+
- Enable-AzureRmSqlServerAdvancedThreatProtection; Disable-AzureRmSqlServerAdvancedThreatProtection; Get-AzureRmSqlServerAdvancedThreatProtectionPolicy
68+
* Adding Vulnerability Assessment support with the following cmdlets:
69+
- Update-AzureRmSqlDatabaseVulnerabilityAssessmentSettings; Get-AzureRmSqlDatabaseVulnerabilityAssessmentSettings; Clear-AzureRmSqlDatabaseVulnerabilityAssessmentSettings
70+
- Set-AzureRmSqlDatabaseVulnerabilityAssessmentRuleBaseline; Get-AzureRmSqlDatabaseVulnerabilityAssessmentRuleBaseline; Clear-AzureRmSqlDatabaseVulnerabilityAssessmentRuleBaseline
71+
- Convert-AzureRmSqlDatabaseVulnerabilityAssessmentScan; Get-AzureRmSqlDatabaseVulnerabilityAssessmentScanRecord; Start-AzureRmSqlDatabaseVulnerabilityAssessmentScan
72+
* Fixed example in Remove-AzureRmSqlServerFirewallRule
73+
* Fix datetime handling incorrectly for non-us base culture in Get-AzureSqlSyncGroupLog
74+
75+
#### AzureRM.Storage
76+
* Add Ps1XmlAttribute to cmdlets output types properties
77+
* Show StorageAccount cmdlet output in table view
78+
- Get-AzureRmStorageAccount
79+
- New-AzureRmStorageAccount
80+
- Set-AzureRmStorageAccount
81+
82+
#### AzureRM.Tags
83+
* Remove incorrect statement from Tag cmdlet help
84+
- https://github.com/Azure/azure-powershell/issues/3878
85+
86+
## 6.5.0 - July 2018
287
#### AzureRM.Profile
388
* Updated help for 'Get-AzureRmContextAutosaveSetting'
489

src/Common/Commands.Common/AzurePowerShell.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ public class AzurePowerShell
2626

2727
public const string AssemblyCopyright = "Copyright © Microsoft";
2828

29-
public const string AssemblyVersion = "6.5.0";
29+
public const string AssemblyVersion = "6.6.0";
3030

31-
public const string AssemblyFileVersion = "6.5.0";
31+
public const string AssemblyFileVersion = "6.6.0";
3232

3333
public const string ProfileFile = "AzureProfile.json";
3434

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

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

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

1414
# Version number of this module.
15-
ModuleVersion = '0.0.3'
15+
ModuleVersion = '0.0.4'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,11 +51,11 @@ 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.3.3'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.4'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\YamlDotNet.dll',
58-
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
57+
RequiredAssemblies = '.\YamlDotNet.dll',
58+
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
5959
'.\AutoMapper.dll', '.\System.Management.Automation.dll'
6060

6161
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -74,8 +74,8 @@ NestedModules = @('.\Microsoft.Azure.Commands.Aks.dll')
7474
FunctionsToExport = @()
7575

7676
# Cmdlets 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 cmdlets to export.
77-
CmdletsToExport = 'Get-AzureRmAks', 'New-AzureRmAks', 'Remove-AzureRmAks',
78-
'Import-AzureRmAksCredential', 'Start-AzureRmAksDashboard',
77+
CmdletsToExport = 'Get-AzureRmAks', 'New-AzureRmAks', 'Remove-AzureRmAks',
78+
'Import-AzureRmAksCredential', 'Start-AzureRmAksDashboard',
7979
'Stop-AzureRmAksDashboard', 'Set-AzureRmAks'
8080

8181
# Variables to export from this module
@@ -111,7 +111,7 @@ PrivateData = @{
111111
# IconUri = ''
112112

113113
# ReleaseNotes of this module
114-
ReleaseNotes = '* No version update. Extracted AKS sdk to common for reuse in DevSpaces.'
114+
ReleaseNotes = '* Updated help files to include full parameter types and correct input/output types.'
115115

116116
# Prerelease string of this module
117117
Prerelease = 'preview'
@@ -123,7 +123,7 @@ PrivateData = @{
123123
# ExternalModuleDependencies = @()
124124

125125
} # End of PSData hashtable
126-
126+
127127
} # End of PrivateData hashtable
128128

129129
# 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.4
2123
* Updated help files to include full parameter types and correct input/output types.
2224

2325
## Version 0.0.3

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.3")]
27-
[assembly: AssemblyFileVersion("0.0.3")]
26+
[assembly: AssemblyVersion("0.0.4")]
27+
[assembly: AssemblyFileVersion("0.0.4")]
Lines changed: 55 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'Microsoft.Azure.Commands.AnalysisServices.Dataplane'
2+
# Module manifest for module 'PSGet_Azure.AnalysisServices'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 12/02/2016
6+
# Generated on: 7/24/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.5.2'
15+
ModuleVersion = '0.5.3'
16+
17+
# Supported PSEditions
18+
# CompatiblePSEditions = @()
1619

1720
# ID used to uniquely identify this module
1821
GUID = 'c717b5a4-1f1b-4a2f-8aa1-bfd09934626e'
@@ -33,66 +36,69 @@ Description = 'Microsoft Azure PowerShell - Analysis Services server management'
3336
PowerShellVersion = '5.0'
3437

3538
# Name of the Windows PowerShell host required by this module
36-
PowerShellHostName = ''
39+
# PowerShellHostName = ''
3740

3841
# Minimum version of the Windows PowerShell host required by this module
39-
PowerShellHostVersion = ''
42+
# PowerShellHostVersion = ''
4043

41-
# Minimum version of the .NET Framework required by this module
44+
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4245
DotNetFrameworkVersion = '4.5.2'
4346

44-
# Minimum version of the common language runtime (CLR) required by this module
45-
CLRVersion='4.0'
47+
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
48+
CLRVersion = '4.0'
4649

47-
# Processor architecture (None, X86, Amd64, IA64) required by this module
48-
ProcessorArchitecture = 'None'
50+
# Processor architecture (None, X86, Amd64) required by this module
51+
# ProcessorArchitecture = ''
4952

5053
# Modules that must be imported into the global environment prior to importing this module
51-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.4'; })
5255

5356
# Assemblies that must be loaded prior to importing this module
54-
RequiredAssemblies = @()
57+
# RequiredAssemblies = @()
5558

56-
# Script files (.ps1) that are run in the caller's environment prior to importing this module
57-
ScriptsToProcess = @()
59+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60+
# ScriptsToProcess = @()
5861

5962
# Type files (.ps1xml) to be loaded when importing this module
60-
TypesToProcess = @()
63+
# TypesToProcess = @()
6164

6265
# Format files (.ps1xml) to be loaded when importing this module
63-
FormatsToProcess = @()
66+
# FormatsToProcess = @()
6467

65-
# Modules to import as nested modules of the module specified in ModuleToProcess
68+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
6669
NestedModules = @('.\Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll')
6770

68-
# Functions to export from this module
69-
FunctionsToExport = '*'
71+
# Functions 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 functions to export.
72+
FunctionsToExport = @()
7073

71-
# Cmdlets to export from this module
72-
CmdletsToExport = 'Add-AzureAnalysisServicesAccount',
73-
'Restart-AzureAnalysisServicesInstance',
74-
'Export-AzureAnalysisServicesInstanceLog',
75-
'Sync-AzureAnalysisServicesInstance'
74+
# Cmdlets 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 cmdlets to export.
75+
CmdletsToExport = 'Add-AzureAnalysisServicesAccount',
76+
'Restart-AzureAnalysisServicesInstance',
77+
'Export-AzureAnalysisServicesInstanceLog',
78+
'Sync-AzureAnalysisServicesInstance'
7679

7780
# Variables to export from this module
78-
VariablesToExport = '*'
81+
# VariablesToExport = @()
82+
83+
# 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.
84+
AliasesToExport = @()
7985

80-
# Aliases to export from this module
81-
AliasesToExport = '*'
86+
# DSC resources to export from this module
87+
# DscResourcesToExport = @()
8288

8389
# List of all modules packaged with this module
84-
ModuleList = @()
90+
# ModuleList = @()
8591

8692
# List of all files packaged with this module
87-
FileList = @()
93+
# FileList = @()
8894

89-
# Private data to pass to the module specified in ModuleToProcess
95+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
9096
PrivateData = @{
9197

9298
PSData = @{
9399

94100
# Tags applied to this module. These help with module discovery in online galleries.
95-
Tags = @("Azure", "AzureAS", "AS")
101+
Tags = 'Azure','AzureAS','AS'
96102

97103
# A URL to the license for this module.
98104
LicenseUri = 'https://aka.ms/azps-license'
@@ -104,10 +110,26 @@ PrivateData = @{
104110
# IconUri = ''
105111

106112
# ReleaseNotes of this module
107-
ReleaseNotes = '* Fixed formatting of OutputTypes in help files'
113+
ReleaseNotes = '* Updated help files to include full parameter types and correct input/output types.'
114+
115+
# Prerelease string of this module
116+
# Prerelease = ''
117+
118+
# Flag to indicate whether the module requires explicit user acceptance for install/update
119+
# RequireLicenseAcceptance = $false
120+
121+
# External dependent modules of this module
122+
# ExternalModuleDependencies = @()
108123

109124
} # End of PSData hashtable
125+
126+
} # End of PrivateData hashtable
127+
128+
# HelpInfo URI of this module
129+
# HelpInfoURI = ''
110130

111-
} # End of PrivateData hashtable
131+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
132+
# DefaultCommandPrefix = ''
112133

113134
}
135+

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.5.3
2123
* Updated help files to include full parameter types and correct input/output types.
2224

2325
## Version 0.5.2
2426
* Fixed formatting of OutputTypes in help files
2527

2628
## Version 0.5.1
27-
* Set minimum dependency of module to PowerShell 5.0
29+
* Set minimum dependency of module to PowerShell 5.0

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("0.5.2")]
39-
[assembly: AssemblyFileVersion("0.5.2")]
38+
[assembly: AssemblyVersion("0.5.3")]
39+
[assembly: AssemblyFileVersion("0.5.3")]

0 commit comments

Comments
 (0)