Skip to content

huangpf PR: dev <- Azure:dev #574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 49 commits into from
Jul 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
5113bd9
[RS Backup] Security hot fix PS changes
Jun 10, 2016
c126f9f
[RS Backup] Security fixes - added Source Resource ID support in Enab…
Jun 14, 2016
3d32393
[RS Backup] Restore test case recordings with security fix
Jun 15, 2016
eb0b7dc
[RS Backup] Disabling restore test - passing in record mode, but fail…
Jun 15, 2016
6724941
[RS Backup] variable spelling fix
Jun 15, 2016
ca553b5
[RS Backup] Removed dll reference and introduced RecoveryServices.Bac…
Jun 16, 2016
266169d
[RS Backup] Fixing line breaks
Jun 16, 2016
63994b7
[RS Backup] Passing source resource ID in Get RP Details API
Jun 16, 2016
b5cccce
Check deployment exists before getting operations.
Tiano2017 Jun 17, 2016
b6d5beb
Update scenario test cases.
Tiano2017 Jun 17, 2016
facaa7a
Update ChangeLog.
Tiano2017 Jun 17, 2016
9814af2
Merge pull request #2458 from MabOneSdk/release-hotfix
markcowl Jun 17, 2016
9bdf159
Merge pull request #2468 from TianoMS/release-1.5.1
markcowl Jun 17, 2016
17a3330
Fix for #2387, #2388 fix subscription and tenant validate sets when n…
markcowl Jun 21, 2016
9b0b3f8
Adding infrastructure to manage flaky check-in tests and applying to …
markcowl Jun 21, 2016
d00ce3a
Removing unnecessary call to sleep during test re-execution
markcowl Jun 21, 2016
887cd6f
Merge pull request #2484 from markcowl/contextvalidateset
markcowl Jun 21, 2016
01b75c3
Update versions for hotfix release 1.5.1
markcowl Jun 22, 2016
e668942
Merge pull request #2500 from markcowl/azurerm151
markcowl Jun 23, 2016
6cbffd4
Add dates and profile change details to changelog
markcowl Jun 24, 2016
59be8ae
Merge pull request #2517 from Azure/update-changelog
markcowl Jun 28, 2016
841a2da
Fix fo9rmatting of release notes
markcowl Jun 29, 2016
5a6f985
Merge pull request #2526 from Azure/rel151-notes
markcowl Jun 29, 2016
81ffa30
Merge pull request #2527 from Azure/release-1.5.1
markcowl Jun 29, 2016
480bd36
Updated package and assembly versions for release 1.6.0 (#2557)
Jul 5, 2016
28fd60f
[Release 1.6.0] Import, Export, Reset cmdlet added and vNet fixes (#…
SiddharthChatrolaMs Jul 6, 2016
f1242d7
Update ChangeLog.md
Jul 6, 2016
842e7eb
[Release 1.6.0] Upgraded Test.Framework to version 1.0.6026.28191-pre…
Jul 6, 2016
f71bce9
[Release 1.6.0] Fixed ParseTemplateParameterFileContents_DeserializeW…
Jul 6, 2016
c30561a
[Release 1.6.0] LogicApp IntegrationAccount PSCmdlets (#2567)
pankajsn Jul 6, 2016
93359a5
[Release 1.6.0] Adding documentation for network cmdlets (#2560)
DeepakRajendranMsft Jul 6, 2016
5c84f5d
[Release 1.6.0] [AzureRT] Sprint 61 (#2564)
hyonholee Jul 6, 2016
2ff321b
[Release 1.6.0] Update ChangeLog.md for Network and API Management (#…
Jul 6, 2016
03cfa01
[Release 1.6.0] Add warning message for incoming breaking change on S…
EmmaZhu Jul 7, 2016
b34b213
[Release 1.6.0] Updating DNS powershell to new SDK (#2572)
vladrai Jul 7, 2016
fb85424
[Release 1.6.0] Change ConfirmImpact level to the default value of ME…
EmmaZhu Jul 7, 2016
d21a02e
Updated change log for RS Backup module (#2579)
Jul 7, 2016
0addc20
Add -Redeploy parameter for Restart-AzureVM, add -Validate paramter f…
hyonholee Jul 7, 2016
066e454
[Release 1.6.0] ChangeLog update for Compute cmdlets (#2584)
hyonholee Jul 8, 2016
4fc9070
Add -Redeploy parameter for Restart-AzureVM, add -Validate paramter f…
hyonholee Jul 8, 2016
342edc8
Update ChangeLog.md (#2589)
felixcho-work Jul 8, 2016
abc3342
Incorrect confirmation behavior bug fixes (#2591)
vladrai Jul 8, 2016
52f6b56
Azure PowerShell cmdlet changes for ShouldProcess, ShouldContinue, an…
Jul 12, 2016
8c0e232
Update README.md
alexandair Jul 12, 2016
c38776a
Merge branch 'release-1.6.0' of github.com:Azure/azure-powershell
Jul 12, 2016
cdd7181
Merge pull request #2598 from hovsepm/master
Jul 12, 2016
fa91d89
Merge pull request #2599 from Azure/master
Jul 12, 2016
e92733f
Merge pull request #2596 from alexandair/patch-1
Jul 12, 2016
beca09f
Removed Microsoft.Web.Deployment from Commands.Profile.csproj (#2603)
Jul 12, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
102 changes: 85 additions & 17 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,102 @@
##2016.07.11 version 1.6.0
##2016.07.11 version 1.6.0
* **Behavioral change for -Force, –Confirm and $ConfirmPreference parameters for all cmdlets. We are changing this implementation to be in line with PowerShell guidelines. For most cmdlets, this means removing the Force parameter and to skip the ShouldProcess prompt, users will need to include the parameter: ‘-Confirm:$false’ in their PowerShell scripts.** This changes are addressing following issues:
* Correct implementation of –WhatIf functionality, allowing a user to determine the effects of a cmdlet or script without making any actual changes
* Control over prompting using a session-wide $ConfirmPreference, so that the user is prompted based on the impact of a prospective change (as reported in the ConfirmImpact setting in the cmdlet)
* Cmdlet-specific control over confirmation prompts using the –Confirm parameter
* Consistent use of ShouldContinue and the –Force parameter across cmdlets, for only those actions that would require prompting from the user due to the special nature of the changes (for example, deleting hidden files)
* Consistency with other PowerShell cmdlets, so that PowerShell scripting knowledge from other cmdlets is immediately applicable to the Azure PowerShell cmdlets.

**Notice that now to *automatically skip all Prompts in all Circumstances* Azure PowerShell cmdlets require the user to supply two parameters:**
```
My-CmdletWithConfirmation –Confirm:$false -Force
```
* Azure Compute
* Set-AzureRmVMADDomainExtension
* Get-AzureRmVMADDomainExtension
* -Redeploy parameter for Restart-AzureVM
* -Validate parameter for Move-AzureService, Move-AzureStorageAccount, and Move-AzureVirtualNetwork
* Name and version parameters for extension cmdlets are optional as before.
* New-AzureVM can get a license type from VM object.
* Azure Storage
* Change Tags Parameter to Tag, and add parameter alias Tags
- New-AzureRmStorageAccount
- Set-AzureRmStorageAccount
* Azure Network
* New cmdlet added for Virtual Network Peering
* Azure Redis Cache
* New cmdlet added for Reset-AzureRmRedisCache
* New cmdlet added for Export-AzureRmRedisCache
* New cmdlet added for Import-AzureRmRedisCache
* Modified cmdlet New-AzureRmRedisCache to include parameter change for vNet
* Azure SQL DB Backup/Restore
* Cmdlets for LTR (Long Term Retention) backup feature
* Get-AzureRmSqlServerBackupLongTermRetentionVault
* Get-AzureRmSqlDatabaseBackupLongTermRetentionPolicy
* Set-AzureRmSqlServerBackupLongTermRetentionVault
* Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy
* Get-AzureRmSqlServerBackupLongTermRetentionVault
* Get-AzureRmSqlDatabaseBackupLongTermRetentionPolicy
* Set-AzureRmSqlServerBackupLongTermRetentionVault
* Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy
* Restore-AzureRmSqlDatabase now supports point-in-time restore of a deleted database
* Restore-AzureRmSqlDatabase now supports restoring from a Long Term Retention backup
* Azure LogicApp
* Added LogicApp Integration accounts cmdlets.
* Get-AzureRmIntegrationAccountAgreement
* Get-AzureRmIntegrationAccountCallbackUrl
* Get-AzureRmIntegrationAccountCertificate
* Get-AzureRmIntegrationAccount
* Get-AzureRmIntegrationAccountMap
* Get-AzureRmIntegrationAccountPartner
* Get-AzureRmIntegrationAccountSchema
* New-AzureRmIntegrationAccountAgreement
* New-AzureRmIntegrationAccountCertificate
* New-AzureRmIntegrationAccount
* New-AzureRmIntegrationAccountMap
* New-AzureRmIntegrationAccountPartner
* New-AzureRmIntegrationAccountSchema
* Remove-AzureRmIntegrationAccountAgreement
* Remove-AzureRmIntegrationAccountCertificate
* Remove-AzureRmIntegrationAccount
* Remove-AzureRmIntegrationAccountMap
* Remove-AzureRmIntegrationAccountPartner
* Remove-AzureRmIntegrationAccountSchema
* Set-AzureRmIntegrationAccountAgreement
* Set-AzureRmIntegrationAccountCertificate
* Set-AzureRmIntegrationAccount
* Set-AzureRmIntegrationAccountMap
* Set-AzureRmIntegrationAccountPartner
* Set-AzureRmIntegrationAccountSchema
* Azure Data Lake Store
* Drastically improve performance of file and folder upload and download.
* This includes a slight change to the parameter names for download and inclusion of two new parameters for upload:
* NumThreads -> PerFileThreadCount, used to indicate the number of threads to use in a single file
* ConcurrentFileCount, used to indicate the number of files to upload/download in parallel for folder upload/download.
* Default threading values are now designed to give a better all around throughput for most file sizes. If performance is not as desired, the values above can be modified to meet requirements.
* Drastically improve performance of file and folder upload and download.
* This includes a slight change to the parameter names for download and inclusion of two new parameters for upload:
* NumThreads -> PerFileThreadCount, used to indicate the number of threads to use in a single file
* ConcurrentFileCount, used to indicate the number of files to upload/download in parallel for folder upload/download.
* Default threading values are now designed to give a better all around throughput for most file sizes. If performance is not as desired, the values above can be modified to meet requirements.
* Azure Data Lake Analytics
* Get-AzureRMDataLakeAnalyticsDataSource now returns all data sources when called with no arguments.
* This change also removes the data source type parameter from the cmdlet.
* This change results in a new object being returned for the list operation with the following properties:
* Type, the type of data source
* Name, the name of the data source
* IsDefault, set to true if this is the default data source for the account
* Get-AzureRMDataLakeAnalyticsJob fixed for list for certain date time offset values when filtering on submittedBefore and submittedAfter.
* Get-AzureRMDataLakeAnalyticsDataSource now returns all data sources when called with no arguments.
* This change also removes the data source type parameter from the cmdlet.
* This change results in a new object being returned for the list operation with the following properties:
* Type, the type of data source
* Name, the name of the data source
* IsDefault, set to true if this is the default data source for the account
* Get-AzureRMDataLakeAnalyticsJob fixed for list for certain date time offset values when filtering on submittedBefore and submittedAfter.
* Web Apps
* Add Swap-AzureRmWebAppSlot cmdlet for regular swap and swap with preview
* Extend Set-AzureRmWebAppSlot cmdlet to support auto swap
* Azure API Management
* Fixed Azure Api Management Deployment cmdlets for AzureChinaCloud.
* Removed cmdlet Set-AzureRmApiManagementTenantGitAccess as Git Access is enabled by Default.
* Azure Recovery Services Backup
* Added support for the Azure SQL workload
* Added support for backing up and restoring encrypted Azure VMs
* Backup-AzureRmRecoveryServicesBackupItem - Added optional retention time feature for recovery points
* Minor filter-related bug fixes in Get-AzureRmRecoveryServicesBackupContainer and Get-AzureRmRecoveryServicesBackupItem cmdlets
* Azure Automation
* Added Get-AzureRmAutomationHybridWorkerGroup

##2016.06.23 version 1.5.1
* Azure Resource Manager
- Fix a bug in New-AzureRmResourceGroupDeployment. In some deployments the cmdlet throws an exception with "Deployment 'deploymentName' could not be found." and causes the cmdlet to fail. The fix makes sure the deployment is created before getting operations.
* AzureRM.Profile
- Fix issues #2387, #2388 with SubscriptionId and TenantId ValidationSet in Set-AzureRMContext cmdlet

##2016.06.01 version 1.5.0
* Azure Resource Manager
- (Get/Set/New/Remove)-AzureRmResourceGroup cmdlets will now use the new autorest generated ARM assembly
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This repository contains a set of PowerShell cmdlets for developers and administ
* Cloud Service: CRUD cloud service.
* Windows Azure Stack
* Azure Stack Administration
* Storage Servcie Management
* Storage Service Management


For detail descriptions and examples of the cmdlets, type
Expand Down Expand Up @@ -75,7 +75,7 @@ You can also find the standalone installers for all the versions at [Downloads](
1. Install [Windows Management Framework 5 with PowerShellGet cmdlets](https://www.powershellgallery.com/GettingStarted?section=Get%20Started)
2. In an elevated PowerShell session, run ```Install-Module AzureRM```
3. Run ```Install-AzureRm```
4. Top install RDFE cmdlets, run ```Install-Module Azure```
4. To install RDFE cmdlets, run ```Install-Module Azure```

### Source Code

Expand All @@ -90,7 +90,7 @@ You can also find the standalone installers for all the versions at [Downloads](

## Get Started

In general, following are the steps to start using Microsoft Azure PowerShell
In general, follow these steps to start using Microsoft Azure PowerShell

* Get yourself authenticated with Microsoft Azure. For details, please check out [this article](https://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell/).
* Option 1: Login with your Microsoft account or Organizational account directly from PowerShell. Microsoft Azure Active Directory authentication is used in this case. No management certificate is needed.
Expand All @@ -102,7 +102,7 @@ The first step can be different for different environment you are targeting. Fol

### Microsoft Azure

If you use both mechanisms on the same subscription, Microsoft Azure Active Directory authentication always wins. If you want to go back to management certificate authentication, please use ``Remove-AzureAccount``, which will remove the Microsoft Azure Active Directory information and bring management certificate authentication back in.
If you use both mechanisms on the same subscription, Microsoft Azure Active Directory authentication always wins. If you want to go back to management certificate authentication, please use ```Remove-AzureAccount```, which will remove the Microsoft Azure Active Directory information and bring management certificate authentication back in.

#### Login directly from PowerShell (Microsoft Azure Active Directory authentication)

Expand Down Expand Up @@ -165,12 +165,12 @@ New-WAPackWebsite -Name mywebsite

All the cmdlets can be put into 3 categories:

1. ARM management cmdlets use the noun 'AzureRm' (New-AzureRmResourceGroup, Get-AzureRmVM)
2. Legacy RDFE management cmdlets use the noun 'Azure' (Get-AzureVM)
3. Data plane cmdlets that work in ARM or RDFE use the noun Azure (Get-AzureBlob)
1. ARM management cmdlets use the 'AzureRm' prefix (New-AzureRmResourceGroup, Get-AzureRmVM)
2. Legacy RDFE management cmdlets use the 'Azure' prefix (Get-AzureVM)
3. Data plane cmdlets that work in ARM or RDFE use the 'Azure' prefix (Get-AzureBlob)


So you can use the following cmdlet to find out all the cmdlets for your environment
You can use the following cmdlet to find out all the cmdlets for your environment

```powershell
# Return all the cmdlets for Azure Resource Manager (ARM)
Expand Down
4 changes: 2 additions & 2 deletions setup/azurecmd.wxs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">

<?define productName="Microsoft Azure PowerShell - June 2016" ?>
<?define productName="Microsoft Azure PowerShell - July 2016" ?>
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>

<?define version="1.5.1" ?>
<?define version="1.6.0" ?>

<Product Id="*"
Name="$(var.productName)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
4 changes: 2 additions & 2 deletions src/Common/Commands.Common.Storage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("c565107e-98a9-4703-85cd-a7efc3d8da7b")]
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
4 changes: 2 additions & 2 deletions src/Common/Commands.Common/AzurePowerShell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public class AzurePowerShell

public const string AssemblyCopyright = "Copyright © Microsoft";

public const string AssemblyVersion = "1.5.1";
public const string AssemblyVersion = "1.6.0";

public const string AssemblyFileVersion = "1.5.1";
public const string AssemblyFileVersion = "1.6.0";

public const string ProfileFile = "AzureProfile.json";

Expand Down
4 changes: 2 additions & 2 deletions src/Common/Commands.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("4f3ab2e4-cc7a-43ac-bb15-f481fcf94d58")]
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Commands, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Commands.CloudService, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<HintPath>..\..\packages\Microsoft.Azure.Management.Resources.2.20.0-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Azure.Test.Framework">
<HintPath>..\..\packages\Microsoft.Azure.Test.Framework.1.0.5945.28173-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>
<HintPath>..\..\packages\Microsoft.Azure.Test.Framework.1.0.6026.28191-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Azure.Test.HttpRecorder">
<HintPath>..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.0.5945.28173-prerelease\lib\net45\Microsoft.Azure.Test.HttpRecorder.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
2 changes: 1 addition & 1 deletion src/Common/Commands.ScenarioTests.Common/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.Azure.Management.Resources" version="2.18.11-preview" targetFramework="net45" />
<package id="Microsoft.Azure.Test.Framework" version="1.0.5945.28173-prerelease" targetFramework="net45" />
<package id="Microsoft.Azure.Test.Framework" version="1.0.6026.28191-prerelease" targetFramework="net45" />
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.0.5945.28173-prerelease" targetFramework="net45" />
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '1.1.2'
ModuleVersion = '1.1.3'

# ID used to uniquely identify this module
GUID = 'f875725d-8ce4-423f-a6af-ea880bc63f13'
Expand Down Expand Up @@ -45,7 +45,7 @@ CLRVersion='4.0'
ProcessorArchitecture = 'None'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.10'})
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.11'})

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]
[assembly: AssemblyVersion("1.1.3")]
[assembly: AssemblyFileVersion("1.1.3")]
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.20.0-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Azure.Test.Framework, Version=1.0.5885.21631, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="Microsoft.Azure.Test.Framework">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.5945.28173-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>
<HintPath>..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.6026.28191-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Azure.Test.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]
[assembly: AssemblyVersion("1.1.3")]
[assembly: AssemblyFileVersion("1.1.3")]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<package id="Microsoft.Azure.Management.Authorization" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
<package id="Microsoft.Azure.Management.Storage" version="3.0.0" targetFramework="net45" />
<package id="Microsoft.Azure.Test.Framework" version="1.0.5945.28173-prerelease" targetFramework="net45" />
<package id="Microsoft.Azure.Test.Framework" version="1.0.6026.28191-prerelease" targetFramework="net45" />
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.0.5945.28173-prerelease" targetFramework="net45" />
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]
[assembly: AssemblyVersion("1.1.3")]
[assembly: AssemblyFileVersion("1.1.3")]
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</Reference>
<Reference Include="Microsoft.Azure.Test.Framework">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.5945.28173-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>
<HintPath>..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.6026.28191-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Azure.Test.HttpRecorder">
<SpecificVersion>False</SpecificVersion>
Expand Down
Loading