Граф коммитов

31284 Коммитов

Автор SHA1 Сообщение Дата
qunshuzhang 6d1fe653f0 Add setup and fix the job name 2014-11-21 12:05:44 -08:00
amarzavery 5fb8767596 Merge pull request #4 from yugangw-msft/tokencache
delete corrupted tokencache
2014-11-21 10:17:11 -08:00
huangpf 3a861939f2 update 2014-11-21 00:35:56 -08:00
Jerry (Zhenyu) Dai 1ff444e411 [PowerShell] 3 P1 bug fix 2014-11-21 15:25:20 +08:00
Bing Li 1c834f64b2 Change New-AzureDataFactoryEncryptValue to support on premises Windows Auth encryption.
a) Add an optional parameter "WindowsCredential", which will be used in Windows Auth encryption scenario.

b) Upgrade the Gateway Client Nuget package to 1.1.0 version in which the winAuth is supported.

c) Upgrade the help contents (This will be sent to UE review).

d) A new property "Version" in ConnectionInfo object is used, so this change depends on the new version data factory nuget package. Pending the check in until the datafactory nuget package is upgraded.
2014-11-21 13:29:44 +08:00
Jack Ma 25585aaf96 changed warning message 2014-11-20 19:03:42 -08:00
Travis McDonald 37c423fdf9 Provide warning if specifying more than one job output type 2014-11-20 18:11:19 -08:00
Hovsep aa401e711b Merge pull request #3 from vivsriaus/master
Update Scheduler MAML client to 4.1
2014-11-20 16:33:12 -08:00
qunshuzhang f5f80a5477 Remove static check about the regions 2014-11-20 15:52:12 -08:00
qunshuzhang f29b4e0e47 Improve all the response content 2014-11-20 14:28:41 -08:00
Jack Ma b1ff8c0274 small fix for get-help 2014-11-20 14:23:02 -08:00
unknown f2856a665c Test update: download all vhds and package files from blob storage. 2014-11-20 14:11:47 -08:00
Jack Ma 38b5c113f8 for ADF stub cmdlet 2014-11-20 14:05:15 -08:00
yugangw-msft 1e53a65243 avoid test flakeness caused by static field 2014-11-20 13:40:35 -08:00
qunshuzhang 64df8e1db6 Add Test-AzureStreamAnalyticsInput and Test-AzureStreamAnalyticsOutput 2014-11-20 12:11:33 -08:00
yugangw-msft 4606dea5fe delete corrupted tokencache 2014-11-20 11:27:53 -08:00
qunshuzhang 437bd1af58 Fix all the confirmation behavior 2014-11-20 11:20:44 -08:00
qunshuzhang 7b00552f56 Fix the parameter set 2014-11-20 10:30:50 -08:00
qunshuzhang 642670efd1 Fix ResourceGroupName 2014-11-20 09:31:15 -08:00
Jerry (Zhenyu) Dai 1f40993063 Bug1730534 [PowerShell for XSMB] enable accepting objects from pipeline to enable multi-task in File cmdlets 2014-11-20 16:08:12 +08:00
vivsriaus 0987fc81ad Remove app.config 2014-11-19 21:33:35 -08:00
vivsriaus a1818f4d47 Update Scheduler MAML client to 4.1 2014-11-19 19:48:33 -08:00
qunshuzhang cb88f42604 Fixes and improvements 2014-11-19 19:40:14 -08:00
Bing Li 6dc838ff9e Remove "location" from the gateway cmdlets. 2014-11-20 11:23:55 +08:00
qunshuzhang 26cdd5b88e Add powershell commands for the Azure stream analytics service 2014-11-19 17:45:04 -08:00
Jack Ma b00fe53ac7 fix whitespace bugs for hub and pipeline as well as add some negative test cases 2014-11-18 15:03:20 -08:00
ogail dc4658d63b 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
2014-11-18 11:38:49 -08:00
ogail 14b5be86a1 Merge branch 'master' into dev
Conflicts:
	src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj
	src/ResourceManager/RedisCache/Commands.RedisCache.Test/ScenarioTests/RedisCacheTests.ps1
	src/ResourceManager/RedisCache/Commands.RedisCache.Test/SessionRecords/Microsoft.Azure.Commands.RedisCache.Test.ScenarioTests.RedisCacheTests/TestCreateExistingRedisCacheTest.json
	src/ResourceManager/RedisCache/Commands.RedisCache.Test/SessionRecords/Microsoft.Azure.Commands.RedisCache.Test.ScenarioTests.RedisCacheTests/TestRedisCache.json
	src/ResourceManager/RedisCache/Commands.RedisCache.Test/SessionRecords/Microsoft.Azure.Commands.RedisCache.Test.ScenarioTests.RedisCacheTests/TestRedisCachePipeline.json
	src/ResourceManager/RedisCache/Commands.RedisCache.Test/SessionRecords/Microsoft.Azure.Commands.RedisCache.Test.ScenarioTests.RedisCacheTests/TestSetNonExistingRedisCacheTest.json
	src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config
	src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj
	src/ResourceManager/RedisCache/Commands.RedisCache/Commands/NewAzureRedisCache.cs
	src/ResourceManager/RedisCache/Commands.RedisCache/Commands/SetAzureRedisCache.cs
	src/ResourceManager/RedisCache/Commands.RedisCache/Microsoft.Azure.Commands.RedisCache.dll-Help.xml
	src/ResourceManager/RedisCache/Commands.RedisCache/Microsoft.Azure.Commands.RedisCache.format.ps1xml
	src/ResourceManager/RedisCache/Commands.RedisCache/Models/RedisCacheAttributes.cs
	src/ResourceManager/RedisCache/Commands.RedisCache/Models/RedisCacheAttributesWithAccessKeys.cs
	src/ResourceManager/RedisCache/Commands.RedisCache/Models/RedisCacheClient.cs
	src/ResourceManager/RedisCache/Commands.RedisCache/packages.config
	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/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml
2014-11-18 11:10:51 -08:00
ogail 7d35f98172 initial commit 2014-11-18 11:07:43 -08:00
ogail e06a22c22f initial commit 2014-11-18 10:59:40 -08:00
Abdelrahman Elogeel a56a1d24a0 Merge pull request #2 from Azure/dev
Dev
2014-11-17 15:12:54 -08:00
Abdelrahman Elogeel 54c622ef16 Merge pull request #1 from ogail/dev
0.8.10 release
2014-11-17 15:12:24 -08:00
ogail 48bf44d6be 0.8.10 release 2014-11-17 11:40:39 -08:00
ogail dcaac6a2b9 initial commit 2014-11-17 11:06:54 -08:00