可以使用以下几种模式的来的切换状态
1 PS C:\WINDOWS\system32> Switch-AzureMode 2 3 cmdlet Switch-AzureMode at command pipeline position 1 4 Supply values for the following parameters: 5 (Type !? for Help.) 6 Name: !? 7 Name of the mode to switch to. Valid values are AzureServiceManagement and AzureResourceManager 8 Name: AzureResourceManager 9 PS C:\WINDOWS\system32> Switch-AzureMode AzureServiceManagement 10 PS C:\WINDOWS\system32> Switch-AzureMode AzureResourceManager 11 PS C:\WINDOWS\system32>
可以使用以下命令常看的处于何种状态
Name: PS C:\WINDOWS\system32> get-command *-AzureMode CommandType Name ModuleName ----------- ---- ---------- Cmdlet Switch-AzureMode AzureResourceManager
PS C:\WINDOWS\system32> Switch-AzureMode AzureServiceManagement PS C:\WINDOWS\system32> get-command *-AzureMode CommandType Name ModuleName ----------- ---- ---------- Cmdlet Switch-AzureMode Azure PS C:\WINDOWS\system32>
显示在ResourceManager下的Powershell命令列表
1 PS C:\WINDOWS\system32> Get-Command -Module AzureResourceManager | Get-Help | Format-Table Name, Synopsis 2 3 Name Synopsis 4 ---- -------- 5 Add-AzureAccount Adds the Azure account to Windows PowerShell 6 Add-AzureEnvironment Creates an Azure environment 7 Clear-AzureProfile Clears an Azure profile 8 Disable-AzureSqlDatabaseDirectAccess Disables the option to directly access to an Azure Sql d... 9 Disable-AzureSqlDatabaseServerDirectAccess Disables direct access to all Azure Sql databases that u... 10 Enable-AzureSqlDatabaseDirectAccess Enables the option to directly access to an Azure Sql da... 11 Enable-AzureSqlDatabaseServerDirectAccess Enables direct access to all Azure Sql databases that us... 12 Get-AzureAccount Gets Azure accounts that are available to Azure PowerShell. 13 Get-AzureADGroup Filters active directory groups. 14 Get-AzureADGroupMember Get a group members. 15 Get-AzureADServicePrincipal Filters active directory service principals. 16 Get-AzureADUser Filters active directory users. 17 Get-AzureBatchAccount 18 Get-AzureBatchAccountKeys 19 Get-AzureDataFactory Gets information about Data Factory. 20 Get-AzureDataFactoryGateway Gets information about logical gateways in Data Factory. 21 Get-AzureDataFactoryHub Gets information about hubs in Data Factory. 22 Get-AzureDataFactoryLinkedService Gets information about linked services in Data Factory. 23 Get-AzureDataFactoryPipeline Gets information about pipelines in Data Factory. 24 Get-AzureDataFactoryRun Gets runs for a data slice of a table in Data Factory. 25 Get-AzureDataFactorySlice Gets data slices for a table in Data Factory. 26 Get-AzureDataFactoryTable Gets information about tables in Data Factory. 27 Get-AzureEnvironment Gets Azure environments 28 Get-AzureLocation Gets the resource types and the Azure data center locati... 29 Get-AzurePublishSettingsFile Downloads the publish settings file for an Azure subscri... 30 Get-AzureRedisCache Gets details about a single cache or all caches in the s... 31 Get-AzureRedisCacheKey Gets the accesskeys for the specified redis cache. 32 Get-AzureResource Gets Azure resources 33 Get-AzureResourceGroup Gets Azure resource groups 34 Get-AzureResourceGroupDeployment Gets the deployments in a resource group. 35 Get-AzureResourceGroupGalleryTemplate Gets resource group templates in the gallery 36 Get-AzureResourceGroupLog Gets the deployment log for a resource group 37 Get-AzureRoleAssignment Filters role assignments. 38 Get-AzureRoleDefinition Filters role definitions. 39 Get-AzureSqlDatabaseAuditingPolicy Gets an Azure Sql database's auditing policy. 40 Get-AzureSqlDatabaseServerAuditingPolicy Gets an Azure Sql server's auditing policy. 41 Get-AzureSubscription Gets Azure subscriptions in Azure account. 42 Get-AzureTag Gets predefined Azure tags 43 Import-AzurePublishSettingsFile Imports a publish settings file that lets you manage you... 44 New-AzureBatchAccount 45 New-AzureBatchAccountKey 46 New-AzureDataFactory Creates a data factory. 47 New-AzureDataFactoryEncryptValue Encrypts sensitive data. 48 New-AzureDataFactoryGateway Creates a gateway for Data Factory. 49 New-AzureDataFactoryGatewayKey Creates a gateway key for Data Factory. 50 New-AzureDataFactoryHub Creates a hub for Data Factory. 51 New-AzureDataFactoryLinkedService Links a data store or a cloud service to Data Factory. 52 New-AzureDataFactoryPipeline Creates a pipeline in Data Factory. 53 New-AzureDataFactoryTable Creates a table in Data Factory. 54 New-AzureRedisCache Creates a new redis cache. 55 New-AzureRedisCacheKey Regenerates the access key of a redis cache. 56 New-AzureResource Creates a new resource in a resource group 57 New-AzureResourceGroup Creates an Azure resource group and its resources 58 New-AzureResourceGroupDeployment Add an Azure deployment to a resource group. 59 New-AzureRoleAssignment Create a role assignment to some principals at a given s... 60 New-AzureTag Creates a predefined Azure tag or adds values to an exis... 61 Remove-AzureAccount Deletes an Azure account from Windows PowerShell. 62 Remove-AzureBatchAccount 63 Remove-AzureDataFactory Removes a data factory. 64 Remove-AzureDataFactoryGateway Removes a gateway from Data Factory. 65 Remove-AzureDataFactoryHub Removes a hub from Data Factory. 66 Remove-AzureDataFactoryLinkedService Removes a linked service from Data Factory. 67 Remove-AzureDataFactoryPipeline Removes a pipeline from Data Factory. 68 Remove-AzureDataFactoryTable Removes a table from Data Factory. 69 Remove-AzureEnvironment Deletes an Azure environment from Windows PowerShell 70 Remove-AzureRedisCache Remove redis cache if exists. 71 Remove-AzureResource Deletes a resource 72 Remove-AzureResourceGroup Deletes a resource group. 73 Remove-AzureRoleAssignment Removes a role assignment. 74 Remove-AzureSqlDatabaseAuditing Disables an Azure Sql database's auditing. 75 Remove-AzureSqlDatabaseServerAuditing Disables auditing of all the databases that rely on the ... 76 Remove-AzureSubscription Deletes an Azure subscription from Windows PowerShell. 77 Remove-AzureTag Deletes predefined Azure tags or values 78 Resume-AzureDataFactoryPipeline Resumes a suspended pipeline in Data Factory. 79 Save-AzureDataFactoryLog Downloads log files from HDInsight processing. 80 Save-AzureResourceGroupGalleryTemplate Saves a gallery template to a JSON file 81 Select-AzureSubscription Changes the current and default Azure subscriptions 82 Set-AzureBatchAccount 83 Set-AzureDataFactoryGateway Sets the description for a gateway in Data Factory. 84 Set-AzureDataFactoryPipelineActivePeriod Configures the active period for data slices. 85 Set-AzureDataFactorySliceStatus Sets the status of slices for a table in Data Factory. 86 Set-AzureEnvironment Changes the properties of an Azure environment 87 Set-AzureRedisCache Set redis cache updatable parameters. 88 Set-AzureResource Changes the properties of an Azure resource. 89 Set-AzureResourceGroup Changes the properties of a resource group 90 Set-AzureSqlDatabaseAuditingPolicy Sets an Azure Sql database's auditing policy. 91 Set-AzureSqlDatabaseServerAuditingPolicy Sets an Azure Sql database server's auditing policy. 92 Set-AzureSubscription Creates or changes an Azure subscription 93 Stop-AzureResourceGroupDeployment Cancels a resource group deployment 94 Suspend-AzureDataFactoryPipeline Suspends a pipeline in Data Factory. 95 Switch-AzureMode Switches between the Azure and Azure Resource Manager mo... 96 Test-AzureResourceGroupTemplate Detects errors in a resource group template or template ... 97 Use-AzureSqlDatabaseServerAuditingPolicy Marks an Azure Sql database as using its server's auditi...
内置的一些资源模板
PS C:\WINDOWS\system32> Get-AzureResourceGroupGalleryTemplate Publisher Identity --------- -------- Acquiacom Acquiacom.AcquiaDrupal7MySQL.0.1.0-preview Acquiacom Acquiacom.AcquiaDrupal7MySQL.0.2.0-preview Acquiacom Acquiacom.AcquiaDrupal7MySQL.0.2.1-preview Acquiacom Acquiacom.AcquiaDrupal7MySQL.0.2.2-preview Acquiacom Acquiacom.AcquiaDrupal7MySQL.0.2.3-preview Acquiacom Acquiacom.AcquiaDrupal7MySQL.0.2.4-preview Acquiacom Acquiacom.AcquiaDrupal7MySQL.0.2.5-preview Acquiacom Acquiacom.AcquiaDrupal7SQL.0.1.0-preview Acquiacom Acquiacom.AcquiaDrupal7SQL.0.2.0-preview Acquiacom Acquiacom.AcquiaDrupal7SQL.0.2.1-preview Acquiacom Acquiacom.AcquiaDrupal7SQL.0.2.2-preview Acquiacom Acquiacom.AcquiaDrupal7SQL.0.2.3-preview Acquiacom Acquiacom.AcquiaDrupal7SQL.0.2.4-preview Acquiacom Acquiacom.AcquiaDrupal7SQL.0.2.5-preview Aegis Aegis.MonoasaServiceUbuntu1204.0.2.0-preview Aegis Aegis.MonoasaServiceUbuntu1204.0.2.1-preview AhmedAbdullah AhmedAbdullah.AzureCLoudSACA.0.2.0-preview AhmedAbdullah AhmedAbdullah.AzureCLoudSACA.0.2.1-preview AhmedAbdullah AhmedAbdullah.ehpcazure.0.2.0-preview AhmedAbdullah AhmedAbdullah.ehpcazure.0.2.1-preview AhmedAbdullah AhmedAbdullah.ElasticHPCazure04.0.2.0-preview AhmedAbdullah AhmedAbdullah.ElasticHPCazure04.0.2.1-preview aiscaler-cache-control-ddos-and-url-rewriting- aiscaler-cache-control-ddos-and-url-rewriting-.ai-mobile... aiscaler-cache-control-ddos-and-url-rewriting- aiscaler-cache-control-ddos-and-url-rewriting-.ai-mobile... aiscaler-cache-control-ddos-and-url-rewriting- aiscaler-cache-control-ddos-and-url-rewriting-.aiprotect... aiscaler-cache-control-ddos-and-url-rewriting- aiscaler-cache-control-ddos-and-url-rewriting-.aiprotect... aiscaler-cache-control-ddos-and-url-rewriting- aiscaler-cache-control-ddos-and-url-rewriting-.aiscalerc... aiscaler-cache-control-ddos-and-url-rewriting- aiscaler-cache-control-ddos-and-url-rewriting-.aiscalerc... Akvelon Akvelon.MediaManagementbasedonKaltura.0.2.0-preview Akvelon Akvelon.MediaManagementbasedonKaltura.0.2.1-preview AleksandrSolovey AleksandrSolovey.LookAtMyCodecodesharesystem.0.2.0-preview AleksandrSolovey AleksandrSolovey.LookAtMyCodecodesharesystem.0.2.1-preview alertlogic alertlogic.alert-logic-tm20215000100-tmpbyol.1.27.221 alertlogic alertlogic.alert-logic-wsm20216000100-wsmpbyl.1.27.97 AliAhmadi AliAhmadi.CourseraUWIntroductiontoDataScience.0.2.0-preview AliAhmadi AliAhmadi.CourseraUWIntroductiontoDataScience.0.2.1-preview Alison Alison.PrimeChallenge.0.2.0-preview Alison Alison.PrimeChallenge.0.2.1-preview Alp Alp.DataScienceToolkit.0.2.0-preview Alp Alp.DataScienceToolkit.0.2.1-preview AnaMartnez AnaMartnez.Magword.0.2.0-preview AnaMartnez AnaMartnez.Magword.0.2.1-preview AndreySvininykh AndreySvininykh.Jetty9WebServerUbuntuServer12042LTS.0.2.... AndreySvininykh AndreySvininykh.Jetty9WebServerUbuntuServer12042LTS.0.2.... AndreySvininykh AndreySvininykh.Openbravo30MP20UbuntuServer12042LTS.0.2.... AndreySvininykh AndreySvininykh.Openbravo30MP20UbuntuServer12042LTS.0.2.... AppDirect AppDirect.OpenCart.0.1.0-preview AppDirect AppDirect.osCommerce.0.2.0-preview AppDirect AppDirect.osCommerce.0.2.1-preview AppDirect AppDirect.osCommerce.0.2.2-preview AppDirect AppDirect.osCommerce.0.2.3-preview AppDirect AppDirect.OWA.0.1.0-preview AppDirect AppDirect.OWA.0.1.1-preview AppDirect AppDirect.Piwik.0.2.0-preview AppDirect AppDirect.Piwik.0.2.1-preview AppDirect AppDirect.Piwik.0.2.2-preview AppDirect AppDirect.Piwik.0.2.3-preview AppDirect AppDirect.SugarCRM.0.2.0-preview AppDirect AppDirect.SugarCRM.0.2.1-preview AppDirect AppDirect.SugarCRM.0.2.2-preview AppDirect AppDirect.SugarCRM.0.2.3-preview apprenda apprenda.win2k12r2_dcenter_apprenda_5_5_exp_sql_2012_exp... appzero appzero.appzeroappzero.1.27.75 Aptitude Aptitude.MVCForum.0.1.0-preview Aptitude Aptitude.MVCForum.0.1.1-preview Aptitude Aptitude.MVCForum.0.1.2-preview Aptitude Aptitude.MVCForum.0.1.3-preview Aptitude Aptitude.MVCForum.0.1.4-preview aras aras.aras-innovator-plm-suitearas_innovator_plm_suite_10... aras aras.aras-innovator-plm-suitearas_innovator_plm_suite_10... AsuncinCordn AsuncinCordn.MagenWord.0.2.0-preview AsuncinCordn AsuncinCordn.MagenWord.0.2.1-preview Avensoft Avensoft.nService.0.1.0-preview Avensoft Avensoft.nService.0.2.0-preview Avensoft Avensoft.nService.0.2.1-preview Avensoft Avensoft.nService.0.2.2-preview Avensoft Avensoft.nService.0.2.3-preview Avensoft Avensoft.nService.0.2.4-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.0-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.10-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.11-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.1-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.2-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.3-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.4-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.5-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.6-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.7-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.8-preview Barracuda Barracuda.BarracudaNGFirewall54.0.2.9-preview Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.0-pre... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.10-pr... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.11-pr... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.1-pre... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.2-pre... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.3-pre... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.4-pre... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.5-pre... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.6-pre... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.7-pre... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.8-pre... Barracuda Barracuda.BarracudaWebApplicationFirewallWAF78.0.2.9-pre... barracudanetworks barracudanetworks.barracuda-message-archiverbyol.1.27.47 barracudanetworks barracudanetworks.barracuda-spam-firewallbyol.1.27.110 barracudanetworks barracudanetworks.wafhourly.1.27.214 Basho Basho.Riak.0.2.0-preview Basho Basho.Riak.0.2.1-preview Bea Bea.INMAWORD.0.2.0-preview Bea Bea.INMAWORD.0.2.1-preview BertieWooster BertieWooster.ApacheOpenMeetings211Ubuntu1310x8664.0.2.0... BertieWooster BertieWooster.ApacheOpenMeetings211Ubuntu1310x8664.0.2.1... Bitnami Bitnami.AbanteCart1190Ubuntu1404.0.2.0-preview Bitnami Bitnami.AbanteCart1190Ubuntu1404.0.2.1-preview Bitnami Bitnami.Alfresco42f2Ubuntu1210.0.2.0-preview Bitnami Bitnami.Alfresco42f2Ubuntu1210.0.2.1-preview Bitnami Bitnami.Alfresco50a1Ubuntu1404.0.2.0-preview Bitnami Bitnami.Alfresco50a1Ubuntu1404.0.2.1-preview Bitnami Bitnami.Ametys3540Ubuntu1210.0.2.0-preview Bitnami Bitnami.Ametys3540Ubuntu1210.0.2.1-preview Bitnami Bitnami.Ametys3540Ubuntu1404.0.2.0-preview Bitnami Bitnami.Ametys3540Ubuntu1404.0.2.1-preview Bitnami Bitnami.ApacheSolr4810Ubuntu1210.0.2.0-preview Bitnami Bitnami.ApacheSolr4810Ubuntu1210.0.2.1-preview Bitnami Bitnami.ApacheSolr4900Ubuntu1404.0.2.0-preview Bitnami Bitnami.ApacheSolr4900Ubuntu1404.0.2.1-preview Bitnami Bitnami.Artifactory32110Ubuntu1210.0.2.0-preview Bitnami Bitnami.Artifactory32110Ubuntu1210.0.2.1-preview Bitnami Bitnami.Artifactory3300Ubuntu1404.0.2.0-preview Bitnami Bitnami.Artifactory3300Ubuntu1404.0.2.1-preview Bitnami Bitnami.BitNamiconcrete5Stack56120Ubuntu1210.0.2.0-preview Bitnami Bitnami.BitNamiconcrete5Stack56120Ubuntu1210.0.2.1-preview Bitnami Bitnami.Chyrp2502Ubuntu1210.0.2.0-preview Bitnami Bitnami.Chyrp2502Ubuntu1210.0.2.1-preview Bitnami Bitnami.Chyrp2502Ubuntu1404.0.2.0-preview Bitnami Bitnami.Chyrp2502Ubuntu1404.0.2.1-preview Bitnami Bitnami.CiviCRM4450Ubuntu1210.0.2.0-preview Bitnami Bitnami.CiviCRM4450Ubuntu1210.0.2.1-preview Bitnami Bitnami.CiviCRM4460Ubuntu1404.0.2.0-preview Bitnami Bitnami.CiviCRM4460Ubuntu1404.0.2.1-preview Bitnami Bitnami.CMSMadeSimple111103Ubuntu1210.0.2.0-preview Bitnami Bitnami.CMSMadeSimple111103Ubuntu1210.0.2.1-preview Bitnami Bitnami.CMSMadeSimple111110Ubuntu1404.0.2.0-preview Bitnami Bitnami.CMSMadeSimple111110Ubuntu1404.0.2.1-preview Bitnami Bitnami.concrete556311Ubuntu1210.0.2.0-preview Bitnami Bitnami.concrete556311Ubuntu1210.0.2.1-preview Bitnami Bitnami.concrete556311Ubuntu1404.0.2.0-preview Bitnami Bitnami.concrete556311Ubuntu1404.0.2.1-preview Bitnami Bitnami.Coppermine15281Ubuntu1210.0.2.0-preview Bitnami Bitnami.Coppermine15281Ubuntu1210.0.2.1-preview Bitnami Bitnami.Coppermine15300Ubuntu1404.0.2.0-preview Bitnami Bitnami.Coppermine15300Ubuntu1404.0.2.1-preview Bitnami Bitnami.CraftBukkitMinecraft179R030Ubuntu1210.0.2.0-preview Bitnami Bitnami.CraftBukkitMinecraft179R030Ubuntu1210.0.2.1-preview Bitnami Bitnami.CraftBukkitMinecraft179R030Ubuntu1404.0.2.0-preview Bitnami Bitnami.CraftBukkitMinecraft179R030Ubuntu1404.0.2.1-preview Bitnami Bitnami.DevPack2014040Ubuntu1210.0.2.0-preview Bitnami Bitnami.DevPack2014040Ubuntu1210.0.2.1-preview Bitnami Bitnami.DevPack2014040Ubuntu1404.0.2.0-preview Bitnami Bitnami.DevPack2014040Ubuntu1404.0.2.1-preview Bitnami Bitnami.Diaspora03031Ubuntu1210.0.2.0-preview Bitnami Bitnami.Diaspora03031Ubuntu1210.0.2.1-preview Bitnami Bitnami.Diaspora04011Ubuntu1404.0.2.0-preview Bitnami Bitnami.Diaspora04011Ubuntu1404.0.2.1-preview Bitnami Bitnami.Discourse099160Ubuntu1404.0.2.0-preview Bitnami Bitnami.Discourse099160Ubuntu1404.0.2.1-preview Bitnami Bitnami.Discourse09960Ubuntu1210.0.2.0-preview Bitnami Bitnami.Discourse09960Ubuntu1210.0.2.1-preview Bitnami Bitnami.DjangoStack1580Ubuntu1210.0.2.0-preview Bitnami Bitnami.DjangoStack1580Ubuntu1210.0.2.1-preview Bitnami Bitnami.DjangoStack1580Ubuntu1404.0.2.0-preview Bitnami Bitnami.DjangoStack1580Ubuntu1404.0.2.1-preview Bitnami Bitnami.DjangoStack1650devUbuntu1210.0.2.0-preview Bitnami Bitnami.DjangoStack1650devUbuntu1210.0.2.1-preview Bitnami Bitnami.DjangoStack1650devUbuntu1404.0.2.0-preview Bitnami Bitnami.DjangoStack1650devUbuntu1404.0.2.1-preview Bitnami Bitnami.DokuWiki201405050Ubuntu1210.0.2.0-preview Bitnami Bitnami.DokuWiki201405050Ubuntu1210.0.2.1-preview Bitnami Bitnami.DokuWiki20140505a0Ubuntu1404.0.2.0-preview Bitnami Bitnami.DokuWiki20140505a0Ubuntu1404.0.2.1-preview Bitnami Bitnami.Dolibarr3530Ubuntu1210.0.2.0-preview Bitnami Bitnami.Dolibarr3530Ubuntu1210.0.2.1-preview Bitnami Bitnami.Dolibarr3540Ubuntu1404.0.2.0-preview Bitnami Bitnami.Dolibarr3540Ubuntu1404.0.2.1-preview Bitnami Bitnami.DreamFactory1591Ubuntu1210.0.2.0-preview Bitnami Bitnami.DreamFactory1591Ubuntu1210.0.2.1-preview Bitnami Bitnami.DreamFactory16.0.2.0-preview Bitnami Bitnami.DreamFactory16.0.2.1-preview Bitnami Bitnami.DreamFactory16.0.2.2-preview Bitnami Bitnami.DreamFactory16.0.2.3-preview Bitnami Bitnami.DreamFactory16.0.2.4-preview Bitnami Bitnami.DreamFactory17.0.2.0-preview Bitnami Bitnami.DreamFactory17.0.2.1-preview Bitnami Bitnami.DreamFactory17.0.2.2-preview Bitnami Bitnami.DreamFactory17.0.2.3-preview Bitnami Bitnami.DreamFactory17.0.2.4-preview Bitnami Bitnami.DreamFactory17.0.2.5-preview Bitnami Bitnami.DreamFactory1760Ubuntu1404.0.2.0-preview Bitnami Bitnami.DreamFactory1760Ubuntu1404.0.2.1-preview Bitnami Bitnami.Drupal7280Ubuntu1210.0.2.0-preview Bitnami Bitnami.Drupal7280Ubuntu1210.0.2.1-preview Bitnami Bitnami.Drupal7310Ubuntu1404.0.2.0-preview Bitnami Bitnami.Drupal7310Ubuntu1404.0.2.1-preview Bitnami Bitnami.Drupal80alpha130devUbuntu1404.0.2.0-preview Bitnami Bitnami.Drupal80alpha130devUbuntu1404.0.2.1-preview Bitnami Bitnami.Drupal8x201405130devUbuntu1210.0.2.0-preview Bitnami Bitnami.Drupal8x201405130devUbuntu1210.0.2.1-preview Bitnami Bitnami.EnanoCMS1182Ubuntu1210.0.2.0-preview Bitnami Bitnami.EnanoCMS1182Ubuntu1210.0.2.1-preview Bitnami Bitnami.EnanoCMS1182Ubuntu1404.0.2.0-preview Bitnami Bitnami.EnanoCMS1182Ubuntu1404.0.2.1-preview Bitnami Bitnami.EspoCRM2400Ubuntu1404.0.2.0-preview Bitnami Bitnami.EspoCRM2400Ubuntu1404.0.2.1-preview Bitnami Bitnami.eXoPlatform4061Ubuntu1210.0.2.0-preview Bitnami Bitnami.eXoPlatform4061Ubuntu1210.0.2.1-preview Bitnami Bitnami.eXoPlatform4061Ubuntu1404.0.2.0-preview Bitnami Bitnami.eXoPlatform4061Ubuntu1404.0.2.1-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.0-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.10-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.1-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.2-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.3-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.4-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.5-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.6-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.7-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.8-preview Bitnami Bitnami.eXoPlatformExpress4.0.2.9-preview Bitnami Bitnami.eZPublish2014030Ubuntu1210.0.2.0-preview Bitnami Bitnami.eZPublish2014030Ubuntu1210.0.2.1-preview Bitnami Bitnami.eZPublish2014051Ubuntu1404.0.2.0-preview Bitnami Bitnami.eZPublish2014051Ubuntu1404.0.2.1-preview Bitnami Bitnami.Gallery3093Ubuntu1210.0.2.0-preview Bitnami Bitnami.Gallery3093Ubuntu1210.0.2.1-preview Bitnami Bitnami.Gallery3093Ubuntu1404.0.2.0-preview Bitnami Bitnami.Gallery3093Ubuntu1404.0.2.1-preview Bitnami Bitnami.Ghost0421Ubuntu1404.0.2.0-preview Bitnami Bitnami.Ghost0421Ubuntu1404.0.2.1-preview Bitnami Bitnami.GitLab6920Ubuntu1210.0.2.0-preview Bitnami Bitnami.GitLab6920Ubuntu1210.0.2.1-preview Bitnami Bitnami.GitLab7110Ubuntu1404.0.2.0-preview Bitnami Bitnami.GitLab7110Ubuntu1404.0.2.1-preview Bitnami Bitnami.Gitorious3040Ubuntu1210.0.2.0-preview Bitnami Bitnami.Gitorious3040Ubuntu1210.0.2.1-preview Bitnami Bitnami.Gitorious3111Ubuntu1404.0.2.0-preview Bitnami Bitnami.Gitorious3111Ubuntu1404.0.2.1-preview Bitnami Bitnami.HordeGroupwareWebmail5141Ubuntu1210.0.2.0-preview Bitnami Bitnami.HordeGroupwareWebmail5141Ubuntu1210.0.2.1-preview Bitnami Bitnami.HordeGroupwareWebmail5210Ubuntu1404.0.2.0-preview Bitnami Bitnami.HordeGroupwareWebmail5210Ubuntu1404.0.2.1-preview Bitnami Bitnami.JasperReports5503Ubuntu1210.0.2.0-preview Bitnami Bitnami.JasperReports5503Ubuntu1210.0.2.1-preview Bitnami Bitnami.JasperReports5600Ubuntu1404.0.2.0-preview Bitnami Bitnami.JasperReports5600Ubuntu1404.0.2.1-preview Bitnami Bitnami.JBoss7117Ubuntu1210.0.2.0-preview Bitnami Bitnami.JBoss7117Ubuntu1210.0.2.1-preview Bitnami Bitnami.JBoss7117Ubuntu1404.0.2.0-preview Bitnami Bitnami.JBoss7117Ubuntu1404.0.2.1-preview Bitnami Bitnami.Jenkins15660Ubuntu1210.0.2.0-preview Bitnami Bitnami.Jenkins15660Ubuntu1210.0.2.1-preview Bitnami Bitnami.Jenkins15750Ubuntu1404.0.2.0-preview Bitnami Bitnami.Jenkins15750Ubuntu1404.0.2.1-preview Bitnami Bitnami.Joomla3300Ubuntu1210.0.2.0-preview Bitnami Bitnami.Joomla3300Ubuntu1210.0.2.1-preview Bitnami Bitnami.Joomla3310testUbuntu1404.0.2.0-preview Bitnami Bitnami.Joomla3310testUbuntu1404.0.2.1-preview Bitnami Bitnami.Joomla3330Ubuntu1404.0.2.0-preview Bitnami Bitnami.Joomla3330Ubuntu1404.0.2.1-preview Bitnami Bitnami.JRubyStack17120Ubuntu1210.0.2.0-preview Bitnami Bitnami.JRubyStack17120Ubuntu1210.0.2.1-preview Bitnami Bitnami.JRubyStack17120Ubuntu1404.0.2.0-preview Bitnami Bitnami.JRubyStack17120Ubuntu1404.0.2.1-preview Bitnami Bitnami.LAMPStack54290Ubuntu1210.0.2.0-preview Bitnami Bitnami.LAMPStack54290Ubuntu1210.0.2.1-preview Bitnami Bitnami.LAMPStack54310Ubuntu1404.0.2.0-preview Bitnami Bitnami.LAMPStack54310Ubuntu1404.0.2.1-preview Bitnami Bitnami.LAMPStack55130devUbuntu1210.0.2.0-preview Bitnami Bitnami.LAMPStack55130devUbuntu1210.0.2.1-preview Bitnami Bitnami.LAMPStack55150devUbuntu1404.0.2.0-preview Bitnami Bitnami.LAMPStack55150devUbuntu1404.0.2.1-preview Bitnami Bitnami.LAMPStack560alpha32devUbuntu1210.0.2.0-preview Bitnami Bitnami.LAMPStack560alpha32devUbuntu1210.0.2.1-preview Bitnami Bitnami.LAMPStack560beta30devUbuntu1210.0.2.0-preview Bitnami Bitnami.LAMPStack560beta30devUbuntu1210.0.2.1-preview Bitnami Bitnami.LAMPStack560beta40devUbuntu1404.0.2.0-preview Bitnami Bitnami.LAMPStack560beta40devUbuntu1404.0.2.1-preview Bitnami Bitnami.LAMPStack560RC30devUbuntu1404.0.2.0-preview Bitnami Bitnami.LAMPStack560RC30devUbuntu1404.0.2.1-preview Bitnami Bitnami.LAPPStack54290Ubuntu1210.0.2.0-preview Bitnami Bitnami.LAPPStack54290Ubuntu1210.0.2.1-preview Bitnami Bitnami.LAPPStack54310Ubuntu1404.0.2.0-preview Bitnami Bitnami.LAPPStack54310Ubuntu1404.0.2.1-preview Bitnami Bitnami.LAPPStack55130devUbuntu1210.0.2.0-preview Bitnami Bitnami.LAPPStack55130devUbuntu1210.0.2.1-preview Bitnami Bitnami.LAPPStack55150devUbuntu1404.0.2.0-preview Bitnami Bitnami.LAPPStack55150devUbuntu1404.0.2.1-preview Bitnami Bitnami.LAPPStack560beta30devUbuntu1210.0.2.0-preview Bitnami Bitnami.LAPPStack560beta30devUbuntu1210.0.2.1-preview Bitnami Bitnami.LAPPStack560beta40devUbuntu1404.0.2.0-preview Bitnami Bitnami.LAPPStack560beta40devUbuntu1404.0.2.1-preview Bitnami Bitnami.LAPPStack560RC30devUbuntu1404.0.2.0-preview Bitnami Bitnami.LAPPStack560RC30devUbuntu1404.0.2.1-preview Bitnami Bitnami.Liferay623Ubuntu1210.0.2.0-preview Bitnami Bitnami.Liferay623Ubuntu1210.0.2.1-preview Bitnami Bitnami.Liferay625Ubuntu1404.0.2.0-preview Bitnami Bitnami.Liferay625Ubuntu1404.0.2.1-preview Bitnami Bitnami.LimeSurvey200plus201304060Ubuntu1210.0.2.0-preview Bitnami Bitnami.LimeSurvey200plus201304060Ubuntu1210.0.2.1-preview Bitnami Bitnami.LimeSurvey201405200Ubuntu1210.0.2.0-preview Bitnami Bitnami.LimeSurvey201405200Ubuntu1210.0.2.1-preview Bitnami Bitnami.LimeSurvey201408110Ubuntu1404.0.2.0-preview Bitnami Bitnami.LimeSurvey201408110Ubuntu1404.0.2.1-preview Bitnami Bitnami.Magento19010testUbuntu1404.0.2.0-preview Bitnami Bitnami.Magento19010testUbuntu1404.0.2.1-preview Bitnami Bitnami.Magento19010Ubuntu1210.0.2.0-preview Bitnami Bitnami.Magento19010Ubuntu1210.0.2.1-preview Bitnami Bitnami.Magento19010Ubuntu1404.0.2.0-preview Bitnami Bitnami.Magento19010Ubuntu1404.0.2.1-preview Bitnami Bitnami.Mantis12171Ubuntu1210.0.2.0-preview Bitnami Bitnami.Mantis12171Ubuntu1210.0.2.1-preview Bitnami Bitnami.Mantis12171Ubuntu1404.0.2.0-preview Bitnami Bitnami.Mantis12171Ubuntu1404.0.2.1-preview Bitnami Bitnami.MEAN24100Ubuntu1210.0.2.0-preview Bitnami Bitnami.MEAN24100Ubuntu1210.0.2.1-preview Bitnami Bitnami.MEAN24100Ubuntu1404.0.2.0-preview Bitnami Bitnami.MEAN24100Ubuntu1404.0.2.1-preview Bitnami Bitnami.MEAN2600devUbuntu1210.0.2.0-preview Bitnami Bitnami.MEAN2600devUbuntu1210.0.2.1-preview Bitnami Bitnami.MEAN2630Ubuntu1404.0.2.0-preview Bitnami Bitnami.MEAN2630Ubuntu1404.0.2.1-preview Bitnami Bitnami.MediaWiki12270Ubuntu1210.0.2.0-preview Bitnami Bitnami.MediaWiki12270Ubuntu1210.0.2.1-preview Bitnami Bitnami.MediaWiki12320Ubuntu1404.0.2.0-preview Bitnami Bitnami.MediaWiki12320Ubuntu1404.0.2.1-preview Bitnami Bitnami.MODX2214pl0Ubuntu1210.0.2.0-preview Bitnami Bitnami.MODX2214pl0Ubuntu1210.0.2.1-preview Bitnami Bitnami.MODX231pl0Ubuntu1404.0.2.0-preview Bitnami Bitnami.MODX231pl0Ubuntu1404.0.2.1-preview Bitnami Bitnami.Moodle270Ubuntu1210.0.2.0-preview Bitnami Bitnami.Moodle270Ubuntu1210.0.2.1-preview Bitnami Bitnami.Moodle270Ubuntu1404.0.2.0-preview Bitnami Bitnami.Moodle270Ubuntu1404.0.2.1-preview Bitnami Bitnami.Nodejs010290Ubuntu1404.0.2.0-preview Bitnami Bitnami.Nodejs010290Ubuntu1404.0.2.1-preview Bitnami Bitnami.ocPortal90130Ubuntu1210.0.2.0-preview Bitnami Bitnami.ocPortal90130Ubuntu1210.0.2.1-preview Bitnami Bitnami.ocPortal90140Ubuntu1404.0.2.0-preview Bitnami Bitnami.ocPortal90140Ubuntu1404.0.2.1-preview Bitnami Bitnami.OpenAtrium2190Ubuntu1210.0.2.0-preview Bitnami Bitnami.OpenAtrium2190Ubuntu1210.0.2.1-preview Bitnami Bitnami.OpenAtrium2210Ubuntu1404.0.2.0-preview Bitnami Bitnami.OpenAtrium2210Ubuntu1404.0.2.1-preview Bitnami Bitnami.OpenERP7014Ubuntu1210.0.2.0-preview Bitnami Bitnami.OpenERP7014Ubuntu1210.0.2.1-preview Bitnami Bitnami.OpenERP7014Ubuntu1404.0.2.0-preview Bitnami Bitnami.OpenERP7014Ubuntu1404.0.2.1-preview Bitnami Bitnami.Osclass3312Ubuntu1210.0.2.0-preview Bitnami Bitnami.Osclass3312Ubuntu1210.0.2.1-preview Bitnami Bitnami.Osclass3410Ubuntu1404.0.2.0-preview Bitnami Bitnami.Osclass3410Ubuntu1404.0.2.1-preview Bitnami Bitnami.OSQA10rc5Ubuntu1404.0.2.0-preview Bitnami Bitnami.OSQA10rc5Ubuntu1404.0.2.1-preview Bitnami Bitnami.ownCloud6030Ubuntu1210.0.2.0-preview Bitnami Bitnami.ownCloud6030Ubuntu1210.0.2.1-preview Bitnami Bitnami.ownCloud7010Ubuntu1404.0.2.0-preview Bitnami Bitnami.ownCloud7010Ubuntu1404.0.2.1-preview Bitnami Bitnami.OXIDeShop4851Ubuntu1210.0.2.0-preview Bitnami Bitnami.OXIDeShop4851Ubuntu1210.0.2.1-preview Bitnami Bitnami.OXIDeShop4870Ubuntu1404.0.2.0-preview Bitnami Bitnami.OXIDeShop4870Ubuntu1404.0.2.1-preview Bitnami Bitnami.phpBB30123Ubuntu1210.0.2.0-preview Bitnami Bitnami.phpBB30123Ubuntu1210.0.2.1-preview Bitnami Bitnami.phpBB30123Ubuntu1404.0.2.0-preview Bitnami Bitnami.phpBB30123Ubuntu1404.0.2.1-preview Bitnami Bitnami.PhpCompta6712Ubuntu1210.0.2.0-preview Bitnami Bitnami.PhpCompta6712Ubuntu1210.0.2.1-preview Bitnami Bitnami.PhpCompta6712Ubuntu1404.0.2.0-preview Bitnami Bitnami.PhpCompta6712Ubuntu1404.0.2.1-preview Bitnami Bitnami.Piwik2300Ubuntu1210.0.2.0-preview Bitnami Bitnami.Piwik2300Ubuntu1210.0.2.1-preview Bitnami Bitnami.Piwik2500Ubuntu1404.0.2.0-preview Bitnami Bitnami.Piwik2500Ubuntu1404.0.2.1-preview Bitnami Bitnami.Plone4330Ubuntu1210.0.2.0-preview Bitnami Bitnami.Plone4330Ubuntu1210.0.2.1-preview Bitnami Bitnami.Plone4330Ubuntu1404.0.2.0-preview Bitnami Bitnami.Plone4330Ubuntu1404.0.2.1-preview Bitnami Bitnami.Pootle2512Ubuntu1210.0.2.0-preview Bitnami Bitnami.Pootle2512Ubuntu1210.0.2.1-preview Bitnami Bitnami.Pootle2512Ubuntu1404.0.2.0-preview Bitnami Bitnami.Pootle2512Ubuntu1404.0.2.1-preview Bitnami Bitnami.PrestaShop16061Ubuntu1210.0.2.0-preview Bitnami Bitnami.PrestaShop16061Ubuntu1210.0.2.1-preview Bitnami Bitnami.PrestaShop16090Ubuntu1404.0.2.0-preview Bitnami Bitnami.PrestaShop16090Ubuntu1404.0.2.1-preview Bitnami Bitnami.ProcessWire2403Ubuntu1210.0.2.0-preview Bitnami Bitnami.ProcessWire2403Ubuntu1210.0.2.1-preview Bitnami Bitnami.ProcessWire2403Ubuntu1404.0.2.0-preview Bitnami Bitnami.ProcessWire2403Ubuntu1404.0.2.1-preview Bitnami Bitnami.Publify8010Ubuntu1210.0.2.0-preview Bitnami Bitnami.Publify8010Ubuntu1210.0.2.1-preview Bitnami Bitnami.Publify8011Ubuntu1404.0.2.0-preview Bitnami Bitnami.Publify8011Ubuntu1404.0.2.1-preview Bitnami Bitnami.Radiant1142Ubuntu1404.0.2.0-preview Bitnami Bitnami.Radiant1142Ubuntu1404.0.2.1-preview Bitnami Bitnami.Redmine2511Ubuntu1210.0.2.0-preview Bitnami Bitnami.Redmine2511Ubuntu1210.0.2.1-preview Bitnami Bitnami.Redmine2521Ubuntu1404.0.2.0-preview Bitnami Bitnami.Redmine2521Ubuntu1404.0.2.1-preview Bitnami Bitnami.ResourceSpace621Ubuntu1210.0.2.0-preview Bitnami Bitnami.ResourceSpace621Ubuntu1210.0.2.1-preview Bitnami Bitnami.ResourceSpace630Ubuntu1404.0.2.0-preview Bitnami Bitnami.ResourceSpace630Ubuntu1404.0.2.1-preview Bitnami Bitnami.ReviewBoard2010Ubuntu1210.0.2.0-preview Bitnami Bitnami.ReviewBoard2010Ubuntu1210.0.2.1-preview Bitnami Bitnami.ReviewBoard2050Ubuntu1404.0.2.0-preview Bitnami Bitnami.ReviewBoard2050Ubuntu1404.0.2.1-preview Bitnami Bitnami.Roller5032Ubuntu1210.0.2.0-preview Bitnami Bitnami.Roller5032Ubuntu1210.0.2.1-preview Bitnami Bitnami.Roller5040Ubuntu1404.0.2.0-preview Bitnami Bitnami.Roller5040Ubuntu1404.0.2.1-preview Bitnami Bitnami.Roundcube1010Ubuntu1210.0.2.0-preview Bitnami Bitnami.Roundcube1010Ubuntu1210.0.2.1-preview Bitnami Bitnami.Roundcube1020Ubuntu1404.0.2.0-preview Bitnami Bitnami.Roundcube1020Ubuntu1404.0.2.1-preview Bitnami Bitnami.RubyStack19324Ubuntu1210.0.2.0-preview Bitnami Bitnami.RubyStack19324Ubuntu1210.0.2.1-preview Bitnami Bitnami.RubyStack20017Ubuntu1404.0.2.0-preview Bitnami Bitnami.RubyStack20017Ubuntu1404.0.2.1-preview Bitnami Bitnami.RubyStack2120devUbuntu1210.0.2.0-preview Bitnami Bitnami.RubyStack2120devUbuntu1210.0.2.1-preview Bitnami Bitnami.RubyStack2121devUbuntu1404.0.2.0-preview Bitnami Bitnami.RubyStack2121devUbuntu1404.0.2.1-preview Bitnami Bitnami.SiteCake10411Ubuntu1210.0.2.0-preview Bitnami Bitnami.SiteCake10411Ubuntu1210.0.2.1-preview Bitnami Bitnami.SiteCake10411Ubuntu1404.0.2.0-preview Bitnami Bitnami.SiteCake10411Ubuntu1404.0.2.1-preview Bitnami Bitnami.Solr4000Ubuntu1210.0.2.0-preview Bitnami Bitnami.Solr4000Ubuntu1210.0.2.1-preview Bitnami Bitnami.Spree2220Ubuntu1210.0.2.0-preview Bitnami Bitnami.Spree2220Ubuntu1210.0.2.1-preview Bitnami Bitnami.Spree2310Ubuntu1404.0.2.0-preview Bitnami Bitnami.Spree2310Ubuntu1404.0.2.1-preview Bitnami Bitnami.Subversion1883Ubuntu1210.0.2.0-preview Bitnami Bitnami.Subversion1883Ubuntu1210.0.2.1-preview Bitnami Bitnami.Subversion1884Ubuntu1404.0.2.0-preview Bitnami Bitnami.Subversion1884Ubuntu1404.0.2.1-preview Bitnami Bitnami.SugarCRM65162Ubuntu1210.0.2.0-preview Bitnami Bitnami.SugarCRM65162Ubuntu1210.0.2.1-preview Bitnami Bitnami.SugarCRM65170Ubuntu1404.0.2.0-preview Bitnami Bitnami.SugarCRM65170Ubuntu1404.0.2.1-preview Bitnami Bitnami.SuiteCRM7120Ubuntu1404.0.2.0-preview Bitnami Bitnami.SuiteCRM7120Ubuntu1404.0.2.1-preview Bitnami Bitnami.TestLink19100Ubuntu1210.0.2.0-preview Bitnami Bitnami.TestLink19100Ubuntu1210.0.2.1-preview Bitnami Bitnami.TestLink19110Ubuntu1404.0.2.0-preview Bitnami Bitnami.TestLink19110Ubuntu1404.0.2.1-preview Bitnami Bitnami.ThinkUp20beta101Ubuntu1210.0.2.0-preview Bitnami Bitnami.ThinkUp20beta101Ubuntu1210.0.2.1-preview Bitnami Bitnami.ThinkUp20beta101Ubuntu1404.0.2.0-preview Bitnami Bitnami.ThinkUp20beta101Ubuntu1404.0.2.1-preview Bitnami Bitnami.TikiWikiCMSGroupware1220Ubuntu1210.0.2.0-preview Bitnami Bitnami.TikiWikiCMSGroupware1220Ubuntu1210.0.2.1-preview Bitnami Bitnami.TikiWikiCMSGroupware1220Ubuntu1404.0.2.0-preview Bitnami Bitnami.TikiWikiCMSGroupware1220Ubuntu1404.0.2.1-preview Bitnami Bitnami.TinyTinyRSS1121Ubuntu1210.0.2.0-preview Bitnami Bitnami.TinyTinyRSS1121Ubuntu1210.0.2.1-preview Bitnami Bitnami.TinyTinyRSS1130Ubuntu1404.0.2.0-preview Bitnami Bitnami.TinyTinyRSS1130Ubuntu1404.0.2.1-preview Bitnami Bitnami.Tomcat70540Ubuntu1210.0.2.0-preview Bitnami Bitnami.Tomcat70540Ubuntu1210.0.2.1-preview Bitnami Bitnami.Tomcat70550Ubuntu1404.0.2.0-preview Bitnami Bitnami.Tomcat70550Ubuntu1404.0.2.1-preview Bitnami Bitnami.Tomcat8080devUbuntu1210.0.2.0-preview Bitnami Bitnami.Tomcat8080devUbuntu1210.0.2.1-preview Bitnami Bitnami.Tomcat8090devUbuntu1404.0.2.0-preview Bitnami Bitnami.Tomcat8090devUbuntu1404.0.2.1-preview Bitnami Bitnami.Trac1012Ubuntu1210.0.2.0-preview Bitnami Bitnami.Trac1012Ubuntu1210.0.2.1-preview Bitnami Bitnami.Trac1012Ubuntu1404.0.2.0-preview Bitnami Bitnami.Trac1012Ubuntu1404.0.2.1-preview Bitnami Bitnami.Trac1112devUbuntu1210.0.2.0-preview Bitnami Bitnami.Trac1112devUbuntu1210.0.2.1-preview Bitnami Bitnami.Trac1112devUbuntu1404.0.2.0-preview Bitnami Bitnami.Trac1112devUbuntu1404.0.2.1-preview Bitnami Bitnami.Tracks2226Ubuntu1210.0.2.0-preview Bitnami Bitnami.Tracks2226Ubuntu1210.0.2.1-preview Bitnami Bitnami.Tracks2228Ubuntu1404.0.2.0-preview Bitnami Bitnami.Tracks2228Ubuntu1404.0.2.1-preview Bitnami Bitnami.TYPO36180Ubuntu1210.0.2.0-preview Bitnami Bitnami.TYPO36180Ubuntu1210.0.2.1-preview Bitnami Bitnami.TYPO36240Ubuntu1404.0.2.0-preview Bitnami Bitnami.TYPO36240Ubuntu1404.0.2.1-preview Bitnami Bitnami.Typo6141Ubuntu1210.0.2.0-preview Bitnami Bitnami.Typo6141Ubuntu1210.0.2.1-preview Bitnami Bitnami.Weblate190Ubuntu1210.0.2.0-preview Bitnami Bitnami.Weblate190Ubuntu1210.0.2.1-preview Bitnami Bitnami.Weblate190Ubuntu1404.0.2.0-preview Bitnami Bitnami.Weblate190Ubuntu1404.0.2.1-preview Bitnami Bitnami.WebPack201404150Ubuntu1210.0.2.0-preview Bitnami Bitnami.WebPack201404150Ubuntu1210.0.2.1-preview Bitnami Bitnami.WildFly8002Ubuntu1210.0.2.0-preview Bitnami Bitnami.WildFly8002Ubuntu1210.0.2.1-preview Bitnami Bitnami.WildFly8100Ubuntu1404.0.2.0-preview Bitnami Bitnami.WildFly8100Ubuntu1404.0.2.1-preview Bitnami Bitnami.WordPress390multisiteUbuntu1210.0.2.0-preview Bitnami Bitnami.WordPress390multisiteUbuntu1210.0.2.1-preview Bitnami Bitnami.WordPress390Ubuntu1210.0.2.0-preview Bitnami Bitnami.WordPress390Ubuntu1210.0.2.1-preview Bitnami Bitnami.WordPress3920multisiteUbuntu1404.0.2.0-preview Bitnami Bitnami.WordPress3920multisiteUbuntu1404.0.2.1-preview Bitnami Bitnami.WordPress3920Ubuntu1404.0.2.0-preview Bitnami Bitnami.WordPress3920Ubuntu1404.0.2.1-preview Bitnami Bitnami.WordPress40beta20devmultisiteUbuntu1404.0.2.0-pr... Bitnami Bitnami.WordPress40beta20devmultisiteUbuntu1404.0.2.1-pr... Bitnami Bitnami.WordPress40beta20devUbuntu1404.0.2.0-preview Bitnami Bitnami.WordPress40beta20devUbuntu1404.0.2.1-preview Bitnami Bitnami.X2CRM410Ubuntu1210.0.2.0-preview Bitnami Bitnami.X2CRM410Ubuntu1210.0.2.1-preview Bitnami Bitnami.X2CRM410Ubuntu1404.0.2.0-preview Bitnami Bitnami.X2CRM410Ubuntu1404.0.2.1-preview Bitnami Bitnami.XOOPS2564Ubuntu1210.0.2.0-preview Bitnami Bitnami.XOOPS2564Ubuntu1210.0.2.1-preview Bitnami Bitnami.XOOPS2570Ubuntu1404.0.2.0-preview Bitnami Bitnami.XOOPS2570Ubuntu1404.0.2.1-preview Bitnami Bitnami.Zurmo2720Ubuntu1210.0.2.0-preview Bitnami Bitnami.Zurmo2720Ubuntu1210.0.2.1-preview Bitnami Bitnami.Zurmo2720Ubuntu1404.0.2.0-preview Bitnami Bitnami.Zurmo2720Ubuntu1404.0.2.1-preview BlogEngineNET BlogEngineNET.BlogEngineNET.0.1.0-preview BlogEngineNET BlogEngineNET.BlogEngineNET.0.2.0-preview BlogEngineNET BlogEngineNET.BlogEngineNET.0.2.1-preview BlogEngineNET BlogEngineNET.BlogEngineNET.0.2.2-preview BlogEngineNET BlogEngineNET.BlogEngineNET.0.2.3-preview BlogEngineNET BlogEngineNET.BlogEngineNET.0.2.4-preview boxless boxless.boxlessboxless.1.27.193 Brandoo Brandoo.BrandooWordPress371LAMPUbuntu1204LTS.0.2.0-preview Brandoo Brandoo.BrandooWordPress371LAMPUbuntu1204LTS.0.2.1-preview Brandoo Brandoo.BrandooWordPress39LAMPUbuntu1404LTS.0.2.0-preview Brandoo Brandoo.BrandooWordPress39LAMPUbuntu1404LTS.0.2.1-preview Brandoo Brandoo.BrandooWordPressMSSQLorAzureSQL.0.1.0-preview Brandoo Brandoo.BrandooWordPressMSSQLorAzureSQL.0.2.0-preview Brandoo Brandoo.BrandooWordPressMSSQLorAzureSQL.0.2.1-preview Brandoo Brandoo.BrandooWordPressMSSQLorAzureSQL.0.2.2-preview Brandoo Brandoo.BrandooWordPressMSSQLorAzureSQL.0.2.3-preview Brandoo Brandoo.BrandooWordPressMSSQLorAzureSQL.0.2.4-preview bssw bssw.bluestripe-factfinderfactfinder-win-ms-4-azure.1.27... bugnetproject bugnetproject.BugNET.0.1.0-preview bugnetproject bugnetproject.BugNET.0.2.0-preview bugnetproject bugnetproject.BugNET.0.2.1-preview bugnetproject bugnetproject.BugNET.0.2.2-preview bugnetproject bugnetproject.BugNET.0.2.3-preview bugnetproject bugnetproject.BugNET.0.2.4-preview CakeSoftwareFoundation CakeSoftwareFoundation.CakePHP.0.1.0-preview CakeSoftwareFoundation CakeSoftwareFoundation.CakePHP.0.2.0-preview CakeSoftwareFoundation CakeSoftwareFoundation.CakePHP.0.2.1-preview CakeSoftwareFoundation CakeSoftwareFoundation.CakePHP.0.2.2-preview CakeSoftwareFoundation CakeSoftwareFoundation.CakePHP.0.2.3-preview CakeSoftwareFoundation CakeSoftwareFoundation.CakePHP.0.2.4-preview Canonical Canonical.UbuntuServer1204LTS.0.2.0-preview Canonical Canonical.UbuntuServer1204LTS.0.2.1-preview Canonical Canonical.UbuntuServer1204LTS.0.2.2-preview Canonical Canonical.UbuntuServer1204LTS.0.2.3-preview Canonical Canonical.UbuntuServer1204LTS.0.2.4-preview Canonical Canonical.UbuntuServer1204LTS.0.2.5-preview Canonical Canonical.UbuntuServer1204LTS.0.2.6-preview Canonical Canonical.UbuntuServer1204LTS.0.2.7-preview Canonical Canonical.UbuntuServer1204LTS.0.2.8-preview Canonical Canonical.UbuntuServer1204LTS.0.2.9-preview Canonical Canonical.UbuntuServer1310.0.2.0-preview Canonical Canonical.UbuntuServer1310.0.2.1-preview Canonical Canonical.UbuntuServer1310.0.2.2-preview Canonical Canonical.UbuntuServer1310.0.2.3-preview Canonical Canonical.UbuntuServer1310.0.2.4-preview Canonical Canonical.UbuntuServer1310.0.2.5-preview Canonical Canonical.UbuntuServer1310.0.2.6-preview Canonical Canonical.UbuntuServer1310.0.2.7-preview Canonical Canonical.UbuntuServer1310.0.2.8-preview Canonical Canonical.UbuntuServer1310.0.2.9-preview Canonical Canonical.UbuntuServer1404LTS.0.2.0-preview Canonical Canonical.UbuntuServer1404LTS.0.2.1-preview Canonical Canonical.UbuntuServer1404LTS.0.2.2-preview Canonical Canonical.UbuntuServer1404LTS.0.2.3-preview Canonical Canonical.UbuntuServer1404LTS.0.2.4-preview Canonical Canonical.UbuntuServer1404LTS.0.2.5-preview Canonical Canonical.UbuntuServer1404LTS.0.2.6-preview Canonical Canonical.UbuntuServer1404LTS.0.2.7-preview Canonical Canonical.UbuntuServer1404LTS.0.2.8-preview Canonical Canonical.UbuntuServer1404LTS.0.2.9-preview Canonical Canonical.UbuntuServer1410.0.2.0-preview Canonical Canonical.UbuntuServer1410.0.2.1-preview Canonical Canonical.UbuntuServer1410.0.2.2-preview Canonical Canonical.UbuntuServer1410.0.2.3-preview Canonical Canonical.UbuntuServer1410.0.2.4-preview Canonical Canonical.UbuntuServer1410.0.2.5-preview checkpoint checkpoint.check-point-r77-10r7710-byol.1.27.188 checkpoint checkpoint.check-point-r77-10r7710-byol.1.29.221 checkpoint checkpoint.check-point-r77-10r7710-byol.1.29.247 checkpoint checkpoint.check-point-r77-10r7710-byol.1.30.266 checkpoint checkpoint.check-point-r77-10r7710-ngtp-payg.1.27.188 checkpoint checkpoint.check-point-r77-10r7710-ngtp-payg.1.29.221 checkpoint checkpoint.check-point-r77-10r7710-ngtp-payg.1.29.247 checkpoint checkpoint.check-point-r77-10r7710-ngtp-payg.1.30.266 Chef Chef.ChefClient.11.0.0 Chef Chef.ChefClient.11.0.10 Chef Chef.LinuxChefClient.11.0.0 Chef Chef.LinuxChefClient.11.0.8 CiaranMcCreesh CiaranMcCreesh.EMCSR2014MaxCliqueExperiments.0.2.0-preview CiaranMcCreesh CiaranMcCreesh.EMCSR2014MaxCliqueExperiments.0.2.1-preview CihanBiyikoglu CihanBiyikoglu.CouchbaseServer251EnterpriseonUbuntu12.0.... CihanBiyikoglu CihanBiyikoglu.CouchbaseServer251EnterpriseonUbuntu12.0.... Cloudera Cloudera.ClouderaEnterprise.4.12.14-preview Cloudera Cloudera.ClouderaEnterprise.4.12.15-preview Cloudera Cloudera.ClouderaEnterprise.4.12.16-preview cloudlink cloudlink.cloudlink-securevmcloudlink-securevm-25-vm.1.2... cloudlink cloudlink.cloudlink-securevmcloudlink-securevm-25-vm.1.3... cloudlink cloudlink.cloudlink-securevmcloudlink-securevm-5-vm.1.27... cloudlink cloudlink.cloudlink-securevmcloudlink-securevm-5-vm.1.30... CloudLinkTechnologies CloudLinkTechnologies.CloudLinkSecureVM.1.0.2 Cognosys Cognosys.Apache2212onSUSEEntServer11SP2.0.2.0-preview Cognosys Cognosys.Apache2212onSUSEEntServer11SP2.0.2.1-preview Cognosys Cognosys.Apache2215onOpenLogicCentOS63.0.2.0-preview Cognosys Cognosys.Apache2215onOpenLogicCentOS63.0.2.1-preview Cognosys Cognosys.Drupal720LAMPServeronOpenLogicCentOS63.0.2.0-pr... Cognosys Cognosys.Drupal720LAMPServeronOpenLogicCentOS63.0.2.1-pr... Cognosys Cognosys.HAProxy1326onOpenLogicCentOS63.0.2.0-preview Cognosys Cognosys.HAProxy1326onOpenLogicCentOS63.0.2.1-preview Cognosys Cognosys.HAProxy1418onHardenedUbuntu1204LTS.0.2.0-preview Cognosys Cognosys.HAProxy1418onHardenedUbuntu1204LTS.0.2.1-preview Cognosys Cognosys.Joomla257LAMPServeronOpenLogicCentOS63.0.2.0-pr... Cognosys Cognosys.Joomla257LAMPServeronOpenLogicCentOS63.0.2.1-pr... Cognosys Cognosys.LAMPPhpmyAdminonSUSELnxEntServer11SP2.0.2.0-pre... Cognosys Cognosys.LAMPPhpmyAdminonSUSELnxEntServer11SP2.0.2.1-pre... Cognosys Cognosys.LAMPServeronOpenLogicCentOS63.0.2.0-preview Cognosys Cognosys.LAMPServeronOpenLogicCentOS63.0.2.1-preview Cognosys Cognosys.Magento1702LAMPServerOpenLogicCentOS63.0.2.0-pr... Cognosys Cognosys.Magento1702LAMPServerOpenLogicCentOS63.0.2.1-pr... Cognosys Cognosys.MongoDBv223onHardenedUbuntu1204LTS.0.2.0-preview Cognosys Cognosys.MongoDBv223onHardenedUbuntu1204LTS.0.2.1-preview Cognosys Cognosys.Nginxversion124onHardenedUbuntu1204LTS.0.2.0-pr... Cognosys Cognosys.Nginxversion124onHardenedUbuntu1204LTS.0.2.1-pr... Cognosys Cognosys.Redis269onSecurityhardenedUbuntu1204LTS.0.2.0-p... Cognosys Cognosys.Redis269onSecurityhardenedUbuntu1204LTS.0.2.1-p... Cognosys Cognosys.RedisServer269Ubuntu1204LTS.0.2.0-preview Cognosys Cognosys.RedisServer269Ubuntu1204LTS.0.2.1-preview Cognosys Cognosys.WordpressLAMPonOpenLogicCentOS63.0.2.0-preview Cognosys Cognosys.WordpressLAMPonOpenLogicCentOS63.0.2.1-preview cohesive cohesive.cohesiveft-vns3-for-azurecohesiveft-vns3-free.1... cohesive cohesive.cohesiveft-vns3-for-azurecohesiveft-vns3-lite.1... CommerceGuys CommerceGuys.DrupalCommerceKickstartMySQL.0.1.0-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartMySQL.0.2.0-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartMySQL.0.2.1-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartMySQL.0.2.2-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartMySQL.0.2.3-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartMySQL.0.2.4-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartSQL.0.1.0-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartSQL.0.2.0-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartSQL.0.2.1-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartSQL.0.2.2-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartSQL.0.2.3-preview CommerceGuys CommerceGuys.DrupalCommerceKickstartSQL.0.2.4-preview commvault commvault.commvaultcsmav10.1.27.134 Composite Composite.NETCMSCompositeC1.0.1.0-preview Composite Composite.NETCMSCompositeC1.0.2.0-preview Composite Composite.NETCMSCompositeC1.0.2.1-preview Composite Composite.NETCMSCompositeC1.0.2.2-preview Composite Composite.NETCMSCompositeC1.0.2.3-preview Composite Composite.NETCMSCompositeC1.0.2.4-preview CoreOS CoreOS.CoreOSAlpha.0.2.1-preview CoreOS CoreOS.CoreOSAlpha.0.2.2-preview CoreOS CoreOS.CoreOSAlpha.0.2.3-preview CoreOS CoreOS.CoreOSAlpha.0.2.4-preview CoreOS CoreOS.CoreOSAlpha.0.2.5-preview CoreOS CoreOS.CoreOSAlpha.0.2.6-preview CoreOS CoreOS.CoreOSBeta.0.2.0-preview couchbase couchbase.couchbase-server-30-enterprisecbs_30_ee_gold.1... couchbase couchbase.couchbase-server-30-enterprisecbs_30_ee_silver... CursoCloudComputing CursoCloudComputing.MagentoandWordpressfullintegration.0... CursoCloudComputing CursoCloudComputing.MagentoandWordpressfullintegration.0... D D.Wordpress351andOpenSUSE123.0.2.0-preview DataStax DataStax.DataStaxCluster.0.4.23-preview DataStax DataStax.DataStaxCluster.0.4.24-preview DataStax DataStax.DataStaxCluster.0.4.25-preview DataStax DataStax.DataStaxCluster.0.4.26-preview DataStax DataStax.DataStaxCluster.0.4.27-preview DataStax DataStax.DataStaxCluster.0.4.28-preview DataStax DataStax.DataStaxCluster.0.4.29-preview DataStax DataStax.DataStaxCluster.0.4.30-preview DataStax DataStax.DataStaxCluster.0.4.31-preview DaveCottlehuber DaveCottlehuber.ApacheCouchDB.0.2.0-preview DaveCottlehuber DaveCottlehuber.ApacheCouchDB.0.2.1-preview dell_software dell_software.migration_suite_sharepointmigration_suite_... dell_software dell_software.site_admin_for_sharepointsite_admin_for_sh... derdack derdack.enterprisealertenterprisealert-2015.1.27.209 DevasenaInupakutika DevasenaInupakutika.DistributionalSemanticsUbuntu.0.2.0-... DevasenaInupakutika DevasenaInupakutika.DistributionalSemanticsUbuntu.0.2.1-... DevasenaInupakutika DevasenaInupakutika.QueensPuzzleImageUbuntu1204.0.2.0-pr... DevasenaInupakutika DevasenaInupakutika.QueensPuzzleImageUbuntu1204.0.2.1-pr... DevbridgeGroup DevbridgeGroup.BetterCMS.0.1.0-preview DevbridgeGroup DevbridgeGroup.BetterCMS.0.2.0-preview DevbridgeGroup DevbridgeGroup.BetterCMS.0.2.1-preview DevbridgeGroup DevbridgeGroup.BetterCMS.0.2.2-preview DevbridgeGroup DevbridgeGroup.BetterCMS.0.2.3-preview DevbridgeGroup DevbridgeGroup.BetterCMS.0.2.4-preview DevbridgeGroup DevbridgeGroup.BetterCMS.0.2.5-preview DiT DiT.OTRS33HelpDeskUbuntuServer12042LTS.0.2.0-preview DiT DiT.OTRS33HelpDeskUbuntuServer12042LTS.0.2.1-preview DmitrijsMilajevs DmitrijsMilajevs.CVSC14Dialogactclassification.0.2.0-pre... DmitrijsMilajevs DmitrijsMilajevs.CVSC14Dialogactclassification.0.2.1-pre... DNNCorp DNNCorp.DNNPlatform.0.1.0-preview DNNCorp DNNCorp.DNNPlatform.0.2.0-preview DNNCorp DNNCorp.DNNPlatform.0.3.0-preview DNNCorp DNNCorp.DNNPlatform.0.3.1-preview DNNCorp DNNCorp.DNNPlatform.0.3.2-preview DNNCorp DNNCorp.DNNPlatform.0.3.3-preview DNNCorp DNNCorp.DNNPlatform.0.3.4-preview DoktoricsRichard DoktoricsRichard.sequenceiqdockerambari10.0.2.0-preview DoktoricsRichard DoktoricsRichard.sequenceiqdockerambari10.0.2.1-preview DreamFactorySoftware DreamFactorySoftware.DreamFactoryDSPv100azure.0.2.0-preview DreamFactorySoftware DreamFactorySoftware.DreamFactoryDSPv100azure.0.2.1-preview ECCUBE ECCUBE.ECCUBE.0.1.0-preview ECCUBE ECCUBE.ECCUBE.0.2.0-preview ECCUBE ECCUBE.ECCUBE.0.2.1-preview ECCUBE ECCUBE.ECCUBE.0.2.2-preview ECCUBE ECCUBE.ECCUBE.0.2.3-preview ECCUBE ECCUBE.ECCUBE.0.2.4-preview elastacloud elastacloud.AzureDataAnalysis.0.2.0-preview elastacloud elastacloud.AzureDataAnalysis.0.2.1-preview filebridge filebridge.azure10tb.1.27.237 filebridge filebridge.azure20tb.1.27.237 filebridge filebridge.azure50tb.1.27.237 FormpipeSoftware FormpipeSoftware.Lemoon.0.1.0-preview FormpipeSoftware FormpipeSoftware.Lemoon.0.2.0-preview FormpipeSoftware FormpipeSoftware.Lemoon.0.2.1-preview FormpipeSoftware FormpipeSoftware.Lemoon.0.2.2-preview FormpipeSoftware FormpipeSoftware.Lemoon.0.2.3-preview FormpipeSoftware FormpipeSoftware.Lemoon.0.2.4-preview FrancescoChicchiricc FrancescoChicchiricc.ApacheSyncopeDemo.0.2.0-preview FrancescoChicchiricc FrancescoChicchiricc.ApacheSyncopeDemo.0.2.1-preview Ghost Ghost.Ghost.0.1.0-preview Ghost Ghost.Ghost.0.2.0-preview Ghost Ghost.Ghost.0.2.1-preview Ghost Ghost.Ghost.0.2.2-preview Ghost Ghost.Ghost.0.2.3-preview Ghost Ghost.Ghost.0.2.4-preview Ghost Ghost.Ghost.0.2.5-preview GrahamDuerden GrahamDuerden.Jenkins.0.2.0-preview GrahamDuerden GrahamDuerden.Jenkins.0.2.1-preview HalloWeltMedienwerkstattGmbH HalloWeltMedienwerkstattGmbH.MediaWiki.0.1.0-preview HarelRozental HarelRozental.SeleniumLinux.0.2.0-preview HarelRozental HarelRozental.SeleniumLinux.0.2.1-preview Hortonworks Hortonworks.HortonworksCluster.0.1.14-preview Hortonworks Hortonworks.HortonworksCluster.0.1.15-preview Hortonworks Hortonworks.HortonworksCluster.0.1.16-preview HyungroLee HyungroLee.biolinux.0.2.0-preview HyungroLee HyungroLee.biolinux.0.2.1-preview IanGent IanGent.TestRecomputationQueensPuzzle.0.2.0-preview IanGent IanGent.TestRecomputationQueensPuzzle.0.2.1-preview icar icar.icarworkshop.0.2.0-preview icar icar.icarworkshop.0.2.1-preview imc imc.imc-process-guidance-suiteimc_pgs41_l.1.27.544 imc imc.imc-process-guidance-suiteimc_pgs41_l.1.30.579 imc imc.imc-process-guidance-suiteimc_pgs41_m.1.27.544 imc imc.imc-process-guidance-suiteimc_pgs41_m.1.30.579 imc imc.imc-process-guidance-suiteimc_pgs41_s.1.27.544 imc imc.imc-process-guidance-suiteimc_pgs41_s.1.30.579 imc imc.imc-process-guidance-suiteimc_pgs41_xs.1.27.544 imc imc.imc-process-guidance-suiteimc_pgs41_xs.1.30.579 IntropSoftwareSolutionsInc IntropSoftwareSolutionsInc.MininetOnUbuntu.0.2.0-preview IntropSoftwareSolutionsInc IntropSoftwareSolutionsInc.MininetOnUbuntu.0.2.1-preview isa isa.wpmagento.0.2.0-preview isa isa.wpmagento.0.2.1-preview Isabel Isabel.MagentoyWordpress.0.2.0-preview Isabel Isabel.MagentoyWordpress.0.2.1-preview Janet Janet.MoonshotIdPonUbuntu28022014.0.2.0-preview Janet Janet.MoonshotIdPonUbuntu28022014.0.2.1-preview Jlark Jlark.DataScienceTooklit.0.2.0-preview Jlark Jlark.DataScienceTooklit.0.2.1-preview JohnCLinford JohnCLinford.AzureDataScienceCore.0.2.0-preview JohnCLinford JohnCLinford.AzureDataScienceCore.0.2.1-preview JonathanGallimore JonathanGallimore.ApacheTomEEPlus16Snapshot.0.2.0-preview JonathanGallimore JonathanGallimore.ApacheTomEEPlus16Snapshot.0.2.1-preview Joomla Joomla.Joomla.0.1.0-preview Joomla Joomla.Joomla.0.2.0-preview Joomla Joomla.Joomla.0.3.0-preview Joomla Joomla.Joomla.0.4.0-preview Joomla Joomla.Joomla.0.4.1-preview Joomla Joomla.Joomla.0.4.2-preview Joomla Joomla.Joomla.0.4.3-preview Joomla Joomla.Joomla.0.5.0-preview Joomla Joomla.Joomla.0.5.1-preview Joomla Joomla.Joomla.0.5.2-preview Joomla Joomla.Joomla.0.5.3-preview JustinBeckwith JustinBeckwith.ExpressSite.0.1.0-preview JustinBeckwith JustinBeckwith.ExpressSite.0.2.0-preview JustinBeckwith JustinBeckwith.ExpressSite.0.2.1-preview JustinBeckwith JustinBeckwith.ExpressSite.0.2.2-preview JustinBeckwith JustinBeckwith.ExpressSite.0.2.3-preview JustinBeckwith JustinBeckwith.ExpressSite.0.2.4-preview JustinBeckwith JustinBeckwith.NodeJSEmptySite.0.1.0-preview JustinBeckwith JustinBeckwith.NodeJSEmptySite.0.2.0-preview JustinBeckwith JustinBeckwith.NodeJSEmptySite.0.2.1-preview JustinBeckwith JustinBeckwith.NodeJSEmptySite.0.2.2-preview JustinBeckwith JustinBeckwith.NodeJSEmptySite.0.2.3-preview JustinBeckwith JustinBeckwith.NodeJSEmptySite.0.2.4-preview JustinBeckwith JustinBeckwith.NodeJSStarterSite.0.1.0-preview JustinBeckwith JustinBeckwith.NodeJSStarterSite.0.2.0-preview JustinBeckwith JustinBeckwith.NodeJSStarterSite.0.2.1-preview JustinBeckwith JustinBeckwith.NodeJSStarterSite.0.2.2-preview JustinBeckwith JustinBeckwith.NodeJSStarterSite.0.2.3-preview JustinBeckwith JustinBeckwith.NodeJSStarterSite.0.2.4-preview kaspersky_lab kaspersky_lab.kaspersky_secure_mail_gatewayksg.1.27.67 kaspersky_lab kaspersky_lab.kav_for_lfskav_for_lfs.1.27.76 kaspersky_lab kaspersky_lab.kav_for_wseekav_for_wsee.1.27.84 KazumiHIROSE KazumiHIROSE.DebianGNULinux70wheezy.0.2.0-preview KazumiHIROSE KazumiHIROSE.DebianGNULinux70wheezy.0.2.1-preview kemptech kemptech.vlm-azurebasic-byol.1.27.335 kemptech kemptech.vlm-azurevlm-10g-hrl.1.27.335 kemptech kemptech.vlm-azurevlm-2000-hrl.1.27.335 kemptech kemptech.vlm-azurevlm-200-hrl.1.27.335 kemptech kemptech.vlm-azurevlm-5000-hrl.1.27.335 KEMPTechnologies KEMPTechnologies.KEMPVirtualLoadMasterforAzure.0.2.0-pre... KEMPTechnologies KEMPTechnologies.KEMPVirtualLoadMasterforAzure.0.2.1-pre... KennethSim KennethSim.embelaazimg.0.2.0-preview KennethSim KennethSim.embelaazimg.0.2.1-preview Kentico8 Kentico8.Kentico81.0.1.0-preview KenticoSoftware KenticoSoftware.KenticoCMSforASPNET.0.1.0-preview KenticoSoftware KenticoSoftware.KenticoCMSforASPNET.0.2.0-preview KenticoSoftware KenticoSoftware.KenticoCMSforASPNET.0.2.1-preview KenticoSoftware KenticoSoftware.KenticoCMSforASPNET.0.2.2-preview KenticoSoftware KenticoSoftware.KenticoCMSforASPNET.0.2.3-preview KenticoSoftware KenticoSoftware.KenticoCMSforASPNET.0.2.4-preview liebsoft liebsoft.enterprise_random_password_managererpm.1.27.554 LiquidFiles LiquidFiles.Liquidfiles.0.2.0-preview LiquidFiles LiquidFiles.Liquidfiles.0.2.1-preview loginpeople loginpeople.digital-dna-authentication-serverenterprise.... loginpeople loginpeople.digital-dna-authentication-serverenterprise-... loginpeople loginpeople.digital-dna-authentication-serversmall-busin... loginpeople loginpeople.digital-dna-authentication-serversmall-busin... marqm marqm.wordpressmagentoimag.0.2.0-preview marqm marqm.wordpressmagentoimag.0.2.1-preview Max Max.aiScaler.0.2.0-preview Max Max.aiScaler.0.2.1-preview MazdaChihiro MazdaChihiro.WordPress381kaasan.0.2.0-preview MazdaChihiro MazdaChihiro.WordPress381kaasan.0.2.1-preview McAfee McAfee.McAfeeEndpointSecurity.1.0.4 MEANIO MEANIO.meanio.0.2.0-preview MEANIO MEANIO.meanio.0.2.1-preview Merblasa Merblasa.Merblasa.0.2.0-preview Merblasa Merblasa.Merblasa.0.2.1-preview metavistech metavistech.metavis-office365-suitemv-office365-ste-azur... mfiles mfiles.standardbyol.1.27.579 mfiles mfiles.standardbyol.1.30.596 mfiles mfiles.standardsku1.1.27.579 mfiles mfiles.standardsku1.1.30.596 mfiles mfiles.standardsku2.1.27.579 mfiles mfiles.standardsku2.1.30.596 mfiles mfiles.standardsku3.1.27.579 mfiles mfiles.standardsku3.1.30.596 Microsoft Microsoft.ApacheTomcat7.0.1.0-preview Microsoft Microsoft.ApacheTomcat7.0.1.1-preview Microsoft Microsoft.AppInsights.0.1.1-preview Microsoft Microsoft.AppInsights.0.1.2-preview Microsoft Microsoft.ASPNETEmptySite.0.1.0-preview Microsoft Microsoft.ASPNETEmptySite.0.2.0-preview Microsoft Microsoft.ASPNETEmptySite.0.2.1-preview Microsoft Microsoft.ASPNETEmptySite.0.2.2-preview Microsoft Microsoft.ASPNETEmptySite.0.2.3-preview Microsoft Microsoft.ASPNETEmptySite.0.2.4-preview Microsoft Microsoft.ASPNETStarterSite.0.1.0-preview Microsoft Microsoft.ASPNETStarterSite.0.2.0-preview Microsoft Microsoft.ASPNETStarterSite.0.2.1-preview Microsoft Microsoft.ASPNETStarterSite.0.2.2-preview Microsoft Microsoft.ASPNETStarterSite.0.2.3-preview Microsoft Microsoft.ASPNETStarterSite.0.2.4-preview Microsoft Microsoft.Bakery.0.1.0-preview Microsoft Microsoft.Bakery.0.2.0-preview Microsoft Microsoft.Bakery.0.2.1-preview Microsoft Microsoft.Bakery.0.2.2-preview Microsoft Microsoft.Bakery.0.2.3-preview Microsoft Microsoft.Bakery.0.2.4-preview Microsoft Microsoft.BgInfo.1.0.0 Microsoft Microsoft.BgInfo.1.0.10 Microsoft Microsoft.BizTalkServer2013Developer.0.2.0-preview Microsoft Microsoft.BizTalkServer2013Developer.0.2.1-preview Microsoft Microsoft.BizTalkServer2013Developer.0.2.2-preview Microsoft Microsoft.BizTalkServer2013Developer.0.2.3-preview Microsoft Microsoft.BizTalkServer2013Developer.0.2.4-preview Microsoft Microsoft.BizTalkServer2013Developer.0.2.5-preview Microsoft Microsoft.BizTalkServer2013Developer.0.2.6-preview Microsoft Microsoft.BizTalkServer2013Enterprise.0.2.0-preview Microsoft Microsoft.BizTalkServer2013Enterprise.0.2.1-preview Microsoft Microsoft.BizTalkServer2013Enterprise.0.2.2-preview Microsoft Microsoft.BizTalkServer2013Enterprise.0.2.3-preview Microsoft Microsoft.BizTalkServer2013Enterprise.0.2.4-preview Microsoft Microsoft.BizTalkServer2013Enterprise.0.2.5-preview Microsoft Microsoft.BizTalkServer2013Enterprise.0.2.6-preview Microsoft Microsoft.BizTalkServer2013Enterprise.0.2.7-preview Microsoft Microsoft.BizTalkServer2013Enterprise.0.2.8-preview Microsoft Microsoft.BizTalkServer2013Enterprise.0.2.9-preview Microsoft Microsoft.BizTalkServer2013Standard.0.2.0-preview Microsoft Microsoft.BizTalkServer2013Standard.0.2.1-preview Microsoft Microsoft.BizTalkServer2013Standard.0.2.2-preview Microsoft Microsoft.BizTalkServer2013Standard.0.2.3-preview Microsoft Microsoft.BizTalkServer2013Standard.0.2.4-preview Microsoft Microsoft.BizTalkServer2013Standard.0.2.5-preview Microsoft Microsoft.BizTalkServer2013Standard.0.2.6-preview Microsoft Microsoft.BizTalkServer2013Standard.0.2.7-preview Microsoft Microsoft.BizTalkServer2013Standard.0.2.8-preview Microsoft Microsoft.BizTalkServer2013Standard.0.2.9-preview Microsoft Microsoft.Boilerplate.0.1.0-preview Microsoft Microsoft.Boilerplate.0.2.0-preview Microsoft Microsoft.Boilerplate.0.2.1-preview Microsoft Microsoft.Boilerplate.0.2.2-preview Microsoft Microsoft.Boilerplate.0.2.3-preview Microsoft Microsoft.Boilerplate.0.2.4-preview Microsoft Microsoft.Cache.1.0.1 Microsoft Microsoft.ClassicStorage.0.2.0-preview Microsoft Microsoft.ClassicStorage.0.3.0-preview Microsoft Microsoft.ClassicStorage.0.3.1-preview Microsoft Microsoft.ClassicStorage.0.3.2-preview Microsoft Microsoft.ClassicStorage.0.3.3-preview Microsoft Microsoft.CustomScriptExtension.1.0.0 Microsoft Microsoft.CustomScriptExtension.1.0.11 Microsoft Microsoft.CustomScriptForLinux.1.0.2 Microsoft Microsoft.DataFactory.0.7.5-preview Microsoft Microsoft.DataFactory.0.7.7-preview Microsoft Microsoft.DocumentDB.0.4.0-preview Microsoft Microsoft.DSC.1.0.4 Microsoft Microsoft.DSC.1.0.5 Microsoft Microsoft.HPCPack2012R2onWindowsServer2012R2.0.2.0-preview Microsoft Microsoft.HPCPack2012R2onWindowsServer2012R2.0.2.1-preview Microsoft Microsoft.HPCPack2012R2onWindowsServer2012R2.0.2.2-preview Microsoft Microsoft.HPCPack2012R2onWindowsServer2012R2.0.2.3-preview Microsoft Microsoft.HPCPack2012R2onWindowsServer2012R2.0.2.4-preview Microsoft Microsoft.HPCPack2012R2onWindowsServer2012R2.0.2.5-preview Microsoft Microsoft.HTML5EmptySite.0.1.0-preview Microsoft Microsoft.HTML5EmptySite.0.2.0-preview Microsoft Microsoft.HTML5EmptySite.0.2.1-preview Microsoft Microsoft.HTML5EmptySite.0.2.2-preview Microsoft Microsoft.HTML5EmptySite.0.2.3-preview Microsoft Microsoft.HTML5EmptySite.0.2.4-preview Microsoft Microsoft.IaaSAntimalware.1.0.0 Microsoft Microsoft.IaaSAntimalware.1.0.18 Microsoft Microsoft.IaaSAntimalware.1.0.3 Microsoft Microsoft.JavaCoffeeShop.0.1.0-preview Microsoft Microsoft.JavaCoffeeShop.0.1.1-preview Microsoft Microsoft.JavaCoffeeShop.0.1.2-preview Microsoft Microsoft.Jetty.0.1.0-preview Microsoft Microsoft.Jetty.0.1.1-preview Microsoft Microsoft.MicrosoftDynamicsGP2013Developer.0.2.1-preview Microsoft Microsoft.MicrosoftDynamicsGP2013Developer.0.2.2-preview Microsoft Microsoft.MicrosoftDynamicsGP2013R2onWindowsServer2012R2... Microsoft Microsoft.MicrosoftDynamicsGP2013R2onWindowsServer2012R2... Microsoft Microsoft.MicrosoftDynamicsGP2013R2onWindowsServer2012R2... Microsoft Microsoft.MicrosoftDynamicsGP2013R2onWindowsServer2012R2... Microsoft Microsoft.MicrosoftDynamicsGP2013R2onWindowsServer2012R2... Microsoft Microsoft.MicrosoftDynamicsGP2013R2onWindowsServer2012R2... Microsoft Microsoft.MicrosoftDynamicsGP2013R2onWindowsServer2012R2... Microsoft Microsoft.MicrosoftDynamicsGP2013R2onWindowsServer2012R2... Microsoft Microsoft.MicrosoftDynamicsNAV2013R2.0.2.0-preview Microsoft Microsoft.MicrosoftDynamicsNAV2013R2.0.2.1-preview Microsoft Microsoft.MicrosoftDynamicsNAV2013R2.0.2.2-preview Microsoft Microsoft.MicrosoftDynamicsNAV2013R2.0.2.3-preview Microsoft Microsoft.MicrosoftDynamicsNAV2013R2.0.2.4-preview Microsoft Microsoft.MicrosoftDynamicsNAV2013R2.0.2.5-preview Microsoft Microsoft.MicrosoftDynamicsNAV2013R2.0.2.6-preview Microsoft Microsoft.MicrosoftDynamicsNAV2013R2.0.2.7-preview Microsoft Microsoft.MicrosoftDynamicsNAV2013R2.0.2.8-preview Microsoft Microsoft.MicrosoftDynamicsNAV2013R2.0.2.9-preview Microsoft Microsoft.MinecraftServer.1.8.2 Microsoft Microsoft.MinecraftServer.1.8.3 Microsoft Microsoft.MinecraftServer.1.8.4 Microsoft Microsoft.PersonalSite.0.1.0-preview Microsoft Microsoft.PersonalSite.0.2.0-preview Microsoft Microsoft.PersonalSite.0.2.1-preview Microsoft Microsoft.PersonalSite.0.2.2-preview Microsoft Microsoft.PersonalSite.0.2.3-preview Microsoft Microsoft.PersonalSite.0.2.4-preview Microsoft Microsoft.PhotoGallery.0.1.0-preview Microsoft Microsoft.PhotoGallery.0.2.0-preview Microsoft Microsoft.PhotoGallery.0.2.1-preview Microsoft Microsoft.PhotoGallery.0.2.2-preview Microsoft Microsoft.PhotoGallery.0.2.3-preview Microsoft Microsoft.PhotoGallery.0.2.4-preview Microsoft Microsoft.PHPEmptySite.0.1.0-preview Microsoft Microsoft.PHPEmptySite.0.2.0-preview Microsoft Microsoft.PHPEmptySite.0.2.1-preview Microsoft Microsoft.PHPEmptySite.0.2.2-preview Microsoft Microsoft.PHPEmptySite.0.2.3-preview Microsoft Microsoft.PHPEmptySite.0.2.4-preview Microsoft Microsoft.PHPStarterKit.0.1.0-preview Microsoft Microsoft.PHPStarterKit.0.2.0-preview Microsoft Microsoft.PHPStarterKit.0.2.1-preview Microsoft Microsoft.PHPStarterKit.0.2.2-preview Microsoft Microsoft.PHPStarterKit.0.2.3-preview Microsoft Microsoft.PHPStarterKit.0.2.4-preview Microsoft Microsoft.Search.1.0.1-preview Microsoft Microsoft.ServiceGatewayManagementConsole.0.1.0-preview Microsoft Microsoft.ServiceGatewayManagementConsole.0.2.0-preview Microsoft Microsoft.ServiceGatewayManagementConsole.0.2.1-preview Microsoft Microsoft.ServiceGatewayManagementConsole.0.2.2-preview Microsoft Microsoft.ServiceGatewayManagementConsole.0.2.3-preview Microsoft Microsoft.ServiceGatewayManagementConsole.0.2.4-preview Microsoft Microsoft.SharePointFarm.0.2.0-preview Microsoft Microsoft.SharePointFarm.0.2.1-preview Microsoft Microsoft.SharePointFarm.0.2.2-preview Microsoft Microsoft.SharePointFarm.0.2.3-preview Microsoft Microsoft.SharePointFarm.0.2.4-preview Microsoft Microsoft.SharePointFarm.0.2.5-preview Microsoft Microsoft.SharePointFarm.0.2.6-preview Microsoft Microsoft.SharePointFarm.0.2.7-preview Microsoft Microsoft.SharePointFarm.0.2.8-preview Microsoft Microsoft.SharePointServer2013Trial.0.2.0-preview Microsoft Microsoft.SharePointServer2013Trial.0.2.1-preview Microsoft Microsoft.SharePointServer2013Trial.0.2.2-preview Microsoft Microsoft.SharePointServer2013Trial.0.2.3-preview Microsoft Microsoft.SharePointServer2013Trial.0.2.4-preview Microsoft Microsoft.SharePointServer2013Trial.0.2.5-preview Microsoft Microsoft.SharePointServer2013Trial.0.2.6-preview Microsoft Microsoft.SharePointServer2013Trial.0.2.7-preview Microsoft Microsoft.SharePointServer2013Trial.0.2.8-preview Microsoft Microsoft.SharePointServer2013Trial.0.2.9-preview Microsoft Microsoft.SQLAlwaysOn.0.2.10-preview Microsoft Microsoft.SQLAlwaysOn.0.2.11-preview Microsoft Microsoft.SQLAlwaysOn.0.2.12-preview Microsoft Microsoft.SQLAlwaysOn.0.2.13-preview Microsoft Microsoft.SQLAlwaysOn.0.2.14-preview Microsoft Microsoft.SQLAlwaysOn.0.2.15-preview Microsoft Microsoft.SQLAlwaysOn.0.2.5-preview Microsoft Microsoft.SQLAlwaysOn.0.2.6-preview Microsoft Microsoft.SQLAlwaysOn.0.2.7-preview Microsoft Microsoft.SQLAlwaysOn.0.2.8-preview Microsoft Microsoft.SQLAlwaysOn.0.2.9-preview Microsoft Microsoft.SQLDatabase.0.2.0-preview Microsoft Microsoft.SQLDatabase.0.2.1-preview Microsoft Microsoft.SQLDatabase.0.2.2-preview Microsoft Microsoft.SQLDatabase.0.2.3-preview Microsoft Microsoft.SQLDatabase.0.2.4-preview Microsoft Microsoft.SQLServer2008R2SP3Enterprise.0.2.0-preview Microsoft Microsoft.SQLServer2008R2SP3Enterprise.0.2.1-preview Microsoft Microsoft.SQLServer2008R2SP3Enterprise.0.2.2-preview Microsoft Microsoft.SQLServer2008R2SP3Enterprise.0.2.3-preview Microsoft Microsoft.SQLServer2008R2SP3Enterprise.0.2.4-preview Microsoft Microsoft.SQLServer2008R2SP3Enterprise.0.2.5-preview Microsoft Microsoft.SQLServer2008R2SP3Enterprise.0.2.6-preview Microsoft Microsoft.SQLServer2008R2SP3Enterprise.0.2.7-preview Microsoft Microsoft.SQLServer2008R2SP3Standard.0.2.0-preview Microsoft Microsoft.SQLServer2008R2SP3Standard.0.2.1-preview Microsoft Microsoft.SQLServer2008R2SP3Standard.0.2.2-preview Microsoft Microsoft.SQLServer2008R2SP3Standard.0.2.3-preview Microsoft Microsoft.SQLServer2008R2SP3Standard.0.2.4-preview Microsoft Microsoft.SQLServer2008R2SP3Standard.0.2.5-preview Microsoft Microsoft.SQLServer2008R2SP3Standard.0.2.6-preview Microsoft Microsoft.SQLServer2008R2SP3Standard.0.2.7-preview Microsoft Microsoft.SQLServer2008R2SP3Web.0.2.0-preview Microsoft Microsoft.SQLServer2008R2SP3Web.0.2.1-preview Microsoft Microsoft.SQLServer2008R2SP3Web.0.2.2-preview Microsoft Microsoft.SQLServer2008R2SP3Web.0.2.3-preview Microsoft Microsoft.SQLServer2008R2SP3Web.0.2.4-preview Microsoft Microsoft.SQLServer2008R2SP3Web.0.2.5-preview Microsoft Microsoft.SQLServer2008R2SP3Web.0.2.6-preview Microsoft Microsoft.SQLServer2008R2SP3Web.0.2.7-preview Microsoft Microsoft.SQLServer2012SP1DataWarehousing.0.2.0-preview Microsoft Microsoft.SQLServer2012SP1DataWarehousing.0.2.1-preview Microsoft Microsoft.SQLServer2012SP1DataWarehousing.0.2.2-preview Microsoft Microsoft.SQLServer2012SP2DataWarehousing.0.2.1-preview Microsoft Microsoft.SQLServer2012SP2DataWarehousing.0.2.2-preview Microsoft Microsoft.SQLServer2012SP2DataWarehousingWorkloads.0.2.0... Microsoft Microsoft.SQLServer2012SP2DataWarehousingWorkloads.0.2.1... Microsoft Microsoft.SQLServer2012SP2DataWarehousingWorkloads.0.2.2... Microsoft Microsoft.SQLServer2012SP2DataWarehousingWorkloads.0.2.3... Microsoft Microsoft.SQLServer2012SP2Enterprise.0.2.0-preview Microsoft Microsoft.SQLServer2012SP2Enterprise.0.2.1-preview Microsoft Microsoft.SQLServer2012SP2Enterprise.0.2.2-preview Microsoft Microsoft.SQLServer2012SP2Enterprise.0.2.3-preview Microsoft Microsoft.SQLServer2012SP2Enterprise.0.2.4-preview Microsoft Microsoft.SQLServer2012SP2Enterprise.0.2.5-preview Microsoft Microsoft.SQLServer2012SP2Enterprise.0.2.6-preview Microsoft Microsoft.SQLServer2012SP2Enterprise.0.2.7-preview Microsoft Microsoft.SQLServer2012SP2forTransactionalWorkloads.0.2.... Microsoft Microsoft.SQLServer2012SP2forTransactionalWorkloads.0.2.... Microsoft Microsoft.SQLServer2012SP2forTransactionalWorkloads.0.2.... Microsoft Microsoft.SQLServer2012SP2forTransactionalWorkloads.0.2.... Microsoft Microsoft.SQLServer2012SP2forTransactionalWorkloads.0.2.... Microsoft Microsoft.SQLServer2012SP2Standard.0.2.0-preview Microsoft Microsoft.SQLServer2012SP2Standard.0.2.10-preview Microsoft Microsoft.SQLServer2012SP2Standard.0.2.1-preview Microsoft Microsoft.SQLServer2012SP2Standard.0.2.2-preview Microsoft Microsoft.SQLServer2012SP2Standard.0.2.3-preview Microsoft Microsoft.SQLServer2012SP2Standard.0.2.4-preview Microsoft Microsoft.SQLServer2012SP2Standard.0.2.5-preview Microsoft Microsoft.SQLServer2012SP2Standard.0.2.6-preview Microsoft Microsoft.SQLServer2012SP2Standard.0.2.7-preview Microsoft Microsoft.SQLServer2012SP2Standard.0.2.8-preview Microsoft Microsoft.SQLServer2012SP2Standard.0.2.9-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.0-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.10-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.1-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.2-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.3-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.4-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.5-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.6-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.7-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.8-preview Microsoft Microsoft.SQLServer2012SP2Web.0.2.9-preview Microsoft Microsoft.SQLServer2014DataWarehousing.0.2.0-preview Microsoft Microsoft.SQLServer2014DataWarehousing.0.2.1-preview Microsoft Microsoft.SQLServer2014DataWarehousing.0.2.2-preview Microsoft Microsoft.SQLServer2014DataWarehousing.0.2.3-preview Microsoft Microsoft.SQLServer2014DataWarehousing.0.2.4-preview Microsoft Microsoft.SQLServer2014DataWarehousing.0.2.5-preview Microsoft Microsoft.SQLServer2014DataWarehousing.0.2.6-preview Microsoft Microsoft.SQLServer2014DataWarehousing.0.2.7-preview Microsoft Microsoft.SQLServer2014Enterprise.0.2.0-preview Microsoft Microsoft.SQLServer2014Enterprise.0.2.1-preview Microsoft Microsoft.SQLServer2014Enterprise.0.2.2-preview Microsoft Microsoft.SQLServer2014Enterprise.0.2.3-preview Microsoft Microsoft.SQLServer2014Enterprise.0.2.4-preview Microsoft Microsoft.SQLServer2014Enterprise.0.2.5-preview Microsoft Microsoft.SQLServer2014Enterprise.0.2.6-preview Microsoft Microsoft.SQLServer2014Enterprise.0.2.7-preview Microsoft Microsoft.SQLServer2014forTransactionalWorkloads.0.2.0-p... Microsoft Microsoft.SQLServer2014forTransactionalWorkloads.0.2.1-p... Microsoft Microsoft.SQLServer2014forTransactionalWorkloads.0.2.2-p... Microsoft Microsoft.SQLServer2014forTransactionalWorkloads.0.2.3-p... Microsoft Microsoft.SQLServer2014forTransactionalWorkloads.0.2.4-p... Microsoft Microsoft.SQLServer2014Standard.0.2.0-preview Microsoft Microsoft.SQLServer2014Standard.0.2.1-preview Microsoft Microsoft.SQLServer2014Standard.0.2.2-preview Microsoft Microsoft.SQLServer2014Standard.0.2.3-preview Microsoft Microsoft.SQLServer2014Standard.0.2.4-preview Microsoft Microsoft.SQLServer2014Standard.0.2.5-preview Microsoft Microsoft.SQLServer2014Standard.0.2.6-preview Microsoft Microsoft.SQLServer2014Standard.0.2.7-preview Microsoft Microsoft.SQLServer2014Web.0.2.0-preview Microsoft Microsoft.SQLServer2014Web.0.2.1-preview Microsoft Microsoft.SQLServer2014Web.0.2.2-preview Microsoft Microsoft.SQLServer2014Web.0.2.3-preview Microsoft Microsoft.SQLServer2014Web.0.2.4-preview Microsoft Microsoft.SQLServer2014Web.0.2.5-preview Microsoft Microsoft.SQLServer2014Web.0.2.6-preview Microsoft Microsoft.SQLServer2014Web.0.2.7-preview Microsoft Microsoft.TeamFoundationServer2013.0.2.0-preview Microsoft Microsoft.TeamFoundationServer2013.0.2.1-preview Microsoft Microsoft.TeamFoundationServer2013.0.2.2-preview Microsoft Microsoft.TeamFoundationServer2013.0.2.3-preview Microsoft Microsoft.TeamProject.0.2.0-preview Microsoft Microsoft.TeamProject.0.2.1-preview Microsoft Microsoft.TeamProject.0.2.2-preview Microsoft Microsoft.VirtualNetwork.1.0.0 Microsoft Microsoft.VirtualNetwork.1.0.1 Microsoft Microsoft.VirtualNetwork.1.0.2 Microsoft Microsoft.VisualStudioCommunity2013.0.2.0-preview Microsoft Microsoft.VisualStudioCommunity2013.0.2.1-preview Microsoft Microsoft.VisualStudioCommunity2013.0.2.2-preview Microsoft Microsoft.VisualStudioCommunity2013.0.2.3-preview Microsoft Microsoft.VisualStudioPremium2013.0.2.0-preview Microsoft Microsoft.VisualStudioPremium2013.0.2.1-preview Microsoft Microsoft.VisualStudioPremium2013.0.2.2-preview Microsoft Microsoft.VisualStudioPremium2013.0.2.3-preview Microsoft Microsoft.VisualStudioPremium2013.0.2.4-preview Microsoft Microsoft.VisualStudioPremium2013.0.2.5-preview Microsoft Microsoft.VisualStudioPremium2013.0.2.6-preview Microsoft Microsoft.VisualStudioPremium2013.0.2.7-preview Microsoft Microsoft.VisualStudioPremium2013.0.2.8-preview Microsoft Microsoft.VisualStudioPremium2013.0.2.9-preview Microsoft Microsoft.VisualStudioPremium2013MDAWin81EntNx64.0.2.0-p... Microsoft Microsoft.VisualStudioPremium2013MDAWin81EntNx64.0.2.1-p... Microsoft Microsoft.VisualStudioPremium2013MDAWin81EntNx64.0.2.2-p... Microsoft Microsoft.VisualStudioPremium2013MDAWin81EntNx64.0.2.3-p... Microsoft Microsoft.VisualStudioPremium2013MDAWin81EntNx64.0.2.4-p... Microsoft Microsoft.VisualStudioPremium2013MDAWin81EntNx64.0.2.5-p... Microsoft Microsoft.VisualStudioPremium2013MDAWin81EntNx64.0.2.6-p... Microsoft Microsoft.VisualStudioPremium2013MDAWin81EntNx64.0.2.7-p... Microsoft Microsoft.VisualStudioPremium2013MDAWin81EntNx64.0.2.8-p... Microsoft Microsoft.VisualStudioPremium2013MDAWin81EntNx64.0.2.9-p... Microsoft Microsoft.VisualStudioPremium2013MDAWin81Entx64.0.2.0-pr... Microsoft Microsoft.VisualStudioPremium2013MDAWin81Entx64.0.2.1-pr... Microsoft Microsoft.VisualStudioPremium2013MDAWin81Entx64.0.2.2-pr... Microsoft Microsoft.VisualStudioPremium2013MDAWin81Entx64.0.2.3-pr... Microsoft Microsoft.VisualStudioPremium2013MDAWin81Entx64.0.2.4-pr... Microsoft Microsoft.VisualStudioPremium2013MDAWin81Entx64.0.2.5-pr... Microsoft Microsoft.VisualStudioPremium2013MDAWin81Entx64.0.2.6-pr... Microsoft Microsoft.VisualStudioPremium2013MDAWin81Entx64.0.2.7-pr... Microsoft Microsoft.VisualStudioPremium2013MDAWin81Entx64.0.2.8-pr... Microsoft Microsoft.VisualStudioPremium2013MDAWin81Entx64.0.2.9-pr... Microsoft Microsoft.VisualStudioPremium2013Win81EntNx64.0.2.0-preview Microsoft Microsoft.VisualStudioPremium2013Win81EntNx64.0.2.1-preview Microsoft Microsoft.VisualStudioPremium2013Win81EntNx64.0.2.2-preview Microsoft Microsoft.VisualStudioPremium2013Win81EntNx64.0.2.3-preview Microsoft Microsoft.VisualStudioPremium2013Win81EntNx64.0.2.4-preview Microsoft Microsoft.VisualStudioPremium2013Win81EntNx64.0.2.5-preview Microsoft Microsoft.VisualStudioPremium2013Win81EntNx64.0.2.6-preview Microsoft Microsoft.VisualStudioPremium2013Win81EntNx64.0.2.7-preview Microsoft Microsoft.VisualStudioPremium2013Win81EntNx64.0.2.8-preview Microsoft Microsoft.VisualStudioPremium2013Win81Entx64.0.2.0-preview Microsoft Microsoft.VisualStudioPremium2013Win81Entx64.0.2.1-preview Microsoft Microsoft.VisualStudioPremium2013Win81Entx64.0.2.2-preview Microsoft Microsoft.VisualStudioPremium2013Win81Entx64.0.2.3-preview Microsoft Microsoft.VisualStudioPremium2013Win81Entx64.0.2.4-preview Microsoft Microsoft.VisualStudioPremium2013Win81Entx64.0.2.5-preview Microsoft Microsoft.VisualStudioPremium2013Win81Entx64.0.2.6-preview Microsoft Microsoft.VisualStudioPremium2013Win81Entx64.0.2.7-preview Microsoft Microsoft.VisualStudioPremium2013Win81Entx64.0.2.8-preview Microsoft Microsoft.VisualStudioProfessional14CTP.0.2.0-preview Microsoft Microsoft.VisualStudioProfessional14CTP.0.2.1-preview Microsoft Microsoft.VisualStudioProfessional14CTP.0.2.2-preview Microsoft Microsoft.VisualStudioProfessional14CTP.0.2.3-preview Microsoft Microsoft.VisualStudioProfessional14CTP.0.2.4-preview Microsoft Microsoft.VisualStudioProfessional14CTP.0.2.5-preview Microsoft Microsoft.VisualStudioProfessional14CTP.0.2.6-preview Microsoft Microsoft.VisualStudioProfessional2013.0.2.0-preview Microsoft Microsoft.VisualStudioProfessional2013.0.2.1-preview Microsoft Microsoft.VisualStudioProfessional2013.0.2.2-preview Microsoft Microsoft.VisualStudioProfessional2013.0.2.3-preview Microsoft Microsoft.VisualStudioProfessional2013.0.2.4-preview Microsoft Microsoft.VisualStudioProfessional2013.0.2.5-preview Microsoft Microsoft.VisualStudioProfessional2013.0.2.6-preview Microsoft Microsoft.VisualStudioProfessional2013.0.2.7-preview Microsoft Microsoft.VisualStudioProfessional2013.0.2.8-preview Microsoft Microsoft.VisualStudioProfessional2013.0.2.9-preview Microsoft Microsoft.VisualStudioReleaseManagement.1.0.2 Microsoft Microsoft.VisualStudioUltimate2013.0.2.0-preview Microsoft Microsoft.VisualStudioUltimate2013.0.2.1-preview Microsoft Microsoft.VisualStudioUltimate2013.0.2.2-preview Microsoft Microsoft.VisualStudioUltimate2013.0.2.3-preview Microsoft Microsoft.VisualStudioUltimate2013.0.2.4-preview Microsoft Microsoft.VisualStudioUltimate2013.0.2.5-preview Microsoft Microsoft.VisualStudioUltimate2013.0.2.6-preview Microsoft Microsoft.VisualStudioUltimate2013.0.2.7-preview Microsoft Microsoft.VisualStudioUltimate2013.0.2.8-preview Microsoft Microsoft.VisualStudioUltimate2013.0.2.9-preview Microsoft Microsoft.VisualStudioUltimate2013MDAWin81EntNx64.0.2.0-... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81EntNx64.0.2.1-... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81EntNx64.0.2.2-... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81EntNx64.0.2.3-... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81EntNx64.0.2.4-... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81EntNx64.0.2.5-... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81EntNx64.0.2.6-... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81EntNx64.0.2.7-... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81EntNx64.0.2.8-... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81EntNx64.0.2.9-... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81Entx64.0.2.0-p... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81Entx64.0.2.1-p... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81Entx64.0.2.2-p... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81Entx64.0.2.3-p... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81Entx64.0.2.4-p... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81Entx64.0.2.5-p... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81Entx64.0.2.6-p... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81Entx64.0.2.7-p... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81Entx64.0.2.8-p... Microsoft Microsoft.VisualStudioUltimate2013MDAWin81Entx64.0.2.9-p... Microsoft Microsoft.VisualStudioUltimate2013Win81EntNx64.0.2.0-pre... Microsoft Microsoft.VisualStudioUltimate2013Win81EntNx64.0.2.1-pre... Microsoft Microsoft.VisualStudioUltimate2013Win81EntNx64.0.2.2-pre... Microsoft Microsoft.VisualStudioUltimate2013Win81EntNx64.0.2.3-pre... Microsoft Microsoft.VisualStudioUltimate2013Win81EntNx64.0.2.4-pre... Microsoft Microsoft.VisualStudioUltimate2013Win81EntNx64.0.2.5-pre... Microsoft Microsoft.VisualStudioUltimate2013Win81EntNx64.0.2.6-pre... Microsoft Microsoft.VisualStudioUltimate2013Win81EntNx64.0.2.7-pre... Microsoft Microsoft.VisualStudioUltimate2013Win81EntNx64.0.2.8-pre... Microsoft Microsoft.VisualStudioUltimate2013Win81EntNx64.0.2.9-pre... Microsoft Microsoft.VisualStudioUltimate2013Win81Entx64.0.2.0-preview Microsoft Microsoft.VisualStudioUltimate2013Win81Entx64.0.2.1-preview Microsoft Microsoft.VisualStudioUltimate2013Win81Entx64.0.2.2-preview Microsoft Microsoft.VisualStudioUltimate2013Win81Entx64.0.2.3-preview Microsoft Microsoft.VisualStudioUltimate2013Win81Entx64.0.2.4-preview Microsoft Microsoft.VisualStudioUltimate2013Win81Entx64.0.2.5-preview Microsoft Microsoft.VisualStudioUltimate2013Win81Entx64.0.2.6-preview Microsoft Microsoft.VisualStudioUltimate2013Win81Entx64.0.2.7-preview Microsoft Microsoft.VisualStudioUltimate2013Win81Entx64.0.2.8-preview Microsoft Microsoft.VisualStudioUltimate2013Win81Entx64.0.2.9-preview Microsoft Microsoft.VisualStudioUltimate2015Preview.0.2.0-preview Microsoft Microsoft.VisualStudioUltimate2015Preview.0.2.1-preview Microsoft Microsoft.VisualStudioUltimate2015Preview.0.2.2-preview Microsoft Microsoft.VisualStudioUltimate2015Preview.0.2.3-preview Microsoft Microsoft.WebSite.0.1.0-preview1 Microsoft Microsoft.WebSite.0.2.0-preview Microsoft Microsoft.WebSite.0.2.1-preview Microsoft Microsoft.WebSite.0.2.2-preview Microsoft Microsoft.WebSiteDeploy.0.2.5-preview Microsoft Microsoft.WebSiteDeploySQL.0.2.5-preview Microsoft Microsoft.WebSiteDeploySQLRedis.0.2.5-preview Microsoft Microsoft.WebSiteMySQLDatabase.0.2.0-preview Microsoft Microsoft.WebSiteMySQLDatabase.0.2.1-preview Microsoft Microsoft.WebSiteMySQLDatabase.0.2.2-preview Microsoft Microsoft.WebSiteSQLDatabase.0.2.0-preview Microsoft Microsoft.WebSiteSQLDatabase.0.2.1-preview Microsoft Microsoft.WebSiteSQLDatabase.0.2.2-preview Microsoft Microsoft.Windows10TechnicalPreviewforEnterprisex64.0.2.... Microsoft Microsoft.Windows10TechnicalPreviewforEnterprisex64.0.2.... Microsoft Microsoft.Windows10TechnicalPreviewforEnterprisex64.0.2.... Microsoft Microsoft.Windows10TechnicalPreviewforEnterprisex64.0.2.... Microsoft Microsoft.Windows10TechnicalPreviewforEnterprisex64.0.2.... Microsoft Microsoft.Windows7EnterpriseNSP1x64.0.2.0-preview Microsoft Microsoft.Windows7EnterpriseNSP1x64.0.2.1-preview Microsoft Microsoft.Windows7EnterpriseNSP1x64.0.2.2-preview Microsoft Microsoft.Windows7EnterpriseNSP1x64.0.2.3-preview Microsoft Microsoft.Windows7EnterpriseNSP1x64.0.2.4-preview Microsoft Microsoft.Windows7EnterpriseNSP1x64.0.2.5-preview Microsoft Microsoft.Windows7EnterpriseNSP1x64.0.2.6-preview Microsoft Microsoft.Windows7EnterpriseNSP1x64.0.2.7-preview Microsoft Microsoft.Windows7EnterpriseNSP1x64.0.2.8-preview Microsoft Microsoft.Windows7EnterpriseSP1x64.0.2.0-preview Microsoft Microsoft.Windows7EnterpriseSP1x64.0.2.1-preview Microsoft Microsoft.Windows7EnterpriseSP1x64.0.2.2-preview Microsoft Microsoft.Windows7EnterpriseSP1x64.0.2.3-preview Microsoft Microsoft.Windows7EnterpriseSP1x64.0.2.4-preview Microsoft Microsoft.Windows7EnterpriseSP1x64.0.2.5-preview Microsoft Microsoft.Windows7EnterpriseSP1x64.0.2.6-preview Microsoft Microsoft.Windows7EnterpriseSP1x64.0.2.7-preview Microsoft Microsoft.Windows7EnterpriseSP1x64.0.2.8-preview Microsoft Microsoft.Windows81EnterpriseNx64.0.2.0-preview Microsoft Microsoft.Windows81EnterpriseNx64.0.2.1-preview Microsoft Microsoft.Windows81EnterpriseNx64.0.2.2-preview Microsoft Microsoft.Windows81EnterpriseNx64.0.2.3-preview Microsoft Microsoft.Windows81EnterpriseNx64.0.2.4-preview Microsoft Microsoft.Windows81EnterpriseNx64.0.2.5-preview Microsoft Microsoft.Windows81EnterpriseNx64.0.2.6-preview Microsoft Microsoft.Windows81EnterpriseNx64.0.2.7-preview Microsoft Microsoft.Windows81EnterpriseNx64.0.2.8-preview Microsoft Microsoft.Windows81Enterprisex64.0.2.0-preview Microsoft Microsoft.Windows81Enterprisex64.0.2.1-preview Microsoft Microsoft.Windows81Enterprisex64.0.2.2-preview Microsoft Microsoft.Windows81Enterprisex64.0.2.3-preview Microsoft Microsoft.Windows81Enterprisex64.0.2.4-preview Microsoft Microsoft.Windows81Enterprisex64.0.2.5-preview Microsoft Microsoft.Windows81Enterprisex64.0.2.6-preview Microsoft Microsoft.Windows81Enterprisex64.0.2.7-preview Microsoft Microsoft.Windows81Enterprisex64.0.2.8-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.0-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.10-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.1-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.2-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.3-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.4-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.5-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.6-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.7-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.8-preview Microsoft Microsoft.WindowsServer2008R2SP1.0.2.9-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.0-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.10-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.1-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.2-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.3-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.4-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.5-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.6-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.7-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.8-preview Microsoft Microsoft.WindowsServer2012Datacenter.0.2.9-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.0-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.10-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.1-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.2-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.3-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.4-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.5-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.6-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.7-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.8-preview Microsoft Microsoft.WindowsServer2012R2Datacenter.0.2.9-preview Microsoft Microsoft.WindowsServerEssentialsExperience.0.2.0-preview Microsoft Microsoft.WindowsServerEssentialsExperience.0.2.1-preview Microsoft Microsoft.WindowsServerEssentialsExperience.0.2.2-preview Microsoft Microsoft.WindowsServerEssentialsExperience.0.2.3-preview Microsoft Microsoft.WindowsServerEssentialsExperience.0.2.4-preview Microsoft Microsoft.WindowsServerEssentialsExperience.0.2.5-preview Microsoft Microsoft.WindowsServerTechnicalPreview.0.2.0-preview Microsoft Microsoft.WindowsServerTechnicalPreview.0.2.1-preview Microsoft Microsoft.WindowsServerTechnicalPreview.0.2.2-preview Microsoft Microsoft.WindowsServerTechnicalPreview.0.2.3-preview Microsoft Microsoft.WindowsServerTechnicalPreview.0.2.4-preview Microsoft Microsoft.WindowsServerTechnicalPreview.0.2.5-preview MindrouteIncentive MindrouteIncentive.Incentive.0.1.0-preview MindrouteIncentive MindrouteIncentive.Incentive.0.2.0-preview MindrouteIncentive MindrouteIncentive.Incentive.0.3.0-preview MindrouteIncentive MindrouteIncentive.Incentive.0.3.1-preview MindrouteIncentive MindrouteIncentive.Incentive.0.3.2-preview MindrouteIncentive MindrouteIncentive.Incentive.0.4.0-preview MindrouteIncentive MindrouteIncentive.Incentive.0.4.1-preview MindrouteIncentive MindrouteIncentive.Incentive.0.4.2-preview MindrouteIncentive MindrouteIncentive.Incentive.0.4.3-preview MonoSoftware MonoSoftware.MonoX.0.1.0-preview MonoSoftware MonoSoftware.MonoX.0.2.0-preview MonoSoftware MonoSoftware.MonoX.0.2.1-preview MonoSoftware MonoSoftware.MonoX.0.2.2-preview MonoSoftware MonoSoftware.MonoX.0.2.3-preview MonoSoftware MonoSoftware.MonoX.0.2.4-preview MSOpenTech MSOpenTech.Docker.1.0.5 msopentech msopentech.ibm-db2-10-5db2-10-5-0-4-aws.1.27.89 MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.0-preview MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.10-preview MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.1-preview MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.2-preview MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.3-preview MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.4-preview MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.5-preview MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.6-preview MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.7-preview MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.8-preview MSOpenTech MSOpenTech.JDK6onWindowsServer2012.0.2.9-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.0-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.10-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.1-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.2-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.3-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.4-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.5-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.6-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.7-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.8-preview MSOpenTech MSOpenTech.JDK7onWindowsServer2012.0.2.9-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.0-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.10-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.1-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.2-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.3-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.4-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.5-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.6-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.7-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.8-preview MSOpenTech MSOpenTech.JDK8onWindowsServer2012R2.0.2.9-preview msopentech msopentech.mq-v8-0mq-v8-0-0-1.1.27.153 MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gEE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gEE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gEE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gEE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gEE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gEE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gEE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gSE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gSE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gSE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gSE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gSE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gSE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2andWebLogicServer11gSE.0.2... MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.0-preview MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.10-preview MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.1-preview MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.2-preview MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.3-preview MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.4-preview MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.5-preview MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.6-preview MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.7-preview MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.8-preview MSOpenTech MSOpenTech.OracleDatabase11gR2Enterprise.0.2.9-preview MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.0-preview MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.10-pre... MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.1-preview MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.2-preview MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.3-preview MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.4-preview MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.5-preview MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.6-preview MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.7-preview MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.8-preview MSOpenTech MSOpenTech.OracleDatabase11gR2StandardEdition.0.2.9-preview MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cEE.0.2.0... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cEE.0.2.1... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cEE.0.2.2... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cEE.0.2.3... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cEE.0.2.4... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cEE.0.2.5... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cEE.0.2.6... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cSE.0.2.0... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cSE.0.2.1... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cSE.0.2.2... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cSE.0.2.3... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cSE.0.2.4... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cSE.0.2.5... MSOpenTech MSOpenTech.OracleDatabase12candWebLogicServer12cSE.0.2.6... MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.0-preview MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.10-pre... MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.1-preview MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.2-preview MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.3-preview MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.4-preview MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.5-preview MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.6-preview MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.7-preview MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.8-preview MSOpenTech MSOpenTech.OracleDatabase12cEnterpriseEdition.0.2.9-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.0-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.10-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.1-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.2-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.3-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.4-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.5-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.6-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.7-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.8-preview MSOpenTech MSOpenTech.OracleDatabase12cStandardEdition.0.2.9-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.0-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.10-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.1-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.2-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.3-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.4-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.5-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.6-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.7-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.8-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gEnterprise.0.2.9-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.0-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.10-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.1-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.2-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.3-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.4-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.5-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.6-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.7-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.8-preview MSOpenTech MSOpenTech.OracleWebLogicServer11gStandard.0.2.9-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.0-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.10-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.1-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.2-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.3-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.4-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.5-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.6-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.7-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.8-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cEnterprise.0.2.9-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.0-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.10-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.1-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.2-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.3-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.4-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.5-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.6-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.7-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.8-preview MSOpenTech MSOpenTech.OracleWebLogicServer12cStandard.0.2.9-preview msopentech msopentech.was-8-5was-8-5-5-3.1.27.84 MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.0-preview MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.10-preview MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.1-preview MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.2-preview MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.3-preview MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.4-preview MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.5-preview MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.6-preview MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.7-preview MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.8-preview MSOpenTech MSOpenTech.Zulu170550714WinGA.0.2.9-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.0-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.10-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.1-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.2-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.3-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.4-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.5-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.6-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.7-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.8-preview MSOpenTech MSOpenTech.Zulu180050714WinGA.0.2.9-preview MSOpentechnologies MSOpentechnologies.ApacheTomcat7.0.2.0-preview MSOpentechnologies MSOpentechnologies.ApacheTomcat7.0.2.1-preview MSOpentechnologies MSOpentechnologies.ApacheTomcat7.0.2.2-preview MSOpentechnologies MSOpentechnologies.ApacheTomcat7.0.3.0-preview MSOpentechnologies MSOpentechnologies.ApacheTomcat7.0.3.1-preview MSOpentechnologies MSOpentechnologies.ApacheTomcat7.0.3.2-preview MSOpentechnologies MSOpentechnologies.Jetty.0.2.0-preview MSOpentechnologies MSOpentechnologies.Jetty.0.2.1-preview MSOpentechnologies MSOpentechnologies.Jetty.0.2.2-preview MSOpentechnologies MSOpentechnologies.Jetty.0.3.0-preview MSOpentechnologies MSOpentechnologies.Jetty.0.3.1-preview Naben Naben.Minecraftoutaboxserver.0.2.0-preview Naben Naben.Minecraftoutaboxserver.0.2.1-preview Nabiki Nabiki.CentOS7Minimal.0.2.0-preview Nabiki Nabiki.CentOS7Minimal.0.2.1-preview Nagios Nagios.NagiosXI.0.2.0-preview Nagios Nagios.NagiosXI.0.2.1-preview NataliaVidal NataliaVidal.NataliaVidal.0.2.0-preview NataliaVidal NataliaVidal.NataliaVidal.0.2.1-preview NayanAmbali NayanAmbali.MifosXPlatformandCommunityAppV116.0.2.0-preview NayanAmbali NayanAmbali.MifosXPlatformandCommunityAppV116.0.2.1-preview NeoTechnology NeoTechnology.Neo4jCommunity201onUbuntu1204LTS.0.2.0-pre... NeoTechnology NeoTechnology.Neo4jCommunity201onUbuntu1204LTS.0.2.1-pre... NervepointTechnologies NervepointTechnologies.NervepontAccessManager.0.2.0-preview NervepointTechnologies NervepointTechnologies.NervepontAccessManager.0.2.1-preview NewMediaGroupInc NewMediaGroupInc.razorCnet.0.1.0-preview NewMediaGroupInc NewMediaGroupInc.razorCnet.0.2.0-preview NewMediaGroupInc NewMediaGroupInc.razorCnet.0.2.1-preview NewMediaGroupInc NewMediaGroupInc.razorCnet.0.2.2-preview NewMediaGroupInc NewMediaGroupInc.razorCnet.0.2.3-preview NewMediaGroupInc NewMediaGroupInc.razorCnet.0.2.4-preview NewRelic NewRelic.NewRelicAccount.0.4.1 nginxinc nginxinc.nginx-plus-v1nginx-plus.1.27.80 nopCommerce nopCommerce.nopCommerce.0.1.0-preview nopCommerce nopCommerce.nopCommerce.0.2.0-preview nopCommerce nopCommerce.nopCommerce.0.2.1-preview nopCommerce nopCommerce.nopCommerce.0.2.2-preview nopCommerce nopCommerce.nopCommerce.0.2.3-preview nopCommerce nopCommerce.nopCommerce.0.2.4-preview Nuams Nuams.NuDataDKANMySQL.0.1.0-preview Nuams Nuams.NuDataDKANMySQL.0.2.0-preview Nuams Nuams.NuDataDKANMySQL.0.2.1-preview Nuams Nuams.NuDataDKANMySQL.0.2.2-preview Nuams Nuams.NuDataDKANMySQL.0.2.3-preview Nuams Nuams.NuDataDKANMySQL.0.2.4-preview Nuams Nuams.NuDataDKANMySQL.0.2.5-preview Nuams Nuams.NuDataDKANSQL.0.1.0-preview Nuams Nuams.NuDataDKANSQL.0.2.0-preview Nuams Nuams.NuDataDKANSQL.0.2.1-preview Nuams Nuams.NuDataDKANSQL.0.2.2-preview Nuams Nuams.NuDataDKANSQL.0.2.3-preview Nuams Nuams.NuDataDKANSQL.0.2.4-preview Nuams Nuams.NuDataDKANSQL.0.2.5-preview OctopusDeploy OctopusDeploy.OctopusDeployTentacleAgent.1.0.4 OKFNServices OKFNServices.CKAN21DB.0.2.0-preview OKFNServices OKFNServices.CKAN21DB.0.2.1-preview OKFNServices OKFNServices.CKAN21Web.0.2.0-preview OKFNServices OKFNServices.CKAN21Web.0.2.1-preview OpenLogic OpenLogic.OpenLogic.0.2.0-preview OpenLogic OpenLogic.OpenLogic.0.2.10-preview OpenLogic OpenLogic.OpenLogic.0.2.1-preview OpenLogic OpenLogic.OpenLogic.0.2.2-preview OpenLogic OpenLogic.OpenLogic.0.2.3-preview OpenLogic OpenLogic.OpenLogic.0.2.4-preview OpenLogic OpenLogic.OpenLogic.0.2.5-preview OpenLogic OpenLogic.OpenLogic.0.2.6-preview OpenLogic OpenLogic.OpenLogic.0.2.7-preview OpenLogic OpenLogic.OpenLogic.0.2.8-preview OpenLogic OpenLogic.OpenLogic.0.2.9-preview Oracle Oracle.OracleDatabase12cEnterprise.0.2.0-preview Oracle Oracle.OracleDatabase12cEnterprise.0.2.1-preview Oracle Oracle.OracleDatabase12cEnterprise.0.2.2-preview Oracle Oracle.OracleDatabase12cEnterprise.0.2.3-preview Oracle Oracle.OracleDatabase12cEnterprise.0.2.4-preview Oracle Oracle.OracleDatabase12cEnterprise.0.2.5-preview Oracle Oracle.OracleDatabase12cEnterprise.0.2.6-preview Oracle Oracle.OracleDatabase12cStandard.0.2.0-preview Oracle Oracle.OracleDatabase12cStandard.0.2.1-preview Oracle Oracle.OracleDatabase12cStandard.0.2.2-preview Oracle Oracle.OracleDatabase12cStandard.0.2.3-preview Oracle Oracle.OracleDatabase12cStandard.0.2.4-preview Oracle Oracle.OracleDatabase12cStandard.0.2.5-preview Oracle Oracle.OracleDatabase12cStandard.0.2.6-preview Oracle Oracle.OracleLinux6.0.2.0-preview Oracle Oracle.OracleLinux6.0.2.1-preview Oracle Oracle.OracleLinux6.0.2.2-preview Oracle Oracle.OracleLinux6.0.2.3-preview Oracle Oracle.OracleLinux6.0.2.4-preview Oracle Oracle.OracleLinux6.0.2.5-preview Oracle Oracle.OracleLinux6.0.2.6-preview Oracle Oracle.OracleWebLogicServer12cEnterprise.0.2.0-preview Oracle Oracle.OracleWebLogicServer12cEnterprise.0.2.1-preview Oracle Oracle.OracleWebLogicServer12cEnterprise.0.2.2-preview Oracle Oracle.OracleWebLogicServer12cEnterprise.0.2.3-preview Oracle Oracle.OracleWebLogicServer12cEnterprise.0.2.4-preview OutercurveFoundation OutercurveFoundation.OrchardCMS.0.1.0-preview OutercurveFoundation OutercurveFoundation.OrchardCMS.0.2.0-preview OutercurveFoundation OutercurveFoundation.OrchardCMS.0.3.0-preview OutercurveFoundation OutercurveFoundation.OrchardCMS.0.3.1-preview OutercurveFoundation OutercurveFoundation.OrchardCMS.0.3.2-preview OutercurveFoundation OutercurveFoundation.OrchardCMS.0.3.3-preview OutercurveFoundation OutercurveFoundation.OrchardCMS.0.3.4-preview OzeanSoftInc OzeanSoftInc.CassandraByOzeanSoft.0.2.0-preview OzeanSoftInc OzeanSoftInc.CassandraByOzeanSoft.0.2.1-preview pablomouresousa pablomouresousa.WordGento.0.2.0-preview pablomouresousa pablomouresousa.WordGento.0.2.1-preview papemk2 papemk2.LOD2013SPARQL.0.2.0-preview papemk2 papemk2.LOD2013SPARQL.0.2.1-preview PatrickWilson PatrickWilson.DrupalOdata.0.2.0-preview PatrickWilson PatrickWilson.DrupalOdata.0.2.1-preview phpBB phpBB.phpBBMySQL.0.1.0-preview phpBB phpBB.phpBBMySQL.0.2.0-preview phpBB phpBB.phpBBMySQL.0.2.1-preview phpBB phpBB.phpBBMySQL.0.2.2-preview phpBB phpBB.phpBBMySQL.0.2.3-preview phpBB phpBB.phpBBMySQL.0.2.4-preview phpBB phpBB.phpBBSQL.0.1.0-preview phpBB phpBB.phpBBSQL.0.2.0-preview phpBB phpBB.phpBBSQL.0.2.1-preview phpBB phpBB.phpBBSQL.0.2.2-preview phpBB phpBB.phpBBSQL.0.2.3-preview phpBB phpBB.phpBBSQL.0.2.4-preview ptv_group ptv_group.ptv_xserverwin_northamerica_one_eighteen.1.27.939 ptv_group ptv_group.ptv_xserverwin_southamerica_one_eighteen.1.27.939 PTVS PTVS.Bottle.0.1.0-preview PTVS PTVS.Bottle.0.2.0-preview PTVS PTVS.Bottle.0.2.1-preview PTVS PTVS.Bottle.0.2.2-preview PTVS PTVS.Bottle.0.2.3-preview PTVS PTVS.Bottle.0.2.4-preview PTVS PTVS.Django.0.1.0-preview PTVS PTVS.Django.0.2.0-preview PTVS PTVS.Django.0.2.1-preview PTVS PTVS.Django.0.2.2-preview PTVS PTVS.Django.0.2.3-preview PTVS PTVS.Django.0.2.4-preview PTVS PTVS.Flask.0.1.0-preview PTVS PTVS.Flask.0.2.0-preview PTVS PTVS.Flask.0.2.1-preview PTVS PTVS.Flask.0.2.2-preview PTVS PTVS.Flask.0.2.3-preview PTVS PTVS.Flask.0.2.4-preview PTVS PTVS.Flask.0.2.5-preview PuppetLabs PuppetLabs.PuppetEnterprise32.0.2.0-preview PuppetLabs PuppetLabs.PuppetEnterprise32.0.2.1-preview PuppetLabs PuppetLabs.PuppetEnterprise32.0.2.2-preview PuppetLabs PuppetLabs.PuppetEnterprise32.0.2.3-preview PuppetLabs PuppetLabs.PuppetEnterprise32.0.2.4-preview PuppetLabs PuppetLabs.PuppetEnterprise32.0.2.5-preview PuppetLabs PuppetLabs.PuppetEnterprise32.0.2.6-preview PuppetLabs PuppetLabs.PuppetEnterprise32.0.2.7-preview PuppetLabs PuppetLabs.PuppetEnterprise32.0.2.8-preview PuppetLabs PuppetLabs.PuppetEnterprise32.0.2.9-preview PuppetLabs PuppetLabs.PuppetEnterpriseAgent.3.0.0 PuppetLabs PuppetLabs.PuppetEnterpriseAgent.3.0.11 remotelearner remotelearner.fully-supported-moodleversion27.1.27.107 remotelearner remotelearner.fully-supported-moodleversion27.1.29.131 RickGittins RickGittins.AutoStart.0.2.0-preview RickGittins RickGittins.AutoStart.0.2.1-preview RickGittins RickGittins.NoStart.0.2.0-preview RickGittins RickGittins.NoStart.0.2.1-preview riverbed riverbed.steelapp_traffic_managerstm_dev_64_byol.1.27.252 RiverbedTechnology RiverbedTechnology.RiverbedSteelHeadCX86.0.2.0-preview RiverbedTechnology RiverbedTechnology.RiverbedSteelHeadCX86.0.2.1-preview RiverbedTechnology RiverbedTechnology.RiverbedSteelHeadCX86.0.2.2-preview RiverbedTechnology RiverbedTechnology.RiverbedSteelHeadCX86.0.2.3-preview RiverbedTechnology RiverbedTechnology.RiverbedSteelHeadCX86.0.2.4-preview RiverbedTechnology RiverbedTechnology.RiverbedSteelHeadCX86.0.2.5-preview RiverbedTechnology RiverbedTechnology.RiverbedSteelHeadCX86.0.2.6-preview RiverbedTechnology RiverbedTechnology.RiverbedSteelHeadCX86.0.2.7-preview RiverbedTechnology RiverbedTechnology.RiverbedSteelHeadCX86.0.2.8-preview RiverbedTechnology RiverbedTechnology.RiverbedSteelHeadCX86.0.2.9-preview RiverbedTechnologySteelAppTrafficManager RiverbedTechnologySteelAppTrafficManager.RiverbedSteelAp... RiverbedTechnologySteelAppTrafficManager RiverbedTechnologySteelAppTrafficManager.RiverbedSteelAp... Roberto Roberto.Guacamole082onCentOS62.0.2.0-preview Roberto Roberto.Guacamole082onCentOS62.0.2.1-preview SageFrame SageFrame.SageFrame.0.1.0-preview SageFrame SageFrame.SageFrame.0.1.1-preview scalearc scalearc.scalearc_sql_serverbyol.1.27.89 ScaleArc ScaleArc.ScaleArcEnterpriseforMySQL.0.2.0-preview ScaleArc ScaleArc.ScaleArcEnterpriseforMySQL.0.2.1-preview ScaleArc ScaleArc.ScaleArcEnterpriseforSQLServer.0.2.0-preview ScaleArc ScaleArc.ScaleArcEnterpriseforSQLServer.0.2.1-preview ScaleArc ScaleArc.ScaleArcforMSSQL.0.2.0-preview ScaleArc ScaleArc.ScaleArcforMSSQL.0.2.1-preview seagate seagate.backup014-141-001.1.27.141 seagate seagate.backup014-141-001.1.30.141 seagate seagate.backup014-141-001.1.30.162 sharefile sharefile.sharefile-storagezones-controllersharefile-sto... SoftaculousWebuzo SoftaculousWebuzo.Webuzo225Ubuntu1204LTS.0.2.0-preview SoftaculousWebuzo SoftaculousWebuzo.Webuzo225Ubuntu1204LTS.0.2.1-preview SoftaculousWebuzo SoftaculousWebuzo.WebuzoJoomla25StackCentOS.0.2.0-preview SoftaculousWebuzo SoftaculousWebuzo.WebuzoJoomla25StackCentOS.0.2.1-preview SoftaculousWebuzo SoftaculousWebuzo.WebuzoOpenCartStackCentOS.0.2.0-preview SoftaculousWebuzo SoftaculousWebuzo.WebuzoOpenCartStackCentOS.0.2.1-preview SoftaculousWebuzo SoftaculousWebuzo.WebuzoWordpressStackCentOS.0.2.0-preview SoftaculousWebuzo SoftaculousWebuzo.WebuzoWordpressStackCentOS.0.2.1-preview softnas softnas.softnas-cloudexpress_subscription.1.27.423 softnas softnas.softnas-cloudexpress_subscription.1.30.463 softnas softnas.softnas-cloudstandard_byol.1.27.423 softnas softnas.softnas-cloudstandard_byol.1.30.463 softnas softnas.softnas-cloudstandard_subscription.1.27.423 softnas softnas.softnas-cloudstandard_subscription.1.30.463 Softovick Softovick.Drupal8CodeSprintUbuntu1204LAMP53.0.2.0-preview Softovick Softovick.Drupal8CodeSprintUbuntu1204LAMP53.0.2.1-preview SourceTreeSolutionsLLC SourceTreeSolutionsLLC.mojoPortal.0.1.0-preview SourceTreeSolutionsLLC SourceTreeSolutionsLLC.mojoPortal.0.2.0-preview SourceTreeSolutionsLLC SourceTreeSolutionsLLC.mojoPortal.0.2.1-preview SourceTreeSolutionsLLC SourceTreeSolutionsLLC.mojoPortal.0.2.2-preview SourceTreeSolutionsLLC SourceTreeSolutionsLLC.mojoPortal.0.2.3-preview SourceTreeSolutionsLLC SourceTreeSolutionsLLC.mojoPortal.0.2.4-preview StandingCloudInc StandingCloudInc.OpenXpackagedbyStandingCloud.0.1.0-preview StandingCloudInc StandingCloudInc.OpenXpackagedbyStandingCloud.0.2.0-preview StandingCloudInc StandingCloudInc.OpenXpackagedbyStandingCloud.0.2.1-preview StandingCloudInc StandingCloudInc.OpenXpackagedbyStandingCloud.0.2.2-preview StandingCloudInc StandingCloudInc.OpenXpackagedbyStandingCloud.0.2.3-preview StandingCloudInc StandingCloudInc.OpenXpackagedbyStandingCloud.0.2.4-preview SteveLee SteveLee.MulberrySymbols.0.2.0-preview SteveLee SteveLee.MulberrySymbols.0.2.1-preview SuccessBricksInc SuccessBricksInc.ClearDBMySQLDatabase.0.2.0-preview SuccessBricksInc SuccessBricksInc.ClearDBMySQLDatabase.0.2.1-preview SUSE SUSE.openSUSE123forWindowsAzure.0.2.0-preview SUSE SUSE.openSUSE123forWindowsAzure.0.2.1-preview SUSE SUSE.openSUSE131.0.2.0-preview SUSE SUSE.openSUSE131.0.2.1-preview SUSE SUSE.openSUSE131.0.2.2-preview SUSE SUSE.openSUSE131.0.2.3-preview SUSE SUSE.openSUSE131.0.2.4-preview SUSE SUSE.openSUSE131.0.2.5-preview SUSE SUSE.openSUSE131.0.2.6-preview SUSE SUSE.openSUSE131.0.2.7-preview SUSE SUSE.openSUSE131.0.2.8-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3.0.2.0-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3.0.2.1-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3.0.2.2-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3.0.2.3-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3.0.2.4-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3.0.2.5-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3.0.2.6-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3.0.2.7-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3.0.2.8-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3.0.2.9-preview SUSE SUSE.SUSELinuxEnterpriseServer11SP3forSAPCloudAppliance.... SUSE SUSE.SUSELinuxEnterpriseServer11SP3forSAPCloudAppliance.... SUSE SUSE.SUSELinuxEnterpriseServer11SP3forSAPCloudAppliance.... SUSE SUSE.SUSELinuxEnterpriseServer11SP3forSAPCloudAppliance.... SUSE SUSE.SUSELinuxEnterpriseServer11SP3forSAPCloudAppliance.... SUSE SUSE.SUSELinuxEnterpriseServer11SP3forSAPCloudAppliance.... SUSE SUSE.SUSELinuxEnterpriseServer11SP3forSAPCloudAppliance.... SUSE SUSE.SUSELinuxEnterpriseServer11SP3forSAPCloudAppliance.... SUSE SUSE.SUSELinuxEnterpriseServer11SP3forSAPCloudAppliance.... SUSE SUSE.SUSELinuxEnterpriseServer11SP3forSAPCloudAppliance.... SUSE SUSE.SUSELinuxEnterpriseServer11SP3PremiumImage.0.2.0-pr... SUSE SUSE.SUSELinuxEnterpriseServer11SP3PremiumImage.0.2.1-pr... SUSE SUSE.SUSELinuxEnterpriseServer11SP3PremiumImage.0.2.2-pr... SUSE SUSE.SUSELinuxEnterpriseServer11SP3PremiumImage.0.2.3-pr... SUSE SUSE.SUSELinuxEnterpriseServer11SP3PremiumImage.0.2.4-pr... SUSE SUSE.SUSELinuxEnterpriseServer11SP3PremiumImage.0.2.5-pr... SUSE SUSE.SUSELinuxEnterpriseServer11SP3PremiumImage.0.2.6-pr... SUSE SUSE.SUSELinuxEnterpriseServer11SP3PremiumImage.0.2.7-pr... SUSE SUSE.SUSELinuxEnterpriseServer11SP3PremiumImage.0.2.8-pr... SUSE SUSE.SUSELinuxEnterpriseServer11SP3PremiumImage.0.2.9-pr... Symantec Symantec.SymantecEndpointProtection.1.0.0 Symantec Symantec.SymantecEndpointProtection.1.0.9 tdwebste tdwebste.upshotmongodb1.0.2.0-preview tdwebste tdwebste.upshotmongodb1.0.2.1-preview TechInfoSystems TechInfoSystems.GalleryServerPro.0.1.0-preview TechInfoSystems TechInfoSystems.GalleryServerPro.0.2.0-preview TechInfoSystems TechInfoSystems.GalleryServerPro.0.2.1-preview TechInfoSystems TechInfoSystems.GalleryServerPro.0.2.2-preview TechInfoSystems TechInfoSystems.GalleryServerPro.0.2.3-preview TechInfoSystems TechInfoSystems.GalleryServerPro.0.2.4-preview TownsendSecurity TownsendSecurity.AllianceKeyManager301.0.2.0-preview TownsendSecurity TownsendSecurity.AllianceKeyManager301.0.2.1-preview trendmicro trendmicro.interscan-messaging-security-vaimsva90.1.27.172 trendmicro trendmicro.interscan-messaging-security-vaimsva90.1.30.201 TrendMicroDeepSecurity TrendMicroDeepSecurity.TrendMicroDSA.1.0.0 TrendMicroDeepSecurity TrendMicroDeepSecurity.TrendMicroDSA.1.0.9 typesafe typesafe.typesafe-reactive-maps-demotypesafe-reactive-ma... umbracoorg umbracoorg.UmbracoCMS.0.1.0-preview umbracoorg umbracoorg.UmbracoCMS.0.2.0-preview umbracoorg umbracoorg.UmbracoCMS.0.2.1-preview umbracoorg umbracoorg.UmbracoCMS.0.2.2-preview umbracoorg umbracoorg.UmbracoCMS.0.2.3-preview umbracoorg umbracoorg.UmbracoCMS.0.2.4-preview umbracoorg umbracoorg.UmbracoCMS.0.2.5-preview veeam veeam.veeamcloudconnectveeambackup.1.27.155 veeam veeam.veeamcloudconnectveeambackup.1.30.171 VincentMaury VincentMaury.DenyAllProtect413.0.2.0-preview VincentMaury VincentMaury.DenyAllProtect413.0.2.1-preview VirtoCommerce VirtoCommerce.VirtoCommerce.0.1.0-preview VirtoCommerce VirtoCommerce.VirtoCommerce.0.2.0-preview VirtoCommerce VirtoCommerce.VirtoCommerce.0.3.0-preview VirtoCommerce VirtoCommerce.VirtoCommerce.0.4.0-preview VirtoCommerce VirtoCommerce.VirtoCommerce.0.4.1-preview VirtoCommerce VirtoCommerce.VirtoCommerce.0.4.2-preview VirtoCommerce VirtoCommerce.VirtoCommerce.0.4.3-preview VirtoCommerce VirtoCommerce.VirtoCommerce.0.4.4-preview vision_solutions vision_solutions.double_take_drdouble_take_dr_recovery_t... vision_solutions vision_solutions.double_take_drdouble_take_dr_recovery_t... vision_solutions vision_solutions.double_take_drdouble_take_dr_recovery_t... vision_solutions vision_solutions.double_take_drdouble_take_dr_repository... vision_solutions vision_solutions.double_take_movedouble_take_move_target... vision_solutions vision_solutions.double_take_movedouble_take_move_target... vision_solutions vision_solutions.double_take_movedouble_take_move_target... waratek waratek.waratek-lockertomcat7.1.27.412 waratek waratek.waratek-lockertomcat7.1.30.412 WhallaLabs WhallaLabs.WhallaLabs.0.2.0-preview WhallaLabs WhallaLabs.WhallaLabs.0.2.1-preview WikimediaFoundation WikimediaFoundation.MediaWiki.0.1.0-preview WikimediaFoundation WikimediaFoundation.MediaWiki.0.2.0-preview WikimediaFoundation WikimediaFoundation.MediaWiki.0.2.1-preview WikimediaFoundation WikimediaFoundation.MediaWiki.0.2.2-preview WikimediaFoundation WikimediaFoundation.MediaWiki.0.2.3-preview wokamoto wokamoto.WordPress351enonNginxwithPerconaMySQL.0.2.0-pre... wokamoto wokamoto.WordPress351enonNginxwithPerconaMySQL.0.2.1-pre... wokamoto wokamoto.WordPress351jaonNginxwithPerconaMySQL.0.2.0-pre... wokamoto wokamoto.WordPress351jaonNginxwithPerconaMySQL.0.2.1-pre... WordPress WordPress.ScalableWordPress.0.4.4-preview WordPress WordPress.ScalableWordPress.0.4.5-preview WordPress WordPress.ScalableWordPress.0.4.6-preview Wordpress Wordpress.ScalableWordPress.0.5.0-preview WordPress WordPress.WordPress.0.1.0-preview WordPress WordPress.WordPress.0.2.0-preview WordPress WordPress.WordPress.0.3.0-preview WordPress WordPress.WordPress.0.4.0-preview WordPress WordPress.WordPress.0.4.1-preview WordPress WordPress.WordPress.0.4.2-preview WordPress WordPress.WordPress.0.4.3-preview WordPress WordPress.WordPress.0.4.4-preview WordPress WordPress.WordPress.0.4.5-preview WordPress WordPress.WordPressJapanese.0.1.0-preview WordPress WordPress.WordPressJapanese.0.2.0-preview WordPress WordPress.WordPressJapanese.0.2.1-preview WordPress WordPress.WordPressJapanese.0.2.2-preview WordPress WordPress.WordPressJapanese.0.2.3-preview WordPress WordPress.WordPressJapanese.0.2.4-preview wowza wowza.wowzastreamingenginestd-linux-byol.1.29.118 wowza wowza.wowzastreamingenginestd-windows-byol.1.29.118 xtremedata xtremedata.dbxdbx2014001.1.27.93 xtremedata xtremedata.dbxdbx2014001.1.29.110 zementis zementis.adapa-scoring-enging-4-1zemenits-adapa-4-1-azur... zementis zementis.adapa-scoring-enging-4-1zemenits-adapa-4-1-azur...
查看某一模板的详细信息
PS C:\WINDOWS\system32> Get-AzureResourceGroupGalleryTemplate -Identity Oracle.OracleDatabase12cEnterprise.0.2.6-preview Identity : Oracle.OracleDatabase12cEnterprise.0.2.6-preview Publisher : Oracle Name : OracleDatabase12cEnterprise Version : 0.2.6-preview CategoryIds : {virtualMachine, microsoftServer, azure, linux...} PublisherDisplayName : Oracle DisplayName : Oracle Database 12.1.0.1 Enterprise Edition DefinitionTemplates : https://gallerystoreprodch.blob.core.windows.net/prod-microsoft-windowsazure-gallery/Oracle.Orac leDatabase12cEnterprise.0.2.6-preview/DeploymentTemplates/DefaultTemplate.json Summary : Description : Oracle Database 12c Enterprise Edition (12.1.0.1.0) is a next-generation database designed for the cloud. It offers more than 500 new features including a new multitenant architecture that simplifies consolidating databases onto the cloud and enables customers to manage many databases as one without changing their applications. Customers can choose a wide range of Oracle Database Enterprise Edition options to deliver on business users' performance, security, big data, cloud, and availability service-level expectations. Minimum recommended virtual machine size for this image is Small.<p><h3>Legal Terms</h3>By clicking the Create button, I acknowledge that I am getting this software from Oracle and that the <a href='http://www.oracle.com/technetwork/licenses/oracle-license-2016066.html' target='_blank'>legal terms</a> of Oracle apply to it. Microsoft does not provide rights for third-party software. Also see the <a href='http://www.oracle.com/us/legal/privacy/privacy-policy-078584.html' target='_blank'>privacy statement</a> from Oracle.</p> PS C:\WINDOWS\system32>
Using Windows PowerShell with Resource Manager
http://azure.microsoft.com/zh-cn/documentation/articles/powershell-azure-resource-manager/