stuartpreston-azure-sdk-for-ruby 0.6.5 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb5627f9f51067de61dfecc5c42a6fb848691b6b
|
|
4
|
+
data.tar.gz: 03fd7234dbe25d2705b6765f3bdffb6f4bfda7c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ea894a519dac09200d87612edad6a079ab2329385586e3f0a173ac090002fd6cb87de7fca6a943fafd848545fa36fa7fb145db36a96cc183eea847742b19201
|
|
7
|
+
data.tar.gz: 9ca113237450f9e9d061d11de6a7a387a316c2886a4585c410a56a679ce819323f44b9088a44bab87f7e06fbe15afa949c19fd09ee06cdb52713cc6949940f32
|
data/lib/azure/version.rb
CHANGED
|
@@ -565,7 +565,7 @@ module Azure
|
|
|
565
565
|
def validate_role_size(vm_size)
|
|
566
566
|
valid_role_sizes = %w(
|
|
567
567
|
Basic_A0 Basic_A1 Basic_A2 Basic_A3 Basic_A4
|
|
568
|
-
ExtraSmall Small Medium Large ExtraLarge A5 A6 A7 A8 A9
|
|
568
|
+
ExtraSmall Small Medium Large ExtraLarge A5 A6 A7 A8 A9 A10 A11
|
|
569
569
|
Standard_D1 Standard_D2 Standard_D3 Standard_D4 Standard_D11 Standard_D12 Standard_D13 Standard_D14
|
|
570
570
|
Standard_DS1 Standard_DS2 Standard_DS3 Standard_DS4 Standard_DS11 Standard_DS12 Standard_DS13 Standard_DS14
|
|
571
571
|
Standard_G1 Standard_G2 Standard_G3 Standard_G4 Standard_G5
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stuartpreston-azure-sdk-for-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2015-03-
|
|
13
|
+
date: 2015-03-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: nokogiri
|