cloudstrap-azure 0.7.0.pre → 0.7.1.pre
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
- checksums.yaml.gz.sig +0 -0
- data/command/internal/cloudstrap-azure.deploy +1 -1
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3507bc0adf913a98d05e1684f68206f2dce0f81604da579bc0d68edcca16ab13
|
|
4
|
+
data.tar.gz: 89f3b4ecb894554b809c33c1dba16561bd37d9cf7e2e094aafa847deafd92200
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc736cdef1de7e5e9debfa6248bd35dc58cb263005f9df9a1df8f8c4f7697bda88be2231f7496e5c5f7fb49632f5ad780c5fc9f3ee50cba8a62c5c77037fe35f
|
|
7
|
+
data.tar.gz: 63c98e73c36a39d6ff63cb25d5cdae50ddd9f31ed6349c4b4330f7db062a7ac0f6bbae11d9753684481bcf93ff90bef22c10f90e2fb6dd372e4c9317c101253d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -531,7 +531,7 @@ Purge = -> {
|
|
|
531
531
|
# Main Program #
|
|
532
532
|
################
|
|
533
533
|
|
|
534
|
-
::Azure::Compute::Mgmt.send(:remove_const, :V2018_04_01)
|
|
534
|
+
::Azure::Compute::Mgmt.send(:remove_const, :V2018_04_01) if ::Azure::Compute::Mgmt.const_defined?(:V2018_04_01)
|
|
535
535
|
|
|
536
536
|
SERVICES = WhileSpinning.('Constructing Library') do
|
|
537
537
|
AzureAPI = Module.new
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|