kitchen-azurerm 1.13.1 → 1.13.3
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/lib/kitchen/driver/azurerm.rb +2 -2
- data/lib/kitchen/driver/azurerm_version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce1f8265f368e230ac9e76f57f6eb53bd152618376e2431685a873eb70f7eeb7
|
|
4
|
+
data.tar.gz: 7cf088a556b71c24f022d87cb62bf67804c1dad203f1c235a222addbada7062d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9a59b9a3165f38558441b2e8d9cd3f4c1475e644af79d4a40f1e29e1006011c0b99e778f7bf6c981c56bd4a36ebc7f349108e168831c5eeb7a95643a5a1b8c6
|
|
7
|
+
data.tar.gz: b37afe76188c9577657616e7ea4f77a7d8c8391a7cc7337d6c351428acaf90d78d67299e5c580e443dc2963a51b4174b14ca5a738ee3e61adbfeaea793ce385e
|
|
@@ -300,7 +300,7 @@ module Kitchen
|
|
|
300
300
|
end
|
|
301
301
|
|
|
302
302
|
options = Kitchen::Driver::AzureCredentials.new(subscription_id: config[:subscription_id],
|
|
303
|
-
|
|
303
|
+
environment: config[:azure_environment]).azure_options
|
|
304
304
|
|
|
305
305
|
debug "Azure environment: #{config[:azure_environment]}"
|
|
306
306
|
@resource_management_client = ::Azure::Resources2::Profiles::Latest::Mgmt::Client.new(options)
|
|
@@ -547,7 +547,7 @@ module Kitchen
|
|
|
547
547
|
failed_operations = list_deployment_operations(resource_group, deployment_name)
|
|
548
548
|
failed_operations.each do |val|
|
|
549
549
|
resource_code = val.properties.status_code
|
|
550
|
-
raise val.properties.status_message.inspect
|
|
550
|
+
raise val.properties.status_message.inspect if resource_code != "OK"
|
|
551
551
|
end
|
|
552
552
|
end
|
|
553
553
|
|
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: 1.13.
|
|
4
|
+
version: 1.13.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stuart Preston
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: azure_mgmt_network2
|
|
@@ -79,7 +79,7 @@ dependencies:
|
|
|
79
79
|
version: 1.0.0
|
|
80
80
|
- - "<"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '
|
|
82
|
+
version: '4'
|
|
83
83
|
type: :runtime
|
|
84
84
|
prerelease: false
|
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -89,7 +89,7 @@ dependencies:
|
|
|
89
89
|
version: 1.0.0
|
|
90
90
|
- - "<"
|
|
91
91
|
- !ruby/object:Gem::Version
|
|
92
|
-
version: '
|
|
92
|
+
version: '4'
|
|
93
93
|
- !ruby/object:Gem::Dependency
|
|
94
94
|
name: test-kitchen
|
|
95
95
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -136,14 +136,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
136
136
|
requirements:
|
|
137
137
|
- - ">="
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: '2
|
|
139
|
+
version: '3.2'
|
|
140
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
141
|
requirements:
|
|
142
142
|
- - ">="
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
144
|
version: '0'
|
|
145
145
|
requirements: []
|
|
146
|
-
rubygems_version: 3.
|
|
146
|
+
rubygems_version: 3.5.9
|
|
147
147
|
signing_key:
|
|
148
148
|
specification_version: 4
|
|
149
149
|
summary: Test Kitchen driver for Azure Resource Manager.
|