kitchen-azurerm 0.3.1.pre → 0.3.2
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 +4 -4
- data/CHANGELOG.md +2 -2
- data/README.md +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bdc551ea3a0142d7f8860fcecb3eb8e8d3dae039
|
|
4
|
+
data.tar.gz: 1d45c31736844c18e65927bb685d954d59fd8572
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
|
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.
|
|
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-
|
|
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:
|
|
154
|
+
version: '0'
|
|
155
155
|
requirements: []
|
|
156
156
|
rubyforge_project:
|
|
157
|
-
rubygems_version: 2.
|
|
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.
|