forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge from azure-powershell/dev #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
…ne to enable multi-task in File cmdlets
delete corrupted tokencache
Merge private into public
Provide warning if specifying more than one job output type
Add support to get jobs with AADOAuth and Basic auth.
Fix using in memory subscription with provider registration
Retain auth info (AADOAuth and Basic) when getting/updating jobs
AzureRT PR S42 #1 - Fix a potential error in Get-AzureDeployment
Fixing build warnings (reduced to 74) (3115319)
Fixing select-Azuresubscription bug (3134567)
Fixing Resize Gateway cmdlet and adding SetIPsecParameters and GetIPsecParameters
Update Batch cmdlets to Batch MAML 1.1.6-preview
jtlibing
added a commit
that referenced
this pull request
Dec 5, 2014
merge from azure-powershell/dev
jtlibing
pushed a commit
that referenced
this pull request
Jan 12, 2015
jtlibing
pushed a commit
that referenced
this pull request
Mar 3, 2015
Moving to correct branch: Powershell cmdlet for SyncOwnerInformation
jtlibing
pushed a commit
that referenced
this pull request
May 26, 2015
Update DNS cmdlet code to use the SDK 1.1.1-preview
jtlibing
pushed a commit
that referenced
this pull request
May 26, 2015
Dsc Node, Dsc Configurations and Dsc MetaConfig cmdlets
jtlibing
pushed a commit
that referenced
this pull request
May 26, 2015
Update nrp PS cmdlets with NRP client 2.0
jtlibing
added a commit
that referenced
this pull request
May 26, 2015
pull from the build branch of Azure-PowerShell-pr
jtlibing
pushed a commit
that referenced
this pull request
May 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.