Skip to content

Commit ef54a33

Browse files
authored
Merge pull request #9 from Azure/preview
Sync
2 parents 245f9a3 + 95f7837 commit ef54a33

File tree

885 files changed

+331075
-230033
lines changed

Some content is hidden

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

885 files changed

+331075
-230033
lines changed

Azure.PowerShell.Netcore.sln

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.FrontDoor.Netcore"
152152
EndProject
153153
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.IotCentral.Netcore", "src\ResourceManager\IotCentral\Commands.IotCentral\Commands.IotCentral.Netcore.csproj", "{18B8B354-6920-4329-AB6B-DC98790B7A5A}"
154154
EndProject
155+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Security.Netcore", "src\ResourceManager\Security\Commands.Security\Commands.Security.Netcore.csproj", "{FA322448-E646-4221-9FEA-3C1C8CC81B99}"
156+
EndProject
157+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.StorageSync.Netcore", "src\ResourceManager\StorageSync\Commands.StorageSync\Commands.StorageSync.Netcore.csproj", "{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}"
158+
EndProject
155159
Global
156160
GlobalSection(SolutionConfigurationPlatforms) = preSolution
157161
Debug|Any CPU = Debug|Any CPU
@@ -1061,6 +1065,30 @@ Global
10611065
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Release|x64.Build.0 = Release|Any CPU
10621066
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Release|x86.ActiveCfg = Release|Any CPU
10631067
{18B8B354-6920-4329-AB6B-DC98790B7A5A}.Release|x86.Build.0 = Release|Any CPU
1068+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1069+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|Any CPU.Build.0 = Debug|Any CPU
1070+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|x64.ActiveCfg = Debug|Any CPU
1071+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|x64.Build.0 = Debug|Any CPU
1072+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|x86.ActiveCfg = Debug|Any CPU
1073+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Debug|x86.Build.0 = Debug|Any CPU
1074+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|Any CPU.ActiveCfg = Release|Any CPU
1075+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|Any CPU.Build.0 = Release|Any CPU
1076+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|x64.ActiveCfg = Release|Any CPU
1077+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|x64.Build.0 = Release|Any CPU
1078+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|x86.ActiveCfg = Release|Any CPU
1079+
{FA322448-E646-4221-9FEA-3C1C8CC81B99}.Release|x86.Build.0 = Release|Any CPU
1080+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1081+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|Any CPU.Build.0 = Debug|Any CPU
1082+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|x64.ActiveCfg = Debug|Any CPU
1083+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|x64.Build.0 = Debug|Any CPU
1084+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|x86.ActiveCfg = Debug|Any CPU
1085+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Debug|x86.Build.0 = Debug|Any CPU
1086+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|Any CPU.ActiveCfg = Release|Any CPU
1087+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|Any CPU.Build.0 = Release|Any CPU
1088+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|x64.ActiveCfg = Release|Any CPU
1089+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|x64.Build.0 = Release|Any CPU
1090+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|x86.ActiveCfg = Release|Any CPU
1091+
{4C2F89E4-A0E0-4ECB-A5DA-A583EDF1ED62}.Release|x86.Build.0 = Release|Any CPU
10641092
EndGlobalSection
10651093
GlobalSection(SolutionProperties) = preSolution
10661094
HideSolutionNode = FALSE

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

documentation/development-docs/azure-powershell-design-guidelines.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- [ResourceId](#resourceid)
4141
- [InputObject](#inputobject)
4242
- [AsJob Parameter](#asjob-parameter)
43+
- [Argument Completers](#argument-completers)
4344

4445
## Expected Patterns for Standard Cmdlets
4546

@@ -291,6 +292,22 @@ using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
291292
public string ResourceGroupName { get; set; }
292293
```
293294

295+
### Resource Name Completer
296+
297+
For any parameter that takes a resource name, the `ResourceNameCompleter` should be applied as an attribute. This will allow the user to tab through all resource names for the ResourceType in the current subscription. This completer will filter based upon the current parent resources provided (for instance, if ResourceGroupName is provided, only the resources in that particular resource group will be returned). For this completer, please provide the ResourceType as the first argument, followed by the parameter name for all parent resources starting at the top level.
298+
299+
```cs
300+
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
301+
...
302+
[Parameter(Mandatory = false, HelpMessage = "The parent server name")]
303+
[ResourceNameCompleter("Microsoft.Sql/servers", nameof(ResourceGroupName))]
304+
public string ServerName { get; set; }
305+
306+
[Parameter(Mandatory = false, HelpMessage = "The database name")]
307+
[ResourceNameCompleter("Microsoft.Sql/servers/databases", nameof(ResourceGroupName), nameof(ServerName))]
308+
public string Name { get; set; }
309+
```
310+
294311
### Location Completer
295312

296313
For any parameter that takes a location, the `LocationCompleter` should be applied as an attribute. In order to use the `LocationCompleter`, you must input as an argument all of the Providers/ResourceTypes used by the cmdlet. The user will then be able to tab through locations that are valid for all of the Providers/ResourceTypes specified.

documentation/development-docs/azure-powershell-developer-guide.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,22 @@ using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
415415
public string ResourceGroupName { get; set; }
416416
```
417417

418+
### Resource Name Completer
419+
420+
For any parameter that takes a resource name, the `ResourceNameCompleter` should be applied as an attribute. This will allow the user to tab through all resource names for the ResourceType in the current subscription. This completer will filter based upon the current parent resources provided (for instance, if ResourceGroupName is provided, only the resources in that particular resource group will be returned). For this completer, please provide the ResourceType as the first argument, followed by the parameter name for all parent resources starting at the top level.
421+
422+
```cs
423+
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
424+
...
425+
[Parameter(Mandatory = false, HelpMessage = "The parent server name")]
426+
[ResourceNameCompleter("Microsoft.Sql/servers", nameof(ResourceGroupName))]
427+
public string ServerName { get; set; }
428+
429+
[Parameter(Mandatory = false, HelpMessage = "The database name")]
430+
[ResourceNameCompleter("Microsoft.Sql/servers/databases", nameof(ResourceGroupName), nameof(ServerName))]
431+
public string Name { get; set; }
432+
```
433+
418434
### Location Completer
419435

420436
For any parameter that takes a location, the `LocationCompleter` should be applied as an attribute. In order to use the `LocationCompleter`, you must input as an argument all of the Providers/ResourceTypes used by the cmdlet. The user will then be able to tab through locations that are valid for all of the Providers/ResourceTypes specified.

src/Azure.PowerShell.Netcore.Test.sln

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.B
9999
EndProject
100100
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.RecoveryServices.SiteRecovery.Test.Netcore", "ResourceManager\RecoveryServices\Commands.RecoveryServices.SiteRecovery.Test\Commands.RecoveryServices.SiteRecovery.Test.Netcore.csproj", "{A2660AEE-6B12-43FB-A6A5-0FFF08C80DFB}"
101101
EndProject
102+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Security.Test.Netcore", "ResourceManager\Security\Commands.Security.Test\Commands.Security.Test.Netcore.csproj", "{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}"
103+
EndProject
104+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.StorageSync.Test.Netcore", "ResourceManager\StorageSync\Commands.StorageSync.Test\Commands.StorageSync.Test.Netcore.csproj", "{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}"
105+
EndProject
102106
Global
103107
GlobalSection(SolutionConfigurationPlatforms) = preSolution
104108
Debug|Any CPU = Debug|Any CPU
@@ -685,6 +689,30 @@ Global
685689
{A2660AEE-6B12-43FB-A6A5-0FFF08C80DFB}.Release|x64.Build.0 = Release|Any CPU
686690
{A2660AEE-6B12-43FB-A6A5-0FFF08C80DFB}.Release|x86.ActiveCfg = Release|Any CPU
687691
{A2660AEE-6B12-43FB-A6A5-0FFF08C80DFB}.Release|x86.Build.0 = Release|Any CPU
692+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
693+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|Any CPU.Build.0 = Debug|Any CPU
694+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|x64.ActiveCfg = Debug|Any CPU
695+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|x64.Build.0 = Debug|Any CPU
696+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|x86.ActiveCfg = Debug|Any CPU
697+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Debug|x86.Build.0 = Debug|Any CPU
698+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|Any CPU.ActiveCfg = Release|Any CPU
699+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|Any CPU.Build.0 = Release|Any CPU
700+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|x64.ActiveCfg = Release|Any CPU
701+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|x64.Build.0 = Release|Any CPU
702+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|x86.ActiveCfg = Release|Any CPU
703+
{8F2BE5E5-EBD6-4D09-8B22-F4B5DBCA569F}.Release|x86.Build.0 = Release|Any CPU
704+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
705+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
706+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|x64.ActiveCfg = Debug|Any CPU
707+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|x64.Build.0 = Debug|Any CPU
708+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|x86.ActiveCfg = Debug|Any CPU
709+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Debug|x86.Build.0 = Debug|Any CPU
710+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
711+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|Any CPU.Build.0 = Release|Any CPU
712+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|x64.ActiveCfg = Release|Any CPU
713+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|x64.Build.0 = Release|Any CPU
714+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|x86.ActiveCfg = Release|Any CPU
715+
{E24BA5EA-9B34-4BE7-997E-5F66F400D6BA}.Release|x86.Build.0 = Release|Any CPU
688716
EndGlobalSection
689717
GlobalSection(SolutionProperties) = preSolution
690718
HideSolutionNode = FALSE

src/ResourceManager/Aks/Commands.Aks.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Hyak.Common" version="1.1.3" targetFramework="net452" />
44
<package id="Microsoft.Azure.Common" version="2.1.4" targetFramework="net452" />
55
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net452" />
6-
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.0-preview" targetFramework="net452" />
6+
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.1-preview" targetFramework="net452" />
77
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.7.0" targetFramework="net452" />
88
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net452" />
99
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />

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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Current Release
2121

22+
## Version 0.0.7
23+
* Update dependencies for type mapping issue
24+
2225
## Version 0.0.6
2326
* Update version of YamlDotNet.Signed used
2427

src/ResourceManager/Aks/Commands.Aks/Commands.Aks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
</ProjectReference>
9696
</ItemGroup>
9797
<ItemGroup>
98-
<Reference Include="AutoMapper, Version=6.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
98+
<Reference Include="AutoMapper, Version=6.2.2.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
9999
<SpecificVersion>False</SpecificVersion>
100-
<HintPath>..\..\..\packages\AutoMapper.6.2.1\lib\net45\AutoMapper.dll</HintPath>
100+
<HintPath>..\..\..\packages\AutoMapper.6.2.2\lib\net45\AutoMapper.dll</HintPath>
101101
<Private>True</Private>
102102
</Reference>
103103
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

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/Aks/Commands.Aks/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="AutoMapper" version="6.2.1" targetFramework="net452" />
3+
<package id="AutoMapper" version="6.2.2" targetFramework="net452" />
44
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
55
<package id="System.Management.Automation_PowerShell_3.0" version="6.3.9600.17400" targetFramework="net452" />
66
<package id="YamlDotNet.Signed" version="5.2.1" targetFramework="net452" />

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.Dataplane/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
99
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" />
1010
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
11-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.17" targetFramework="net452" />
11+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.18" targetFramework="net452" />
1212
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.18" targetFramework="net452" />
1313
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
1414
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
77
<package id="Microsoft.Azure.Management.Analysis" version="2.0.4" targetFramework="net452" />
88
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
9-
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.0-preview" targetFramework="net45" />
9+
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.1-preview" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
1111
<package id="Microsoft.Azure.Test.Framework" version="3.0.0" targetFramework="net452" />
1212
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.7.0" targetFramework="net45" />

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'

0 commit comments

Comments
 (0)