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: 25ddb33e197faca2357a9e47ba230fc9a8d2e3ca
4
- data.tar.gz: 5891c6ba5e7036d076ee8e4922083947a7485be8
3
+ metadata.gz: cb5627f9f51067de61dfecc5c42a6fb848691b6b
4
+ data.tar.gz: 03fd7234dbe25d2705b6765f3bdffb6f4bfda7c9
5
5
  SHA512:
6
- metadata.gz: 1fc77104904ebf07c3a8efe24b2d9772fa75fba69ffaad26b3570094eb8f0c676bed9a2a5bdcfecb4dc22406b891b7c9f71976cd05cae51d0fc91b0a283de90a
7
- data.tar.gz: d4cbb62be45046f5c5bad43beee1396a99868147c761b6eb182d04fc94c6aaaf2dc87d972f256bdeb61463f7d2f6764631afc85a5e289c9b28fdaee74c0a4d70
6
+ metadata.gz: 0ea894a519dac09200d87612edad6a079ab2329385586e3f0a173ac090002fd6cb87de7fca6a943fafd848545fa36fa7fb145db36a96cc183eea847742b19201
7
+ data.tar.gz: 9ca113237450f9e9d061d11de6a7a387a316c2886a4585c410a56a679ce819323f44b9088a44bab87f7e06fbe15afa949c19fd09ee06cdb52713cc6949940f32
data/lib/azure/version.rb CHANGED
@@ -17,7 +17,7 @@ module Azure
17
17
  class Version
18
18
  MAJOR = 0 unless defined? MAJOR
19
19
  MINOR = 6 unless defined? MINOR
20
- UPDATE = 5 unless defined? UPDATE
20
+ UPDATE = 6 unless defined? UPDATE
21
21
  PRE = nil unless defined? PRE
22
22
 
23
23
  class << self
@@ -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.5
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-03 00:00:00.000000000 Z
13
+ date: 2015-03-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri