fix key vault issue
This commit is contained in:
Родитель
9d0fd01184
Коммит
d59016600f
|
@ -1,3 +1,7 @@
|
|||
## 2021.04.27 - Azure Ruby SDK Release
|
||||
- azure_key_vault - v0.19.1
|
||||
- azure_sdk - v0.72.1
|
||||
|
||||
## 2021.03.22 - Azure Ruby SDK Release
|
||||
- azure_key_vault - v0.19.0
|
||||
- azure_mgmt_resources - v0.18.2
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure
|
||||
VERSION = '0.72.0'
|
||||
VERSION = '0.73.0'
|
||||
end
|
||||
|
|
|
@ -2,12 +2,7 @@
|
|||
"data": [
|
||||
"azure_key_vault"
|
||||
],
|
||||
"management": [
|
||||
"azure_mgmt_resources",
|
||||
"azure_mgmt_bot_service",
|
||||
"azure_mgmt_cognitive_services",
|
||||
"azure_mgmt_cosmosdb"
|
||||
],
|
||||
"management": [],
|
||||
"rollup": [
|
||||
"azure_sdk"
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"rollup": {
|
||||
"azure_sdk": "0.72.0"
|
||||
"azure_sdk": "0.73.0"
|
||||
},
|
||||
"data": {
|
||||
"azure_cognitiveservices_anomalydetector": "0.17.1",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"azure_cognitiveservices_visualsearch": "0.18.2",
|
||||
"azure_event_grid": "0.18.1",
|
||||
"azure_graph_rbac": "0.17.2",
|
||||
"azure_key_vault": "0.19.0",
|
||||
"azure_key_vault": "0.19.1",
|
||||
"azure_service_fabric": "0.18.1"
|
||||
},
|
||||
"management": {
|
||||
|
|
|
@ -3198,11 +3198,11 @@ module Azure::KeyVault::V2015_06_01
|
|||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
fail ArgumentError, 'provider is nil' if provider.nil?
|
||||
|
||||
parameter = CertificateIssuerSetParameters.new
|
||||
parameter = Azure::KeyVault::V2015_06_01::Models::CertificateIssuerSetParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -3327,11 +3327,11 @@ module Azure::KeyVault::V2015_06_01
|
|||
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
||||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
|
||||
parameter = CertificateIssuerUpdateParameters.new
|
||||
parameter = Azure::KeyVault::V2015_06_01::Models::CertificateIssuerUpdateParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -6180,7 +6180,7 @@ module Azure::KeyVault::V2015_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.19.0"
|
||||
sdk_information = "#{sdk_information}/0.19.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -4796,11 +4796,11 @@ module Azure::KeyVault::V2016_10_01
|
|||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
fail ArgumentError, 'provider is nil' if provider.nil?
|
||||
|
||||
parameter = CertificateIssuerSetParameters.new
|
||||
parameter = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerSetParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -4937,11 +4937,11 @@ module Azure::KeyVault::V2016_10_01
|
|||
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
||||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
|
||||
parameter = CertificateIssuerUpdateParameters.new
|
||||
parameter = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -10924,7 +10924,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.19.0"
|
||||
sdk_information = "#{sdk_information}/0.19.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -4802,11 +4802,11 @@ module Azure::KeyVault::V7_0_preview
|
|||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
fail ArgumentError, 'provider is nil' if provider.nil?
|
||||
|
||||
parameter = CertificateIssuerSetParameters.new
|
||||
parameter = Azure::KeyVault::V7_0_preview::Models::CertificateIssuerSetParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -4943,11 +4943,11 @@ module Azure::KeyVault::V7_0_preview
|
|||
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
||||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
|
||||
parameter = CertificateIssuerUpdateParameters.new
|
||||
parameter = Azure::KeyVault::V7_0_preview::Models::CertificateIssuerUpdateParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -12643,7 +12643,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.19.0"
|
||||
sdk_information = "#{sdk_information}/0.19.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -4808,11 +4808,11 @@ module Azure::KeyVault::V7_0
|
|||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
fail ArgumentError, 'provider is nil' if provider.nil?
|
||||
|
||||
parameter = CertificateIssuerSetParameters.new
|
||||
parameter = Azure::KeyVault::V7_0::Models::CertificateIssuerSetParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -4949,11 +4949,11 @@ module Azure::KeyVault::V7_0
|
|||
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
||||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
|
||||
parameter = CertificateIssuerUpdateParameters.new
|
||||
parameter = Azure::KeyVault::V7_0::Models::CertificateIssuerUpdateParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -12652,7 +12652,7 @@ module Azure::KeyVault::V7_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.19.0"
|
||||
sdk_information = "#{sdk_information}/0.19.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -843,11 +843,11 @@ module Azure::KeyVault::V7_1_preview
|
|||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
fail ArgumentError, 'provider is nil' if provider.nil?
|
||||
|
||||
parameter = CertificateIssuerSetParameters.new
|
||||
parameter = Azure::KeyVault::V7_1_preview::Models::CertificateIssuerSetParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -984,11 +984,11 @@ module Azure::KeyVault::V7_1_preview
|
|||
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
||||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
|
||||
parameter = CertificateIssuerUpdateParameters.new
|
||||
parameter = Azure::KeyVault::V7_1_preview::Models::CertificateIssuerUpdateParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -12655,7 +12655,7 @@ module Azure::KeyVault::V7_1_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.19.0"
|
||||
sdk_information = "#{sdk_information}/0.19.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -843,11 +843,11 @@ module Azure::KeyVault::V7_1
|
|||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
fail ArgumentError, 'provider is nil' if provider.nil?
|
||||
|
||||
parameter = CertificateIssuerSetParameters.new
|
||||
parameter = Azure::KeyVault::V7_1::Models::CertificateIssuerSetParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -984,11 +984,11 @@ module Azure::KeyVault::V7_1
|
|||
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
||||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
|
||||
parameter = CertificateIssuerUpdateParameters.new
|
||||
parameter = Azure::KeyVault::V7_1::Models::CertificateIssuerUpdateParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -12652,7 +12652,7 @@ module Azure::KeyVault::V7_1
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.19.0"
|
||||
sdk_information = "#{sdk_information}/0.19.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -855,11 +855,11 @@ module Azure::KeyVault::V7_2_preview
|
|||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
fail ArgumentError, 'provider is nil' if provider.nil?
|
||||
|
||||
parameter = CertificateIssuerSetParameters.new
|
||||
parameter = Azure::KeyVault::V7_2_preview::Models::CertificateIssuerSetParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -996,11 +996,11 @@ module Azure::KeyVault::V7_2_preview
|
|||
fail ArgumentError, 'issuer_name is nil' if issuer_name.nil?
|
||||
fail ArgumentError, 'api_version is nil' if api_version.nil?
|
||||
|
||||
parameter = CertificateIssuerUpdateParameters.new
|
||||
parameter = Azure::KeyVault::V7_2_preview::Models::CertificateIssuerUpdateParameters.new
|
||||
unless provider.nil? && credentials.nil? && organization_details.nil? && attributes.nil?
|
||||
parameter.provider = provider
|
||||
parameter.credentials = credentials
|
||||
parameter.OrganizationDetails = organization_details
|
||||
parameter.organization_details = organization_details
|
||||
parameter.attributes = attributes
|
||||
end
|
||||
|
||||
|
@ -13649,7 +13649,7 @@ module Azure::KeyVault::V7_2_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.19.0"
|
||||
sdk_information = "#{sdk_information}/0.19.1"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure::KeyVault
|
||||
VERSION = '0.19.0'
|
||||
VERSION = '0.19.1'
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче