kitchen-azurerm 0.3.1.pre → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +2 -2
  3. data/README.md +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec8f20a56864bfe1b156c1de219296fd7d989514
4
- data.tar.gz: f1cd4d4df570fed5a7a38a30563d08fd5e0b7fae
3
+ metadata.gz: bdc551ea3a0142d7f8860fcecb3eb8e8d3dae039
4
+ data.tar.gz: 1d45c31736844c18e65927bb685d954d59fd8572
5
5
  SHA512:
6
- metadata.gz: 558b375c9a445c4ba8000392e48e1eccd09b09c6c9c2c052bf754622d0ea0cbfa1c47bfe6bda34a3c7de3c59ac0e0cb65b0dcfaf7d0806a7506969533c992cdd
7
- data.tar.gz: c2089548a61769a3dcaf44c90c7161f5f433cc5acf6a3e2e11e0912206694715de844fb60a13f1a0c15abc30ab1f4278c277d3337633d5c7c2ea4d7010fcf29f
6
+ metadata.gz: d336e8f0bab5a8ee835a7d7b26b0b442fe4381d498bc523cb231c8c924b093100bd558b88d9fdaf364b81af0b1a27578b9e9a7a2e7ead166a4cea9052609c36b
7
+ data.tar.gz: 9f5bde225bf40dc7c1fb12f53c6f75456edbc403055c5fd4e94ede0f54cce095f7778c056eecf6706a9f9f05f343b8ee00017c3bac416a70552cdb2f0a77ee0e
data/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # kitchen-azurerm Changelog
2
2
 
3
- ## [0.3.0] - 2016-02-29
4
- - Breaking: Linux machines are now created using a temporary sshkey (~/.ssh/id_kitchen) instead of password (@stuartpreston)
3
+ ## [0.3.2] - 2016-03-07
4
+ - Breaking: Linux machines are now created using a temporary sshkey (~/.ssh/id_kitchen-azurerm) instead of password (@stuartpreston)
5
5
  - Real error message shown if credentials are incorrect (@stuartpreston)
6
6
 
7
7
  ## [0.2.4] - 2016-01-26
data/README.md CHANGED
@@ -22,7 +22,7 @@ You will also need to ensure you have an active Azure subscription (you can get
22
22
 
23
23
  You are now ready to configure kitchen-azurerm to use the credentials from the service principal you created above. You will use four elements from the steps in that article:
24
24
 
25
- 1. **Subscription ID**: available from the azure portal
25
+ 1. **Subscription ID**: available from the Azure portal
26
26
  2. **Client ID**: this will be the Application Id from the application in step 2.
27
27
  3. **Client Secret/Password**: this will be the password you supplied in the command in step 2.
28
28
  4. **Tenant ID**: listed after the command in step 5.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-azurerm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.pre
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Preston
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-01 00:00:00.000000000 Z
11
+ date: 2016-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inifile
@@ -149,12 +149,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  requirements:
152
- - - ">"
152
+ - - ">="
153
153
  - !ruby/object:Gem::Version
154
- version: 1.3.1
154
+ version: '0'
155
155
  requirements: []
156
156
  rubyforge_project:
157
- rubygems_version: 2.4.8
157
+ rubygems_version: 2.5.2
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: Test Kitchen driver for Azure Resource Manager.