Changeset 7424 for branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Azure/AzureProvider.cs
- Timestamp:
- 01/27/12 16:58:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Azure/AzureProvider.cs
r7402 r7424 67 67 foreach (HostedService serv in services) { 68 68 serv.Subscription = subscription; 69 foreach (Deployment dep in serv.Deployments) { 70 dep.Subscription = subscription; 69 if (serv.Deployments != null) { 70 foreach (Deployment dep in serv.Deployments) { 71 dep.Subscription = subscription; 72 } 71 73 } 72 74 }
Note: See TracChangeset
for help on using the changeset viewer.