Release 31 07 2018 ii (#1542)
* Updated all GEM Versions * Regen all SDKs & Profiles with latest autorest.ruby and versions * Update Gems To Release file * Update changelog & version for ms_rest_azure * Update Azure Ruby SDK Changelog
This commit is contained in:
Родитель
401afa289e
Коммит
096d78b680
|
@ -1,3 +1,8 @@
|
|||
## 2018.07.31 - Azure Ruby SDK Release
|
||||
* Released Rollup gem, all management gems and data plane gems with all the latest changes.
|
||||
* This specifically includes updates to the compute gem with versions of 2018-04-01 & 2018-06-01 versions.
|
||||
* The major versions of all the gems have been updated.
|
||||
|
||||
## 2018.06.27 - Azure Ruby SDK Release
|
||||
* Released 0.16.3 version of azure_mgmt_storage gem. This includes new features: HDFS & Static Website.
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
module Azure
|
||||
VERSION = '0.17.11'
|
||||
VERSION = '0.18.0'
|
||||
end
|
||||
|
|
|
@ -1,3 +1,85 @@
|
|||
|
||||
{
|
||||
"management": ["azure_mgmt_storage"]
|
||||
}
|
||||
"rollup": [
|
||||
"azure_sdk"
|
||||
],
|
||||
"data": [
|
||||
"azure_cognitiveservices_computervision",
|
||||
"azure_cognitiveservices_contentmoderator",
|
||||
"azure_cognitiveservices_customsearch",
|
||||
"azure_cognitiveservices_entitysearch",
|
||||
"azure_cognitiveservices_face",
|
||||
"azure_cognitiveservices_imagesearch",
|
||||
"azure_cognitiveservices_newssearch",
|
||||
"azure_cognitiveservices_spellcheck",
|
||||
"azure_cognitiveservices_textanalytics",
|
||||
"azure_cognitiveservices_videosearch",
|
||||
"azure_cognitiveservices_websearch",
|
||||
"azure_event_grid",
|
||||
"azure_graph_rbac",
|
||||
"azure_key_vault"
|
||||
],
|
||||
"management" : [
|
||||
"azure_mgmt_analysis_services",
|
||||
"azure_mgmt_api_management",
|
||||
"azure_mgmt_authorization",
|
||||
"azure_mgmt_automation",
|
||||
"azure_mgmt_batch",
|
||||
"azure_mgmt_billing",
|
||||
"azure_mgmt_cdn",
|
||||
"azure_mgmt_cognitive_services",
|
||||
"azure_mgmt_commerce",
|
||||
"azure_mgmt_compute",
|
||||
"azure_mgmt_consumption",
|
||||
"azure_mgmt_container_instance",
|
||||
"azure_mgmt_container_registry",
|
||||
"azure_mgmt_container_service",
|
||||
"azure_mgmt_customer_insights",
|
||||
"azure_mgmt_datalake_analytics",
|
||||
"azure_mgmt_datalake_store",
|
||||
"azure_mgmt_dev_spaces",
|
||||
"azure_mgmt_devtestlabs",
|
||||
"azure_mgmt_dns",
|
||||
"azure_mgmt_event_grid",
|
||||
"azure_mgmt_event_hub",
|
||||
"azure_mgmt_features",
|
||||
"azure_mgmt_iot_central",
|
||||
"azure_mgmt_iot_hub",
|
||||
"azure_mgmt_key_vault",
|
||||
"azure_mgmt_links",
|
||||
"azure_mgmt_locks",
|
||||
"azure_mgmt_logic",
|
||||
"azure_mgmt_machine_learning",
|
||||
"azure_mgmt_managed_applications",
|
||||
"azure_mgmt_marketplace_ordering",
|
||||
"azure_mgmt_media_services",
|
||||
"azure_mgmt_monitor",
|
||||
"azure_mgmt_msi",
|
||||
"azure_mgmt_network",
|
||||
"azure_mgmt_notification_hubs",
|
||||
"azure_mgmt_operational_insights",
|
||||
"azure_mgmt_policy",
|
||||
"azure_mgmt_policy_insights",
|
||||
"azure_mgmt_powerbi_embedded",
|
||||
"azure_mgmt_recovery_services",
|
||||
"azure_mgmt_recovery_services_backup",
|
||||
"azure_mgmt_recovery_services_site_recovery",
|
||||
"azure_mgmt_redis",
|
||||
"azure_mgmt_relay",
|
||||
"azure_mgmt_resources",
|
||||
"azure_mgmt_resources_management",
|
||||
"azure_mgmt_scheduler",
|
||||
"azure_mgmt_search",
|
||||
"azure_mgmt_security",
|
||||
"azure_mgmt_service_bus",
|
||||
"azure_mgmt_service_fabric",
|
||||
"azure_mgmt_signalr",
|
||||
"azure_mgmt_sql",
|
||||
"azure_mgmt_stor_simple8000_series",
|
||||
"azure_mgmt_storage",
|
||||
"azure_mgmt_stream_analytics",
|
||||
"azure_mgmt_subscriptions",
|
||||
"azure_mgmt_traffic_manager",
|
||||
"azure_mgmt_web"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,84 +1,85 @@
|
|||
|
||||
{
|
||||
"rollup": {
|
||||
"azure_sdk": "0.17.11"
|
||||
"azure_sdk": "0.18.0"
|
||||
},
|
||||
"data": {
|
||||
"azure_cognitiveservices_computervision": "0.16.0",
|
||||
"azure_cognitiveservices_contentmoderator": "0.16.0",
|
||||
"azure_cognitiveservices_customsearch": "0.16.0",
|
||||
"azure_cognitiveservices_entitysearch": "0.16.0",
|
||||
"azure_cognitiveservices_face": "0.16.0",
|
||||
"azure_cognitiveservices_imagesearch": "0.16.0",
|
||||
"azure_cognitiveservices_newssearch": "0.16.0",
|
||||
"azure_cognitiveservices_spellcheck": "0.16.0",
|
||||
"azure_cognitiveservices_textanalytics": "0.16.0",
|
||||
"azure_cognitiveservices_videosearch": "0.16.0",
|
||||
"azure_cognitiveservices_websearch": "0.16.0",
|
||||
"azure_event_grid": "0.16.0",
|
||||
"azure_graph_rbac": "0.16.0",
|
||||
"azure_key_vault": "0.16.0"
|
||||
"azure_cognitiveservices_computervision": "0.17.0",
|
||||
"azure_cognitiveservices_contentmoderator": "0.17.0",
|
||||
"azure_cognitiveservices_customsearch": "0.17.0",
|
||||
"azure_cognitiveservices_entitysearch": "0.17.0",
|
||||
"azure_cognitiveservices_face": "0.17.0",
|
||||
"azure_cognitiveservices_imagesearch": "0.17.0",
|
||||
"azure_cognitiveservices_newssearch": "0.17.0",
|
||||
"azure_cognitiveservices_spellcheck": "0.17.0",
|
||||
"azure_cognitiveservices_textanalytics": "0.17.0",
|
||||
"azure_cognitiveservices_videosearch": "0.17.0",
|
||||
"azure_cognitiveservices_websearch": "0.17.0",
|
||||
"azure_event_grid": "0.17.0",
|
||||
"azure_graph_rbac": "0.17.0",
|
||||
"azure_key_vault": "0.17.0"
|
||||
},
|
||||
"management" : {
|
||||
"azure_mgmt_analysis_services": "0.16.0",
|
||||
"azure_mgmt_api_management": "0.17.0",
|
||||
"azure_mgmt_authorization": "0.17.0",
|
||||
"azure_mgmt_automation": "0.16.0",
|
||||
"azure_mgmt_batch": "0.16.0",
|
||||
"azure_mgmt_billing": "0.16.0",
|
||||
"azure_mgmt_cdn": "0.16.0",
|
||||
"azure_mgmt_cognitive_services": "0.16.0",
|
||||
"azure_mgmt_commerce": "0.16.0",
|
||||
"azure_mgmt_compute": "0.17.1",
|
||||
"azure_mgmt_consumption": "0.16.0",
|
||||
"azure_mgmt_container_instance": "0.16.0",
|
||||
"azure_mgmt_container_registry": "0.16.0",
|
||||
"azure_mgmt_container_service": "0.17.0",
|
||||
"azure_mgmt_customer_insights": "0.16.0",
|
||||
"azure_mgmt_datalake_analytics": "0.16.0",
|
||||
"azure_mgmt_datalake_store": "0.16.0",
|
||||
"azure_mgmt_dev_spaces": "0.16.0",
|
||||
"azure_mgmt_devtestlabs": "0.16.0",
|
||||
"azure_mgmt_dns": "0.16.1",
|
||||
"azure_mgmt_event_grid": "0.16.1",
|
||||
"azure_mgmt_event_hub": "0.16.0",
|
||||
"azure_mgmt_features": "0.16.0",
|
||||
"azure_mgmt_iot_central": "0.16.0",
|
||||
"azure_mgmt_iot_hub": "0.16.0",
|
||||
"azure_mgmt_key_vault": "0.16.0",
|
||||
"azure_mgmt_links": "0.16.0",
|
||||
"azure_mgmt_locks": "0.16.0",
|
||||
"azure_mgmt_logic": "0.16.0",
|
||||
"azure_mgmt_machine_learning": "0.16.0",
|
||||
"azure_mgmt_managed_applications": "0.16.0",
|
||||
"azure_mgmt_marketplace_ordering": "0.16.0",
|
||||
"azure_mgmt_media_services": "0.16.1",
|
||||
"azure_mgmt_monitor": "0.16.1",
|
||||
"azure_mgmt_msi": "0.16.0",
|
||||
"azure_mgmt_network": "0.16.0",
|
||||
"azure_mgmt_notification_hubs": "0.16.0",
|
||||
"azure_mgmt_operational_insights": "0.16.0",
|
||||
"azure_mgmt_policy": "0.16.0",
|
||||
"azure_mgmt_policy_insights": "0.16.0",
|
||||
"azure_mgmt_powerbi_embedded": "0.16.0",
|
||||
"azure_mgmt_recovery_services": "0.16.0",
|
||||
"azure_mgmt_recovery_services_backup": "0.16.0",
|
||||
"azure_mgmt_recovery_services_site_recovery": "0.16.0",
|
||||
"azure_mgmt_redis": "0.16.0",
|
||||
"azure_mgmt_relay": "0.16.0",
|
||||
"azure_mgmt_resources": "0.16.0",
|
||||
"azure_mgmt_resources_management": "0.16.0",
|
||||
"azure_mgmt_scheduler": "0.16.0",
|
||||
"azure_mgmt_search": "0.16.0",
|
||||
"azure_mgmt_security": "0.16.0",
|
||||
"azure_mgmt_service_bus": "0.16.0",
|
||||
"azure_mgmt_service_fabric": "0.16.0",
|
||||
"azure_mgmt_signalr": "0.16.1",
|
||||
"azure_mgmt_sql": "0.16.0",
|
||||
"azure_mgmt_stor_simple8000_series": "0.16.0",
|
||||
"azure_mgmt_storage": "0.16.3",
|
||||
"azure_mgmt_stream_analytics": "0.16.0",
|
||||
"azure_mgmt_subscriptions": "0.16.0",
|
||||
"azure_mgmt_traffic_manager": "0.16.0",
|
||||
"azure_mgmt_web": "0.16.0"
|
||||
"azure_mgmt_analysis_services": "0.17.0",
|
||||
"azure_mgmt_api_management": "0.18.0",
|
||||
"azure_mgmt_authorization": "0.18.0",
|
||||
"azure_mgmt_automation": "0.17.0",
|
||||
"azure_mgmt_batch": "0.17.0",
|
||||
"azure_mgmt_billing": "0.17.0",
|
||||
"azure_mgmt_cdn": "0.17.0",
|
||||
"azure_mgmt_cognitive_services": "0.17.0",
|
||||
"azure_mgmt_commerce": "0.17.0",
|
||||
"azure_mgmt_compute": "0.18.0",
|
||||
"azure_mgmt_consumption": "0.17.0",
|
||||
"azure_mgmt_container_instance": "0.17.0",
|
||||
"azure_mgmt_container_registry": "0.17.0",
|
||||
"azure_mgmt_container_service": "0.18.0",
|
||||
"azure_mgmt_customer_insights": "0.17.0",
|
||||
"azure_mgmt_datalake_analytics": "0.17.0",
|
||||
"azure_mgmt_datalake_store": "0.17.0",
|
||||
"azure_mgmt_dev_spaces": "0.17.0",
|
||||
"azure_mgmt_devtestlabs": "0.17.0",
|
||||
"azure_mgmt_dns": "0.17.0",
|
||||
"azure_mgmt_event_grid": "0.17.0",
|
||||
"azure_mgmt_event_hub": "0.17.0",
|
||||
"azure_mgmt_features": "0.17.0",
|
||||
"azure_mgmt_iot_central": "0.17.0",
|
||||
"azure_mgmt_iot_hub": "0.17.0",
|
||||
"azure_mgmt_key_vault": "0.17.0",
|
||||
"azure_mgmt_links": "0.17.0",
|
||||
"azure_mgmt_locks": "0.17.0",
|
||||
"azure_mgmt_logic": "0.17.0",
|
||||
"azure_mgmt_machine_learning": "0.17.0",
|
||||
"azure_mgmt_managed_applications": "0.17.0",
|
||||
"azure_mgmt_marketplace_ordering": "0.17.0",
|
||||
"azure_mgmt_media_services": "0.17.0",
|
||||
"azure_mgmt_monitor": "0.17.0",
|
||||
"azure_mgmt_msi": "0.17.0",
|
||||
"azure_mgmt_network": "0.17.0",
|
||||
"azure_mgmt_notification_hubs": "0.17.0",
|
||||
"azure_mgmt_operational_insights": "0.17.0",
|
||||
"azure_mgmt_policy": "0.17.0",
|
||||
"azure_mgmt_policy_insights": "0.17.0",
|
||||
"azure_mgmt_powerbi_embedded": "0.17.0",
|
||||
"azure_mgmt_recovery_services": "0.17.0",
|
||||
"azure_mgmt_recovery_services_backup": "0.17.0",
|
||||
"azure_mgmt_recovery_services_site_recovery": "0.17.0",
|
||||
"azure_mgmt_redis": "0.17.0",
|
||||
"azure_mgmt_relay": "0.17.0",
|
||||
"azure_mgmt_resources": "0.17.0",
|
||||
"azure_mgmt_resources_management": "0.17.0",
|
||||
"azure_mgmt_scheduler": "0.17.0",
|
||||
"azure_mgmt_search": "0.17.0",
|
||||
"azure_mgmt_security": "0.17.0",
|
||||
"azure_mgmt_service_bus": "0.17.0",
|
||||
"azure_mgmt_service_fabric": "0.17.0",
|
||||
"azure_mgmt_signalr": "0.17.0",
|
||||
"azure_mgmt_sql": "0.17.0",
|
||||
"azure_mgmt_stor_simple8000_series": "0.17.0",
|
||||
"azure_mgmt_storage": "0.17.0",
|
||||
"azure_mgmt_stream_analytics": "0.17.0",
|
||||
"azure_mgmt_subscriptions": "0.17.0",
|
||||
"azure_mgmt_traffic_manager": "0.17.0",
|
||||
"azure_mgmt_web": "0.17.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::CognitiveServices::ComputerVision::V1_0
|
|||
# 'brazilsouth', 'canadacentral', 'centralindia', 'uksouth', 'japaneast'
|
||||
attr_accessor :azure_region
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
#
|
||||
|
@ -2253,7 +2254,7 @@ module Azure::CognitiveServices::ComputerVision::V1_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_computervision'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::CognitiveServices::ComputerVision::V2_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
#
|
||||
|
@ -2249,7 +2250,7 @@ module Azure::CognitiveServices::ComputerVision::V2_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_computervision'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::ComputerVision
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -38,15 +38,16 @@ module Azure::CognitiveServices::ContentModerator::V1_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [ImageModeration] image_moderation
|
||||
|
@ -160,7 +161,7 @@ module Azure::CognitiveServices::ContentModerator::V1_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_contentmoderator'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::ContentModerator
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -21,15 +21,16 @@ module Azure::CognitiveServices::CustomSearch::V1_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [CustomInstance] custom_instance
|
||||
|
@ -120,7 +121,7 @@ module Azure::CognitiveServices::CustomSearch::V1_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_customsearch'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::CustomSearch
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -21,15 +21,16 @@ module Azure::CognitiveServices::EntitySearch::V1_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [EntitiesOperations] entities_operations
|
||||
|
@ -120,7 +121,7 @@ module Azure::CognitiveServices::EntitySearch::V1_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_entitysearch'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::EntitySearch
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -21,15 +21,16 @@ module Azure::CognitiveServices::Face::V1_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Face] face
|
||||
|
@ -132,7 +133,7 @@ module Azure::CognitiveServices::Face::V1_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_face'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::Face
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -21,15 +21,16 @@ module Azure::CognitiveServices::ImageSearch::V1_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [ImagesOperations] images_operations
|
||||
|
@ -120,7 +121,7 @@ module Azure::CognitiveServices::ImageSearch::V1_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_imagesearch'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::ImageSearch
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -21,15 +21,16 @@ module Azure::CognitiveServices::NewsSearch::V1_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [NewsOperations] news_operations
|
||||
|
@ -120,7 +121,7 @@ module Azure::CognitiveServices::NewsSearch::V1_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_newssearch'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::NewsSearch
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -21,15 +21,16 @@ module Azure::CognitiveServices::SpellCheck::V1_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
#
|
||||
|
@ -769,7 +770,7 @@ module Azure::CognitiveServices::SpellCheck::V1_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_spellcheck'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::SpellCheck
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -21,15 +21,16 @@ module Azure::CognitiveServices::TextAnalytics::V2_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
#
|
||||
|
@ -549,7 +550,7 @@ module Azure::CognitiveServices::TextAnalytics::V2_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_textanalytics'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::TextAnalytics
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -21,15 +21,16 @@ module Azure::CognitiveServices::VideoSearch::V1_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [VideosOperations] videos_operations
|
||||
|
@ -120,7 +121,7 @@ module Azure::CognitiveServices::VideoSearch::V1_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_videosearch'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::VideoSearch
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -21,15 +21,16 @@ module Azure::CognitiveServices::WebSearch::V1_0
|
|||
# subscription.
|
||||
attr_accessor :credentials
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Web] web
|
||||
|
@ -120,7 +121,7 @@ module Azure::CognitiveServices::WebSearch::V1_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_cognitiveservices_websearch'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::WebSearch
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -20,15 +20,16 @@ module Azure::EventGrid::V2018_01_01
|
|||
# @return [String] Version of the API to be used with the client request.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
#
|
||||
|
@ -224,7 +225,7 @@ module Azure::EventGrid::V2018_01_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_event_grid'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::EventGrid
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -23,15 +23,16 @@ module Azure::GraphRbac::V1_6
|
|||
# @return [String] The tenant ID.
|
||||
attr_accessor :tenant_id
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Objects] objects
|
||||
|
@ -143,7 +144,7 @@ module Azure::GraphRbac::V1_6
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_graph_rbac'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::GraphRbac
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -20,15 +20,16 @@ module Azure::KeyVault::V2015_06_01
|
|||
# @return [String] Client Api Version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
#
|
||||
|
@ -6067,7 +6068,7 @@ module Azure::KeyVault::V2015_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -20,15 +20,16 @@ module Azure::KeyVault::V2016_10_01
|
|||
# @return [String] Client API version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
#
|
||||
|
@ -10741,7 +10742,7 @@ module Azure::KeyVault::V2016_10_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -20,15 +20,16 @@ module Azure::KeyVault::V7_0_preview
|
|||
# @return [String] Client API version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
#
|
||||
|
@ -12430,7 +12431,7 @@ module Azure::KeyVault::V7_0_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -20,15 +20,16 @@ module Azure::KeyVault::V7_0
|
|||
# @return [String] Client API version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
#
|
||||
|
@ -12430,7 +12431,7 @@ module Azure::KeyVault::V7_0
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_key_vault'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::AnalysisServices::Mgmt::V2016_05_16
|
|||
# @return [String] The client API version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Servers] servers
|
||||
|
@ -124,7 +125,7 @@ module Azure::AnalysisServices::Mgmt::V2016_05_16
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_analysis_services'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::AnalysisServices::Mgmt::V2017_07_14
|
|||
# @return [String] The client API version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Servers] servers
|
||||
|
@ -124,7 +125,7 @@ module Azure::AnalysisServices::Mgmt::V2017_07_14
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_analysis_services'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::AnalysisServices::Mgmt::V2017_08_01_beta
|
|||
# @return [String] The client API version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Servers] servers
|
||||
|
@ -128,7 +129,7 @@ module Azure::AnalysisServices::Mgmt::V2017_08_01_beta
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_analysis_services'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::AnalysisServices::Mgmt::V2017_08_01
|
|||
# @return [String] The client API version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Servers] servers
|
||||
|
@ -128,7 +129,7 @@ module Azure::AnalysisServices::Mgmt::V2017_08_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_analysis_services'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::AnalysisServices::Mgmt
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::ApiManagement::Mgmt::V2016_07_07
|
|||
# @return [String] Version of the API to be used with the client request.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Apis] apis
|
||||
|
@ -245,7 +246,7 @@ module Azure::ApiManagement::Mgmt::V2016_07_07
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_api_management'
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::ApiManagement::Mgmt::V2016_10_10
|
|||
# for every service call.
|
||||
attr_accessor :subscription_id
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [PolicySnippets] policy_snippets
|
||||
|
@ -277,7 +278,7 @@ module Azure::ApiManagement::Mgmt::V2016_10_10
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_api_management'
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::ApiManagement::Mgmt::V2017_03_01
|
|||
# for every service call.
|
||||
attr_accessor :subscription_id
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Policy] policy
|
||||
|
@ -377,7 +378,7 @@ module Azure::ApiManagement::Mgmt::V2017_03_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_api_management'
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::ApiManagement::Mgmt::V2018_01_01_preview
|
|||
# for every service call.
|
||||
attr_accessor :subscription_id
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Policy] policy
|
||||
|
@ -357,7 +358,7 @@ module Azure::ApiManagement::Mgmt::V2018_01_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_api_management'
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::ApiManagement::Mgmt::V2018_06_01_preview
|
|||
# for every service call.
|
||||
attr_accessor :subscription_id
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Policy] policy
|
||||
|
@ -349,7 +350,7 @@ module Azure::ApiManagement::Mgmt::V2018_06_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_api_management'
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
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::ApiManagement::Mgmt
|
||||
VERSION = '0.17.0'
|
||||
VERSION = '0.18.0'
|
||||
end
|
||||
|
|
|
@ -23,15 +23,16 @@ module Azure::Authorization::Mgmt::V2015_06_01_preview
|
|||
# @return [String] The API version to use for this operation.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [ClassicAdministrators] classic_administrators
|
||||
|
@ -123,7 +124,7 @@ module Azure::Authorization::Mgmt::V2015_06_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_authorization'
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -23,15 +23,16 @@ module Azure::Authorization::Mgmt::V2015_07_01_preview
|
|||
# @return [String] The API version to use for this operation.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Permissions] permissions
|
||||
|
@ -132,7 +133,7 @@ module Azure::Authorization::Mgmt::V2015_07_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_authorization'
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -23,15 +23,16 @@ module Azure::Authorization::Mgmt::V2015_07_01
|
|||
# @return [String] The API version to use for this operation.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Permissions] permissions
|
||||
|
@ -140,7 +141,7 @@ module Azure::Authorization::Mgmt::V2015_07_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_authorization'
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -23,15 +23,16 @@ module Azure::Authorization::Mgmt::V2017_10_01_preview
|
|||
# @return [String] The API version to use for this operation.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [RoleAssignments] role_assignments
|
||||
|
@ -123,7 +124,7 @@ module Azure::Authorization::Mgmt::V2017_10_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_authorization'
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -23,15 +23,16 @@ module Azure::Authorization::Mgmt::V2018_01_01_preview
|
|||
# @return [String] The API version to use for this operation.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [ProviderOperationsMetadataOperations]
|
||||
|
@ -136,7 +137,7 @@ module Azure::Authorization::Mgmt::V2018_01_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_authorization'
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
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::Authorization::Mgmt
|
||||
VERSION = '0.17.0'
|
||||
VERSION = '0.18.0'
|
||||
end
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|||
# for every service call.
|
||||
attr_accessor :subscription_id
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [AutomationAccountOperations] automation_account_operations
|
||||
|
@ -251,7 +252,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_automation'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::Automation::Mgmt
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::Batch::Mgmt::V2015_12_01
|
|||
# @return [String] The API version to be used with the HTTP request.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [BatchAccountOperations] batch_account_operations
|
||||
|
@ -136,7 +137,7 @@ module Azure::Batch::Mgmt::V2015_12_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_batch'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::Batch::Mgmt::V2017_01_01
|
|||
# @return [String] The API version to be used with the HTTP request.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [BatchAccountOperations] batch_account_operations
|
||||
|
@ -136,7 +137,7 @@ module Azure::Batch::Mgmt::V2017_01_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_batch'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::Batch::Mgmt::V2017_05_01
|
|||
# @return [String] The API version to be used with the HTTP request.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [BatchAccountOperations] batch_account_operations
|
||||
|
@ -140,7 +141,7 @@ module Azure::Batch::Mgmt::V2017_05_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_batch'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::Batch::Mgmt::V2017_09_01
|
|||
# @return [String] The API version to be used with the HTTP request.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [BatchAccountOperations] batch_account_operations
|
||||
|
@ -148,7 +149,7 @@ module Azure::Batch::Mgmt::V2017_09_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_batch'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::Batch::Mgmt
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::Billing::Mgmt::V2017_02_27_preview
|
|||
# @return [String] Azure Subscription ID.
|
||||
attr_accessor :subscription_id
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Invoices] invoices
|
||||
|
@ -128,7 +129,7 @@ module Azure::Billing::Mgmt::V2017_02_27_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_billing'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::Billing::Mgmt::V2017_04_24_preview
|
|||
# @return [String] Azure Subscription ID.
|
||||
attr_accessor :subscription_id
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [BillingPeriods] billing_periods
|
||||
|
@ -132,7 +133,7 @@ module Azure::Billing::Mgmt::V2017_04_24_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_billing'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::Billing::Mgmt::V2018_03_01_preview
|
|||
# @return [String] Azure Subscription ID.
|
||||
attr_accessor :subscription_id
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [EnrollmentAccounts] enrollment_accounts
|
||||
|
@ -136,7 +137,7 @@ module Azure::Billing::Mgmt::V2018_03_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_billing'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::Billing::Mgmt
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::CDN::Mgmt::V2015_06_01
|
|||
# Current version is 2015-06-01
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Profiles] profiles
|
||||
|
@ -144,7 +145,7 @@ module Azure::CDN::Mgmt::V2015_06_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::CDN::Mgmt::V2016_04_02
|
|||
# Current version is 2016-04-02
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Profiles] profiles
|
||||
|
@ -144,7 +145,7 @@ module Azure::CDN::Mgmt::V2016_04_02
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::CDN::Mgmt::V2016_10_02
|
|||
# Current version is 2016-10-02.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Profiles] profiles
|
||||
|
@ -742,7 +743,7 @@ module Azure::CDN::Mgmt::V2016_10_02
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::CDN::Mgmt::V2017_04_02
|
|||
# Current version is 2017-04-02.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Profiles] profiles
|
||||
|
@ -351,7 +352,7 @@ module Azure::CDN::Mgmt::V2017_04_02
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::CDN::Mgmt::V2017_10_12
|
|||
# Current version is 2017-04-02.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Profiles] profiles
|
||||
|
@ -452,7 +453,7 @@ module Azure::CDN::Mgmt::V2017_10_12
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cdn'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CDN::Mgmt
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::CognitiveServices::Mgmt::V2016_02_01_preview
|
|||
# Current version is 2016-02-01-preview
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [CognitiveServicesAccounts] cognitive_services_accounts
|
||||
|
@ -124,7 +125,7 @@ module Azure::CognitiveServices::Mgmt::V2016_02_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cognitive_services'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::CognitiveServices::Mgmt::V2017_04_18
|
|||
# Current version is 2017-04-18
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Accounts] accounts
|
||||
|
@ -136,7 +137,7 @@ module Azure::CognitiveServices::Mgmt::V2017_04_18
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_cognitive_services'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::CognitiveServices::Mgmt
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -24,15 +24,16 @@ module Azure::Commerce::Mgmt::V2015_06_01_preview
|
|||
# @return [String] Client Api Version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [UsageAggregates] usage_aggregates
|
||||
|
@ -128,7 +129,7 @@ module Azure::Commerce::Mgmt::V2015_06_01_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_commerce'
|
||||
sdk_information = "#{sdk_information}/0.16.0"
|
||||
sdk_information = "#{sdk_information}/0.17.0"
|
||||
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::Commerce::Mgmt
|
||||
VERSION = '0.16.0'
|
||||
VERSION = '0.17.0'
|
||||
end
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
# @return [String] Client Api Version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [AvailabilitySets] availability_sets
|
||||
|
@ -157,7 +158,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_compute'
|
||||
sdk_information = "#{sdk_information}/0.17.1"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -60,7 +60,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -107,7 +107,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -490,7 +490,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -534,7 +534,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -578,7 +578,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -241,7 +241,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -287,7 +287,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -703,7 +703,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -749,7 +749,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -795,7 +795,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -842,7 +842,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -885,7 +885,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -62,7 +62,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -294,7 +294,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -703,7 +703,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -745,7 +745,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -787,7 +787,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -829,7 +829,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
# @return [String] Client Api Version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [AvailabilitySets] availability_sets
|
||||
|
@ -157,7 +158,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_compute'
|
||||
sdk_information = "#{sdk_information}/0.17.1"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -60,7 +60,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -107,7 +107,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -490,7 +490,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -534,7 +534,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -578,7 +578,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -241,7 +241,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -287,7 +287,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -703,7 +703,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -749,7 +749,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -795,7 +795,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -842,7 +842,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -885,7 +885,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -160,7 +160,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -392,7 +392,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -801,7 +801,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -843,7 +843,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -885,7 +885,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -927,7 +927,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
# @return [String] Client Api Version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [AvailabilitySets] availability_sets
|
||||
|
@ -169,7 +170,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_compute'
|
||||
sdk_information = "#{sdk_information}/0.17.1"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -527,7 +527,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -514,7 +514,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -60,7 +60,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -105,7 +105,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -152,7 +152,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -535,7 +535,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -579,7 +579,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -623,7 +623,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -241,7 +241,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -287,7 +287,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -703,7 +703,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -749,7 +749,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -795,7 +795,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -842,7 +842,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -885,7 +885,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -928,7 +928,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -160,7 +160,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -392,7 +392,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -435,7 +435,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -844,7 +844,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -886,7 +886,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -928,7 +928,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -970,7 +970,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
# @return [String] Client Api Version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [AvailabilitySets] availability_sets
|
||||
|
@ -187,7 +188,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_compute'
|
||||
sdk_information = "#{sdk_information}/0.17.1"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -527,7 +527,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -527,7 +527,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -57,7 +57,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -101,7 +101,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -60,7 +60,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -105,7 +105,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -152,7 +152,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -535,7 +535,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -579,7 +579,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -623,7 +623,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -289,7 +289,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -335,7 +335,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -751,7 +751,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -797,7 +797,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -843,7 +843,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -890,7 +890,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -937,7 +937,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -984,7 +984,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -160,7 +160,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -484,7 +484,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -527,7 +527,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -936,7 +936,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -978,7 +978,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -1020,7 +1020,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -1062,7 +1062,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -1104,7 +1104,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -1150,7 +1150,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::Compute::Mgmt::V2017_09_01
|
|||
# @return [String] Client Api Version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [ResourceSkus] resource_skus
|
||||
|
@ -125,7 +126,7 @@ module Azure::Compute::Mgmt::V2017_09_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_compute'
|
||||
sdk_information = "#{sdk_information}/0.17.1"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -25,15 +25,16 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|||
# @return [String] Client Api Version.
|
||||
attr_reader :api_version
|
||||
|
||||
# @return [String] Gets or sets the preferred language for the response.
|
||||
# @return [String] The preferred language for the response.
|
||||
attr_accessor :accept_language
|
||||
|
||||
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
||||
# Running Operations. Default value is 30.
|
||||
# @return [Integer] The retry timeout in seconds for Long Running
|
||||
# Operations. Default value is 30.
|
||||
attr_accessor :long_running_operation_retry_timeout
|
||||
|
||||
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
||||
# is generated and included in each request. Default is true.
|
||||
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
||||
# generated. When set to true a unique x-ms-client-request-id value is
|
||||
# generated and included in each request. Default is true.
|
||||
attr_accessor :generate_client_request_id
|
||||
|
||||
# @return [Operations] operations
|
||||
|
@ -183,7 +184,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|||
#
|
||||
def add_telemetry
|
||||
sdk_information = 'azure_mgmt_compute'
|
||||
sdk_information = "#{sdk_information}/0.17.1"
|
||||
sdk_information = "#{sdk_information}/0.18.0"
|
||||
add_user_agent_information(sdk_information)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -62,7 +62,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -109,7 +109,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
|
@ -57,7 +57,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
@ -101,7 +101,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|||
end
|
||||
|
||||
# Waiting for response.
|
||||
@client.get_long_running_operation_result(response, deserialize_method)
|
||||
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::AZURE_ASYNC_OPERATION)
|
||||
end
|
||||
|
||||
promise
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче