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 +4 -4
- data/README.md +4 -4
- data/lib/azure_mgmt_storage/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6cbfedb68a1bf5dda258876182659b5e3bc5270
|
4
|
+
data.tar.gz: 35417174e91811eb9049b79317554ffe14e81dda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
*
|
94
|
-
*
|
95
|
-
*
|
96
|
-
*
|
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
|
|
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.
|
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-
|
11
|
+
date: 2015-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|