azure_mgmt_storage 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8fac47453e3ad6d2b881f6ac27930b5a53832740
4
- data.tar.gz: 07be1c8903032f44238c1c3b2252ea4732143fd7
3
+ metadata.gz: e6cbfedb68a1bf5dda258876182659b5e3bc5270
4
+ data.tar.gz: 35417174e91811eb9049b79317554ffe14e81dda
5
5
  SHA512:
6
- metadata.gz: 37f50b4ed61e1ee3e409e746a0dcf136eb18f8177fe12734f14cb0402fd5dee7d6d728a77a4ca0480a5b8ac4ecc1d32e86b7b13e5ee11e914f2b9436a86778eb
7
- data.tar.gz: c452b1be10063ee007196547deb70cdce72dc4eeebe7a920d88334b5992338457b8a662c434e8e071a6ce104e89429d7b5cf3b2b20fd1ee0f974ba97d153cc51
6
+ metadata.gz: b7033d2419b6886e4752972b89a9dbc0a06199cc168cc9ea1a8084be1e83d19f8c5ed85e5f433ddeff1909abce1203e42b6b675bd323ea8767e0436d4e4efda8
7
+ data.tar.gz: 2b6d29ad9c79ba9aed20309e3e9cc21239ec796af272f31476a625507e052b7e203e953891026382142f95cd830b3e72efe45ea2d3c12820494f17edcc485456
data/README.md CHANGED
@@ -90,10 +90,10 @@ For advanced SDK usage please reference to the spec file storage_management_spec
90
90
 
91
91
  To run the tests you would need to set the following environment variables with your real Azure data:
92
92
 
93
- * azure_tenant_id
94
- * azure_client_id
95
- * azure_client_secret
96
- * subscription_id
93
+ * AZURE_TENANT_ID="your tenant id or domain"
94
+ * AZURE_CLIENT_ID="your client id / application id"
95
+ * AZURE_CLIENT_SECRET="your service principal secret"
96
+ * AZURE_SUBSCRIPTION_ID="your subscription id"
97
97
 
98
98
  * run_long_tasks - set this to '1' only if you would like to run time consuming tests like VM creation.
99
99
 
@@ -2,5 +2,5 @@
2
2
  # Licensed under the MIT License. See License.txt in the project root for license information.
3
3
 
4
4
  module Azure::ARM::Storage
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-29 00:00:00.000000000 Z
11
+ date: 2015-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler