azure_key_vault 0.19.0 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-06-01/generated/azure_key_vault/key_vault_client.rb +5 -5
- data/lib/2016-10-01/generated/azure_key_vault/key_vault_client.rb +5 -5
- data/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb +5 -5
- data/lib/7.0/generated/azure_key_vault/key_vault_client.rb +5 -5
- data/lib/7.1-preview/generated/azure_key_vault/key_vault_client.rb +5 -5
- data/lib/7.1/generated/azure_key_vault/key_vault_client.rb +5 -5
- data/lib/7.2-preview/generated/azure_key_vault/key_vault_client.rb +5 -5
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbb0f1c7b39dd3e546cc40d51f35bd2938b4568a4d4c39623f774fa5d41342fd
|
4
|
+
data.tar.gz: ed0ac67714f1684e99c3ad1e9f3b036fa8034b0b5e918abf957d3e80910f34f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec64b9cf5b75cf3729c62bf16c765ff37b1cf24dd4cd71ac5e84f9ab5a79b8258f74502613ebd04d4c0848e79753072da5405c92e4c27da7f1d646e39cdf825a
|
7
|
+
data.tar.gz: a677de1dce884456e57c0caa6972b05e89768935c6bc2b5072a4fd4dbd14e13e037beba36c250a69edacd649dadaaaae2311d8a98881be5924df63db70866414
|
@@ -3198,11 +3198,11 @@ module Azure::KeyVault::V2015_06_01
|
|
3198
3198
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
3199
3199
|
fail ArgumentError, 'provider is nil' if provider.nil?
|
3200
3200
|
|
3201
|
-
parameter = CertificateIssuerSetParameters.new
|
3201
|
+
parameter = Azure::KeyVault::V2015_06_01::Models::CertificateIssuerSetParameters.new
|
3202
3202
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
3203
3203
|
parameter.provider = provider
|
3204
3204
|
parameter.credentials = credentials
|
3205
|
-
parameter.
|
3205
|
+
parameter.organization_details = organization_details
|
3206
3206
|
parameter.attributes = attributes
|
3207
3207
|
end
|
3208
3208
|
|
@@ -3327,11 +3327,11 @@ module Azure::KeyVault::V2015_06_01
|
|
3327
3327
|
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
3328
3328
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
3329
3329
|
|
3330
|
-
parameter = CertificateIssuerUpdateParameters.new
|
3330
|
+
parameter = Azure::KeyVault::V2015_06_01::Models::CertificateIssuerUpdateParameters.new
|
3331
3331
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
3332
3332
|
parameter.provider = provider
|
3333
3333
|
parameter.credentials = credentials
|
3334
|
-
parameter.
|
3334
|
+
parameter.organization_details = organization_details
|
3335
3335
|
parameter.attributes = attributes
|
3336
3336
|
end
|
3337
3337
|
|
@@ -6180,7 +6180,7 @@ module Azure::KeyVault::V2015_06_01
|
|
6180
6180
|
#
|
6181
6181
|
def add_telemetry
|
6182
6182
|
sdk_information = 'azure_key_vault'
|
6183
|
-
sdk_information = "#{sdk_information}/0.19.
|
6183
|
+
sdk_information = "#{sdk_information}/0.19.1"
|
6184
6184
|
add_user_agent_information(sdk_information)
|
6185
6185
|
end
|
6186
6186
|
end
|
@@ -4796,11 +4796,11 @@ module Azure::KeyVault::V2016_10_01
|
|
4796
4796
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
4797
4797
|
fail ArgumentError, 'provider is nil' if provider.nil?
|
4798
4798
|
|
4799
|
-
parameter = CertificateIssuerSetParameters.new
|
4799
|
+
parameter = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerSetParameters.new
|
4800
4800
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
4801
4801
|
parameter.provider = provider
|
4802
4802
|
parameter.credentials = credentials
|
4803
|
-
parameter.
|
4803
|
+
parameter.organization_details = organization_details
|
4804
4804
|
parameter.attributes = attributes
|
4805
4805
|
end
|
4806
4806
|
|
@@ -4937,11 +4937,11 @@ module Azure::KeyVault::V2016_10_01
|
|
4937
4937
|
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
4938
4938
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
4939
4939
|
|
4940
|
-
parameter = CertificateIssuerUpdateParameters.new
|
4940
|
+
parameter = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters.new
|
4941
4941
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
4942
4942
|
parameter.provider = provider
|
4943
4943
|
parameter.credentials = credentials
|
4944
|
-
parameter.
|
4944
|
+
parameter.organization_details = organization_details
|
4945
4945
|
parameter.attributes = attributes
|
4946
4946
|
end
|
4947
4947
|
|
@@ -10924,7 +10924,7 @@ module Azure::KeyVault::V2016_10_01
|
|
10924
10924
|
#
|
10925
10925
|
def add_telemetry
|
10926
10926
|
sdk_information = 'azure_key_vault'
|
10927
|
-
sdk_information = "#{sdk_information}/0.19.
|
10927
|
+
sdk_information = "#{sdk_information}/0.19.1"
|
10928
10928
|
add_user_agent_information(sdk_information)
|
10929
10929
|
end
|
10930
10930
|
end
|
@@ -4802,11 +4802,11 @@ module Azure::KeyVault::V7_0_preview
|
|
4802
4802
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
4803
4803
|
fail ArgumentError, 'provider is nil' if provider.nil?
|
4804
4804
|
|
4805
|
-
parameter = CertificateIssuerSetParameters.new
|
4805
|
+
parameter = Azure::KeyVault::V7_0_preview::Models::CertificateIssuerSetParameters.new
|
4806
4806
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
4807
4807
|
parameter.provider = provider
|
4808
4808
|
parameter.credentials = credentials
|
4809
|
-
parameter.
|
4809
|
+
parameter.organization_details = organization_details
|
4810
4810
|
parameter.attributes = attributes
|
4811
4811
|
end
|
4812
4812
|
|
@@ -4943,11 +4943,11 @@ module Azure::KeyVault::V7_0_preview
|
|
4943
4943
|
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
4944
4944
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
4945
4945
|
|
4946
|
-
parameter = CertificateIssuerUpdateParameters.new
|
4946
|
+
parameter = Azure::KeyVault::V7_0_preview::Models::CertificateIssuerUpdateParameters.new
|
4947
4947
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
4948
4948
|
parameter.provider = provider
|
4949
4949
|
parameter.credentials = credentials
|
4950
|
-
parameter.
|
4950
|
+
parameter.organization_details = organization_details
|
4951
4951
|
parameter.attributes = attributes
|
4952
4952
|
end
|
4953
4953
|
|
@@ -12643,7 +12643,7 @@ module Azure::KeyVault::V7_0_preview
|
|
12643
12643
|
#
|
12644
12644
|
def add_telemetry
|
12645
12645
|
sdk_information = 'azure_key_vault'
|
12646
|
-
sdk_information = "#{sdk_information}/0.19.
|
12646
|
+
sdk_information = "#{sdk_information}/0.19.1"
|
12647
12647
|
add_user_agent_information(sdk_information)
|
12648
12648
|
end
|
12649
12649
|
end
|
@@ -4808,11 +4808,11 @@ module Azure::KeyVault::V7_0
|
|
4808
4808
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
4809
4809
|
fail ArgumentError, 'provider is nil' if provider.nil?
|
4810
4810
|
|
4811
|
-
parameter = CertificateIssuerSetParameters.new
|
4811
|
+
parameter = Azure::KeyVault::V7_0::Models::CertificateIssuerSetParameters.new
|
4812
4812
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
4813
4813
|
parameter.provider = provider
|
4814
4814
|
parameter.credentials = credentials
|
4815
|
-
parameter.
|
4815
|
+
parameter.organization_details = organization_details
|
4816
4816
|
parameter.attributes = attributes
|
4817
4817
|
end
|
4818
4818
|
|
@@ -4949,11 +4949,11 @@ module Azure::KeyVault::V7_0
|
|
4949
4949
|
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
4950
4950
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
4951
4951
|
|
4952
|
-
parameter = CertificateIssuerUpdateParameters.new
|
4952
|
+
parameter = Azure::KeyVault::V7_0::Models::CertificateIssuerUpdateParameters.new
|
4953
4953
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
4954
4954
|
parameter.provider = provider
|
4955
4955
|
parameter.credentials = credentials
|
4956
|
-
parameter.
|
4956
|
+
parameter.organization_details = organization_details
|
4957
4957
|
parameter.attributes = attributes
|
4958
4958
|
end
|
4959
4959
|
|
@@ -12652,7 +12652,7 @@ module Azure::KeyVault::V7_0
|
|
12652
12652
|
#
|
12653
12653
|
def add_telemetry
|
12654
12654
|
sdk_information = 'azure_key_vault'
|
12655
|
-
sdk_information = "#{sdk_information}/0.19.
|
12655
|
+
sdk_information = "#{sdk_information}/0.19.1"
|
12656
12656
|
add_user_agent_information(sdk_information)
|
12657
12657
|
end
|
12658
12658
|
end
|
@@ -843,11 +843,11 @@ module Azure::KeyVault::V7_1_preview
|
|
843
843
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
844
844
|
fail ArgumentError, 'provider is nil' if provider.nil?
|
845
845
|
|
846
|
-
parameter = CertificateIssuerSetParameters.new
|
846
|
+
parameter = Azure::KeyVault::V7_1_preview::Models::CertificateIssuerSetParameters.new
|
847
847
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
848
848
|
parameter.provider = provider
|
849
849
|
parameter.credentials = credentials
|
850
|
-
parameter.
|
850
|
+
parameter.organization_details = organization_details
|
851
851
|
parameter.attributes = attributes
|
852
852
|
end
|
853
853
|
|
@@ -984,11 +984,11 @@ module Azure::KeyVault::V7_1_preview
|
|
984
984
|
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
985
985
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
986
986
|
|
987
|
-
parameter = CertificateIssuerUpdateParameters.new
|
987
|
+
parameter = Azure::KeyVault::V7_1_preview::Models::CertificateIssuerUpdateParameters.new
|
988
988
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
989
989
|
parameter.provider = provider
|
990
990
|
parameter.credentials = credentials
|
991
|
-
parameter.
|
991
|
+
parameter.organization_details = organization_details
|
992
992
|
parameter.attributes = attributes
|
993
993
|
end
|
994
994
|
|
@@ -12655,7 +12655,7 @@ module Azure::KeyVault::V7_1_preview
|
|
12655
12655
|
#
|
12656
12656
|
def add_telemetry
|
12657
12657
|
sdk_information = 'azure_key_vault'
|
12658
|
-
sdk_information = "#{sdk_information}/0.19.
|
12658
|
+
sdk_information = "#{sdk_information}/0.19.1"
|
12659
12659
|
add_user_agent_information(sdk_information)
|
12660
12660
|
end
|
12661
12661
|
end
|
@@ -843,11 +843,11 @@ module Azure::KeyVault::V7_1
|
|
843
843
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
844
844
|
fail ArgumentError, 'provider is nil' if provider.nil?
|
845
845
|
|
846
|
-
parameter = CertificateIssuerSetParameters.new
|
846
|
+
parameter = Azure::KeyVault::V7_1::Models::CertificateIssuerSetParameters.new
|
847
847
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
848
848
|
parameter.provider = provider
|
849
849
|
parameter.credentials = credentials
|
850
|
-
parameter.
|
850
|
+
parameter.organization_details = organization_details
|
851
851
|
parameter.attributes = attributes
|
852
852
|
end
|
853
853
|
|
@@ -984,11 +984,11 @@ module Azure::KeyVault::V7_1
|
|
984
984
|
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
985
985
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
986
986
|
|
987
|
-
parameter = CertificateIssuerUpdateParameters.new
|
987
|
+
parameter = Azure::KeyVault::V7_1::Models::CertificateIssuerUpdateParameters.new
|
988
988
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
989
989
|
parameter.provider = provider
|
990
990
|
parameter.credentials = credentials
|
991
|
-
parameter.
|
991
|
+
parameter.organization_details = organization_details
|
992
992
|
parameter.attributes = attributes
|
993
993
|
end
|
994
994
|
|
@@ -12652,7 +12652,7 @@ module Azure::KeyVault::V7_1
|
|
12652
12652
|
#
|
12653
12653
|
def add_telemetry
|
12654
12654
|
sdk_information = 'azure_key_vault'
|
12655
|
-
sdk_information = "#{sdk_information}/0.19.
|
12655
|
+
sdk_information = "#{sdk_information}/0.19.1"
|
12656
12656
|
add_user_agent_information(sdk_information)
|
12657
12657
|
end
|
12658
12658
|
end
|
@@ -855,11 +855,11 @@ module Azure::KeyVault::V7_2_preview
|
|
855
855
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
856
856
|
fail ArgumentError, 'provider is nil' if provider.nil?
|
857
857
|
|
858
|
-
parameter = CertificateIssuerSetParameters.new
|
858
|
+
parameter = Azure::KeyVault::V7_2_preview::Models::CertificateIssuerSetParameters.new
|
859
859
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
860
860
|
parameter.provider = provider
|
861
861
|
parameter.credentials = credentials
|
862
|
-
parameter.
|
862
|
+
parameter.organization_details = organization_details
|
863
863
|
parameter.attributes = attributes
|
864
864
|
end
|
865
865
|
|
@@ -996,11 +996,11 @@ module Azure::KeyVault::V7_2_preview
|
|
996
996
|
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
997
997
|
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
998
998
|
|
999
|
-
parameter = CertificateIssuerUpdateParameters.new
|
999
|
+
parameter = Azure::KeyVault::V7_2_preview::Models::CertificateIssuerUpdateParameters.new
|
1000
1000
|
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
1001
1001
|
parameter.provider = provider
|
1002
1002
|
parameter.credentials = credentials
|
1003
|
-
parameter.
|
1003
|
+
parameter.organization_details = organization_details
|
1004
1004
|
parameter.attributes = attributes
|
1005
1005
|
end
|
1006
1006
|
|
@@ -13649,7 +13649,7 @@ module Azure::KeyVault::V7_2_preview
|
|
13649
13649
|
#
|
13650
13650
|
def add_telemetry
|
13651
13651
|
sdk_information = 'azure_key_vault'
|
13652
|
-
sdk_information = "#{sdk_information}/0.19.
|
13652
|
+
sdk_information = "#{sdk_information}/0.19.1"
|
13653
13653
|
add_user_agent_information(sdk_information)
|
13654
13654
|
end
|
13655
13655
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_key_vault
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.19.
|
4
|
+
version: 0.19.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: 2021-
|
11
|
+
date: 2021-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|