Release 20191205 (#2739)
This commit is contained in:
Родитель
b6b7d11877
Коммит
77c9c5d79d
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure
|
||||
VERSION = '0.47.0'
|
||||
VERSION = '0.47.1'
|
||||
end
|
||||
|
|
|
@ -17,7 +17,9 @@ module Azure::Profiles::Latest
|
|||
Operations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Operations
|
||||
|
||||
module Models
|
||||
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
||||
ClusterDiskEncryptionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
||||
ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
||||
UpdateGatewaySettingsParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
||||
SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
||||
GatewaySettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
||||
|
@ -54,7 +56,7 @@ module Azure::Profiles::Latest
|
|||
VmSizesCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
|
||||
ClusterListRuntimeScriptActionDetailResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
||||
VmSizeCompatibilityFilter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
||||
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
||||
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
||||
RegionalQuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
||||
AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
||||
QuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
||||
|
@ -87,7 +89,7 @@ module Azure::Profiles::Latest
|
|||
ClusterMonitoringRequest = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
||||
ClusterCreateProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
||||
ScriptActionExecutionHistoryList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
||||
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
||||
KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
||||
ScriptActionPersistedGetResponseSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
||||
RuntimeScriptActionDetail = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
||||
TrackedResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
|
||||
|
@ -142,9 +144,15 @@ module Azure::Profiles::Latest
|
|||
end
|
||||
|
||||
class ModelClasses
|
||||
def cluster_resize_parameters
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
||||
end
|
||||
def cluster_disk_encryption_parameters
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
||||
end
|
||||
def client_group_info
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
||||
end
|
||||
def update_gateway_settings_parameters
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
||||
end
|
||||
|
@ -253,8 +261,8 @@ module Azure::Profiles::Latest
|
|||
def vm_size_compatibility_filter
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
||||
end
|
||||
def cluster_resize_parameters
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
||||
def cluster_definition
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
||||
end
|
||||
def regional_quota_capability
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
||||
|
@ -352,8 +360,8 @@ module Azure::Profiles::Latest
|
|||
def script_action_execution_history_list
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
||||
end
|
||||
def cluster_definition
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
||||
def kafka_rest_properties
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
||||
end
|
||||
def script_action_persisted_get_response_spec
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
"data":[
|
||||
"azure_service_fabric"
|
||||
],
|
||||
"management":[
|
||||
"azure_mgmt_cosmosdb",
|
||||
"azure_mgmt_policy"
|
||||
"azure_mgmt_hdinsight"
|
||||
],
|
||||
"rollup":[
|
||||
"azure_sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"rollup": {
|
||||
"azure_sdk": "0.47.0"
|
||||
"azure_sdk": "0.47.1"
|
||||
},
|
||||
"data": {
|
||||
"azure_cognitiveservices_anomalydetector": "0.17.0",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"azure_mgmt_event_hub": "0.18.0",
|
||||
"azure_mgmt_features": "0.17.2",
|
||||
"azure_mgmt_hanaonazure": "0.17.1",
|
||||
"azure_mgmt_hdinsight": "0.17.5",
|
||||
"azure_mgmt_hdinsight": "0.17.6",
|
||||
"azure_mgmt_import_export": "0.17.0",
|
||||
"azure_mgmt_iot_central": "0.17.3",
|
||||
"azure_mgmt_iot_hub": "0.17.3",
|
||||
|
|
|
@ -916,7 +916,7 @@
|
|||
"tag": "package-2015-03-preview"
|
||||
},
|
||||
"azure_mgmt_hdinsight_2018_06_01_preview": {
|
||||
"markdown": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/476f7fd20e3022f798e600ff312e9a8700f557b0/specification/hdinsight/resource-manager/readme.md",
|
||||
"markdown": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/eb99d3181e28b619053e8a335460541c04c2cc94/specification/hdinsight/resource-manager/readme.md",
|
||||
"namespace": "Azure::Hdinsight::Mgmt::V2018_06_01_preview",
|
||||
"tag": "package-2018-06-preview"
|
||||
}
|
||||
|
|
|
@ -154,7 +154,7 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_hdinsight'
|
||||
sdk_information = "#{sdk_information}/0.17.5"
|
||||
sdk_information = "#{sdk_information}/0.17.6"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -31,7 +31,9 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|||
autoload :HDInsightManagementClient, '2018-06-01-preview/generated/azure_mgmt_hdinsight/hdinsight_management_client.rb'
|
||||
|
||||
module Models
|
||||
autoload :ClusterResizeParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_resize_parameters.rb'
|
||||
autoload :ClusterDiskEncryptionParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_disk_encryption_parameters.rb'
|
||||
autoload :ClientGroupInfo, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/client_group_info.rb'
|
||||
autoload :UpdateGatewaySettingsParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/update_gateway_settings_parameters.rb'
|
||||
autoload :SecurityProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/security_profile.rb'
|
||||
autoload :GatewaySettings, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/gateway_settings.rb'
|
||||
|
@ -68,7 +70,7 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|||
autoload :VmSizesCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/vm_sizes_capability.rb'
|
||||
autoload :ClusterListRuntimeScriptActionDetailResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_list_runtime_script_action_detail_result.rb'
|
||||
autoload :VmSizeCompatibilityFilter, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/vm_size_compatibility_filter.rb'
|
||||
autoload :ClusterResizeParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_resize_parameters.rb'
|
||||
autoload :ClusterDefinition, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_definition.rb'
|
||||
autoload :RegionalQuotaCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/regional_quota_capability.rb'
|
||||
autoload :AutoscaleTimeAndCapacity, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_time_and_capacity.rb'
|
||||
autoload :QuotaCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/quota_capability.rb'
|
||||
|
@ -101,7 +103,7 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|||
autoload :ClusterMonitoringRequest, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_monitoring_request.rb'
|
||||
autoload :ClusterCreateProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb'
|
||||
autoload :ScriptActionExecutionHistoryList, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action_execution_history_list.rb'
|
||||
autoload :ClusterDefinition, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_definition.rb'
|
||||
autoload :KafkaRestProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb'
|
||||
autoload :ScriptActionPersistedGetResponseSpec, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action_persisted_get_response_spec.rb'
|
||||
autoload :RuntimeScriptActionDetail, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/runtime_script_action_detail.rb'
|
||||
autoload :TrackedResource, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/tracked_resource.rb'
|
||||
|
|
|
@ -154,7 +154,7 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_hdinsight'
|
||||
sdk_information = "#{sdk_information}/0.17.5"
|
||||
sdk_information = "#{sdk_information}/0.17.6"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -0,0 +1,57 @@
|
|||
# encoding: utf-8
|
||||
# Code generated by Microsoft (R) AutoRest Code Generator.
|
||||
# Changes may cause incorrect behavior and will be lost if the code is
|
||||
# regenerated.
|
||||
|
||||
module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
||||
module Models
|
||||
#
|
||||
# The information of AAD security group.
|
||||
#
|
||||
class ClientGroupInfo
|
||||
|
||||
include MsRestAzure
|
||||
|
||||
# @return [String] The AAD security group name.
|
||||
attr_accessor :group_name
|
||||
|
||||
# @return [String] The AAD security group id.
|
||||
attr_accessor :group_id
|
||||
|
||||
|
||||
#
|
||||
# Mapper for ClientGroupInfo class as Ruby Hash.
|
||||
# This will be used for serialization/deserialization.
|
||||
#
|
||||
def self.mapper()
|
||||
{
|
||||
client_side_validation: true,
|
||||
required: false,
|
||||
serialized_name: 'ClientGroupInfo',
|
||||
type: {
|
||||
name: 'Composite',
|
||||
class_name: 'ClientGroupInfo',
|
||||
model_properties: {
|
||||
group_name: {
|
||||
client_side_validation: true,
|
||||
required: false,
|
||||
serialized_name: 'groupName',
|
||||
type: {
|
||||
name: 'String'
|
||||
}
|
||||
},
|
||||
group_id: {
|
||||
client_side_validation: true,
|
||||
required: false,
|
||||
serialized_name: 'groupId',
|
||||
type: {
|
||||
name: 'String'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
|
@ -26,6 +26,10 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|||
# @return [ClusterDefinition] The cluster definition.
|
||||
attr_accessor :cluster_definition
|
||||
|
||||
# @return [KafkaRestProperties] The cluster kafka rest proxy
|
||||
# configuration.
|
||||
attr_accessor :kafka_rest_properties
|
||||
|
||||
# @return [SecurityProfile] The security profile.
|
||||
attr_accessor :security_profile
|
||||
|
||||
|
@ -87,6 +91,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|||
class_name: 'ClusterDefinition'
|
||||
}
|
||||
},
|
||||
kafka_rest_properties: {
|
||||
client_side_validation: true,
|
||||
required: false,
|
||||
serialized_name: 'kafkaRestProperties',
|
||||
type: {
|
||||
name: 'Composite',
|
||||
class_name: 'KafkaRestProperties'
|
||||
}
|
||||
},
|
||||
security_profile: {
|
||||
client_side_validation: true,
|
||||
required: false,
|
||||
|
|
|
@ -26,6 +26,10 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|||
# @return [ClusterDefinition] The cluster definition.
|
||||
attr_accessor :cluster_definition
|
||||
|
||||
# @return [KafkaRestProperties] The cluster kafka rest proxy
|
||||
# configuration.
|
||||
attr_accessor :kafka_rest_properties
|
||||
|
||||
# @return [SecurityProfile] The security profile.
|
||||
attr_accessor :security_profile
|
||||
|
||||
|
@ -105,6 +109,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|||
class_name: 'ClusterDefinition'
|
||||
}
|
||||
},
|
||||
kafka_rest_properties: {
|
||||
client_side_validation: true,
|
||||
required: false,
|
||||
serialized_name: 'kafkaRestProperties',
|
||||
type: {
|
||||
name: 'Composite',
|
||||
class_name: 'KafkaRestProperties'
|
||||
}
|
||||
},
|
||||
security_profile: {
|
||||
client_side_validation: true,
|
||||
required: false,
|
||||
|
|
|
@ -0,0 +1,48 @@
|
|||
# encoding: utf-8
|
||||
# Code generated by Microsoft (R) AutoRest Code Generator.
|
||||
# Changes may cause incorrect behavior and will be lost if the code is
|
||||
# regenerated.
|
||||
|
||||
module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
||||
module Models
|
||||
#
|
||||
# The kafka rest proxy configuration which contains AAD security group
|
||||
# information.
|
||||
#
|
||||
class KafkaRestProperties
|
||||
|
||||
include MsRestAzure
|
||||
|
||||
# @return [ClientGroupInfo] The information of AAD security group.
|
||||
attr_accessor :client_group_info
|
||||
|
||||
|
||||
#
|
||||
# Mapper for KafkaRestProperties class as Ruby Hash.
|
||||
# This will be used for serialization/deserialization.
|
||||
#
|
||||
def self.mapper()
|
||||
{
|
||||
client_side_validation: true,
|
||||
required: false,
|
||||
serialized_name: 'KafkaRestProperties',
|
||||
type: {
|
||||
name: 'Composite',
|
||||
class_name: 'KafkaRestProperties',
|
||||
model_properties: {
|
||||
client_group_info: {
|
||||
client_side_validation: true,
|
||||
required: false,
|
||||
serialized_name: 'clientGroupInfo',
|
||||
type: {
|
||||
name: 'Composite',
|
||||
class_name: 'ClientGroupInfo'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
|
@ -24,7 +24,7 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|||
attr_accessor :container
|
||||
|
||||
# @return [String] The filesystem, only to be specified for Azure Data
|
||||
# Lake Storage type Gen 2.
|
||||
# Lake Storage Gen 2.
|
||||
attr_accessor :file_system
|
||||
|
||||
# @return [String] The storage account access key.
|
||||
|
|
|
@ -16,7 +16,9 @@ module Azure::Hdinsight::Profiles::Latest
|
|||
Operations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Operations
|
||||
|
||||
module Models
|
||||
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
||||
ClusterDiskEncryptionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
||||
ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
||||
UpdateGatewaySettingsParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
||||
SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
||||
GatewaySettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
||||
|
@ -53,7 +55,7 @@ module Azure::Hdinsight::Profiles::Latest
|
|||
VmSizesCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
|
||||
ClusterListRuntimeScriptActionDetailResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
||||
VmSizeCompatibilityFilter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
||||
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
||||
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
||||
RegionalQuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
||||
AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
||||
QuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
||||
|
@ -86,7 +88,7 @@ module Azure::Hdinsight::Profiles::Latest
|
|||
ClusterMonitoringRequest = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
||||
ClusterCreateProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
||||
ScriptActionExecutionHistoryList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
||||
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
||||
KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
||||
ScriptActionPersistedGetResponseSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
||||
RuntimeScriptActionDetail = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
||||
TrackedResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
|
||||
|
@ -156,9 +158,15 @@ module Azure::Hdinsight::Profiles::Latest
|
|||
end
|
||||
|
||||
class ModelClasses
|
||||
def cluster_resize_parameters
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
||||
end
|
||||
def cluster_disk_encryption_parameters
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
||||
end
|
||||
def client_group_info
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
||||
end
|
||||
def update_gateway_settings_parameters
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
||||
end
|
||||
|
@ -267,8 +275,8 @@ module Azure::Hdinsight::Profiles::Latest
|
|||
def vm_size_compatibility_filter
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
||||
end
|
||||
def cluster_resize_parameters
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
||||
def cluster_definition
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
||||
end
|
||||
def regional_quota_capability
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
||||
|
@ -366,8 +374,8 @@ module Azure::Hdinsight::Profiles::Latest
|
|||
def script_action_execution_history_list
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
||||
end
|
||||
def cluster_definition
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
||||
def kafka_rest_properties
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
||||
end
|
||||
def script_action_persisted_get_response_spec
|
||||
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure::Hdinsight::Mgmt
|
||||
VERSION = '0.17.5'
|
||||
VERSION = '0.17.6'
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче