-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 private into public #1
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
hovsepm
pushed a commit
that referenced
this pull request
Dec 3, 2014
AzureRT PR S42 #1 - Fix a potential error in Get-AzureDeployment
akromm-zz
pushed a commit
to akromm-zz/azure-powershell
that referenced
this pull request
Jan 5, 2015
0.8.10 release
stankovski
pushed a commit
to stankovski/azure-powershell
that referenced
this pull request
Feb 3, 2015
Resources Cleanup
huangpf
referenced
this pull request
in huangpf/azure-powershell
Feb 6, 2015
AzureRT PR S45 #1 - Add-AzureVMImage
markcowl
pushed a commit
that referenced
this pull request
Feb 10, 2015
Merge all changes from mpenta and kirab
ogail
pushed a commit
that referenced
this pull request
Feb 25, 2015
Network and Storage operations (E2E, E2A)
akromm-zz
pushed a commit
to akromm-zz/azure-powershell
that referenced
this pull request
Apr 18, 2015
Network security group
markcowl
referenced
this pull request
in markcowl/azure-powershell
Apr 29, 2015
[P0] Fix #1: Location & VM Plan
markcowl
referenced
this pull request
in markcowl/azure-powershell
May 4, 2015
added RunOn Parameter
markcowl
referenced
this pull request
in markcowl/azure-powershell
May 4, 2015
Filtering and Pagination
markcowl
referenced
this pull request
in markcowl/azure-powershell
May 4, 2015
pull request to Dev for dsc cmdlets
markcowl
referenced
this pull request
in markcowl/azure-powershell
May 4, 2015
Register DSCNode and Other fixes
amarzavery
added a commit
that referenced
this pull request
May 5, 2015
Fixed SelectAzureSubscriptionWithPassthroughPrintsSubscription test
ogail
pushed a commit
that referenced
this pull request
May 20, 2015
hovsepm
pushed a commit
that referenced
this pull request
Jun 20, 2015
Adding Get-AzureSqlDatabaseRestorePoints powershell support
stankovski
pushed a commit
that referenced
this pull request
Jul 10, 2015
Infra for Azure Backup Services Powershell
markcowl
pushed a commit
that referenced
this pull request
Jul 16, 2015
Merging so I can fix PR to Azure\azure-powershel:dev
markcowl
pushed a commit
that referenced
this pull request
Jul 16, 2015
Fixing changelog formatting and wxi file deletions
8 tasks
wyunchi-ms
pushed a commit
that referenced
this pull request
Apr 28, 2021
wyunchi-ms
pushed a commit
that referenced
this pull request
May 7, 2022
* Update Get-AzStaticWebApp.md `satic` => `static` and `pipline` => `pipeline` * Fix typos (#1) `satic` => `static`
Merged
1 task
Nickcandy
pushed a commit
that referenced
this pull request
Nov 24, 2022
Merging Network 2022 07 01 into main
BethanyZhou
added a commit
that referenced
this pull request
Feb 20, 2023
[Do not Squash] Merge main branch to Az.Storage-preview branch (#1)
vidai-msft
pushed a commit
that referenced
this pull request
Jun 26, 2023
Release network 2023 02 01
6 tasks
dolauli
pushed a commit
that referenced
this pull request
Jan 5, 2024
saisujithreddym
pushed a commit
to saisujithreddym/azure-powershell
that referenced
this pull request
Jan 20, 2024
session recordings
wyunchi-ms
pushed a commit
that referenced
this pull request
Jan 23, 2024
Release network 2023 09 01
This was referenced Feb 24, 2024
1 task
YanaXu
pushed a commit
that referenced
this pull request
May 6, 2024
…st-feature Users/grhuang/azsupport autorest feature
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.