Merge branch 'master' of github.com:ogail/azure-powershell-pr into dev

Conflicts:
	.gitignore
	AzurePowershell.Test.targets
	ChangeLog.txt
	README.md
	build.proj
	setup/azurecmd.wxs
	setup/azurecmdfiles.wxi
	src/.nuget/NuGet.Config
	src/AzurePowershell.sln
	src/Common/Commands.Common.Storage/Commands.Common.Storage.csproj
	src/Common/Commands.Common.Storage/StorageUtilities.cs
	src/Common/Commands.Common.Storage/WindowsAzureSubscriptionExtensions.cs
	src/Common/Commands.Common.Storage/packages.config
	src/Common/Commands.Common.Test/Commands.Common.Test.csproj
	src/Common/Commands.Common.Test/Common/Data.cs
	src/Common/Commands.Common.Test/Common/ProfileClientTests.cs
	src/Common/Commands.Common.Test/Common/ProfileCmdltsTests.cs
	src/Common/Commands.Common.Test/Common/ServicePrincipalStoreTests.cs
	src/Common/Commands.Common.Test/Common/TestBase.cs
	src/Common/Commands.Common.Test/Common/Testing.cs
	src/Common/Commands.Common.Test/Mocks/MockClientFactory.cs
	src/Common/Commands.Common.Test/Mocks/MockDataStore.cs
	src/Common/Commands.Common.Test/Properties/Resources.Designer.cs
	src/Common/Commands.Common.Test/Properties/Resources.resx
	src/Common/Commands.Common.Test/packages.config
	src/Common/Commands.Common/Authentication/AdalTokenProvider.cs
	src/Common/Commands.Common/Authentication/ITokenProvider.cs
	src/Common/Commands.Common/Authentication/ProtectedFileTokenCache.cs
	src/Common/Commands.Common/Authentication/ServicePrincipalKeyStore.cs
	src/Common/Commands.Common/Authentication/ServicePrincipalTokenProvider.cs
	src/Common/Commands.Common/Authentication/UserTokenProvider.cs
	src/Common/Commands.Common/AzureSession.cs
	src/Common/Commands.Common/Commands.Common.csproj
	src/Common/Commands.Common/Common/AzurePSCmdlet.cs
	src/Common/Commands.Common/Common/AzurePowerShell.cs
	src/Common/Commands.Common/Common/AzurePowerShellClientFactory.cs
	src/Common/Commands.Common/Common/CloudBaseCmdlet.cs
	src/Common/Commands.Common/Common/CmdletExtensions.cs
	src/Common/Commands.Common/Common/ConfigurationConstants.cs
	src/Common/Commands.Common/Common/ErrorHelper.cs
	src/Common/Commands.Common/Common/HttpClientExtensions.cs
	src/Common/Commands.Common/Common/IdnHelper.cs
	src/Common/Commands.Common/Common/ManagementConstants.cs
	src/Common/Commands.Common/Common/Parameters.cs
	src/Common/Commands.Common/Common/ProcessHelper.cs
	src/Common/Commands.Common/Common/ProfileClient.cs
	src/Common/Commands.Common/Common/ProfileClientExtensions.cs
	src/Common/Commands.Common/Common/ProfileData.cs
	src/Common/Commands.Common/Common/PublishSettingsImporter.cs
	src/Common/Commands.Common/Common/RequiredResourceLookup.cs
	src/Common/Commands.Common/Common/ServiceManagementTypes.cs
	src/Common/Commands.Common/Common/Validate.cs
	src/Common/Commands.Common/Factories/AuthenticationFactory.cs
	src/Common/Commands.Common/Factories/ClientFactory.cs
	src/Common/Commands.Common/Interfaces/IAuthenticationFactory.cs
	src/Common/Commands.Common/Interfaces/IDataStore.cs
	src/Common/Commands.Common/Interfaces/IProfileSerializer.cs
	src/Common/Commands.Common/Models/AzureAccount.cs
	src/Common/Commands.Common/Models/AzureEnvironment.Methods.cs
	src/Common/Commands.Common/Models/AzureProfile.cs
	src/Common/Commands.Common/Models/AzureSubscription.Methods.cs
	src/Common/Commands.Common/Models/DiskDataStore.cs
	src/Common/Commands.Common/Models/JsonProfileSerializer.cs
	src/Common/Commands.Common/Models/XmlProfileSerializer.cs
	src/Common/Commands.Common/Properties/Resources.Designer.cs
	src/Common/Commands.Common/Properties/Resources.resx
	src/Common/Commands.Common/Utilities/ConversionUtilities.cs
	src/Common/Commands.Common/Utilities/FileUtilities.cs
	src/Common/Commands.Common/Utilities/GeneralUtilities.cs
	src/Common/Commands.Common/Utilities/JsonUtilities.cs
	src/Common/Commands.Common/Utilities/PowerShellUtilities.cs
	src/Common/Commands.Common/Utilities/XmlUtilities.cs
	src/Common/Commands.Common/XmlSchema/ServiceConfigurationSchema.cs
	src/Common/Commands.Common/XmlSchema/ServiceDefinitionSchema.cs
	src/Common/Commands.Common/packages.config
	src/Common/Commands.Profile/Account/AddAzureAccount.cs
	src/Common/Commands.Profile/Account/GetAzureAccount.cs
	src/Common/Commands.Profile/Commands.Profile.csproj
	src/Common/Commands.Profile/Environment/GetAzureEnvironment.cs
	src/Common/Commands.Profile/Microsoft.WindowsAzure.Commands.Profile.dll-Help.xml
	src/Common/Commands.Profile/Subscription/GetAzureSubscription.cs
	src/Common/Commands.Profile/Subscription/SelectAzureSubscription.cs
	src/Common/Commands.Profile/Subscription/SetAzureSubscription.cs
	src/Common/Commands.Profile/packages.config
	src/Common/Commands.ScenarioTest/AutomationTests/AutomationTests.cs
	src/Common/Commands.ScenarioTest/Commands.ScenarioTest.csproj
	src/Common/Commands.ScenarioTest/Common/WindowsAzurePowerShellCertificateTest.cs
	src/Common/Commands.ScenarioTest/Resources/RunWebsitesTests.ps1
	src/Common/Commands.ScenarioTest/Resources/TrafficManager/TrafficManagerTests.ps1
	src/Common/Commands.ScenarioTest/Resources/Websites/Common.ps1
	src/Common/Commands.ScenarioTest/Resources/Websites/WebsitesTests.ps1
	src/Common/Commands.ScenarioTest/WebsitesTests/WebsitesTests.cs
	src/Common/Commands.ScenarioTest/packages.config
	src/Common/Commands.ScenarioTests.Common/Commands.ScenarioTests.Common.csproj
	src/Common/Commands.ScenarioTests.Common/Constants.cs
	src/Common/Commands.ScenarioTests.Common/EnvironmentSetupHelper.cs
	src/Common/Commands.ScenarioTests.Common/packages.config
	src/Local.testsettings
	src/Local.x64.testsettings
	src/ResourceManager.sln
	src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj
	src/ResourceManager/Resources/Commands.Resources.Test/Models.ResourceGroups/GalleryTemplatesClientTests.cs
	src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/AuthorizationTests.cs
	src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/DeploymentTests.cs
	src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/ResourceGroupTests.cs
	src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/ResourceTests.cs
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests/TestAzureTagsEndToEnd.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests/TestCreatesAndRemoveResourceGroupViaPiping.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests/TestCreatesNewSimpleResourceGroup.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests/TestGetNonExistingResourceGroup.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests/TestNewResourceGroupInNonExistingLocation.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests/TestNewResourceGroupWithTemplateThenGetWithAndWithoutDetails.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests/TestRemoveNonExistingResourceGroup.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests/TestUpdatesExistingResourceGroup.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceTests/TestCreatesNewComplexResource.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceTests/TestCreatesNewSimpleResource.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceTests/TestGetResourceForNonExisingResource.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceTests/TestGetResourcesForNonExisingType.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceTests/TestGetResourcesFromEmptyGroup.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceTests/TestGetResourcesFromNonExisingGroup.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceTests/TestGetResourcesViaPiping.json
	src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceTests/TestGetResourcesViaPipingFromAnotherResource.json
	src/ResourceManager/Resources/Commands.Resources.Test/packages.config
	src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1
	src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj
	src/ResourceManager/Resources/Commands.Resources/Microsoft.Azure.Commands.Resources.dll-Help.xml
	src/ResourceManager/Resources/Commands.Resources/Models.ResourceGroups/GalleryTemplatesClient.cs
	src/ResourceManager/Resources/Commands.Resources/packages.config
	src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj
	src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml
	src/ResourceManager/Sql/Commands.Sql/Properties/Resources.Designer.cs
	src/ResourceManager/Sql/Commands.Sql/Properties/Resources.resx
	src/ResourceManager/Sql/Commands.Sql/Security/Model/AuditingPolicy.cs
	src/ResourceManager/Sql/Commands.Sql/Security/Model/Constants.cs
	src/ResourceManager/Sql/Commands.Sql/Security/Services/EndpointsCommunicator.cs
	src/ResourceManager/Sql/Commands.Sql/Security/Services/SqlClient.cs
	src/ResourceManager/Sql/Commands.Sql/packages.config
	src/ResourceManager/Tags/Commands.Tags/Commands.Tags.csproj
	src/ResourceManager/Tags/Commands.Tags/Microsoft.Azure.Commands.Tags.dll-help.xml
	src/ResourceManager/Tags/Commands.Tags/packages.config
	src/ServiceManagement.sln
	src/ServiceManagement/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
	src/ServiceManagement/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationScheduleTest.cs
	src/ServiceManagement/Automation/Commands.Automation.Test/packages.config
	src/ServiceManagement/Automation/Commands.Automation/Cmdlet/GetAzureAutomationSchedule.cs
	src/ServiceManagement/Automation/Commands.Automation/Cmdlet/NewAzureAutomationSchedule.cs
	src/ServiceManagement/Automation/Commands.Automation/Commands.Automation.csproj
	src/ServiceManagement/Automation/Commands.Automation/Common/AutomationClient.cs
	src/ServiceManagement/Automation/Commands.Automation/Common/Constants.cs
	src/ServiceManagement/Automation/Commands.Automation/Common/IAutomationClient.cs
	src/ServiceManagement/Automation/Commands.Automation/Microsoft.Azure.Commands.Automation.dll-help.xml
	src/ServiceManagement/Automation/Commands.Automation/Properties/Resources.Designer.cs
	src/ServiceManagement/Automation/Commands.Automation/Properties/Resources.resx
	src/ServiceManagement/Automation/Commands.Automation/packages.config
	src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/Commands.ServiceManagement.PlatformImageRepository.csproj
	src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/ImagePublishing/SetAzurePlatformVMImage.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/Microsoft.WindowsAzure.Commands.ServiceManagement.PlatformImageRepository.dll-Help.xml
	src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/PIR.psd1
	src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/packages.config
	src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/AzurePreview.psd1
	src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Commands.ServiceManagement.Preview.csproj
	src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/packages.config
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/Commands.ServiceManagement.Test.csproj
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/AddAzureVhdSASUriTest.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/BVTTest.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/ConfigDataInfo/AzureEndPointConfigInfo.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/Constants.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/CredentialHelper.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/ExtensionTests/AzureVMAccessExtensionTests.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/FunctionalTest.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/FunctionalTestCommonVM.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/FunctionalTestCommonVhd.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/GenericIaaSExtensionTests.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/IaasCmdletInfo/AddAzureEndpointCmdletInfo.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/IaasCmdletInfo/Generic/SetAzureVMExtensionCmdletInfo.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/IaasCmdletInfo/SetAzureEndpointCmdletInfo.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/IaasCmdletInfo/UpdateAzureVMImageCmdletInfo.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/InternaloadbalancerTests.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/LBandEndPointACLsTest.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/NewAzureVmTests.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/PowershellCore/PowershellCmdlet.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/ScenarioTest.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/ServiceManagementCmdletTestHelper.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/ServiceManagementTest.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/StopAzureVMTest.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/Utilities.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/VMTemplateTests.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement.Test/packages.config
	src/ServiceManagement/Compute/Commands.ServiceManagement/Commands.ServiceManagement.csproj
	src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/Diagnostics/BaseAzureServiceDiagnosticsExtension.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/Diagnostics/GetAzureServiceDiagnosticsExtension.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/Diagnostics/SetAzureServiceDiagnosticsExtension.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/MicrosoftAntimalware/BaseAzureServiceAntimalwareExtension.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/MicrosoftAntimalware/SetAzureServiceAntimalwareExtension.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/DiskRepository/UpdateAzureVMImage.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Endpoints/AddAzureEndpoint.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Endpoints/GetAzureEndpoint.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Endpoints/SetAzureEndpoint.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Endpoints/SetAzureLoadBalancedEndpoint.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Common/SetAzureVMExtension.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Common/VirtualMachineExtensionCmdletBase.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/ConfigurationParsingHelper.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/GetAzureVMDscExtension.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/PublishAzureVMDscConfiguration.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/ServiceManagementBaseCmdletExtentions.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/SetAzureVMDscExtension.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/MicrosoftAntimalware/VirtualMachineMicrosoftAntimalwareExtensionCmdletBase.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/PersistentVMs/GetAzureVM.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/PersistentVMs/NewAzureQuickVM.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/PersistentVMs/NewAzureVM.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/PersistentVMs/UpdateAzureVM.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/VirtualMachineConfigurationCmdletBase.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml
	src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.format.ps1xml
	src/ServiceManagement/Compute/Commands.ServiceManagement/Model/DiskContext.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Model/InputEndpointContext.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Model/LocationsContext.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Model/OSImageContext.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Model/PersistentVMRoleContext.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Model/VMImageContext.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Model/VirtualNetworkSiteContext.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Properties/Resources.Designer.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/Properties/Resources.resx
	src/ServiceManagement/Compute/Commands.ServiceManagement/ServiceManagementProfile.cs
	src/ServiceManagement/Compute/Commands.ServiceManagement/packages.config
	src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/Commands.ExpressRoute.csproj
	src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/ExpressRoute.psd1
	src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/ExpressRouteClient.cs
	src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/Microsoft.WindowsAzure.Commands.ExpressRoute.dll-help.xml
	src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/Properties/Resources.Designer.cs
	src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/Properties/Resources.resx
	src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/packages.config
	src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
	src/ServiceManagement/HDInsight/Commands.HDInsight.Test/HDInsight/CmdLetTests/CmdletHardCodes.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight.Test/HDInsight/CmdLetTests/NewClusterCmdletTests.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight.Test/HDInsight/CommandTests/StartAzureHDInsightJobCommandTests.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Models/Simulators/AzureHDInsightClusterManagementClientSimulator.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Models/Simulators/AzureHDInsightJobSubmissionClientSimulator.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Models/Utilities/IntegrationTestBase.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight.Test/packages.config
	src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/AddAzureHDInsightConfigValuesCmdlet.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/AddAzureHDInsightMetastoreCmdlet.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/AddAzureHDInsightStorageCmdlet.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/AzureHdInsightPowerShellHardCodes.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/InvokeHiveCmdlet.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/NewAzureHDInsightClusterCmdlet.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/NewAzureHDInsightHiveJobDefinitionCmdlet.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/SetAzureHDInsightDefaultStorageCmdlet.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/StartAzureHDInsightJobCmdlet.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj
	src/ServiceManagement/HDInsight/Commands.HDInsight/Microsoft.WindowsAzure.Commands.HDInsight.dll-Help.xml
	src/ServiceManagement/HDInsight/Commands.HDInsight/Model/Commands/BaseCommandInterfaces/INewAzureHDInsightHiveJobDefinitionBase.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Model/Commands/CommandImplementations/NewAzureHDInsightClusterCommand.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Model/Commands/CommandImplementations/NewAzureHDInsightHiveJobDefinitionCommand.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Model/Commands/CommandImplementations/StartAzureHDInsightJobCommand.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Model/Commands/CommandImplementations/UseAzureHDInsightClusterCommand.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Model/Commands/CommandInterfaces/INewAzureHDInsightClusterCommand.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Model/DataObjects/AzureHDInsightConfig.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Model/DataObjects/AzureHDInsightHiveJobDefinition.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Model/GetAzureHDInsightClusters/AzureHDInsightCommandFactory.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/Model/GetAzureHDInsightClusters/IAzureHDInsightCommandFactory.cs
	src/ServiceManagement/HDInsight/Commands.HDInsight/packages.config
	src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/Commands.ManagedCache.Test.csproj
	src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/ScenarioTests/ManagedCacheTests.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/ScenarioTests/ManagedCacheTests.ps1
	src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/SessionRecords/Microsoft.Azure.Commands.ManagedCache.Test.ScenarioTests.ManagedCacheTests/ManagedCacheEndToEndTest.json
	src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/packages.config
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Commands.ManagedCache.csproj
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/ManagedCacheCmdletBase.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Microsoft.Azure.Commands.ManagedCache.dll-help.xml
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Models/CacheAccessKeys.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Models/CacheSkuCountConvert.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Models/MemoryDynamicParameterSet.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Models/PSCacheService.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/PSCacheClient.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Properties/Resources.Designer.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Properties/Resources.resx
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Service/GetAzureManagedCache.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Service/GetAzureManagedCacheAccessKey.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Service/NewAzureManagedCache.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Service/NewAzureManagedCacheAccessKey.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Service/RemoveAzureManagedCache.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/Service/SetAzureManagedCache.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/lib/ManagedCacheClient.Customization.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/lib/ManagedCacheClient.cs
	src/ServiceManagement/ManagedCache/Commands.ManagedCache/packages.config
	src/ServiceManagement/Services/Commands.Test.Utilities/Commands.Test.Utilities.csproj
	src/ServiceManagement/Services/Commands.Test.Utilities/Common/FakeAccessTokenProvider.cs
	src/ServiceManagement/Services/Commands.Test.Utilities/Common/FileSystemHelper.cs
	src/ServiceManagement/Services/Commands.Test.Utilities/packages.config
	src/ServiceManagement/Services/Commands.Test/CloudService/Development/EnableAzureMemcacheRoleTests.cs
	src/ServiceManagement/Services/Commands.Test/CloudService/Development/SaveAzureServiceProjectPackageTests.cs
	src/ServiceManagement/Services/Commands.Test/CloudService/Utilities/GeneralTests.cs
	src/ServiceManagement/Services/Commands.Test/Commands.Test.csproj
	src/ServiceManagement/Services/Commands.Test/Common/GeneralTest.cs
	src/ServiceManagement/Services/Commands.Test/Environment/GetAzureEnvironmentTests.cs
	src/ServiceManagement/Services/Commands.Test/MediaServices/FakeHttpMessageHandler.cs
	src/ServiceManagement/Services/Commands.Test/ServiceBus/GetAzureSBNamespaceTest.cs
	src/ServiceManagement/Services/Commands.Test/ServiceBus/NewAzureSBNamespaceTest.cs
	src/ServiceManagement/Services/Commands.Test/Websites/DisableAzureWebsiteDiagnosticTests.cs
	src/ServiceManagement/Services/Commands.Test/Websites/EnableAzureWebsiteDiagnosticTests.cs
	src/ServiceManagement/Services/Commands.Test/Websites/NewAzureWebSiteTests.cs
	src/ServiceManagement/Services/Commands.Test/Websites/PublishAzureWebsiteProjectTests.cs
	src/ServiceManagement/Services/Commands.Test/Websites/WebJobs/WebJobWrapperTest.cs
	src/ServiceManagement/Services/Commands.Test/packages.config
	src/ServiceManagement/Services/Commands.Utilities/Azure.psd1
	src/ServiceManagement/Services/Commands.Utilities/CloudService/CacheConfigurationFactory.cs
	src/ServiceManagement/Services/Commands.Utilities/CloudService/CloudServiceClient.cs
	src/ServiceManagement/Services/Commands.Utilities/Commands.Utilities.csproj
	src/ServiceManagement/Services/Commands.Utilities/Common/AzureTools/AzureTool.cs
	src/ServiceManagement/Services/Commands.Utilities/Common/AzureTools/CsPack.cs
	src/ServiceManagement/Services/Commands.Utilities/Common/CloudServiceProject.cs
	src/ServiceManagement/Services/Commands.Utilities/Common/JavaScriptPackageHelpers.cs
	src/ServiceManagement/Services/Commands.Utilities/Common/PublishContext.cs
	src/ServiceManagement/Services/Commands.Utilities/Common/ServiceManagementBaseCmdlet.cs
	src/ServiceManagement/Services/Commands.Utilities/Microsoft.WindowsAzure.Commands.dll-Help.xml
	src/ServiceManagement/Services/Commands.Utilities/Properties/Resources.Designer.cs
	src/ServiceManagement/Services/Commands.Utilities/Properties/Resources.resx
	src/ServiceManagement/Services/Commands.Utilities/Scheduler/Common/ExtensionMethods.cs
	src/ServiceManagement/Services/Commands.Utilities/Scheduler/Model/PSCreateJobParams.cs
	src/ServiceManagement/Services/Commands.Utilities/Scheduler/Model/PSHttpJobDetail.cs
	src/ServiceManagement/Services/Commands.Utilities/Scheduler/SchedulerMgmntClient.CreateJobs.cs
	src/ServiceManagement/Services/Commands.Utilities/Scheduler/SchedulerMgmntClient.cs
	src/ServiceManagement/Services/Commands.Utilities/ServiceBus/ExtendedServiceBusNamespace.cs
	src/ServiceManagement/Services/Commands.Utilities/ServiceBus/ServiceBusClientExtensions.cs
	src/ServiceManagement/Services/Commands.Utilities/WAPackIaaS/WebClient/Subscription.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/IWebsitesClient.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/KuduRemoteClientBase.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/PSTriggeredWebJob.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/Services/DeploymentEntities/DiagnosticsSettings.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/Services/Git.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/Services/LinkedRevisionControl.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/Services/WebEntities/Site.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/Services/WebEntities/SiteConfig.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/Services/WebEntities/WebHostingPlan.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/Services/WebSitesManagementExtensionMethods.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/UriElements.cs
	src/ServiceManagement/Services/Commands.Utilities/Websites/WebsitesClient.cs
	src/ServiceManagement/Services/Commands.Utilities/packages.config
	src/ServiceManagement/Services/Commands/Commands.csproj
	src/ServiceManagement/Services/Commands/Scheduler/NewSchedulerHttpJobCommand.cs
	src/ServiceManagement/Services/Commands/Scheduler/SetSchedulerHttpJobCommand.cs
	src/ServiceManagement/Services/Commands/ServiceBus/NewAzureSBNamespace.cs
	src/ServiceManagement/Services/Commands/Websites/DisableAzureWebsiteDiagnostic.cs
	src/ServiceManagement/Services/Commands/Websites/EnableAzureWebsiteDiagnostic.cs
	src/ServiceManagement/Services/Commands/Websites/NewAzureWebSite.cs
	src/ServiceManagement/Services/Commands/Websites/PublishAzureWebsiteProject.cs
	src/ServiceManagement/Services/Commands/Websites/SetAzureWebsite.cs
	src/ServiceManagement/Services/Commands/Websites/ShowAzurePortal.cs
	src/ServiceManagement/Services/Commands/packages.config
	src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Commands.SqlDatabase.Test.csproj
	src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Resources/MockSessions.xml
	src/ServiceManagement/Sql/Commands.SqlDatabase.Test/UnitTests/MockServer/MockHttpServer.cs
	src/ServiceManagement/Sql/Commands.SqlDatabase.Test/UnitTests/Server/Cmdlet/ServerCmdletTests.cs
	src/ServiceManagement/Sql/Commands.SqlDatabase.Test/packages.config
	src/ServiceManagement/Sql/Commands.SqlDatabase/Commands.SqlDatabase.csproj
	src/ServiceManagement/Sql/Commands.SqlDatabase/Microsoft.WindowsAzure.Commands.SqlDatabase.dll-Help.xml
	src/ServiceManagement/Sql/Commands.SqlDatabase/Server/Cmdlet/SetAzureSqlDatabaseServer.cs
	src/ServiceManagement/Sql/Commands.SqlDatabase/packages.config
	src/ServiceManagement/Storage/Commands.Storage.MsTest2/Properties/AssemblyInfo.cs
	src/ServiceManagement/Storage/Commands.Storage.ScenarioTest/Commands.Storage.ScenarioTest.csproj
	src/ServiceManagement/Storage/Commands.Storage.ScenarioTest/packages.config
	src/ServiceManagement/Storage/Commands.Storage.Test/Commands.Storage.Test.csproj
	src/ServiceManagement/Storage/Commands.Storage.Test/Common/FileNamingGenerator.cs
	src/ServiceManagement/Storage/Commands.Storage.Test/File/Cmdlet/NewAzureStorageDirectoryTest.cs
	src/ServiceManagement/Storage/Commands.Storage.Test/File/Cmdlet/NewAzureStorageShareTest.cs
	src/ServiceManagement/Storage/Commands.Storage.Test/packages.config
	src/ServiceManagement/Storage/Commands.Storage/Commands.Storage.csproj
	src/ServiceManagement/Storage/Commands.Storage/Common/Cmdlet/NewAzureStorageContext.cs
	src/ServiceManagement/Storage/Commands.Storage/Microsoft.WindowsAzure.Commands.Storage.dll-Help.xml
	src/ServiceManagement/Storage/Commands.Storage/packages.config
	src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/Commands.TrafficManager.Test.csproj
	src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/Endpoints/AddTrafficManagerEndpointTests.cs
	src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/Endpoints/SetTrafficManagerEndpointTests.cs
	src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/packages.config
	src/ServiceManagement/TrafficManager/Commands.TrafficManager/Commands.TrafficManager.csproj
	src/ServiceManagement/TrafficManager/Commands.TrafficManager/Endpoint/AddAzureTrafficManagerEndpoint.cs
	src/ServiceManagement/TrafficManager/Commands.TrafficManager/Endpoint/SetAzureTrafficManagerEndpoint.cs
	src/ServiceManagement/TrafficManager/Commands.TrafficManager/Microsoft.WindowsAzure.Commands.TrafficManager.dll-help.xml
	src/ServiceManagement/TrafficManager/Commands.TrafficManager/Models/TrafficManagerEndpoint.cs
	src/ServiceManagement/TrafficManager/Commands.TrafficManager/packages.config
	tools/SetupLiveScenarioTestEnv.ps1
	tools/SetupTestEnv.ps1
	tools/VerifyAzureSDK.ps1
This commit is contained in:
ogail 2014-11-18 11:38:49 -08:00
Родитель 14b5be86a1 dcaac6a2b9
Коммит dc4658d63b

Разница недоступна