Skip to content

Commit 8fb1ba6

Browse files
committed
updated he enum value to return a provisioning status
1 parent 5f88e55 commit 8fb1ba6

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Elastacloud.AzureManagement.Fluent.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Elastacloud.AzureManagement.Fluent</id>
5-
<version>0.5.0.99</version>
5+
<version>0.5.1.2</version>
66
<title>Azure Fluent Management Library</title>
77
<authors>Elastacloud Limited (@azurecoder,@andybareweb,@isaac_abraham)</authors>
88
<owners>Elastacloud Limited</owners>

Elastacloud.AzureManagement.Fluent/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949

5050
// Make internal interfaces visible to Moq and the testing library
5151
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2"), InternalsVisibleTo("Elastacloud.AzureManagement.Fluent.Tests")]
52-
[assembly: AssemblyVersion("0.5.0.99")]
53-
[assembly: AssemblyFileVersion("0.5.0.99")]
52+
[assembly: AssemblyVersion("0.5.1.2")]
53+
[assembly: AssemblyFileVersion("0.5.1.2")]

Elastacloud.AzureManagement.Fluent/Types/RoleInstanceStatus.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public enum RoleInstanceStatus
2929
UnresponsiveRole,
3030
StoppedDeallocated,
3131
Preparing,
32+
Provisioning
3233
}
3334

3435

Elastacloud.FluentManagement.FSTest/VirtualMachines.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ vnClient.AddSubnetToAddressRange("bigbadbeetleborgs", "10.0.0.0/20", "max-1")
6969
vnClient.RemoveSubnet("skynet", "cluster")
7070
let images = vmClient.GetCurrentUbuntuImage()
7171
let attack = vmClient.GetHostDetails("sparkattack")
72-
let attack1 = vmClient.GetHostDetails("briskapiv2")
72+
let attack1 = vmClient.GetHostDetails("isaacfliptest1")
7373
attack.[0].Endpoints
7474

0 commit comments

Comments
 (0)