Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/12 17:45:21 (13 years ago)
Author:
spimming
Message:

#1680:

  • Methods to create a deployment added
  • Download blob block from public blob container
  • Constants for deployment and storage api version added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Azure/Constants.cs

    r7366 r7374  
    3535    public const string APIVersion20111001 = "2011-10-01";
    3636    public const string APIVersion20110225 = "2011-02-25";
     37    public const string APIVersion20110818 = "2011-08-18";
    3738
    3839    #endregion
     
    8081    public const string DeploymentSlotProduction = "production";
    8182    public const string DeploymentPackageUrl = "https://hivestorage.blob.core.windows.net/hiveslave/HeuristicLab.Clients.Hive.Slave.Azure.cspkg";
    82     public const string DeploymentConfigurationUrl = "files/ServiceConfiguration.Cloud.cscfg";
     83    public const string DeploymentConfigurationUrl = "https://hivestorage.blob.core.windows.net/hiveslave/ServiceConfiguration.Cloud.cscfg";
     84    public const string DeploymentConfigurationPath = "files/ServiceConfiguration.Cloud.cscfg";
    8385    public const string DeploymentLabel = "HeuristicLab.Hive.Slave";
    8486
Note: See TracChangeset for help on using the changeset viewer.