diff --git a/azure_sdk/lib/latest/modules/computervision_profile_module.rb b/azure_sdk/lib/latest/modules/computervision_profile_module.rb index 7f3a6c044c..1efd0e8a8f 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,9 @@ module Azure::Profiles::Latest module ComputerVision module Models + ImageDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageDescription + RecognitionResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::RecognitionResult + TagResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::TagResult ImageType = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageType ComputerVisionError = Azure::CognitiveServices::ComputerVision::V1_0::Models::ComputerVisionError CategoryDetail = Azure::CognitiveServices::ComputerVision::V1_0::Models::CategoryDetail @@ -43,9 +46,6 @@ module Models AdultInfo = Azure::CognitiveServices::ComputerVision::V1_0::Models::AdultInfo LandmarkResults = Azure::CognitiveServices::ComputerVision::V1_0::Models::LandmarkResults ImageCaption = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageCaption - ImageDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageDescription - RecognitionResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::RecognitionResult - TagResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::TagResult end class ComputerVisionDataClass @@ -77,6 +77,15 @@ def method_missing(method, *args) end class ModelClasses + def image_description + Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageDescription + end + def recognition_result + Azure::CognitiveServices::ComputerVision::V1_0::Models::RecognitionResult + end + def tag_result + Azure::CognitiveServices::ComputerVision::V1_0::Models::TagResult + end def image_type Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageType end @@ -182,15 +191,6 @@ def landmark_results def image_caption Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageCaption end - def image_description - Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageDescription - end - def recognition_result - Azure::CognitiveServices::ComputerVision::V1_0::Models::RecognitionResult - end - def tag_result - Azure::CognitiveServices::ComputerVision::V1_0::Models::TagResult - end end end end diff --git a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb index 01774547b4..b69a51515c 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -6,13 +6,13 @@ module Azure::Profiles::Latest module ContentModerator + ListManagementTerm = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTerm + Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews ImageModeration = Azure::CognitiveServices::ContentModerator::V1_0::ImageModeration TextModeration = Azure::CognitiveServices::ContentModerator::V1_0::TextModeration ListManagementImageLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImageLists ListManagementTermLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTermLists ListManagementImage = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImage - ListManagementTerm = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTerm - Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews module Models Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image @@ -36,10 +36,10 @@ module Models APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem - Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face RefreshIndexAdvancedInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem ImageAdditionalInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem + Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email @@ -58,13 +58,13 @@ module Models VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem - DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem + DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl @@ -77,7 +77,7 @@ module Models end class ContentModeratorDataClass - attr_reader :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :reviews, :configurable, :base_url, :options, :model_classes + attr_reader :list_management_term, :reviews, :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -87,13 +87,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @list_management_term = @client_0.list_management_term + @reviews = @client_0.reviews @image_moderation = @client_0.image_moderation @text_moderation = @client_0.text_moderation @list_management_image_lists = @client_0.list_management_image_lists @list_management_term_lists = @client_0.list_management_term_lists @list_management_image = @client_0.list_management_image - @list_management_term = @client_0.list_management_term - @reviews = @client_0.reviews @model_classes = ModelClasses.new end @@ -175,9 +175,6 @@ def term_list_metadata def transcript_moderation_body_item_terms_item Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem end - def face - Azure::CognitiveServices::ContentModerator::V1_0::Models::Face - end def refresh_index_advanced_info_item Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem end @@ -187,6 +184,9 @@ def transcript_moderation_body_item def image_additional_info_item Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem end + def face + Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + end def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem end @@ -241,26 +241,26 @@ def screen def video_frame_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem end - def detected_language - Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error end def video_frame_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem end - def create_review_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + def detected_language + Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job end - def create_review_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem + def create_review_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem end def ocr Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + def create_review_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem end def phone Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone diff --git a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb index 6b286674ca..96a21d1a9b 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -19,10 +19,10 @@ module Models SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat @@ -90,6 +90,9 @@ def identifiable def answer Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer end + def error_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + end def thing Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing end @@ -99,9 +102,6 @@ def creative_work def error_code Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode end - def error_response - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse - end def error_sub_code Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode end diff --git a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb index 5f65172074..a28642ce54 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -28,10 +28,10 @@ module Models StructuredValue = Azure::CognitiveServices::EntitySearch::V1_0::Models::StructuredValue EntertainmentBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntertainmentBusiness MovieTheater = Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater + Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response ContractualRulesLicenseAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution ContractualRulesLinkAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLinkAttribution ContractualRulesMediaAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesMediaAttribution - Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response ContractualRulesTextAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution FoodEstablishment = Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment LodgingBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LodgingBusiness @@ -144,6 +144,9 @@ def entertainment_business def movie_theater Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater end + def response + Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + end def contractual_rules_license_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution end @@ -153,9 +156,6 @@ def contractual_rules_link_attribution def contractual_rules_media_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesMediaAttribution end - def response - Azure::CognitiveServices::EntitySearch::V1_0::Models::Response - end def contractual_rules_text_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution end diff --git a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb index bcb8dc7ffc..88076ea78f 100644 --- a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb @@ -9,18 +9,21 @@ module Azure::Profiles::Latest module EventGrid module Models + StorageBlobDeletedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData + DeviceLifeCycleEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties + ResourceWriteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteCancelData + DeviceConnectionStateEventInfo = Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventInfo + ResourceActionSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceActionSuccessData + DeviceConnectionStateEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties + SubscriptionValidationEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData MediaJobStateChangeEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData - SubscriptionDeletedEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData - StorageBlobCreatedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData - ServiceBusActiveMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData - ResourceWriteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData - ContainerRegistryEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData - ContainerRegistryEventSource = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource - EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData - ContainerRegistryEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget + ResourceWriteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteSuccessData ServiceBusDeadletterMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData + ResourceActionCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceActionCancelData + ContainerRegistryEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget + ResourceDeleteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteFailureData ContainerRegistryEventRequest = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest - ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData + SubscriptionDeletedEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData ContainerRegistryEventActor = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor IotHubDeviceCreatedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceCreatedEventData IotHubDeviceDeletedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDeletedEventData @@ -29,22 +32,22 @@ module Models ContainerRegistryImagePushedEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryImagePushedEventData ContainerRegistryImageDeletedEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryImageDeletedEventData JobState = Azure::EventGrid::V2018_01_01::Models::JobState + ContainerRegistryEventSource = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource + StorageBlobCreatedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData + ServiceBusActiveMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData + EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData + ContainerRegistryEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData + ResourceWriteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData + ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData DeviceTwinMetadata = Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata + ResourceDeleteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData DeviceTwinProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties - StorageBlobDeletedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData + ResourceActionFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceActionFailureData DeviceTwinInfoProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties - ResourceWriteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteSuccessData - DeviceTwinInfoX509Thumbprint = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint - ResourceWriteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteCancelData - DeviceTwinInfo = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfo - ResourceDeleteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteFailureData - DeviceLifeCycleEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties EventGridEvent = Azure::EventGrid::V2018_01_01::Models::EventGridEvent - DeviceConnectionStateEventInfo = Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventInfo + DeviceTwinInfoX509Thumbprint = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint SubscriptionValidationResponse = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse - DeviceConnectionStateEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties - ResourceDeleteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData - SubscriptionValidationEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData + DeviceTwinInfo = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfo end class EventGridDataClass @@ -76,41 +79,50 @@ def method_missing(method, *args) end class ModelClasses - def media_job_state_change_event_data - Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData + def storage_blob_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData end - def subscription_deleted_event_data - Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData + def device_life_cycle_event_properties + Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties end - def storage_blob_created_event_data - Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData + def resource_write_cancel_data + Azure::EventGrid::V2018_01_01::Models::ResourceWriteCancelData end - def service_bus_active_messages_available_with_no_listeners_event_data - Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData + def device_connection_state_event_info + Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventInfo end - def resource_write_failure_data - Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData + def resource_action_success_data + Azure::EventGrid::V2018_01_01::Models::ResourceActionSuccessData end - def container_registry_event_data - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData + def device_connection_state_event_properties + Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties end - def container_registry_event_source - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource + def subscription_validation_event_data + Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData end - def event_hub_capture_file_created_event_data - Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData + def media_job_state_change_event_data + Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData end - def container_registry_event_target - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget + def resource_write_success_data + Azure::EventGrid::V2018_01_01::Models::ResourceWriteSuccessData end def service_bus_deadletter_messages_available_with_no_listeners_event_data Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData end + def resource_action_cancel_data + Azure::EventGrid::V2018_01_01::Models::ResourceActionCancelData + end + def container_registry_event_target + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget + end + def resource_delete_failure_data + Azure::EventGrid::V2018_01_01::Models::ResourceDeleteFailureData + end def container_registry_event_request Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest end - def resource_delete_success_data - Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData + def subscription_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData end def container_registry_event_actor Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor @@ -136,53 +148,53 @@ def container_registry_image_deleted_event_data def job_state Azure::EventGrid::V2018_01_01::Models::JobState end - def device_twin_metadata - Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata + def container_registry_event_source + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource end - def device_twin_properties - Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties + def storage_blob_created_event_data + Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData end - def storage_blob_deleted_event_data - Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData + def service_bus_active_messages_available_with_no_listeners_event_data + Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData end - def device_twin_info_properties - Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties + def event_hub_capture_file_created_event_data + Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData end - def resource_write_success_data - Azure::EventGrid::V2018_01_01::Models::ResourceWriteSuccessData + def container_registry_event_data + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData end - def device_twin_info_x509_thumbprint - Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint + def resource_write_failure_data + Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData end - def resource_write_cancel_data - Azure::EventGrid::V2018_01_01::Models::ResourceWriteCancelData + def resource_delete_success_data + Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData end - def device_twin_info - Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfo + def device_twin_metadata + Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata end - def resource_delete_failure_data - Azure::EventGrid::V2018_01_01::Models::ResourceDeleteFailureData + def resource_delete_cancel_data + Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData end - def device_life_cycle_event_properties - Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties + def device_twin_properties + Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties + end + def resource_action_failure_data + Azure::EventGrid::V2018_01_01::Models::ResourceActionFailureData + end + def device_twin_info_properties + Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties end def event_grid_event Azure::EventGrid::V2018_01_01::Models::EventGridEvent end - def device_connection_state_event_info - Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventInfo + def device_twin_info_x509_thumbprint + Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint end def subscription_validation_response Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse end - def device_connection_state_event_properties - Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties - end - def resource_delete_cancel_data - Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData - end - def subscription_validation_event_data - Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData + def device_twin_info + Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfo end end end diff --git a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb index 9789e19bdc..a96bf7b036 100644 --- a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb @@ -7,11 +7,11 @@ module Azure::Profiles::Latest module EventHub module Mgmt + ConsumerGroups = Azure::EventHub::Mgmt::V2017_04_01::ConsumerGroups Operations = Azure::EventHub::Mgmt::V2017_04_01::Operations Namespaces = Azure::EventHub::Mgmt::V2017_04_01::Namespaces DisasterRecoveryConfigs = Azure::EventHub::Mgmt::V2017_04_01::DisasterRecoveryConfigs EventHubs = Azure::EventHub::Mgmt::V2017_04_01::EventHubs - ConsumerGroups = Azure::EventHub::Mgmt::V2017_04_01::ConsumerGroups module Models KeyType = Azure::EventHub::Mgmt::V2017_04_01::Models::KeyType @@ -22,34 +22,34 @@ module Models SkuTier = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier CaptureDescription = Azure::EventHub::Mgmt::V2017_04_01::Models::CaptureDescription Destination = Azure::EventHub::Mgmt::V2017_04_01::Models::Destination + OperationDisplay = Azure::EventHub::Mgmt::V2017_04_01::Models::OperationDisplay EventHubListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult AccessKeys = Azure::EventHub::Mgmt::V2017_04_01::Models::AccessKeys - ArmDisasterRecoveryListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + OperationListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::OperationListResult ConsumerGroupListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroupListResult + ArmDisasterRecoveryListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + EHNamespaceListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespaceListResult AuthorizationRuleListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - OperationListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::OperationListResult CheckNameAvailabilityParameter = Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityParameter - EHNamespaceListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespaceListResult - RegenerateAccessKeyParameters = Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - AuthorizationRule = Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRule - Eventhub = Azure::EventHub::Mgmt::V2017_04_01::Models::Eventhub EHNamespace = Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespace - ConsumerGroup = Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroup ErrorResponse = Azure::EventHub::Mgmt::V2017_04_01::Models::ErrorResponse - AccessRights = Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights - ArmDisasterRecovery = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery - EncodingCaptureDescription = Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - EntityStatus = Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus - OperationDisplay = Azure::EventHub::Mgmt::V2017_04_01::Models::OperationDisplay + Eventhub = Azure::EventHub::Mgmt::V2017_04_01::Models::Eventhub + AuthorizationRule = Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRule + RegenerateAccessKeyParameters = Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + ConsumerGroup = Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroup Operation = Azure::EventHub::Mgmt::V2017_04_01::Models::Operation - ProvisioningStateDR = Azure::EventHub::Mgmt::V2017_04_01::Models::ProvisioningStateDR TrackedResource = Azure::EventHub::Mgmt::V2017_04_01::Models::TrackedResource + EntityStatus = Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus + ArmDisasterRecovery = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + AccessRights = Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights + ProvisioningStateDR = Azure::EventHub::Mgmt::V2017_04_01::Models::ProvisioningStateDR + EncodingCaptureDescription = Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription UnavailableReason = Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason RoleDisasterRecovery = Azure::EventHub::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end class EventHubManagementClass - attr_reader :operations, :namespaces, :disaster_recovery_configs, :event_hubs, :consumer_groups, :configurable, :base_url, :options, :model_classes + attr_reader :consumer_groups, :operations, :namespaces, :disaster_recovery_configs, :event_hubs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -59,11 +59,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @consumer_groups = @client_0.consumer_groups @operations = @client_0.operations @namespaces = @client_0.namespaces @disaster_recovery_configs = @client_0.disaster_recovery_configs @event_hubs = @client_0.event_hubs - @consumer_groups = @client_0.consumer_groups @model_classes = ModelClasses.new end @@ -106,71 +106,71 @@ def capture_description def destination Azure::EventHub::Mgmt::V2017_04_01::Models::Destination end + def operation_display + Azure::EventHub::Mgmt::V2017_04_01::Models::OperationDisplay + end def event_hub_list_result Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult end def access_keys Azure::EventHub::Mgmt::V2017_04_01::Models::AccessKeys end - def arm_disaster_recovery_list_result - Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + def operation_list_result + Azure::EventHub::Mgmt::V2017_04_01::Models::OperationListResult end def consumer_group_list_result Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroupListResult end + def arm_disaster_recovery_list_result + Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + end + def ehnamespace_list_result + Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespaceListResult + end def authorization_rule_list_result Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult end - def operation_list_result - Azure::EventHub::Mgmt::V2017_04_01::Models::OperationListResult - end def check_name_availability_parameter Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityParameter end - def ehnamespace_list_result - Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespaceListResult - end - def regenerate_access_key_parameters - Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + def ehnamespace + Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespace end - def authorization_rule - Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRule + def error_response + Azure::EventHub::Mgmt::V2017_04_01::Models::ErrorResponse end def eventhub Azure::EventHub::Mgmt::V2017_04_01::Models::Eventhub end - def ehnamespace - Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespace + def authorization_rule + Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRule + end + def regenerate_access_key_parameters + Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def consumer_group Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroup end - def error_response - Azure::EventHub::Mgmt::V2017_04_01::Models::ErrorResponse - end - def access_rights - Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights - end - def arm_disaster_recovery - Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + def operation + Azure::EventHub::Mgmt::V2017_04_01::Models::Operation end - def encoding_capture_description - Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription + def tracked_resource + Azure::EventHub::Mgmt::V2017_04_01::Models::TrackedResource end def entity_status Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus end - def operation_display - Azure::EventHub::Mgmt::V2017_04_01::Models::OperationDisplay + def arm_disaster_recovery + Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end - def operation - Azure::EventHub::Mgmt::V2017_04_01::Models::Operation + def access_rights + Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights end def provisioning_state_dr Azure::EventHub::Mgmt::V2017_04_01::Models::ProvisioningStateDR end - def tracked_resource - Azure::EventHub::Mgmt::V2017_04_01::Models::TrackedResource + def encoding_capture_description + Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end def unavailable_reason Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index b47105e0b5..32a78e88db 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,10 +6,10 @@ module Azure::Profiles::Latest module Face + FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations + Face = Azure::CognitiveServices::Face::V1_0::Face PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations - Face = Azure::CognitiveServices::Face::V1_0::Face - FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations module Models APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError @@ -32,10 +32,10 @@ module Models VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace - FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair - Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate - Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion Error = Azure::CognitiveServices::Face::V1_0::Models::Error + Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion + Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion + Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace @@ -52,17 +52,17 @@ module Models ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel - FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType - FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType - Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion - Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise + FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType AzureRegions = Azure::CognitiveServices::Face::V1_0::Models::AzureRegions + Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate end class FaceDataClass - attr_reader :person_group_person, :person_group_operations, :face, :face_list_operations, :configurable, :base_url, :options, :model_classes + attr_reader :face_list_operations, :face, :person_group_person, :person_group_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -72,10 +72,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @face_list_operations = @client_0.face_list_operations + @face = @client_0.face @person_group_person = @client_0.person_group_person @person_group_operations = @client_0.person_group_operations - @face = @client_0.face - @face_list_operations = @client_0.face_list_operations @model_classes = ModelClasses.new end @@ -154,17 +154,17 @@ def face_rectangle def persisted_face Azure::CognitiveServices::Face::V1_0::Models::PersistedFace end - def facial_hair - Azure::CognitiveServices::Face::V1_0::Models::FacialHair - end - def coordinate - Azure::CognitiveServices::Face::V1_0::Models::Coordinate + def error + Azure::CognitiveServices::Face::V1_0::Models::Error end def emotion Azure::CognitiveServices::Face::V1_0::Models::Emotion end - def error - Azure::CognitiveServices::Face::V1_0::Models::Error + def occlusion + Azure::CognitiveServices::Face::V1_0::Models::Occlusion + end + def noise + Azure::CognitiveServices::Face::V1_0::Models::Noise end def hair Azure::CognitiveServices::Face::V1_0::Models::Hair @@ -214,27 +214,27 @@ def gender def noise_level Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel end - def find_similar_match_mode - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + def facial_hair + Azure::CognitiveServices::Face::V1_0::Models::FacialHair end def accessory_type Azure::CognitiveServices::Face::V1_0::Models::AccessoryType end - def face_attribute_type - Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType - end - def occlusion - Azure::CognitiveServices::Face::V1_0::Models::Occlusion - end - def noise - Azure::CognitiveServices::Face::V1_0::Models::Noise + def find_similar_match_mode + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode end def training_status_type Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType end + def face_attribute_type + Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + end def azure_regions Azure::CognitiveServices::Face::V1_0::Models::AzureRegions end + def coordinate + Azure::CognitiveServices::Face::V1_0::Models::Coordinate + end end end end diff --git a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb index 05b563f8ed..ec3e728862 100644 --- a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb +++ b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb @@ -6,38 +6,41 @@ module Azure::Profiles::Latest module GraphRbac + Domains = Azure::GraphRbac::V1_6::Domains + ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals Objects = Azure::GraphRbac::V1_6::Objects + Users = Azure::GraphRbac::V1_6::Users Applications = Azure::GraphRbac::V1_6::Applications Groups = Azure::GraphRbac::V1_6::Groups - ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals - Users = Azure::GraphRbac::V1_6::Users - Domains = Azure::GraphRbac::V1_6::Domains module Models + ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + GetObjectsResult = Azure::GraphRbac::V1_6::Models::GetObjectsResult + DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult UserBase = Azure::GraphRbac::V1_6::Models::UserBase AADObject = Azure::GraphRbac::V1_6::Models::AADObject + GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters Domain = Azure::GraphRbac::V1_6::Models::Domain RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters - GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult - SignInName = Azure::GraphRbac::V1_6::Models::SignInName - ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters - UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters + ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters + SignInName = Azure::GraphRbac::V1_6::Models::SignInName DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject - Application = Azure::GraphRbac::V1_6::Models::Application ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters - ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal - UserType = Azure::GraphRbac::V1_6::Models::UserType ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup - UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters + UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters + UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult + Application = Azure::GraphRbac::V1_6::Models::Application + UserType = Azure::GraphRbac::V1_6::Models::UserType User = Azure::GraphRbac::V1_6::Models::User + ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal + UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters GraphError = Azure::GraphRbac::V1_6::Models::GraphError @@ -53,13 +56,10 @@ module Models KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters CheckGroupMembershipResult = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters - ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters - GetObjectsResult = Azure::GraphRbac::V1_6::Models::GetObjectsResult - DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult end class GraphRbacDataClass - attr_reader :objects, :applications, :groups, :service_principals, :users, :domains, :configurable, :base_url, :options, :model_classes + attr_reader :domains, :service_principals, :objects, :users, :applications, :groups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -69,12 +69,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @domains = @client_0.domains + @service_principals = @client_0.service_principals @objects = @client_0.objects + @users = @client_0.users @applications = @client_0.applications @groups = @client_0.groups - @service_principals = @client_0.service_principals - @users = @client_0.users - @domains = @client_0.domains @model_classes = ModelClasses.new end @@ -93,6 +93,15 @@ def method_missing(method, *args) end class ModelClasses + def service_principal_create_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + end + def get_objects_result + Azure::GraphRbac::V1_6::Models::GetObjectsResult + end + def domain_list_result + Azure::GraphRbac::V1_6::Models::DomainListResult + end def password_credential Azure::GraphRbac::V1_6::Models::PasswordCredential end @@ -111,6 +120,9 @@ def user_base def aadobject Azure::GraphRbac::V1_6::Models::AADObject end + def group_create_parameters + Azure::GraphRbac::V1_6::Models::GroupCreateParameters + end def domain Azure::GraphRbac::V1_6::Models::Domain end @@ -120,51 +132,48 @@ def required_resource_access def get_objects_parameters Azure::GraphRbac::V1_6::Models::GetObjectsParameters end - def group_create_parameters - Azure::GraphRbac::V1_6::Models::GroupCreateParameters - end def password_credential_list_result Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult end - def sign_in_name - Azure::GraphRbac::V1_6::Models::SignInName + def application_create_parameters + Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters end def application_add_owner_parameters Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters end - def user_list_result - Azure::GraphRbac::V1_6::Models::UserListResult + def sign_in_name + Azure::GraphRbac::V1_6::Models::SignInName end - def application_create_parameters - Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + def directory_object + Azure::GraphRbac::V1_6::Models::DirectoryObject + end + def application_update_parameters + Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + end + def adgroup + Azure::GraphRbac::V1_6::Models::ADGroup end def user_get_member_groups_parameters Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters end - def directory_object - Azure::GraphRbac::V1_6::Models::DirectoryObject + def user_list_result + Azure::GraphRbac::V1_6::Models::UserListResult end def application Azure::GraphRbac::V1_6::Models::Application end - def application_update_parameters - Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters - end - def service_principal - Azure::GraphRbac::V1_6::Models::ServicePrincipal - end def user_type Azure::GraphRbac::V1_6::Models::UserType end - def adgroup - Azure::GraphRbac::V1_6::Models::ADGroup + def user + Azure::GraphRbac::V1_6::Models::User + end + def service_principal + Azure::GraphRbac::V1_6::Models::ServicePrincipal end def user_create_parameters Azure::GraphRbac::V1_6::Models::UserCreateParameters end - def user - Azure::GraphRbac::V1_6::Models::User - end def user_update_parameters Azure::GraphRbac::V1_6::Models::UserUpdateParameters end @@ -210,15 +219,6 @@ def check_group_membership_result def password_credentials_update_parameters Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters end - def service_principal_create_parameters - Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters - end - def get_objects_result - Azure::GraphRbac::V1_6::Models::GetObjectsResult - end - def domain_list_result - Azure::GraphRbac::V1_6::Models::DomainListResult - end end end end diff --git a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb index 3100f43e15..34fef580cf 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -24,24 +24,24 @@ module Models PivotSuggestions = Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions RelatedCollectionsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule ImageTagsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse RecipesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule ImagesImageMetadata = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata ImageInsightsImageCaption = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption - ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse TrendingImagesTile = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile ImagesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule Offer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer AggregateOffer = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer AggregateRating = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating - ImageGallery = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery Recipe = Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe NormalizedRectangle = Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle + ImageGallery = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery RecognizedEntityRegion = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights - RecognizedEntity = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity + TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage - TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages + RecognizedEntity = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency @@ -144,6 +144,9 @@ def related_collections_module def image_tags_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule end + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + end def recipes_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule end @@ -153,9 +156,6 @@ def images_image_metadata def image_insights_image_caption Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption end - def error_response - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse - end def trending_images_tile Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile end @@ -171,23 +171,23 @@ def aggregate_offer def aggregate_rating Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating end - def image_gallery - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery - end def recipe Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe end def normalized_rectangle Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle end + def image_gallery + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery + end def recognized_entity_region Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion end def image_insights Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights end - def recognized_entity - Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity + def trending_images + Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages end def rating Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating @@ -195,8 +195,8 @@ def rating def collection_page Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end - def trending_images - Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages + def recognized_entity + Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity end def error Azure::CognitiveServices::ImageSearch::V1_0::Models::Error diff --git a/azure_sdk/lib/latest/modules/iothub_profile_module.rb b/azure_sdk/lib/latest/modules/iothub_profile_module.rb index 5e339c2ee7..f9920cadb5 100644 --- a/azure_sdk/lib/latest/modules/iothub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iothub_profile_module.rb @@ -7,9 +7,9 @@ module Azure::Profiles::Latest module IotHub module Mgmt - Certificates = Azure::IotHub::Mgmt::V2017_07_01::Certificates Operations = Azure::IotHub::Mgmt::V2017_07_01::Operations IotHubResource = Azure::IotHub::Mgmt::V2017_07_01::IotHubResource + Certificates = Azure::IotHub::Mgmt::V2017_07_01::Certificates module Models IotHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubProperties @@ -27,53 +27,53 @@ module Models IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfo StorageEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties IotHubQuotaMetricInfoListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfoListResult - FeedbackProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties - RegistryStatistics = Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics - OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties OperationDisplay = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay - JobResponse = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse + FeedbackProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties OperationListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult - JobResponseListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult + OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties + RegistryStatistics = Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics CertificateDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription - IotHubCapacity = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity + JobResponse = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule - IotHubSkuDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription + JobResponseListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult RoutingServiceBusTopicEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties - EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult + IotHubCapacity = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity RouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties + IotHubSkuDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription EventHubConsumerGroupInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo - MessagingEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties + EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult + Operation = Azure::IotHub::Mgmt::V2017_07_01::Models::Operation EventHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties CertificateVerificationDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription - Operation = Azure::IotHub::Mgmt::V2017_07_01::Models::Operation + MessagingEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties OperationInputs = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationInputs IotHubDescriptionListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescriptionListResult - IotHubSkuDescriptionListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescriptionListResult - CloudToDeviceProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce - IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo - RoutingStorageContainerProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties + CloudToDeviceProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties ExportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest - IotHubDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescription RoutingProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties - RoutingSource = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingSource - IpFilterActionType = Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterActionType + IotHubSkuDescriptionListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescriptionListResult ImportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest + IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo + IpFilterActionType = Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterActionType + IotHubDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescription + RoutingStorageContainerProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties + RoutingSource = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingSource OperationMonitoringLevel = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationMonitoringLevel Capabilities = Azure::IotHub::Mgmt::V2017_07_01::Models::Capabilities IotHubSku = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSku IotHubSkuTier = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuTier JobType = Azure::IotHub::Mgmt::V2017_07_01::Models::JobType IotHubScaleType = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubScaleType - JobStatus = Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus IotHubNameUnavailabilityReason = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameUnavailabilityReason + JobStatus = Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus Resource = Azure::IotHub::Mgmt::V2017_07_01::Models::Resource AccessRights = Azure::IotHub::Mgmt::V2017_07_01::Models::AccessRights ErrorDetails = Azure::IotHub::Mgmt::V2017_07_01::Models::ErrorDetails end class IotHubManagementClass - attr_reader :certificates, :operations, :iot_hub_resource, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :iot_hub_resource, :certificates, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -83,9 +83,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @certificates = @client_0.certificates @operations = @client_0.operations @iot_hub_resource = @client_0.iot_hub_resource + @certificates = @client_0.certificates @model_classes = ModelClasses.new end @@ -149,53 +149,53 @@ def storage_endpoint_properties def iot_hub_quota_metric_info_list_result Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfoListResult end + def operation_display + Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay + end def feedback_properties Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties end - def registry_statistics - Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics + def operation_list_result + Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult end def operations_monitoring_properties Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties end - def operation_display - Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay + def registry_statistics + Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics + end + def certificate_description + Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription end def job_response Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse end - def operation_list_result - Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult + def shared_access_signature_authorization_rule + Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule end def job_response_list_result Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult end - def certificate_description - Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription + def routing_service_bus_topic_endpoint_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties end def iot_hub_capacity Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity end - def shared_access_signature_authorization_rule - Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule + def route_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties end def iot_hub_sku_description Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription end - def routing_service_bus_topic_endpoint_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties + def event_hub_consumer_group_info + Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo end def event_hub_consumer_groups_list_result Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult end - def route_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties - end - def event_hub_consumer_group_info - Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo - end - def messaging_endpoint_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties + def operation + Azure::IotHub::Mgmt::V2017_07_01::Models::Operation end def event_hub_properties Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties @@ -203,8 +203,8 @@ def event_hub_properties def certificate_verification_description Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription end - def operation - Azure::IotHub::Mgmt::V2017_07_01::Models::Operation + def messaging_endpoint_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties end def operation_inputs Azure::IotHub::Mgmt::V2017_07_01::Models::OperationInputs @@ -212,39 +212,39 @@ def operation_inputs def iot_hub_description_list_result Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescriptionListResult end - def iot_hub_sku_description_list_result - Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescriptionListResult + def certificate_properties_with_nonce + Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce end def cloud_to_device_properties Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties end - def certificate_properties_with_nonce - Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce + def export_devices_request + Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest + end + def routing_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties + end + def iot_hub_sku_description_list_result + Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescriptionListResult + end + def import_devices_request + Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest end def iot_hub_name_availability_info Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo end - def routing_storage_container_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties - end - def export_devices_request - Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest + def ip_filter_action_type + Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterActionType end def iot_hub_description Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescription end - def routing_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties + def routing_storage_container_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties end def routing_source Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingSource end - def ip_filter_action_type - Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterActionType - end - def import_devices_request - Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest - end def operation_monitoring_level Azure::IotHub::Mgmt::V2017_07_01::Models::OperationMonitoringLevel end @@ -263,12 +263,12 @@ def job_type def iot_hub_scale_type Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubScaleType end - def job_status - Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus - end def iot_hub_name_unavailability_reason Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameUnavailabilityReason end + def job_status + Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus + end def resource Azure::IotHub::Mgmt::V2017_07_01::Models::Resource end diff --git a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb index 6d5f5529b2..99ae639dd6 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module KeyVault module Mgmt - Vaults = Azure::KeyVault::Mgmt::V2016_10_01::Vaults Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations + Vaults = Azure::KeyVault::Mgmt::V2016_10_01::Vaults module Models Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku @@ -16,36 +16,36 @@ module Models DeletedVault = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault VaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult DeletedVaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult + CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties - VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties + Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters + VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties + VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters - Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource - VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters - LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters ServiceSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties - VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault - CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult - SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions - CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions + VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind - Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult + Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason end class KeyVaultManagementClass - attr_reader :vaults, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :vaults, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -55,8 +55,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @vaults = @client_0.vaults @operations = @client_0.operations + @vaults = @client_0.vaults @model_classes = ModelClasses.new end @@ -90,26 +90,26 @@ def vault_list_result def deleted_vault_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult end + def check_name_availability_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult + end def vault_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties end - def vault_access_policy_properties - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties + def resource + Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource end def vault_create_or_update_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters end - def vault_check_name_availability_parameters - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters - end - def resource - Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + def vault_access_policy_properties + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties end - def vault_access_policy_parameters - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters + def vault_patch_properties + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties end - def log_specification - Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification + def vault_check_name_availability_parameters + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters end def vault_patch_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters @@ -123,18 +123,9 @@ def access_policy_entry def deleted_vault_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties end - def vault_patch_properties - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties - end def vault Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault end - def check_name_availability_result - Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult - end - def secret_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - end def operation_display Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay end @@ -147,8 +138,8 @@ def operation_list_result def key_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions end - def create_mode - Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + def log_specification + Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification end def certificate_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions @@ -156,11 +147,17 @@ def certificate_permissions def storage_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions end + def vault_access_policy_parameters + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters + end def access_policy_update_kind Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind end - def reason - Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + def create_mode + Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + end + def secret_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions end def operation Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation @@ -168,6 +165,9 @@ def operation def resource_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult end + def reason + Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + end end end end diff --git a/azure_sdk/lib/latest/modules/locks_profile_module.rb b/azure_sdk/lib/latest/modules/locks_profile_module.rb index e77eebc858..534a89b706 100644 --- a/azure_sdk/lib/latest/modules/locks_profile_module.rb +++ b/azure_sdk/lib/latest/modules/locks_profile_module.rb @@ -10,10 +10,10 @@ module Mgmt ManagementLocks = Azure::Locks::Mgmt::V2016_09_01::ManagementLocks module Models + ManagementLockOwner = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner ManagementLockListResult = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult ManagementLockObject = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject LockLevel = Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel - ManagementLockOwner = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner end class LocksManagementClass @@ -46,6 +46,9 @@ def method_missing(method, *args) end class ModelClasses + def management_lock_owner + Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner + end def management_lock_list_result Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult end @@ -55,9 +58,6 @@ def management_lock_object def lock_level Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel end - def management_lock_owner - Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner - end end end end diff --git a/azure_sdk/lib/latest/modules/logic_profile_module.rb b/azure_sdk/lib/latest/modules/logic_profile_module.rb index e32c07e9e7..5588558c55 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -31,6 +31,7 @@ module Models Sku = Azure::Logic::Mgmt::V2016_06_01::Models::Sku SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource + SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter AS2MessageConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings ResourceReference = Azure::Logic::Mgmt::V2016_06_01::Models::ResourceReference @@ -105,10 +106,10 @@ module Models CallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl EdifactSchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference BusinessIdentity = Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity + KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference EdifactValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride EdifactDelimiterOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride IntegrationAccountSku = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku - KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference EdifactProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence EdifactOneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement @@ -137,25 +138,24 @@ module Models WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus RecurrenceFrequency = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek - SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName - IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName DayOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek - MapType = Azure::Logic::Mgmt::V2016_06_01::Models::MapType + IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType - AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType + MapType = Azure::Logic::Mgmt::V2016_06_01::Models::MapType PartnerType = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType - EncryptionAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm + AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType HashingAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm - TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy + EncryptionAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm SigningAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm - SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix + TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy X12CharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet - X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat + SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix X12DateFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat - MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType + X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat UsageIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator - EdifactDecimalIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator + MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType EdifactCharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet + EdifactDecimalIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink end @@ -228,6 +228,9 @@ def sub_resource def resource Azure::Logic::Mgmt::V2016_06_01::Models::Resource end + def sku_name + Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + end def integration_account_partner_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter end @@ -450,6 +453,9 @@ def edifact_schema_reference def business_identity Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity end + def key_vault_key_reference + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + end def edifact_validation_override Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride end @@ -459,9 +465,6 @@ def edifact_delimiter_override def integration_account_sku Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku end - def key_vault_key_reference - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference - end def edifact_protocol_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings end @@ -546,63 +549,60 @@ def recurrence_frequency def days_of_week Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek end - def sku_name - Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + def day_of_week + Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek end def integration_account_sku_name Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName end - def day_of_week - Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek + def schema_type + Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType end def map_type Azure::Logic::Mgmt::V2016_06_01::Models::MapType end - def schema_type - Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType + def partner_type + Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType end def agreement_type Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType end - def partner_type - Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType + def hashing_algorithm + Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm end def encryption_algorithm Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm end - def hashing_algorithm - Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm + def signing_algorithm + Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm end def trailing_separator_policy Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy end - def signing_algorithm - Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm + def x12_character_set + Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet end def segment_terminator_suffix Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix end - def x12_character_set - Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet + def x12_date_format + Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat end def x12_time_format Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat end - def x12_date_format - Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat + def usage_indicator + Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator end def message_filter_type Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType end - def usage_indicator - Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator + def edifact_character_set + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet end def edifact_decimal_indicator Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator end - def edifact_character_set - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet - end def content_link Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink end diff --git a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb index 76d90c8189..aea0bb563e 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -10,6 +10,9 @@ module Mgmt WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices module Models + InputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPort + GraphPackage = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage + PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList ExampleRequest = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest AsyncOperationErrorInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo WebService = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService @@ -44,9 +47,6 @@ module Models GraphParameterLink = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameterLink CommitmentPlan = Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan GraphParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameter - InputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPort - GraphPackage = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage - PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList end class MachineLearningManagementClass @@ -79,6 +79,15 @@ def method_missing(method, *args) end class ModelClasses + def input_port + Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPort + end + def graph_package + Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage + end + def paginated_web_services_list + Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList + end def example_request Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest end @@ -181,15 +190,6 @@ def commitment_plan def graph_parameter Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameter end - def input_port - Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPort - end - def graph_package - Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage - end - def paginated_web_services_list - Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList - end end end end diff --git a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb index 457fadac85..4c5d572b39 100644 --- a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb @@ -12,21 +12,21 @@ module Mgmt module Models ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ResourceIdentityType + Application = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application PlanPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable ApplicationProviderAuthorization = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationProviderAuthorization - ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult + Sku = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable - Sku = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku - ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition - ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel - Application = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application + ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult ErrorResponse = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ErrorResponse + ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel + ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType Identity = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity - ApplicationListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult - GenericResource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource Resource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource + GenericResource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource + ApplicationListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult Plan = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan ProvisioningState = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState end @@ -65,14 +65,17 @@ class ModelClasses def resource_identity_type Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ResourceIdentityType end + def application + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application + end def plan_patchable Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable end def application_provider_authorization Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationProviderAuthorization end - def application_definition_list_result - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult + def sku + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku end def application_artifact Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact @@ -80,20 +83,17 @@ def application_artifact def application_patchable Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable end - def sku - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku + def application_definition_list_result + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult end - def application_definition - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition + def error_response + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ErrorResponse end def application_lock_level Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel end - def application - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application - end - def error_response - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ErrorResponse + def application_definition + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition end def application_artifact_type Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType @@ -101,14 +101,14 @@ def application_artifact_type def identity Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity end - def application_list_result - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult + def resource + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource end def generic_resource Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource end - def resource - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource + def application_list_result + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult end def plan Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan diff --git a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb index 425c8a4d7d..071d622029 100644 --- a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb @@ -7,20 +7,20 @@ module Azure::Profiles::Latest module ManagedServiceIdentity module Mgmt - Operations = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Operations UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::UserAssignedIdentities + Operations = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Operations module Models UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities + UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult Operation = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity OperationDisplay = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay OperationListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult - UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult end class ManagedServiceIdentityManagementClass - attr_reader :operations, :user_assigned_identities, :configurable, :base_url, :options, :model_classes + attr_reader :user_assigned_identities, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -30,8 +30,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @user_assigned_identities = @client_0.user_assigned_identities + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -53,6 +53,9 @@ class ModelClasses def user_assigned_identities Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities end + def user_assigned_identities_list_result + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult + end def operation Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation end @@ -65,9 +68,6 @@ def operation_display def operation_list_result Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult end - def user_assigned_identities_list_result - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult - end end end end diff --git a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb index 585a9a8acb..7aa2902a5d 100644 --- a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb +++ b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb @@ -7,21 +7,21 @@ module Azure::Profiles::Latest module MarketplaceOrdering module Mgmt - Operations = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Operations MarketplaceAgreements = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::MarketplaceAgreements + Operations = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Operations module Models ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError + OperationDisplay = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms Operation = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation - OperationDisplay = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay OperationListResult = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult Resource = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse end class MarketplaceOrderingManagementClass - attr_reader :operations, :marketplace_agreements, :configurable, :base_url, :options, :model_classes + attr_reader :marketplace_agreements, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -31,8 +31,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @marketplace_agreements = @client_0.marketplace_agreements + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -54,15 +54,15 @@ class ModelClasses def error_response_error Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError end + def operation_display + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay + end def agreement_terms Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms end def operation Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation end - def operation_display - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay - end def operation_list_result Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult end diff --git a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb index 83ab3d827f..b701949a78 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -96,18 +96,18 @@ module Models LiveEventPreview = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventPreview Hls = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Hls TransformOutput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransformOutput + OperationCollection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection ContentKeyPolicyRestrictionTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestrictionTokenKey LiveEventPreviewAccessControl = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventPreviewAccessControl - EnabledProtocols = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EnabledProtocols - OperationCollection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection JobInput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInput MediaService = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::MediaService - SubscriptionMediaService = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::SubscriptionMediaService + EnabledProtocols = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EnabledProtocols Asset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Asset ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier ContentKeyPolicyOpenRestriction = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyOpenRestriction ContentKeyPolicyUnknownRestriction = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyUnknownRestriction + SubscriptionMediaService = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::SubscriptionMediaService ContentKeyPolicySymmetricTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicySymmetricTokenKey ContentKeyPolicyRsaTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRsaTokenKey ContentKeyPolicyX509CertificateTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyX509CertificateTokenKey @@ -129,9 +129,9 @@ module Models PngFormat = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::PngFormat CopyAudio = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::CopyAudio VideoLayer = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoLayer - H264Layer = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264Layer H264Video = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264Video JpgLayer = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JpgLayer + JpgImage = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JpgImage MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::MultiBitrateFormat Mp4Format = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Mp4Format PngLayer = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::PngLayer @@ -178,15 +178,15 @@ module Models StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingLocatorContentKeyType StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingPolicyStreamingProtocol EncryptionScheme = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EncryptionScheme + ProxyResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveOutputResourceState - LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventInputProtocol LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncodingType - ProxyResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventResourceState - StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag - StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointResourceState + LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventInputProtocol TrackedResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource - JpgImage = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JpgImage + StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointResourceState + StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag + H264Layer = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264Layer Resource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Resource StorageAccount = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StorageAccount Format = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Format @@ -463,26 +463,23 @@ def hls def transform_output Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransformOutput end + def operation_collection + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection + end def content_key_policy_restriction_token_key Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestrictionTokenKey end def live_event_preview_access_control Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventPreviewAccessControl end - def enabled_protocols - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EnabledProtocols - end - def operation_collection - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection - end def job_input Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInput end def media_service Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::MediaService end - def subscription_media_service - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::SubscriptionMediaService + def enabled_protocols + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EnabledProtocols end def asset Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Asset @@ -499,6 +496,9 @@ def content_key_policy_open_restriction def content_key_policy_unknown_restriction Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyUnknownRestriction end + def subscription_media_service + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::SubscriptionMediaService + end def content_key_policy_symmetric_token_key Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicySymmetricTokenKey end @@ -562,15 +562,15 @@ def copy_audio def video_layer Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoLayer end - def h264_layer - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264Layer - end def h264_video Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264Video end def jpg_layer Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JpgLayer end + def jpg_image + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JpgImage + end def multi_bitrate_format Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::MultiBitrateFormat end @@ -709,32 +709,32 @@ def streaming_policy_streaming_protocol def encryption_scheme Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EncryptionScheme end + def proxy_resource + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource + end def live_output_resource_state Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveOutputResourceState end - def live_event_input_protocol - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventInputProtocol - end def live_event_encoding_type Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncodingType end - def proxy_resource - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource - end def live_event_resource_state Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventResourceState end - def stream_options_flag - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag + def live_event_input_protocol + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventInputProtocol + end + def tracked_resource + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource end def streaming_endpoint_resource_state Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointResourceState end - def tracked_resource - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource + def stream_options_flag + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag end - def jpg_image - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JpgImage + def h264_layer + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264Layer end def resource Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Resource diff --git a/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb b/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb index ad8f032aae..943014b614 100644 --- a/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb @@ -7,31 +7,31 @@ module Azure::Profiles::Latest module MobileEngagement module Mgmt + Apps = Azure::MobileEngagement::Mgmt::V2014_12_01::Apps + SupportedPlatforms = Azure::MobileEngagement::Mgmt::V2014_12_01::SupportedPlatforms + Campaigns = Azure::MobileEngagement::Mgmt::V2014_12_01::Campaigns Devices = Azure::MobileEngagement::Mgmt::V2014_12_01::Devices ExportTasks = Azure::MobileEngagement::Mgmt::V2014_12_01::ExportTasks ImportTasks = Azure::MobileEngagement::Mgmt::V2014_12_01::ImportTasks AppCollections = Azure::MobileEngagement::Mgmt::V2014_12_01::AppCollections - Apps = Azure::MobileEngagement::Mgmt::V2014_12_01::Apps - SupportedPlatforms = Azure::MobileEngagement::Mgmt::V2014_12_01::SupportedPlatforms - Campaigns = Azure::MobileEngagement::Mgmt::V2014_12_01::Campaigns module Models ProvisioningStates = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ProvisioningStates Filter = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::Filter ExportFormat = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportFormat Resource = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::Resource + ApiError = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiError CampaignState = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignState ApiErrorError = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiErrorError ExportTaskParameter = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportTaskParameter AppListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::AppListResult DeviceTagsParameters = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceTagsParameters - AppCollectionListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::AppCollectionListResult - ApiError = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiError + DeviceTagsResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceTagsResult SupportedPlatformsListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::SupportedPlatformsListResult ExportOptions = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportOptions - DeviceTagsResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceTagsResult CampaignTestSavedParameters = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignTestSavedParameters DateRangeExportTaskParameter = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DateRangeExportTaskParameter + DeviceMeta = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceMeta NotificationOptions = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::NotificationOptions CampaignsListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignsListResult PollQuestionLocalization = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization @@ -103,12 +103,12 @@ module Models ExportState = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportState ExportType = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportType JobStates = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::JobStates + AppCollectionListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::AppCollectionListResult CampaignKinds = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignKinds - DeviceMeta = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceMeta end class MobileEngagementManagementClass - attr_reader :devices, :export_tasks, :import_tasks, :app_collections, :apps, :supported_platforms, :campaigns, :configurable, :base_url, :options, :model_classes + attr_reader :apps, :supported_platforms, :campaigns, :devices, :export_tasks, :import_tasks, :app_collections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -118,13 +118,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @apps = @client_0.apps + @supported_platforms = @client_0.supported_platforms + @campaigns = @client_0.campaigns @devices = @client_0.devices @export_tasks = @client_0.export_tasks @import_tasks = @client_0.import_tasks @app_collections = @client_0.app_collections - @apps = @client_0.apps - @supported_platforms = @client_0.supported_platforms - @campaigns = @client_0.campaigns @model_classes = ModelClasses.new end @@ -155,6 +155,9 @@ def export_format def resource Azure::MobileEngagement::Mgmt::V2014_12_01::Models::Resource end + def api_error + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiError + end def campaign_state Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignState end @@ -170,11 +173,8 @@ def app_list_result def device_tags_parameters Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceTagsParameters end - def app_collection_list_result - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::AppCollectionListResult - end - def api_error - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiError + def device_tags_result + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceTagsResult end def supported_platforms_list_result Azure::MobileEngagement::Mgmt::V2014_12_01::Models::SupportedPlatformsListResult @@ -182,15 +182,15 @@ def supported_platforms_list_result def export_options Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportOptions end - def device_tags_result - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceTagsResult - end def campaign_test_saved_parameters Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignTestSavedParameters end def date_range_export_task_parameter Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DateRangeExportTaskParameter end + def device_meta + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceMeta + end def notification_options Azure::MobileEngagement::Mgmt::V2014_12_01::Models::NotificationOptions end @@ -404,12 +404,12 @@ def export_type def job_states Azure::MobileEngagement::Mgmt::V2014_12_01::Models::JobStates end + def app_collection_list_result + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::AppCollectionListResult + end def campaign_kinds Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignKinds end - def device_meta - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceMeta - end end end end diff --git a/azure_sdk/lib/latest/modules/monitor_profile_module.rb b/azure_sdk/lib/latest/modules/monitor_profile_module.rb index d3e577266d..e85fcfade0 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -9,9 +9,9 @@ module Monitor module Mgmt Operations = Azure::Monitor::Mgmt::V2015_04_01::Operations AutoscaleSettings = Azure::Monitor::Mgmt::V2015_04_01::AutoscaleSettings - LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles AlertRuleIncidents = Azure::Monitor::Mgmt::V2016_03_01::AlertRuleIncidents AlertRules = Azure::Monitor::Mgmt::V2016_03_01::AlertRules + LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles ActionGroups = Azure::Monitor::Mgmt::V2017_04_01::ActionGroups ActivityLogAlerts = Azure::Monitor::Mgmt::V2017_04_01::ActivityLogAlerts DiagnosticSettingsCategoryOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsCategoryOperations @@ -26,22 +26,25 @@ module Models AutoscaleNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleNotification ScaleAction = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleAction ScaleRule = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleRule - RecurrentSchedule = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule AutoscaleSettingResourcePatch = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch AutoscaleProfile = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile + AutoscaleSettingResourceCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger Recurrence = Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence - TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow - AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay - MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType + TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType + AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType - AutoscaleSettingResourceCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection - ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType + ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation + RecurrentSchedule = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule + RuleMetricDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource + RuleManagementEventDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource + ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition LocationThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition ManagementEventRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition RuleEmailAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction @@ -61,11 +64,10 @@ module Models LogProfileCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection RuleDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource LogProfileResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch - RuleMetricDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource - RuleManagementEventDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource - ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition - ActivityLogAlertActionGroup = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup + AzureAppPushReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::AzureAppPushReceiver ActivityLogAlertAllOfCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition + AutomationRunbookReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::AutomationRunbookReceiver + ActivityLogAlertActionGroup = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup ItsmReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver ActivityLogAlertActionList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList SmsReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::SmsReceiver @@ -75,36 +77,34 @@ module Models ActionGroupResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource ReceiverStatus = Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus - EnableRequest = Azure::Monitor::Mgmt::V2017_04_01::Models::EnableRequest Resource = Azure::Monitor::Mgmt::V2017_04_01::Models::Resource + EnableRequest = Azure::Monitor::Mgmt::V2017_04_01::Models::EnableRequest EmailReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::EmailReceiver ActionGroupPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupPatchBody WebhookReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::WebhookReceiver ActivityLogAlertLeafCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition - AzureAppPushReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::AzureAppPushReceiver - AutomationRunbookReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::AutomationRunbookReceiver + LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection + ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings - ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource - LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings - DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection + LocalizableString = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::LocalizableString + CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity ResultType = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ResultType + ErrorResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse Baseline = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline BaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse BaselineMetadataValue = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue TimeSeriesInformation = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation - LocalizableString = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::LocalizableString - CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse - ErrorResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse end class MonitorManagementClass - attr_reader :operations, :autoscale_settings, :log_profiles, :alert_rule_incidents, :alert_rules, :action_groups, :activity_log_alerts, :diagnostic_settings_category_operations, :diagnostic_settings_operations, :metric_baseline, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :autoscale_settings, :alert_rule_incidents, :alert_rules, :log_profiles, :action_groups, :activity_log_alerts, :diagnostic_settings_category_operations, :diagnostic_settings_operations, :metric_baseline, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -122,9 +122,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @log_profiles = @client_1.log_profiles @alert_rule_incidents = @client_1.alert_rule_incidents @alert_rules = @client_1.alert_rules + @log_profiles = @client_1.log_profiles @client_2 = Azure::Monitor::Mgmt::V2017_04_01::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -195,35 +195,35 @@ def scale_action def scale_rule Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleRule end - def recurrent_schedule - Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule - end def autoscale_setting_resource_patch Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch end def autoscale_profile Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile end + def autoscale_setting_resource_collection + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection + end def metric_trigger Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger end def recurrence Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence end + def operation_display + Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay + end def time_window Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow end - def autoscale_setting_resource - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource - end - def operation_display - Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay + def operation_list_result + Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult end def metric_statistic_type Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType end - def operation_list_result - Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + def autoscale_setting_resource + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource end def comparison_operation_type Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType @@ -231,18 +231,27 @@ def comparison_operation_type def time_aggregation_type Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType end - def autoscale_setting_resource_collection - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection + def scale_type + Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType end def scale_direction Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection end - def scale_type - Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType - end def operation Azure::Monitor::Mgmt::V2015_04_01::Models::Operation end + def recurrent_schedule + Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule + end + def rule_metric_data_source + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource + end + def rule_management_event_data_source + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource + end + def threshold_rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition + end def location_threshold_rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition end @@ -300,21 +309,18 @@ def rule_data_source def log_profile_resource_patch Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch end - def rule_metric_data_source - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource + def azure_app_push_receiver + Azure::Monitor::Mgmt::V2017_04_01::Models::AzureAppPushReceiver end - def rule_management_event_data_source - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource + def activity_log_alert_all_of_condition + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition end - def threshold_rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition + def automation_runbook_receiver + Azure::Monitor::Mgmt::V2017_04_01::Models::AutomationRunbookReceiver end def activity_log_alert_action_group Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup end - def activity_log_alert_all_of_condition - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition - end def itsm_receiver Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver end @@ -342,12 +348,12 @@ def activity_log_alert_resource def receiver_status Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus end - def enable_request - Azure::Monitor::Mgmt::V2017_04_01::Models::EnableRequest - end def resource Azure::Monitor::Mgmt::V2017_04_01::Models::Resource end + def enable_request + Azure::Monitor::Mgmt::V2017_04_01::Models::EnableRequest + end def email_receiver Azure::Monitor::Mgmt::V2017_04_01::Models::EmailReceiver end @@ -360,11 +366,14 @@ def webhook_receiver def activity_log_alert_leaf_condition Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition end - def azure_app_push_receiver - Azure::Monitor::Mgmt::V2017_04_01::Models::AzureAppPushReceiver + def log_settings + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings end - def automation_runbook_receiver - Azure::Monitor::Mgmt::V2017_04_01::Models::AutomationRunbookReceiver + def diagnostic_settings_category_resource_collection + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection + end + def proxy_only_resource + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource end def diagnostic_settings_resource_collection Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection @@ -384,14 +393,11 @@ def category_type def metric_settings Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings end - def proxy_only_resource - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource - end - def log_settings - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + def localizable_string + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::LocalizableString end - def diagnostic_settings_category_resource_collection - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection + def calculate_baseline_response + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse end def sensitivity Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity @@ -399,6 +405,9 @@ def sensitivity def result_type Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ResultType end + def error_response + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse + end def baseline Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline end @@ -411,15 +420,6 @@ def baseline_metadata_value def time_series_information Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation end - def localizable_string - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::LocalizableString - end - def calculate_baseline_response - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse - end - def error_response - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse - end end end end diff --git a/azure_sdk/lib/latest/modules/network_profile_module.rb b/azure_sdk/lib/latest/modules/network_profile_module.rb index ea1d0b4ffb..7ec1ce729c 100644 --- a/azure_sdk/lib/latest/modules/network_profile_module.rb +++ b/azure_sdk/lib/latest/modules/network_profile_module.rb @@ -56,12 +56,12 @@ module Models VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkConnectionGatewayReference InboundNatRuleListResult = Azure::Network::Mgmt::V2018_01_01::Models::InboundNatRuleListResult PublicIPAddressSku = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSku + Error = Azure::Network::Mgmt::V2018_01_01::Models::Error LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerBackendAddressPoolListResult IpTag = Azure::Network::Mgmt::V2018_01_01::Models::IpTag - LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerFrontendIPConfigurationListResult - Error = Azure::Network::Mgmt::V2018_01_01::Models::Error LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerLoadBalancingRuleListResult TunnelConnectionHealth = Azure::Network::Mgmt::V2018_01_01::Models::TunnelConnectionHealth + LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerProbeListResult ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayConnectionDraining ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServer ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthPool @@ -79,25 +79,25 @@ module Models ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallDisabledRuleGroup EffectiveRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteListResult ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule + LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerFrontendIPConfigurationListResult VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringListResult NetworkWatcherListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcherListResult - ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies - LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerProbeListResult + TopologyParameters = Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters TagsObject = Azure::Network::Mgmt::V2018_01_01::Models::TagsObject + ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroupListResult - TopologyParameters = Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters MetricSpecification = Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification Topology = Azure::Network::Mgmt::V2018_01_01::Models::Topology Dimension = Azure::Network::Mgmt::V2018_01_01::Models::Dimension VerificationIPFlowResult = Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowResult BGPCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity + VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowParameters NextHopParameters = Azure::Network::Mgmt::V2018_01_01::Models::NextHopParameters - NextHopResult = Azure::Network::Mgmt::V2018_01_01::Models::NextHopResult SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewParameters - VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowParameters NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceAssociation SubnetAssociation = Azure::Network::Mgmt::V2018_01_01::Models::SubnetAssociation ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitRoutesTableSummary + SecurityRuleAssociations = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAssociations SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupNetworkInterface SecurityGroupViewResult = Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewResult LoadBalancerSku = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSku @@ -107,7 +107,7 @@ module Models VpnDeviceScriptParameters = Azure::Network::Mgmt::V2018_01_01::Models::VpnDeviceScriptParameters PacketCaptureParameters = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureParameters PacketCapture = Azure::Network::Mgmt::V2018_01_01::Models::PacketCapture - SecurityRuleAssociations = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAssociations + NextHopResult = Azure::Network::Mgmt::V2018_01_01::Models::NextHopResult PacketCaptureResult = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureResult IpsecPolicy = Azure::Network::Mgmt::V2018_01_01::Models::IpsecPolicy PacketCaptureListResult = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureListResult @@ -122,9 +122,9 @@ module Models TroubleshootingDetails = Azure::Network::Mgmt::V2018_01_01::Models::TroubleshootingDetails TroubleshootingResult = Azure::Network::Mgmt::V2018_01_01::Models::TroubleshootingResult RetentionPolicyParameters = Azure::Network::Mgmt::V2018_01_01::Models::RetentionPolicyParameters - ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableWafRuleSetsResult TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_01_01::Models::TrafficAnalyticsConfigurationProperties FlowLogStatusParameters = Azure::Network::Mgmt::V2018_01_01::Models::FlowLogStatusParameters + EndpointServicesListResult = Azure::Network::Mgmt::V2018_01_01::Models::EndpointServicesListResult FlowLogInformation = Azure::Network::Mgmt::V2018_01_01::Models::FlowLogInformation ConnectivitySource = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivitySource Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_01_01::Models::Ipv6ExpressRouteCircuitPeeringConfig @@ -161,49 +161,46 @@ module Models ConnectionMonitorResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorResult ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorListResult ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStateSnapshot - GatewayRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult + Availability = Azure::Network::Mgmt::V2018_01_01::Models::Availability ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup + GatewayRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult ResourceNavigationLink = Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink - Availability = Azure::Network::Mgmt::V2018_01_01::Models::Availability - ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate + ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableWafRuleSetsResult ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectConfiguration - ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet - EndpointServicesListResult = Azure::Network::Mgmt::V2018_01_01::Models::EndpointServicesListResult - ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy + ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslOptions - RouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule + ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet EndpointServiceResult = Azure::Network::Mgmt::V2018_01_01::Models::EndpointServiceResult - NetworkWatcher = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher + ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy RouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilter - PatchRouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter + RouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule PatchRouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilterRule - VirtualNetworkPeering = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering + NetworkWatcher = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher BgpServiceCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BgpServiceCommunity - PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName + PatchRouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListEntity - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol + VirtualNetworkPeering = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServerHealth - ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName + PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyType - ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCipherSuite - Access = Azure::Network::Mgmt::V2018_01_01::Models::Access + ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallMode - EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol + ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType LoadBalancerSkuName = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName - EffectiveRouteState = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState + Access = Azure::Network::Mgmt::V2018_01_01::Models::Access EffectiveRouteSource = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource - Direction = Azure::Network::Mgmt::V2018_01_01::Models::Direction + EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol AssociationType = Azure::Network::Mgmt::V2018_01_01::Models::AssociationType - PcProtocol = Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol + EffectiveRouteState = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState NextHopType = Azure::Network::Mgmt::V2018_01_01::Models::NextHopType - PcError = Azure::Network::Mgmt::V2018_01_01::Models::PcError + Direction = Azure::Network::Mgmt::V2018_01_01::Models::Direction PcStatus = Azure::Network::Mgmt::V2018_01_01::Models::PcStatus - ConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus + PcProtocol = Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol IssueType = Azure::Network::Mgmt::V2018_01_01::Models::IssueType - EvaluationState = Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState - ConnectionState = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState + PcError = Azure::Network::Mgmt::V2018_01_01::Models::PcError ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitListResult SubResource = Azure::Network::Mgmt::V2018_01_01::Models::SubResource ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderBandwidthsOffered @@ -320,19 +317,22 @@ module Models ProcessorArchitecture = Azure::Network::Mgmt::V2018_01_01::Models::ProcessorArchitecture VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionType VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus - VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState + ConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus Severity = Azure::Network::Mgmt::V2018_01_01::Models::Severity Protocol = Azure::Network::Mgmt::V2018_01_01::Models::Protocol - AuthenticationMethod = Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod + VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState ProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState + BgpPeerState = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState + AuthenticationMethod = Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod + IpsecEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption IpsecIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity IkeEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption IkeIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity DhGroup = Azure::Network::Mgmt::V2018_01_01::Models::DhGroup PfsGroup = Azure::Network::Mgmt::V2018_01_01::Models::PfsGroup + ConnectionState = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState + EvaluationState = Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState VpnClientProtocol = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol - BgpPeerState = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState - IpsecEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption end class NetworkManagementClass @@ -431,24 +431,24 @@ def inbound_nat_rule_list_result def public_ipaddress_sku Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSku end + def error + Azure::Network::Mgmt::V2018_01_01::Models::Error + end def load_balancer_backend_address_pool_list_result Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerBackendAddressPoolListResult end def ip_tag Azure::Network::Mgmt::V2018_01_01::Models::IpTag end - def load_balancer_frontend_ipconfiguration_list_result - Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerFrontendIPConfigurationListResult - end - def error - Azure::Network::Mgmt::V2018_01_01::Models::Error - end def load_balancer_load_balancing_rule_list_result Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerLoadBalancingRuleListResult end def tunnel_connection_health Azure::Network::Mgmt::V2018_01_01::Models::TunnelConnectionHealth end + def load_balancer_probe_list_result + Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerProbeListResult + end def application_gateway_connection_draining Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayConnectionDraining end @@ -500,27 +500,27 @@ def effective_route_list_result def application_gateway_firewall_rule Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule end + def load_balancer_frontend_ipconfiguration_list_result + Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerFrontendIPConfigurationListResult + end def virtual_network_peering_list_result Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringListResult end def network_watcher_list_result Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcherListResult end - def application_gateway_available_ssl_predefined_policies - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies - end - def load_balancer_probe_list_result - Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerProbeListResult + def topology_parameters + Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters end def tags_object Azure::Network::Mgmt::V2018_01_01::Models::TagsObject end + def application_gateway_available_ssl_predefined_policies + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + end def application_security_group_list_result Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroupListResult end - def topology_parameters - Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters - end def metric_specification Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification end @@ -536,18 +536,15 @@ def verification_ipflow_result def bgpcommunity Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity end + def verification_ipflow_parameters + Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowParameters + end def next_hop_parameters Azure::Network::Mgmt::V2018_01_01::Models::NextHopParameters end - def next_hop_result - Azure::Network::Mgmt::V2018_01_01::Models::NextHopResult - end def security_group_view_parameters Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewParameters end - def verification_ipflow_parameters - Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowParameters - end def network_interface_association Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceAssociation end @@ -557,6 +554,9 @@ def subnet_association def express_route_circuit_routes_table_summary Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitRoutesTableSummary end + def security_rule_associations + Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAssociations + end def security_group_network_interface Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupNetworkInterface end @@ -584,8 +584,8 @@ def packet_capture_parameters def packet_capture Azure::Network::Mgmt::V2018_01_01::Models::PacketCapture end - def security_rule_associations - Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAssociations + def next_hop_result + Azure::Network::Mgmt::V2018_01_01::Models::NextHopResult end def packet_capture_result Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureResult @@ -629,15 +629,15 @@ def troubleshooting_result def retention_policy_parameters Azure::Network::Mgmt::V2018_01_01::Models::RetentionPolicyParameters end - def application_gateway_available_waf_rule_sets_result - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableWafRuleSetsResult - end def traffic_analytics_configuration_properties Azure::Network::Mgmt::V2018_01_01::Models::TrafficAnalyticsConfigurationProperties end def flow_log_status_parameters Azure::Network::Mgmt::V2018_01_01::Models::FlowLogStatusParameters end + def endpoint_services_list_result + Azure::Network::Mgmt::V2018_01_01::Models::EndpointServicesListResult + end def flow_log_information Azure::Network::Mgmt::V2018_01_01::Models::FlowLogInformation end @@ -746,134 +746,125 @@ def connection_monitor_list_result def connection_state_snapshot Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStateSnapshot end - def gateway_route_list_result - Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult - end def connection_monitor_query_result Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult end + def availability + Azure::Network::Mgmt::V2018_01_01::Models::Availability + end def application_security_group Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup end + def gateway_route_list_result + Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult + end def resource_navigation_link Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink end - def availability - Azure::Network::Mgmt::V2018_01_01::Models::Availability - end - def application_gateway_authentication_certificate - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate + def application_gateway_available_waf_rule_sets_result + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableWafRuleSetsResult end def application_gateway_redirect_configuration Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectConfiguration end - def application_gateway_firewall_rule_set - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet - end - def endpoint_services_list_result - Azure::Network::Mgmt::V2018_01_01::Models::EndpointServicesListResult - end - def application_gateway_ssl_predefined_policy - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy + def application_gateway_authentication_certificate + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate end def application_gateway_available_ssl_options Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslOptions end - def route_filter_rule - Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule + def application_gateway_firewall_rule_set + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet end def endpoint_service_result Azure::Network::Mgmt::V2018_01_01::Models::EndpointServiceResult end - def network_watcher - Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher + def application_gateway_ssl_predefined_policy + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy end def route_filter Azure::Network::Mgmt::V2018_01_01::Models::RouteFilter end - def patch_route_filter - Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter + def route_filter_rule + Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule end def patch_route_filter_rule Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilterRule end - def virtual_network_peering - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering + def network_watcher + Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher end def bgp_service_community Azure::Network::Mgmt::V2018_01_01::Models::BgpServiceCommunity end - def public_ipaddress_sku_name - Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName + def patch_route_filter + Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter end def virtual_network_gateway_connection_list_entity Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListEntity end - def application_gateway_ssl_protocol - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol + def virtual_network_peering + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering end def application_gateway_backend_health_server_health Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServerHealth end - def application_gateway_ssl_policy_name - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName + def public_ipaddress_sku_name + Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName end def application_gateway_ssl_policy_type Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyType end - def application_gateway_redirect_type - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType + def application_gateway_ssl_protocol + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol end def application_gateway_ssl_cipher_suite Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCipherSuite end - def access - Azure::Network::Mgmt::V2018_01_01::Models::Access + def application_gateway_ssl_policy_name + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName end def application_gateway_firewall_mode Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallMode end - def effective_security_rule_protocol - Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol + def application_gateway_redirect_type + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType end def load_balancer_sku_name Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName end - def effective_route_state - Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState + def access + Azure::Network::Mgmt::V2018_01_01::Models::Access end def effective_route_source Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource end - def direction - Azure::Network::Mgmt::V2018_01_01::Models::Direction + def effective_security_rule_protocol + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol end def association_type Azure::Network::Mgmt::V2018_01_01::Models::AssociationType end - def pc_protocol - Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol + def effective_route_state + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState end def next_hop_type Azure::Network::Mgmt::V2018_01_01::Models::NextHopType end - def pc_error - Azure::Network::Mgmt::V2018_01_01::Models::PcError + def direction + Azure::Network::Mgmt::V2018_01_01::Models::Direction end def pc_status Azure::Network::Mgmt::V2018_01_01::Models::PcStatus end - def connection_status - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus + def pc_protocol + Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol end def issue_type Azure::Network::Mgmt::V2018_01_01::Models::IssueType end - def evaluation_state - Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState - end - def connection_state - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState + def pc_error + Azure::Network::Mgmt::V2018_01_01::Models::PcError end def express_route_circuit_list_result Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitListResult @@ -1223,8 +1214,8 @@ def virtual_network_gateway_connection_type def virtual_network_gateway_connection_status Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus end - def virtual_network_peering_state - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState + def connection_status + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus end def severity Azure::Network::Mgmt::V2018_01_01::Models::Severity @@ -1232,12 +1223,21 @@ def severity def protocol Azure::Network::Mgmt::V2018_01_01::Models::Protocol end - def authentication_method - Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod + def virtual_network_peering_state + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState end def provisioning_state Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState end + def bgp_peer_state + Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState + end + def authentication_method + Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod + end + def ipsec_encryption + Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption + end def ipsec_integrity Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity end @@ -1253,14 +1253,14 @@ def dh_group def pfs_group Azure::Network::Mgmt::V2018_01_01::Models::PfsGroup end - def vpn_client_protocol - Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol + def connection_state + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState end - def bgp_peer_state - Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState + def evaluation_state + Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState end - def ipsec_encryption - Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption + def vpn_client_protocol + Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol end end end diff --git a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb index ec3e2b77c9..ebf267fa58 100644 --- a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb @@ -8,10 +8,13 @@ module Azure::Profiles::Latest module NotificationHubs module Mgmt Operations = Azure::NotificationHubs::Mgmt::V2017_04_01::Operations - Namespaces = Azure::NotificationHubs::Mgmt::V2017_04_01::Namespaces NotificationHubs = Azure::NotificationHubs::Mgmt::V2017_04_01::NotificationHubs + Namespaces = Azure::NotificationHubs::Mgmt::V2017_04_01::Namespaces module Models + ApnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential + WnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential + CheckAvailabilityParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters GcmCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::GcmCredential SharedAccessAuthorizationRuleCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters NotificationHubListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult @@ -19,23 +22,23 @@ module Models SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties MpnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential NamespacePatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters + Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku AdmCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential NamespaceListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult BaiduCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential - Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku CheckAvailabilityResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult - NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters - NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource - SharedAccessAuthorizationRuleResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource - NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters + NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource + NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters - DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse + SharedAccessAuthorizationRuleResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource - NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType + NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName + NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse @@ -43,13 +46,10 @@ module Models Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation ResourceListKeys = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys PolicykeyResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource - ApnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential - WnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential - CheckAvailabilityParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters end class NotificationHubsManagementClass - attr_reader :operations, :namespaces, :notification_hubs, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :notification_hubs, :namespaces, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -60,8 +60,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @namespaces = @client_0.namespaces @notification_hubs = @client_0.notification_hubs + @namespaces = @client_0.namespaces @model_classes = ModelClasses.new end @@ -80,6 +80,15 @@ def method_missing(method, *args) end class ModelClasses + def apns_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential + end + def wns_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential + end + def check_availability_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters + end def gcm_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::GcmCredential end @@ -101,6 +110,9 @@ def mpns_credential def namespace_patch_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters end + def sku + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + end def adm_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential end @@ -110,48 +122,45 @@ def namespace_list_result def baidu_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential end - def sku - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku - end def check_availability_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult end - def namespace_create_or_update_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters + def sub_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource end def namespace_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource end - def shared_access_authorization_rule_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource - end - def sub_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource - end - def notification_hub_patch_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters + def namespace_create_or_update_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters end def notification_hub_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters end - def debug_send_response - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse + def shared_access_authorization_rule_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource end def notification_hub_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource end - def namespace_type - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType + def notification_hub_patch_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters end def pns_credentials_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource end + def debug_send_response + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse + end def resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource end def sku_name Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName end + def namespace_type + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType + end def operation_display Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay end @@ -173,15 +182,6 @@ def resource_list_keys def policykey_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource end - def apns_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential - end - def wns_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential - end - def check_availability_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters - end end end end diff --git a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb index 202492822b..84bc4adb24 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -7,14 +7,17 @@ module Azure::Profiles::Latest module OperationalInsights module Mgmt - StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights SavedSearches = Azure::OperationalInsights::Mgmt::V2015_03_20::SavedSearches + StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights + Workspaces = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Workspaces + Operations = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Operations LinkedServices = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::LinkedServices DataSources = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::DataSources - Operations = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Operations - Workspaces = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Workspaces module Models + SearchSortEnum = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum + StorageInsight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight + PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState StorageInsightState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount @@ -32,14 +35,12 @@ module Models StorageInsightListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult SearchSort = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort SearchError = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError - WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters - WorkspacePurgeResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse WorkspacePurgeBody = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody + WorkspacePurgeResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse + WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters WorkspacePurgeStatusResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse SearchMetadata = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata - SearchSortEnum = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum - StorageInsight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight - PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource @@ -56,17 +57,16 @@ module Models Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation SharedKeys = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys DataSourceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult - WorkspaceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult LinkedService = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService - ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource - Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource + WorkspaceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult + Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace + ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource DataSourceKind = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind - EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus end class OperationalInsightsManagementClass - attr_reader :storage_insights, :saved_searches, :linked_services, :data_sources, :operations, :workspaces, :configurable, :base_url, :options, :model_classes + attr_reader :saved_searches, :storage_insights, :workspaces, :operations, :linked_services, :data_sources, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -76,18 +76,18 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @storage_insights = @client_0.storage_insights @saved_searches = @client_0.saved_searches + @storage_insights = @client_0.storage_insights @client_1 = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::OperationalInsightsManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @workspaces = @client_1.workspaces + @operations = @client_1.operations @linked_services = @client_1.linked_services @data_sources = @client_1.data_sources - @operations = @client_1.operations - @workspaces = @client_1.workspaces @model_classes = ModelClasses.new end @@ -108,6 +108,15 @@ def method_missing(method, *args) end class ModelClasses + def search_sort_enum + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum + end + def storage_insight + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight + end + def purge_state + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + end def storage_insight_state Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState end @@ -159,14 +168,14 @@ def search_sort def search_error Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError end - def workspace_purge_body_filters - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters + def workspace_purge_body + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody end def workspace_purge_response Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse end - def workspace_purge_body - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody + def workspace_purge_body_filters + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters end def workspace_purge_status_response Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse @@ -174,14 +183,8 @@ def workspace_purge_status_response def search_metadata Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata end - def search_sort_enum - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum - end - def storage_insight - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight - end - def purge_state - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + def entity_status + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus end def sku_name_enum Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum @@ -231,27 +234,24 @@ def shared_keys def data_source_list_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult end - def workspace_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult - end def linked_service Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService end - def proxy_resource - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource + def data_source + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource + end + def workspace_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult end def workspace Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace end - def data_source - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource + def proxy_resource + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource end def data_source_kind Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind end - def entity_status - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus - end end end end diff --git a/azure_sdk/lib/latest/modules/policy_profile_module.rb b/azure_sdk/lib/latest/modules/policy_profile_module.rb index 920d580406..ce80929953 100644 --- a/azure_sdk/lib/latest/modules/policy_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policy_profile_module.rb @@ -8,13 +8,14 @@ module Azure::Profiles::Latest module Policy module Mgmt PolicyDefinitions = Azure::Policy::Mgmt::V2016_12_01::PolicyDefinitions - PolicyAssignments = Azure::Policy::Mgmt::V2017_06_01_preview::PolicyAssignments PolicySetDefinitions = Azure::Policy::Mgmt::V2017_06_01_preview::PolicySetDefinitions + PolicyAssignments = Azure::Policy::Mgmt::V2017_06_01_preview::PolicyAssignments module Models PolicyDefinition = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinition PolicyDefinitionListResult = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinitionListResult PolicyMode = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode + PolicyDefinitionReference = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference PolicySetDefinition = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinition PolicySku = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinitionListResult @@ -22,11 +23,10 @@ module Models PolicyAssignmentListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignmentListResult PolicyType = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType ErrorResponse = Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse - PolicyDefinitionReference = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference end class PolicyManagementClass - attr_reader :policy_definitions, :policy_assignments, :policy_set_definitions, :configurable, :base_url, :options, :model_classes + attr_reader :policy_definitions, :policy_set_definitions, :policy_assignments, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,8 +43,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @policy_assignments = @client_1.policy_assignments @policy_set_definitions = @client_1.policy_set_definitions + @policy_assignments = @client_1.policy_assignments @model_classes = ModelClasses.new end @@ -74,6 +74,9 @@ def policy_definition_list_result def policy_mode Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode end + def policy_definition_reference + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference + end def policy_set_definition Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinition end @@ -95,9 +98,6 @@ def policy_type def error_response Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse end - def policy_definition_reference - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference - end end end end diff --git a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb index fe30b5449b..9c0d0f7069 100644 --- a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb @@ -7,16 +7,19 @@ module Azure::Profiles::Latest module PolicyInsights module Mgmt - PolicyStates = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyStates Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations PolicyEvents = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyEvents + PolicyStates = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyStates module Models + Summary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Summary + QueryFailure = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailure + SummarizeResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummarizeResults PolicyStatesQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults + OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay PolicyEvent = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent PolicyState = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults - OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError QueryOptions = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults @@ -25,13 +28,10 @@ module Models PolicyDefinitionSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary PolicyAssignmentSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyAssignmentSummary PolicyEventsQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEventsQueryResults - Summary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Summary - QueryFailure = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailure - SummarizeResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummarizeResults end class PolicyInsightsManagementClass - attr_reader :policy_states, :operations, :policy_events, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :policy_events, :policy_states, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -41,9 +41,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @policy_states = @client_0.policy_states @operations = @client_0.operations @policy_events = @client_0.policy_events + @policy_states = @client_0.policy_states @model_classes = ModelClasses.new end @@ -62,9 +62,21 @@ def method_missing(method, *args) end class ModelClasses + def summary + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Summary + end + def query_failure + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailure + end + def summarize_results + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummarizeResults + end def policy_states_query_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults end + def operation_display + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay + end def policy_event Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent end @@ -74,9 +86,6 @@ def policy_state def operations_list_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults end - def operation_display - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay - end def query_failure_error Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError end @@ -101,15 +110,6 @@ def policy_assignment_summary def policy_events_query_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEventsQueryResults end - def summary - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Summary - end - def query_failure - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailure - end - def summarize_results - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummarizeResults - end end end end diff --git a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb index 7c8861cb0b..92f97407bf 100644 --- a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb +++ b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb @@ -7,33 +7,33 @@ module Azure::Profiles::Latest module PowerBiEmbedded module Mgmt - WorkspaceCollections = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::WorkspaceCollections Workspaces = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Workspaces + WorkspaceCollections = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::WorkspaceCollections module Models - WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse + WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList MigrateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest - ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList AccessKeyName = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName + ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail CheckNameReason = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason - OperationList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation + OperationList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList WorkspaceCollectionAccessKeys = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys + WorkspaceCollection = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection WorkspaceCollectionAccessKey = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey CreateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest - WorkspaceCollection = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection + Display = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace UpdateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest - Display = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display + Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error CheckNameRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest AzureSku = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku - Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error - WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList - CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse end class PowerBiEmbeddedManagementClass - attr_reader :workspace_collections, :workspaces, :configurable, :base_url, :options, :model_classes + attr_reader :workspaces, :workspace_collections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,8 +43,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @workspace_collections = @client_0.workspace_collections @workspaces = @client_0.workspaces + @workspace_collections = @client_0.workspace_collections @model_classes = ModelClasses.new end @@ -63,38 +63,47 @@ def method_missing(method, *args) end class ModelClasses - def workspace_collection_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + def check_name_response + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse + end + def workspace_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList end def migrate_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest end - def error_detail - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + def workspace_collection_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList end def access_key_name Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName end + def error_detail + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + end def check_name_reason Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason end - def operation_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList - end def operation Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation end + def operation_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList + end def workspace_collection_access_keys Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys end + def workspace_collection + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection + end def workspace_collection_access_key Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey end def create_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest end - def workspace_collection - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection + def display + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display end def workspace Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace @@ -102,8 +111,8 @@ def workspace def update_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest end - def display - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display + def error + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error end def check_name_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest @@ -111,15 +120,6 @@ def check_name_request def azure_sku Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku end - def error - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error - end - def workspace_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList - end - def check_name_response - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse - end end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb index d277153eaa..1a3eccfc46 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -7,15 +7,18 @@ module Azure::Profiles::Latest module RecoveryServices module Mgmt + VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates + RegisteredIdentities = Azure::RecoveryServices::Mgmt::V2016_06_01::RegisteredIdentities ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults - Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages - VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates - RegisteredIdentities = Azure::RecoveryServices::Mgmt::V2016_06_01::RegisteredIdentities + Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations module Models + ClientDiscoveryForServiceSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification + VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList + MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary VaultUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails @@ -23,20 +26,20 @@ module Models ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails + Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails - TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku - VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault - VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState + VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType - UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType + UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault + TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest @@ -47,13 +50,10 @@ module Models VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList ReplicationUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage ClientDiscoveryDisplay = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay - ClientDiscoveryForServiceSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification - VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList - MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary end class RecoveryServicesManagementClass - attr_reader :replication_usages, :vaults, :operations, :vault_extended_info_operations, :usages, :vault_certificates, :registered_identities, :configurable, :base_url, :options, :model_classes + attr_reader :vault_certificates, :registered_identities, :replication_usages, :vaults, :vault_extended_info_operations, :usages, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -63,13 +63,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @vault_certificates = @client_0.vault_certificates + @registered_identities = @client_0.registered_identities @replication_usages = @client_0.replication_usages @vaults = @client_0.vaults - @operations = @client_0.operations @vault_extended_info_operations = @client_0.vault_extended_info_operations @usages = @client_0.usages - @vault_certificates = @client_0.vault_certificates - @registered_identities = @client_0.registered_identities + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -88,6 +88,15 @@ def method_missing(method, *args) end class ModelClasses + def client_discovery_for_service_specification + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification + end + def vault_usage_list + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList + end + def monitoring_summary + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary + end def vault_usage Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage end @@ -109,36 +118,33 @@ def name_info def resource_certificate_and_aad_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails end + def sku + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + end def resource_certificate_and_acs_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails end - def tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource - end def patch_tracked_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource end - def sku - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + def patch_vault + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault end def vault_extended_info_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource end - def patch_vault - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault + def auth_type + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType end def vault_upgrade_state Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState end - def auth_type - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType + def trigger_type + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType end def usages_unit Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit end - def trigger_type - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType - end def vault_properties Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties end @@ -151,6 +157,9 @@ def sku_name def vault Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault end + def tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + end def client_discovery_value_for_single_api Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi end @@ -181,15 +190,6 @@ def replication_usage def client_discovery_display Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay end - def client_discovery_for_service_specification - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification - end - def vault_usage_list - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList - end - def monitoring_summary - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary - end end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb index 345d6161fb..f118809e60 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -33,6 +33,8 @@ module Mgmt BackupProtectionContainers = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectionContainers SecurityPINs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::SecurityPINs BackupResourceStorageConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceStorageConfigs + BackupProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectedItems + BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations BackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupStatus @@ -41,16 +43,17 @@ module Mgmt JobDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::JobDetails ExportJobsOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ExportJobsOperationResults BackupPolicies = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupPolicies - BackupProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectedItems - BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries module Models - ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification - ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi - ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi + ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay + AzureBackupServerContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer + AzureBackupServerEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine + AzureFileShareBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest AzureFileShareProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem AzureFileShareRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRestoreRequest @@ -86,8 +89,8 @@ module Models BackupResourceVaultConfigResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfigResource DpmBackupEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmBackupEngine DpmContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmContainer - GenericContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericContainer OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus + GenericContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericContainer GenericRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericRecoveryPoint IaasVMBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest IaaSVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMContainer @@ -114,10 +117,10 @@ module Models WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList CopyOptions = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::CopyOptions RecoveryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryType - InquiryStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus RestoreRequestType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestType - RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType + InquiryStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectoryType + RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType OverwriteOptions = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OverwriteOptions StorageTypeState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType @@ -178,28 +181,28 @@ module Models BackupResourceConfig = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfig BMSBackupEngineQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSBackupEngineQueryObject BackupResourceVaultConfig = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfig - AzureBackupServerContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer - AzureBackupServerEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine - AzureFileShareBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest + ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject + ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList + JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem - SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy + DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem - DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem GenericProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy @@ -210,16 +213,16 @@ module Models MabFileFolderProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItem MabProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job - JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode + JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus SimpleRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy ProtectionState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState HealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus - ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource + ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState LastBackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus ProtectedItemHealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail @@ -248,62 +251,59 @@ module Models BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails - BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo OperationResultInfoBase = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase - AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse - AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo - AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration - ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat - DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo - AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo - MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList + FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy - AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy - WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList - DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule - FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest - YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule - ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo - WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent - ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo + YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem - DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob - OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob - OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName - ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList - JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus end class RecoveryServicesBackupManagementClass - attr_reader :operations, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :jobs, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :backup_protected_items, :backup_usage_summaries, :jobs, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -351,6 +351,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @backup_protected_items = @client_2.backup_protected_items + @backup_usage_summaries = @client_2.backup_usage_summaries @jobs = @client_2.jobs @protection_intent_operations = @client_2.protection_intent_operations @backup_status = @client_2.backup_status @@ -359,8 +361,6 @@ def initialize(configurable, base_url=nil, options=nil) @job_details = @client_2.job_details @export_jobs_operation_results = @client_2.export_jobs_operation_results @backup_policies = @client_2.backup_policies - @backup_protected_items = @client_2.backup_protected_items - @backup_usage_summaries = @client_2.backup_usage_summaries @model_classes = ModelClasses.new end @@ -383,6 +383,15 @@ def method_missing(method, *args) end class ModelClasses + def client_discovery_for_service_specification + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification + end + def client_discovery_for_properties + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties + end + def client_discovery_response + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + end def client_discovery_for_log_specification Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification end @@ -392,14 +401,14 @@ def client_discovery_value_for_single_api def client_discovery_display Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay end - def client_discovery_for_service_specification - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification + def azure_backup_server_container + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer end - def client_discovery_for_properties - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties + def azure_backup_server_engine + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine end - def client_discovery_response - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + def azure_file_share_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest end def azure_file_share_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem @@ -506,12 +515,12 @@ def dpm_backup_engine def dpm_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmContainer end - def generic_container - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericContainer - end def operation_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus end + def generic_container + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericContainer + end def generic_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericRecoveryPoint end @@ -590,18 +599,18 @@ def copy_options def recovery_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryType end - def inquiry_status - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus - end def restore_request_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestType end - def restore_point_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType + def inquiry_status + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus end def sqldata_directory_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectoryType end + def restore_point_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType + end def overwrite_options Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OverwriteOptions end @@ -782,14 +791,14 @@ def bmsbackup_engine_query_object def backup_resource_vault_config Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfig end - def azure_backup_server_container - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer + def protected_item_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject end - def azure_backup_server_engine - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine + def protected_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList end - def azure_file_share_backup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest + def job_operation_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType end def protection_policy_resource_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList @@ -800,6 +809,9 @@ def azure_fileshare_protected_item def azure_file_share_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy end + def fabric_name + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + end def type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type end @@ -815,9 +827,6 @@ def azure_iaa_svmprotected_item def azure_iaa_sclassic_compute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem end - def support_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus - end def azure_iaa_scompute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem end @@ -833,6 +842,9 @@ def azure_sql_protected_item def azure_sql_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy end + def data_source_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + end def health_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState end @@ -845,9 +857,6 @@ def job_supported_action def azure_vm_workload_sqldatabase_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem end - def data_source_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType - end def dpmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem end @@ -878,9 +887,6 @@ def mab_protection_policy def job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job end - def job_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus - end def protected_item_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource end @@ -890,6 +896,9 @@ def protection_policy_resource def http_status_code Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode end + def job_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus + end def simple_retention_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy end @@ -902,12 +911,12 @@ def protection_state def health_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus end - def protected_item_state - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState - end def resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource end + def protected_item_state + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState + end def last_backup_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus end @@ -992,9 +1001,6 @@ def pre_validate_enable_backup_response def azure_iaa_svmhealth_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails end - def backup_status_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest - end def azure_storage_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails end @@ -1007,56 +1013,59 @@ def pre_validate_enable_backup_request def bmsbackup_summaries_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject end + def azure_vmresource_feature_support_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + end def azure_sql_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end def operation_result_info_base Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase end - def azure_vmresource_feature_support_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + def dpm_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo end - def azure_storage_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + def daily_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule end - def azure_iaa_svmjob_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + def backup_status_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest end def retention_duration Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration end - def protection_policy_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + def azure_storage_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end def daily_retention_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat end - def dpm_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + def mab_file_folder_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo end def day Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day end - def mab_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo - end def azure_vm_workload_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo end - def azure_storage_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + def azure_iaa_svmjob_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails end - def mab_file_folder_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + def resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList + end + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest end def schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy end - def azure_iaa_svmerror_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def azure_storage_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end def dpmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo @@ -1064,50 +1073,50 @@ def dpmprotected_item_extended_info def protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy end - def weekly_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + def mab_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end def job_resource_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList end - def daily_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + def job_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + def azure_iaa_svmjob + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob end - def yearly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule + def operation_result_info_base_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource end - def export_jobs_operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + def azure_iaa_svmerror_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + end + def weekly_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat end def weekly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule end - def job_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject - end - def azure_iaa_svmjob - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + def dpm_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob end def azure_resource_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent end - def resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList - end def azure_fileshare_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo end + def yearly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule + end def protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem end - def dpm_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + def operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo end - def operation_result_info_base_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + def export_jobs_operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo end def job_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource @@ -1115,8 +1124,8 @@ def job_resource def azure_storage_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end - def protected_item_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest end def azure_workload_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob @@ -1136,17 +1145,8 @@ def azure_iaa_svmprotected_item_extended_info def mab_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob end - def operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - end - def fabric_name - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName - end - def protected_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList - end - def job_operation_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + def support_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb index ab3bccc90f..683f035113 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -11,16 +11,16 @@ module Mgmt ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationVaultHealth RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::RecoveryPoints ReplicationProtectedItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectedItems - ReplicationNetworkMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworkMappings ReplicationFabrics = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationFabrics ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationvCenters + ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassificationMappings ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassifications ReplicationRecoveryServicesProviders = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationRecoveryServicesProviders ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationRecoveryPlans ReplicationProtectionContainers = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainers ReplicationProtectionContainerMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainerMappings - ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassificationMappings ReplicationProtectableItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectableItems + ReplicationNetworkMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworkMappings ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationPolicies ReplicationNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworks ReplicationLogicalNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationLogicalNetworks @@ -29,98 +29,101 @@ module Mgmt ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationAlertSettings module Models - InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput A2AEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput + HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput + InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput + HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails - HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails + InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput - HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails + A2AEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails - JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails + HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails - A2AEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails + VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails - InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails + JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails - VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails + HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput - InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput + InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput - HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput + A2AFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput - InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput + InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput - A2AFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput + A2AReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput - InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput + InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput - A2AReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput + JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails - FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails + InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput A2AApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput - JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails + ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails - ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails + FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails - ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails + InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails - RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails + ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails - InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails + TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails - ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails + RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails - TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails + A2AContainerCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput A2ASwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput - HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails + ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails - A2AContainerCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput + HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails - InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails + HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails - HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails + InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails A2APolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails - RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails + InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails - InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails + HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput - HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput + RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails - HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput + InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput A2APolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput - VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput + HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput - InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput - RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails - RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job + RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails + VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput + RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput - RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput + RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput - RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails + RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType - ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation + RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricCreationInput - RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput - LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType + SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations + ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel - SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations - MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus + RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType + LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorCategory - RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType - DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus + HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType + MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionLocation - HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType - A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType + RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType + IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlternateLocationRecoveryOption InMageV2RpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageV2RpRecoveryPointType - IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType - RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType + A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType + DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Event PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyCollection RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RoleAssignment @@ -292,72 +295,69 @@ module Models FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricCreationInput Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Display A2AVmManagedDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmManagedDiskInputDetails - Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource + A2AVmDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails ConfigurationSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails A2AProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails - InMageDiskExclusionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput - A2AVmDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails - InMageDiskSignatureExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet + EventQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter + InMageDiskSignatureExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions + InMageDiskExclusionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput InMageVolumeExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions NetworkMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties - EventQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter - ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput - InputEndpoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint AzureToAzureVmSyncedConfigDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails - SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties - A2AProtectedManagedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails + ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput + Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource ASRTask = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask - MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate - Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert + SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties + InputEndpoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint PolicyProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties - LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork - NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping + MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate + A2AProtectedManagedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric - Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network - RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork + Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping - StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification + NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy - VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails + RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping + Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network + StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings - StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping + VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings - AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput + VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem - VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings + VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput - VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput - VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput + AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails - HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails + VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput - AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails + VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails - HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails + HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails - VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails + HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails - InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails + HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails - HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails + HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput - InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput + InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails A2AReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails - HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput - HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput - InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput end class RecoveryServicesSiteRecoveryManagementClass - attr_reader :operations, :replication_vault_health, :recovery_points, :replication_protected_items, :replication_network_mappings, :replication_fabrics, :replicationv_centers, :replication_storage_classifications, :replication_recovery_services_providers, :replication_recovery_plans, :replication_protection_containers, :replication_protection_container_mappings, :replication_storage_classification_mappings, :replication_protectable_items, :replication_policies, :replication_networks, :replication_logical_networks, :replication_jobs, :replication_events, :replication_alert_settings, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :replication_vault_health, :recovery_points, :replication_protected_items, :replication_fabrics, :replicationv_centers, :replication_storage_classification_mappings, :replication_storage_classifications, :replication_recovery_services_providers, :replication_recovery_plans, :replication_protection_containers, :replication_protection_container_mappings, :replication_protectable_items, :replication_network_mappings, :replication_policies, :replication_networks, :replication_logical_networks, :replication_jobs, :replication_events, :replication_alert_settings, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -371,16 +371,16 @@ def initialize(configurable, base_url=nil, options=nil) @replication_vault_health = @client_0.replication_vault_health @recovery_points = @client_0.recovery_points @replication_protected_items = @client_0.replication_protected_items - @replication_network_mappings = @client_0.replication_network_mappings @replication_fabrics = @client_0.replication_fabrics @replicationv_centers = @client_0.replicationv_centers + @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings @replication_storage_classifications = @client_0.replication_storage_classifications @replication_recovery_services_providers = @client_0.replication_recovery_services_providers @replication_recovery_plans = @client_0.replication_recovery_plans @replication_protection_containers = @client_0.replication_protection_containers @replication_protection_container_mappings = @client_0.replication_protection_container_mappings - @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings @replication_protectable_items = @client_0.replication_protectable_items + @replication_network_mappings = @client_0.replication_network_mappings @replication_policies = @client_0.replication_policies @replication_networks = @client_0.replication_networks @replication_logical_networks = @client_0.replication_logical_networks @@ -405,200 +405,209 @@ def method_missing(method, *args) end class ModelClasses + def a2_aenable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput + end + def hyper_vreplica_azure_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + end + def in_mage_azure_v2_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput + end def in_mage_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput end - def a2_aenable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput + def hyper_vreplica_base_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails end def hyper_vreplica2012_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails end - def hyper_vreplica2012_r2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails + def in_mage_azure_v2_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput end def a2_aupdate_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput end - def hyper_vreplica_base_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails + def a2_aevent_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails end def in_mage_azure_v2_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails end - def job_status_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails + def hyper_vreplica2012_r2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails end def hyper_vreplica_azure_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails end - def a2_aevent_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails + def vmware_virtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails end def replication_group_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails end - def in_mage_azure_v2_recovery_point_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails + def job_status_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails end def hyper_vvirtual_machine_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails end - def vmware_virtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails + def hyper_vreplica_azure_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput end def hyper_vreplica_azure_failback_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput end - def in_mage_azure_v2_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput + def in_mage_azure_v2_recovery_point_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails end def in_mage_disable_protection_provider_specific_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput end - def hyper_vreplica_azure_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput + def a2_afailover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput end def hyper_vreplica_azure_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput end - def in_mage_azure_v2_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput + def in_mage_azure_v2_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput end def in_mage_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput end - def a2_afailover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput + def a2_areprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput end def hyper_vreplica_azure_apply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput end - def in_mage_azure_v2_apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput + def in_mage_azure_v2_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput end def in_mage_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput end - def a2_areprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput + def job_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails end def virtual_machine_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails end - def fabric_replication_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails + def in_mage_azure_v2_apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput end def a2_aapply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput end - def job_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails + def script_action_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails end def vm_nic_updates_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails end - def consistency_check_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails + def fabric_replication_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails end def manual_action_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails end - def script_action_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails + def inline_workflow_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails end def recovery_plan_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails end - def recovery_plan_shutdown_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails + def consistency_check_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails end def automation_runbook_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails end - def inline_workflow_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails + def test_failover_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails end def failover_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails end - def export_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails + def recovery_plan_shutdown_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails end def asr_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails end - def test_failover_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails + def a2_acontainer_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput end def a2_aswitch_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput end - def hyper_vreplica_azure_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails + def export_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails end def switch_protection_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails end - def a2_acontainer_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput + def hyper_vreplica_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails end def hyper_vreplica_blue_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails end - def in_mage_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails + def hyper_vreplica_azure_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails end def hyper_vreplica_base_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails end - def hyper_vreplica_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails + def in_mage_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails end def a2_apolicy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails end - def rcm_azure_migration_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails + def in_mage_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails end def in_mage_azure_v2_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails end - def in_mage_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails + def hyper_vreplica_azure_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput end def hyper_vreplica_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput end - def hyper_vreplica_blue_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput + def rcm_azure_migration_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails end def vmware_cbt_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails end - def hyper_vreplica_azure_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput + def in_mage_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput end def a2_apolicy_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput end - def vmware_cbt_policy_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput + def hyper_vreplica_blue_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput end def in_mage_azure_v2_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput end - def in_mage_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput + def job + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job end def recovery_plan_manual_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails end - def recovery_plan_hyper_vreplica_azure_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput + def vmware_cbt_policy_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput end - def job - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job + def recovery_plan_script_action_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails end def recovery_plan_automation_runbook_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails @@ -606,20 +615,20 @@ def recovery_plan_automation_runbook_action_details def recovery_plan_in_mage_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput end - def recovery_plan_a2_afailover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput + def recovery_plan_hyper_vreplica_azure_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput end def recovery_plan_hyper_vreplica_azure_failback_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput end - def recovery_plan_script_action_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails + def recovery_plan_in_mage_azure_v2_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput end def recovery_plan_group_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType end - def replication_protected_item_operation - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation + def recovery_plan_a2_afailover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput end def azure_fabric_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput @@ -627,11 +636,11 @@ def azure_fabric_creation_input def vmware_v2_fabric_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricCreationInput end - def recovery_plan_in_mage_azure_v2_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput + def source_site_operations + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations end - def license_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType + def replication_protected_item_operation + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation end def possible_operations_directions Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections @@ -639,11 +648,11 @@ def possible_operations_directions def failover_deployment_model Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel end - def source_site_operations - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations + def recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType end - def multi_vm_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus + def license_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType end def disable_protection_reason Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason @@ -651,11 +660,11 @@ def disable_protection_reason def health_error_category Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorCategory end - def recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType + def hyper_vreplica_azure_rp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType end - def data_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus + def multi_vm_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus end def set_multi_vm_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus @@ -663,11 +672,11 @@ def set_multi_vm_sync_status def recovery_plan_action_location Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionLocation end - def hyper_vreplica_azure_rp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType + def rp_in_mage_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType end - def a2_arp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType + def identity_provider_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType end def alternate_location_recovery_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlternateLocationRecoveryOption @@ -675,11 +684,11 @@ def alternate_location_recovery_option def in_mage_v2_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageV2RpRecoveryPointType end - def identity_provider_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType + def a2_arp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType end - def rp_in_mage_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType + def data_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus end def event Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Event @@ -1194,8 +1203,8 @@ def display def a2_avm_managed_disk_input_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmManagedDiskInputDetails end - def resource - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource + def a2_avm_disk_input_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails end def configuration_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings @@ -1206,17 +1215,17 @@ def encryption_details def a2_aprotected_disk_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails end - def in_mage_disk_exclusion_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput + def subnet + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet end - def a2_avm_disk_input_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails + def event_query_parameter + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter end def in_mage_disk_signature_exclusion_options Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions end - def subnet - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet + def in_mage_disk_exclusion_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput end def in_mage_volume_exclusion_options Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions @@ -1224,50 +1233,41 @@ def in_mage_volume_exclusion_options def network_mapping_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties end - def event_query_parameter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter - end - def replication_provider_specific_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput - end - def input_endpoint - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint - end def azure_to_azure_vm_synced_config_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails end - def switch_protection_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties + def replication_provider_specific_container_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput end - def a2_aprotected_managed_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails + def resource + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource end def asrtask Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask end - def mobility_service_update - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate + def switch_protection_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties end - def alert - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert + def input_endpoint + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint end def policy_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties end - def logical_network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork + def mobility_service_update + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate end - def network_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping + def a2_aprotected_managed_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails end def fabric Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric end - def network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network + def logical_network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork end - def recovery_plan - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + def alert + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert end def protectable_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem @@ -1275,8 +1275,8 @@ def protectable_item def protection_container_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping end - def storage_classification - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification + def network_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping end def recovery_services_provider Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider @@ -1284,8 +1284,17 @@ def recovery_services_provider def policy Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy end - def vault_health_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails + def recovery_plan + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + end + def storage_classification_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping + end + def network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network + end + def storage_classification + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification end def recovery_point Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint @@ -1299,87 +1308,78 @@ def protection_container def azure_to_azure_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings end - def storage_classification_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping + def vmm_to_azure_network_mapping_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings end def vmm_to_vmm_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings end - def azure_to_azure_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput + def vault_health_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails end def replication_protected_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem end - def vmm_to_azure_network_mapping_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings + def vmm_to_vmm_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput end def azure_to_azure_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput end - def vmm_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + def azure_to_azure_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput end def vmm_to_azure_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput end - def vmm_to_vmm_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput + def azure_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails end def vmm_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails end - def hyper_vsite_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails + def vmm_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput end def vmm_to_vmm_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput end - def azure_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails + def vmware_v2_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails end def hyper_vreplica_base_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails end - def hyper_vreplica_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails + def hyper_vsite_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails end def vmware_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails end - def vmware_v2_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails + def hyper_vreplica_azure_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails end def in_mage_azure_v2_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails end - def in_mage_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails + def hyper_vreplica_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails end def hyper_vreplica_blue_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails end - def hyper_vreplica_azure_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails + def hyper_vreplica_azure_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput end def san_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput end - def in_mage_azure_v2_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput + def in_mage_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails end def a2_areplication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails end - def hyper_vreplica_azure_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput - end - def hyper_vreplica_azure_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput - end - def in_mage_azure_v2_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput - end end end end diff --git a/azure_sdk/lib/latest/modules/redis_profile_module.rb b/azure_sdk/lib/latest/modules/redis_profile_module.rb index 347da538a1..8540fc1060 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module Redis module Mgmt - PatchSchedules = Azure::Redis::Mgmt::V2017_10_01::PatchSchedules Operations = Azure::Redis::Mgmt::V2017_10_01::Operations + PatchSchedules = Azure::Redis::Mgmt::V2017_10_01::PatchSchedules LinkedServer = Azure::Redis::Mgmt::V2017_10_01::LinkedServer Redis = Azure::Redis::Mgmt::V2017_10_01::Redis FirewallRules = Azure::Redis::Mgmt::V2017_10_01::FirewallRules @@ -25,31 +25,31 @@ module Models Resource = Azure::Redis::Mgmt::V2017_10_01::Models::Resource RedisRebootParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisRebootParameters RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters - ExportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters ImportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters ScheduleEntry = Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry + RedisCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList RedisLinkedServer = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer + OperationDisplay = Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay RedisForceRebootResponse = Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse - RedisFirewallRule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule + OperationListResult = Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult RedisResource = Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource - OperationDisplay = Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay + ExportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters + RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties RedisPatchSchedule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule - OperationListResult = Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult + RedisFirewallRule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule SkuFamily = Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily - RedisCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters - RebootType = Azure::Redis::Mgmt::V2017_10_01::Models::RebootType - SkuName = Azure::Redis::Mgmt::V2017_10_01::Models::SkuName - RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties - ReplicationRole = Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole RedisKeyType = Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType ProxyResource = Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource + ReplicationRole = Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole + SkuName = Azure::Redis::Mgmt::V2017_10_01::Models::SkuName + RebootType = Azure::Redis::Mgmt::V2017_10_01::Models::RebootType Operation = Azure::Redis::Mgmt::V2017_10_01::Models::Operation TrackedResource = Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource end class RedisManagementClass - attr_reader :patch_schedules, :operations, :linked_server, :redis, :firewall_rules, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :patch_schedules, :linked_server, :redis, :firewall_rules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -59,8 +59,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @patch_schedules = @client_0.patch_schedules @operations = @client_0.operations + @patch_schedules = @client_0.patch_schedules @linked_server = @client_0.linked_server @redis = @client_0.redis @firewall_rules = @client_0.firewall_rules @@ -115,62 +115,62 @@ def redis_reboot_parameters def redis_firewall_rule_create_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters end - def export_rdbparameters - Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters - end def import_rdbparameters Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters end def schedule_entry Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry end + def redis_create_parameters + Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters + end def redis_linked_server_with_properties_list Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList end def redis_linked_server Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer end + def operation_display + Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay + end def redis_force_reboot_response Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse end - def redis_firewall_rule - Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule + def operation_list_result + Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult end def redis_resource Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource end - def operation_display - Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay + def export_rdbparameters + Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters + end + def redis_linked_server_with_properties + Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties end def redis_patch_schedule Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule end - def operation_list_result - Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult + def redis_firewall_rule + Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule end def sku_family Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily end - def redis_create_parameters - Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters - end - def reboot_type - Azure::Redis::Mgmt::V2017_10_01::Models::RebootType - end - def sku_name - Azure::Redis::Mgmt::V2017_10_01::Models::SkuName + def redis_key_type + Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType end - def redis_linked_server_with_properties - Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties + def proxy_resource + Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource end def replication_role Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole end - def redis_key_type - Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType + def sku_name + Azure::Redis::Mgmt::V2017_10_01::Models::SkuName end - def proxy_resource - Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource + def reboot_type + Azure::Redis::Mgmt::V2017_10_01::Models::RebootType end def operation Azure::Redis::Mgmt::V2017_10_01::Models::Operation diff --git a/azure_sdk/lib/latest/modules/relay_profile_module.rb b/azure_sdk/lib/latest/modules/relay_profile_module.rb index ae78c1a4e9..2a364f4ff7 100644 --- a/azure_sdk/lib/latest/modules/relay_profile_module.rb +++ b/azure_sdk/lib/latest/modules/relay_profile_module.rb @@ -7,43 +7,43 @@ module Azure::Profiles::Latest module Relay module Mgmt - Operations = Azure::Relay::Mgmt::V2017_04_01::Operations - Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces HybridConnections = Azure::Relay::Mgmt::V2017_04_01::HybridConnections + Operations = Azure::Relay::Mgmt::V2017_04_01::Operations WCFRelays = Azure::Relay::Mgmt::V2017_04_01::WCFRelays + Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces module Models KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType - RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku + RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult CheckNameAvailability = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability HybridConnectionListResult = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult + ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay - ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum - RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier - AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay - AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights - UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason end class RelayManagementClass - attr_reader :operations, :namespaces, :hybrid_connections, :wcfrelays, :configurable, :base_url, :options, :model_classes + attr_reader :hybrid_connections, :operations, :wcfrelays, :namespaces, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -53,10 +53,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations - @namespaces = @client_0.namespaces @hybrid_connections = @client_0.hybrid_connections + @operations = @client_0.operations @wcfrelays = @client_0.wcfrelays + @namespaces = @client_0.namespaces @model_classes = ModelClasses.new end @@ -78,12 +78,12 @@ class ModelClasses def key_type Azure::Relay::Mgmt::V2017_04_01::Models::KeyType end - def relay_namespace_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult - end def sku Azure::Relay::Mgmt::V2017_04_01::Models::Sku end + def relay_namespace_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + end def check_name_availability Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability end @@ -93,27 +93,27 @@ def hybrid_connection_list_result def wcf_relays_list_result Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult end + def resource_namespace_patch + Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + end def hybrid_connection Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection end def wcf_relay Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay end - def resource_namespace_patch - Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - end def relay_namespace Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace end + def relay_update_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters + end def relaytype Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype end def provisioning_state_enum Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end - def relay_update_parameters - Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters - end def check_name_availability_result Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end @@ -123,18 +123,18 @@ def resource def sku_tier Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier end - def access_keys - Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys - end def operation_display Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay end - def authorization_rule_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + def access_keys + Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys end def operation_list_result Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult end + def authorization_rule_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + end def regenerate_access_key_parameters Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end @@ -147,15 +147,15 @@ def error_response def access_rights Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights end - def unavailable_reason - Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason - end def operation Azure::Relay::Mgmt::V2017_04_01::Models::Operation end def tracked_resource Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource end + def unavailable_reason + Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + end end end end diff --git a/azure_sdk/lib/latest/modules/resources_profile_module.rb b/azure_sdk/lib/latest/modules/resources_profile_module.rb index ce926ad031..c7b4b1c40f 100644 --- a/azure_sdk/lib/latest/modules/resources_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resources_profile_module.rb @@ -59,8 +59,8 @@ module Models DeploymentOperation = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperation DeploymentMode = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentMode GenericResource = Azure::Resources::Mgmt::V2017_05_10::Models::GenericResource - ResourceGroupPatchable = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupPatchable SubResource = Azure::Resources::Mgmt::V2017_05_10::Models::SubResource + ResourceGroupPatchable = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupPatchable ResourceIdentityType = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceIdentityType end @@ -231,12 +231,12 @@ def deployment_mode def generic_resource Azure::Resources::Mgmt::V2017_05_10::Models::GenericResource end - def resource_group_patchable - Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupPatchable - end def sub_resource Azure::Resources::Mgmt::V2017_05_10::Models::SubResource end + def resource_group_patchable + Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupPatchable + end def resource_identity_type Azure::Resources::Mgmt::V2017_05_10::Models::ResourceIdentityType end diff --git a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb index 9751c195ea..0ed3ba9edd 100644 --- a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb @@ -14,16 +14,16 @@ module Mgmt module Models OperationDisplay = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationDisplay OperationListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult - ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult ErrorResponse = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse - ManagementGroup = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup + ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult + ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo + ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupInfo + ManagementGroup = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup CreateGroupRequest = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest - Operation = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation - ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo - ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails ErrorDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorDetails + Operation = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation end class ResourcesManagementManagementClass @@ -64,14 +64,17 @@ def operation_display def operation_list_result Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult end + def error_response + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse + end def management_group_list_result Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult end - def error_response - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse + def parent_group_info + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo end - def management_group - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup + def management_group_details + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails end def management_group_child_info Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo @@ -79,21 +82,18 @@ def management_group_child_info def management_group_info Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupInfo end + def management_group + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup + end def create_group_request Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest end - def operation - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation - end - def parent_group_info - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo - end - def management_group_details - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails - end def error_details Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorDetails end + def operation + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation + end end end end diff --git a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb index 36801ef134..fca0dbecdb 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -7,10 +7,13 @@ module Azure::Profiles::Latest module Scheduler module Mgmt - JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections Jobs = Azure::Scheduler::Mgmt::V2016_03_01::Jobs + JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections module Models + JobCollectionDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition + JobDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition + HttpAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication StorageQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage JobHistoryDefinitionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties HttpRequest = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest @@ -22,25 +25,25 @@ module Models JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction JobHistoryFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter - JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult JobMaxRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence + JobStateFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter JobRecurrenceScheduleMonthlyOccurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence + JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult ServiceBusMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage - JobStateFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter - JobCollectionListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult ServiceBusAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage + JobCollectionListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult ServiceBusTopicMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage - ClientCertAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication + OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication SkuDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition + ClientCertAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication JobCollectionState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState - OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication RetryType = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay - JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType - JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType + JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency @@ -52,13 +55,10 @@ module Models RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence JobCollectionQuota = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionQuota - JobCollectionDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition - JobDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition - HttpAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication end class SchedulerManagementClass - attr_reader :job_collections, :jobs, :configurable, :base_url, :options, :model_classes + attr_reader :jobs, :job_collections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -68,8 +68,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @job_collections = @client_0.job_collections @jobs = @client_0.jobs + @job_collections = @client_0.job_collections @model_classes = ModelClasses.new end @@ -88,6 +88,15 @@ def method_missing(method, *args) end class ModelClasses + def job_collection_definition + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition + end + def job_definition + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition + end + def http_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication + end def storage_queue_message Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage end @@ -121,53 +130,53 @@ def job_error_action def job_history_filter Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter end - def job_history_list_result - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult - end def job_max_recurrence Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence end + def job_state_filter + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter + end def job_recurrence_schedule_monthly_occurrence Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence end + def job_history_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult + end def service_bus_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage end - def job_state_filter - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter - end - def job_collection_list_result - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult - end def service_bus_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication end def service_bus_queue_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage end + def job_collection_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult + end def service_bus_topic_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage end - def client_cert_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication + def oauth_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication end def sku_definition Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition end + def client_cert_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication + end def job_collection_state Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState end - def oauth_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication - end def retry_type Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType end def job_schedule_day Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay end - def job_history_action_name - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + def job_action_type + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType end def job_execution_status Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus @@ -175,8 +184,8 @@ def job_execution_status def service_bus_authentication_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType end - def job_action_type - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType + def job_history_action_name + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName end def service_bus_transport_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType @@ -211,15 +220,6 @@ def job_recurrence def job_collection_quota Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionQuota end - def job_collection_definition - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition - end - def job_definition - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition - end - def http_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication - end end end end diff --git a/azure_sdk/lib/latest/modules/search_profile_module.rb b/azure_sdk/lib/latest/modules/search_profile_module.rb index 4524674bec..4df698529c 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -7,33 +7,33 @@ module Azure::Profiles::Latest module Search module Mgmt - AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys Operations = Azure::Search::Mgmt::V2015_08_19::Operations + AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys QueryKeys = Azure::Search::Mgmt::V2015_08_19::QueryKeys Services = Azure::Search::Mgmt::V2015_08_19::Services module Models CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput + AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput + SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions - QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey + Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason - Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource + QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName - AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind - SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus ProvisioningState = Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState end class SearchManagementClass - attr_reader :admin_keys, :operations, :query_keys, :services, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :admin_keys, :query_keys, :services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,8 +43,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @admin_keys = @client_0.admin_keys @operations = @client_0.operations + @admin_keys = @client_0.admin_keys @query_keys = @client_0.query_keys @services = @client_0.services @@ -68,9 +68,15 @@ class ModelClasses def check_name_availability_input Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput end + def admin_key_kind + Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + end def check_name_availability_output Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput end + def search_service_status + Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus + end def operation_display Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay end @@ -89,8 +95,8 @@ def admin_key_result def search_management_request_options Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions end - def query_key - Azure::Search::Mgmt::V2015_08_19::Models::QueryKey + def resource + Azure::Search::Mgmt::V2015_08_19::Models::Resource end def search_service Azure::Search::Mgmt::V2015_08_19::Models::SearchService @@ -98,8 +104,8 @@ def search_service def unavailable_name_reason Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason end - def resource - Azure::Search::Mgmt::V2015_08_19::Models::Resource + def query_key + Azure::Search::Mgmt::V2015_08_19::Models::QueryKey end def hosting_mode Azure::Search::Mgmt::V2015_08_19::Models::HostingMode @@ -107,12 +113,6 @@ def hosting_mode def sku_name Azure::Search::Mgmt::V2015_08_19::Models::SkuName end - def admin_key_kind - Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind - end - def search_service_status - Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus - end def provisioning_state Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState end diff --git a/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb b/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb index 0342aef1de..f40240c4d4 100644 --- a/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb @@ -7,10 +7,10 @@ module Azure::Profiles::Latest module ServerManagement module Mgmt - Gateway = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Gateway Session = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Session - PowerShell = Azure::ServerManagement::Mgmt::V2016_07_01_preview::PowerShell Node = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Node + Gateway = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Gateway + PowerShell = Azure::ServerManagement::Mgmt::V2016_07_01_preview::PowerShell module Models UpgradeMode = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::UpgradeMode @@ -18,11 +18,11 @@ module Models GatewayStatus = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayStatus GatewayResources = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResources PromptFieldDescription = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldDescription - GatewayParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayParameters + Resource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource PowerShellCommandResult = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandResult NodeResources = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResources - Resource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource - PowerShellCommandResults = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandResults + GatewayParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayParameters + PowerShellTabCompletionResults = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionResults SessionParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionParameters GatewayProfile = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayProfile PowerShellSessionResources = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResources @@ -36,8 +36,8 @@ module Models PowerShellSessionResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResource PowerShellCommandStatus = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandStatus RetentionPeriod = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::RetentionPeriod + PowerShellCommandResults = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandResults CredentialDataFormat = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::CredentialDataFormat - PowerShellTabCompletionResults = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionResults PromptFieldType = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType GatewayExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayExpandOption PowerShellExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption @@ -46,7 +46,7 @@ module Models end class ServerManagementManagementClass - attr_reader :gateway, :session, :power_shell, :node, :configurable, :base_url, :options, :model_classes + attr_reader :session, :node, :gateway, :power_shell, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -56,10 +56,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @gateway = @client_0.gateway @session = @client_0.session - @power_shell = @client_0.power_shell @node = @client_0.node + @gateway = @client_0.gateway + @power_shell = @client_0.power_shell @model_classes = ModelClasses.new end @@ -93,8 +93,8 @@ def gateway_resources def prompt_field_description Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldDescription end - def gateway_parameters - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayParameters + def resource + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource end def power_shell_command_result Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandResult @@ -102,11 +102,11 @@ def power_shell_command_result def node_resources Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResources end - def resource - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource + def gateway_parameters + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayParameters end - def power_shell_command_results - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandResults + def power_shell_tab_completion_results + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionResults end def session_parameters Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionParameters @@ -147,12 +147,12 @@ def power_shell_command_status def retention_period Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::RetentionPeriod end + def power_shell_command_results + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandResults + end def credential_data_format Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::CredentialDataFormat end - def power_shell_tab_completion_results - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionResults - end def prompt_field_type Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index 25657a2525..08c85160af 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -8,15 +8,15 @@ module Azure::Profiles::Latest module ServiceBus module Mgmt Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations + Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions + DisasterRecoveryConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::DisasterRecoveryConfigs Queues = Azure::ServiceBus::Mgmt::V2017_04_01::Queues Rules = Azure::ServiceBus::Mgmt::V2017_04_01::Rules PremiumMessagingRegionsOperations = Azure::ServiceBus::Mgmt::V2017_04_01::PremiumMessagingRegionsOperations Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces - DisasterRecoveryConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::DisasterRecoveryConfigs - EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs - Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions + EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs module Models OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay @@ -72,7 +72,7 @@ module Models end class ServiceBusManagementClass - attr_reader :operations, :queues, :rules, :premium_messaging_regions_operations, :topics, :namespaces, :disaster_recovery_configs, :event_hubs, :subscriptions, :regions, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :subscriptions, :disaster_recovery_configs, :queues, :rules, :premium_messaging_regions_operations, :topics, :namespaces, :regions, :event_hubs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -83,15 +83,15 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations + @subscriptions = @client_0.subscriptions + @disaster_recovery_configs = @client_0.disaster_recovery_configs @queues = @client_0.queues @rules = @client_0.rules @premium_messaging_regions_operations = @client_0.premium_messaging_regions_operations @topics = @client_0.topics @namespaces = @client_0.namespaces - @disaster_recovery_configs = @client_0.disaster_recovery_configs - @event_hubs = @client_0.event_hubs - @subscriptions = @client_0.subscriptions @regions = @client_0.regions + @event_hubs = @client_0.event_hubs @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb index e8a95c31bd..cf84f7ae79 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,15 +7,18 @@ module Azure::Profiles::Latest module ServiceFabric module Mgmt + Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service Operations = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Operations - Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version + Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application Clusters = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Clusters ClusterVersions = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ClusterVersions ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType - Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service module Models + DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::DiagnosticsStorageAccountConfig + RollingUpgradeMonitoringPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy + ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradePolicy AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterHealthPolicy AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AzureActiveDirectory @@ -50,8 +53,8 @@ module Models StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties Cluster = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster - CertificateDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription OperationListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult + CertificateDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource OperationResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult Resource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Resource @@ -70,13 +73,10 @@ module Models ServiceLoadMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsResult PartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription - DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::DiagnosticsStorageAccountConfig - RollingUpgradeMonitoringPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy - ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradePolicy end class ServiceFabricManagementClass - attr_reader :operations, :application, :version, :clusters, :cluster_versions, :application_type, :service, :configurable, :base_url, :options, :model_classes + attr_reader :service, :operations, :version, :application, :clusters, :cluster_versions, :application_type, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -86,13 +86,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @service = @client_0.service @operations = @client_0.operations - @application = @client_0.application @version = @client_0.version + @application = @client_0.application @clusters = @client_0.clusters @cluster_versions = @client_0.cluster_versions @application_type = @client_0.application_type - @service = @client_0.service @model_classes = ModelClasses.new end @@ -111,6 +111,15 @@ def method_missing(method, *args) end class ModelClasses + def diagnostics_storage_account_config + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::DiagnosticsStorageAccountConfig + end + def rolling_upgrade_monitoring_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy + end + def cluster_upgrade_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradePolicy + end def available_operation_display Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay end @@ -213,12 +222,12 @@ def stateful_service_update_properties def cluster Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster end - def certificate_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription - end def operation_list_result Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult end + def certificate_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription + end def proxy_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource end @@ -273,15 +282,6 @@ def cluster_code_versions_result def partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription end - def diagnostics_storage_account_config - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::DiagnosticsStorageAccountConfig - end - def rolling_upgrade_monitoring_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy - end - def cluster_upgrade_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradePolicy - end end end end diff --git a/azure_sdk/lib/latest/modules/signalr_profile_module.rb b/azure_sdk/lib/latest/modules/signalr_profile_module.rb index 29148cc01e..e5d7ab622e 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -11,27 +11,27 @@ module Mgmt SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR module Models + ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability - SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys + OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties + SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties + OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters + SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys + SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource - OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay + ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier - SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType - ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku - OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters - MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource + MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters - ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification - OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties end class SignalrManagementClass @@ -65,38 +65,47 @@ def method_missing(method, *args) end class ModelClasses + def service_specification + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + end def name_availability Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability end - def signal_rkeys - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys + def operation_properties + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties + end + def signal_rcreate_or_update_properties + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties + end + def operation_display + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay end def name_availability_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end + def signal_rkeys + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys + end + def signal_rcreate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + end def signal_rresource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource end - def operation_display - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay + def provisioning_state + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState end def signal_rsku_tier Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier end - def signal_rcreate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - end def key_type Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType end - def provisioning_state - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState - end def resource_sku Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku end - def operation_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + def regenerate_key_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters end def operation Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation @@ -104,30 +113,21 @@ def operation def tracked_resource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource end - def regenerate_key_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters - end - def metric_specification - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + def operation_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList end def resource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource end + def metric_specification + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + end def signal_rresource_list Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList end def signal_rupdate_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters end - def service_specification - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification - end - def operation_properties - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - end - def signal_rcreate_or_update_properties - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - end end end end diff --git a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb index 8549f07c97..30c479204d 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -11,16 +11,16 @@ module Models ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType - SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck - ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType - ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end @@ -62,11 +62,17 @@ def identifiable def answer Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end + def error_response + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + end def error_code Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode end - def error_response - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + def error_sub_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + end + def spell_check + Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck end def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion @@ -77,21 +83,15 @@ def spelling_flagged_token def error_type Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType end - def spell_check - Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck - end - def action_type - Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType - end - def error_sub_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode - end def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end def mode Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode end + def action_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + end def error Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end diff --git a/azure_sdk/lib/latest/modules/sql_profile_module.rb b/azure_sdk/lib/latest/modules/sql_profile_module.rb index 02758607c4..aaeed84cb1 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -7,6 +7,7 @@ module Azure::Profiles::Latest module SQL module Mgmt + Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities BackupLongTermRetentionVaults = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionVaults RecoverableDatabases = Azure::SQL::Mgmt::V2014_04_01::RecoverableDatabases RestorableDroppedDatabases = Azure::SQL::Mgmt::V2014_04_01::RestorableDroppedDatabases @@ -21,39 +22,38 @@ module Mgmt GeoBackupPolicies = Azure::SQL::Mgmt::V2014_04_01::GeoBackupPolicies Queries = Azure::SQL::Mgmt::V2014_04_01::Queries QueryStatistics = Azure::SQL::Mgmt::V2014_04_01::QueryStatistics - QueryTexts = Azure::SQL::Mgmt::V2014_04_01::QueryTexts RecommendedElasticPools = Azure::SQL::Mgmt::V2014_04_01::RecommendedElasticPools + QueryTexts = Azure::SQL::Mgmt::V2014_04_01::QueryTexts ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks + ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators + ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives - ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks + ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities - ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities + TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions - ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors + DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies - TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities + ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies - DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages - ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages - Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors - DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors + DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys + DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups - DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers - VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies @@ -81,6 +81,8 @@ module Mgmt ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies module Models + ServerAdministratorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult + EditionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability ElasticPoolPerDatabaseMaxDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability ElasticPoolListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolListResult ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEditionCapability @@ -114,32 +116,32 @@ module Models ServiceObjectiveCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveCapability CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric - ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult + QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult + TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult - QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult - TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult - QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult + ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy - BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault - DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy - DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy - ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor ElasticPoolUpdate = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate + DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy ElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool + ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse - ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest - GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy - DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator @@ -152,12 +154,12 @@ module Models DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy CapabilityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::CapabilityStatus - BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits - ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName - ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType PerformanceLevelUnit = Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit + BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState + ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType + ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition @@ -204,8 +206,6 @@ module Models ServerUsage = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage DisasterRecoveryConfigurationListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult MaxSizeCapability = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeCapability - ServerAdministratorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult - EditionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord ManagedInstanceUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate @@ -216,92 +216,95 @@ module Models SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable SyncFullSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn - ManagedInstanceListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult - EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult - SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay - FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint + ManagedInstanceListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult - SyncGroupLogProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties + SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn + EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo - FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult + SyncGroupLogProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties + FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo - SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult + Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation SyncGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName - Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation + SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult SyncAgentKeyProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties SyncAgentListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate SyncFullSchemaProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties - FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult - DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning + FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction - AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions - FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector - ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate - ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance - SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage + ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent + ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember - ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod + SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase - ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus - AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy - ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason - Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType - SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup - SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy + IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy + SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType + SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState - SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState - SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult + JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem - JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput - ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy + JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy + JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy - JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation - DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline - DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities + ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy + DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment + DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent - RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup @@ -330,9 +333,9 @@ module Models ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName - AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason - BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource + BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource Database = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database DatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate @@ -345,8 +348,8 @@ module Models AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult - SampleName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + SampleName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate @@ -367,13 +370,10 @@ module Models JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult - ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition - CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition end class SQLManagementClass - attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :service_objectives, :server_communication_links, :elastic_pool_database_activities, :elastic_pool_activities, :transparent_data_encryptions, :service_tier_advisors, :server_table_auditing_policies, :transparent_data_encryption_activities, :database_connection_policies, :database_table_auditing_policies, :database_usages, :server_usages, :capabilities, :servers, :operations, :server_advisors, :database_advisors, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :database_recommended_actions, :subscription_usages, :sync_members, :virtual_network_rules, :firewall_rules, :database_blob_auditing_policies, :jobs, :backup_long_term_retention_policies, :databases, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_operations, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :server_automatic_tuning_operations, :server_dns_aliases, :restore_points, :server_security_alert_policies, :configurable, :base_url, :options, :model_classes + attr_reader :capabilities, :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :recommended_elastic_pools, :query_texts, :replication_links, :server_communication_links, :server_azure_adadministrators, :elastic_pool_activities, :service_objectives, :service_tier_advisors, :elastic_pool_database_activities, :transparent_data_encryption_activities, :transparent_data_encryptions, :database_table_auditing_policies, :server_table_auditing_policies, :server_usages, :database_connection_policies, :database_usages, :servers, :operations, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :database_advisors, :sync_agents, :sync_groups, :server_advisors, :subscription_usages, :sync_members, :firewall_rules, :virtual_network_rules, :database_blob_auditing_policies, :jobs, :backup_long_term_retention_policies, :databases, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_operations, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :server_automatic_tuning_operations, :server_dns_aliases, :restore_points, :server_security_alert_policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -383,6 +383,7 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @capabilities = @client_0.capabilities @backup_long_term_retention_vaults = @client_0.backup_long_term_retention_vaults @recoverable_databases = @client_0.recoverable_databases @restorable_dropped_databases = @client_0.restorable_dropped_databases @@ -397,23 +398,22 @@ def initialize(configurable, base_url=nil, options=nil) @geo_backup_policies = @client_0.geo_backup_policies @queries = @client_0.queries @query_statistics = @client_0.query_statistics - @query_texts = @client_0.query_texts @recommended_elastic_pools = @client_0.recommended_elastic_pools + @query_texts = @client_0.query_texts @replication_links = @client_0.replication_links + @server_communication_links = @client_0.server_communication_links @server_azure_adadministrators = @client_0.server_azure_adadministrators + @elastic_pool_activities = @client_0.elastic_pool_activities @service_objectives = @client_0.service_objectives - @server_communication_links = @client_0.server_communication_links + @service_tier_advisors = @client_0.service_tier_advisors @elastic_pool_database_activities = @client_0.elastic_pool_database_activities - @elastic_pool_activities = @client_0.elastic_pool_activities + @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities @transparent_data_encryptions = @client_0.transparent_data_encryptions - @service_tier_advisors = @client_0.service_tier_advisors + @database_table_auditing_policies = @client_0.database_table_auditing_policies @server_table_auditing_policies = @client_0.server_table_auditing_policies - @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities + @server_usages = @client_0.server_usages @database_connection_policies = @client_0.database_connection_policies - @database_table_auditing_policies = @client_0.database_table_auditing_policies @database_usages = @client_0.database_usages - @server_usages = @client_0.server_usages - @capabilities = @client_0.capabilities @client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -422,20 +422,20 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_1) @servers = @client_1.servers @operations = @client_1.operations - @server_advisors = @client_1.server_advisors - @database_advisors = @client_1.database_advisors + @database_recommended_actions = @client_1.database_recommended_actions @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations @encryption_protectors = @client_1.encryption_protectors @failover_groups = @client_1.failover_groups @managed_instances = @client_1.managed_instances @server_keys = @client_1.server_keys + @database_advisors = @client_1.database_advisors @sync_agents = @client_1.sync_agents @sync_groups = @client_1.sync_groups - @database_recommended_actions = @client_1.database_recommended_actions + @server_advisors = @client_1.server_advisors @subscription_usages = @client_1.subscription_usages @sync_members = @client_1.sync_members - @virtual_network_rules = @client_1.virtual_network_rules @firewall_rules = @client_1.firewall_rules + @virtual_network_rules = @client_1.virtual_network_rules @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -489,6 +489,12 @@ def method_missing(method, *args) end class ModelClasses + def server_administrator_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult + end + def edition_capability + Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability + end def elastic_pool_per_database_max_dtu_capability Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability end @@ -588,84 +594,84 @@ def check_name_availability_request def query_metric Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric end + def query_interval + Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + end def service_tier_advisor_list_result Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult end - def query_interval - Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + def query_statistic + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic end def recoverable_database_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult end + def top_queries + Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries + end def database_table_auditing_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult end - def query_statistic - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic - end def top_queries_list_result Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult end - def top_queries - Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries - end def advisor_list_result Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end - def query_statistic_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult - end def elastic_pool_dtu_capability Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability end def recoverable_database Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase end + def query_statistic_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult + end + def service_tier_advisor + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + end + def backup_long_term_retention_vault + Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + end def restorable_dropped_database Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end def recommended_index Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex end + def database_security_alert_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + end def transparent_data_encryption Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption end + def disaster_recovery_configuration + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration + end def server_connection_policy Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy end - def backup_long_term_retention_vault - Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + def elastic_pool_update + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate end def data_masking_policy Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy end - def database_security_alert_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy - end - def service_tier_advisor - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor - end - def elastic_pool_update - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate + def geo_backup_policy + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy end def elastic_pool Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool end + def import_request + Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + end def data_masking_rule Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule end def import_export_response Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse end - def import_request - Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest - end - def geo_backup_policy - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy - end - def disaster_recovery_configuration - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration - end def recommended_elastic_pool Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool end @@ -702,23 +708,23 @@ def server_table_auditing_policy def capability_status Azure::SQL::Mgmt::V2014_04_01::Models::CapabilityStatus end - def backup_long_term_retention_policy_state - Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState - end def check_name_availability_reason Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason end def max_size_units Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits end - def service_objective_name - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName + def performance_level_unit + Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit + end + def backup_long_term_retention_policy_state + Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState end def server_connection_type Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType end - def performance_level_unit - Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit + def service_objective_name + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName end def transparent_data_encryption_status Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus @@ -858,12 +864,6 @@ def disaster_recovery_configuration_list_result def max_size_capability Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeCapability end - def server_administrator_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult - end - def edition_capability - Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability - end def recommended_action_implementation_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo end @@ -894,35 +894,35 @@ def sync_full_schema_table def sync_group_schema_table_column Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn end - def managed_instance_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult - end - def encryption_protector_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult - end - def sync_full_schema_table_column - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn - end def operation_display Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay end - def failover_group_read_only_endpoint - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint + def managed_instance_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult end def operation_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult end - def sync_group_log_properties - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties + def sync_full_schema_table_column + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn + end + def encryption_protector_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult end def recommended_action_state_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo end + def recommended_action_error_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + end def failover_group_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult end - def recommended_action_error_info - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + def sync_group_log_properties + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties + end + def failover_group_read_only_endpoint + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint end def sync_full_schema_properties_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult @@ -939,8 +939,8 @@ def server_key_list_result def partner_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo end - def sync_group_log_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult + def operation + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation end def sync_group_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult @@ -948,8 +948,8 @@ def sync_group_list_result def resource_with_writable_name Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName end - def operation - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation + def sync_group_log_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult end def sync_agent_key_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties @@ -966,8 +966,8 @@ def failover_group_update def sync_full_schema_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties end - def failover_group_read_write_endpoint - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + def automatic_tuning_options + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions end def sync_database_id_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties @@ -978,56 +978,56 @@ def sync_agent_linked_database_list_result def sync_member_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult end - def database_automatic_tuning - Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning + def failover_group_read_write_endpoint + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint end def recommended_action Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end - def automatic_tuning_options - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions - end - def failover_group - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup - end def advisor Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor end + def database_automatic_tuning + Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning + end def encryption_protector Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector end - def server_key - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + def failover_group + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end def server_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate end - def managed_instance - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance - end - def subscription_usage - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage + def server_key + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end def sync_agent Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end + def proxy_resource_with_writable_name + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + end + def managed_instance + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + end def sync_member Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember end - def implementation_method - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod + def subscription_usage + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage end def sync_agent_linked_database Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase end - def proxy_resource_with_writable_name - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + def server + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server end def auto_execute_status Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus end - def advisor_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + def recommended_action_initiated_by + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy end def virtual_network_rule Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule @@ -1035,53 +1035,53 @@ def virtual_network_rule def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom end - def recommended_action_initiated_by - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy + def sync_group + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end - def server_key_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + def automatic_tuning_disabled_reason + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end def is_retryable Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end - def automatic_tuning_disabled_reason - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + def advisor_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus end - def server - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + def recommended_action_current_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + end + def implementation_method + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod end def failover_group_replication_role Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole end - def identity_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType - end def automatic_tuning_mode Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode end - def recommended_action_current_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - end - def sync_group_log_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType + def read_only_endpoint_failover_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy end - def sync_group - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + def identity_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end - def sync_agent_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState + def server_key_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType end def read_write_endpoint_failover_policy Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy end - def read_only_endpoint_failover_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy + def sync_group_log_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType + end + def sync_conflict_resolution_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy end def sync_group_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end - def sync_direction - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + def sync_agent_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState end def sync_member_db_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType @@ -1089,8 +1089,8 @@ def sync_member_db_type def virtual_network_rule_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end - def sync_conflict_resolution_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + def sync_direction + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection end def sync_member_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState @@ -1107,6 +1107,18 @@ def operation_origin def server_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult end + def job_execution_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + end + def import_export_database_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + end + def restore_point_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + end + def complete_database_restore_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + end def database_operation_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult end @@ -1116,41 +1128,38 @@ def job_step_action def database_vulnerability_assessment_rule_baseline_item Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem end - def job_step_output - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput - end - def extended_database_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy + def job_schedule + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end def extended_server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy end + def job_step_output + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + end def server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end - def job_schedule - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule - end def database_operation Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation end - def database_vulnerability_assessment_rule_baseline - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + def import_export_operation_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult + end + def extended_database_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy end def database_vulnerability_assessment Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment end - def import_export_operation_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - end - def data_warehouse_user_activities - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities + def database_vulnerability_assessment_rule_baseline + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline end def job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end - def restore_point_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + def data_warehouse_user_activities + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution @@ -1236,14 +1245,14 @@ def long_term_retention_database_state def vulnerability_assessment_policy_baseline_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end - def automatic_tuning_server_reason - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + def proxy_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource end def backup_long_term_retention_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy end - def proxy_resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource + def automatic_tuning_server_reason + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason end def tracked_resource Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource @@ -1281,12 +1290,12 @@ def resource def job_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult end - def sample_name - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName - end def provisioning_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState end + def sample_name + Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName + end def restore_point_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType end @@ -1347,15 +1356,6 @@ def long_term_retention_backup_list_result def managed_database_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult end - def job_execution_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult - end - def import_export_database_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition - end - def complete_database_restore_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - end end end end diff --git a/azure_sdk/lib/latest/modules/storage_profile_module.rb b/azure_sdk/lib/latest/modules/storage_profile_module.rb index 4a7bff690d..13589d51eb 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -14,6 +14,9 @@ module Mgmt BlobContainers = Azure::Storage::Mgmt::V2018_03_01_preview::BlobContainers module Models + BlobContainer = Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer + ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy + ListContainerItem = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem ReasonCode = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode KeySource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource Bypass = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass @@ -24,43 +27,43 @@ module Models PublicAccess = Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess LeaseStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState + Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions LeaseDuration = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType - Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions - ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification State = Azure::Storage::Mgmt::V2018_03_01_preview::Models::State + ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification OperationDisplay = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay Reason = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason OperationListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult ProxyResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource - Services = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services Operation = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Operation Identity = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Identity + Services = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services TrackedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource - VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule + StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCheckNameAvailabilityParameters StorageAccountKey = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountKey Sku = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Sku + VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule StorageAccountListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountListResult EncryptionService = Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionService StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountListKeysResult - Encryption = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Encryption StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountRegenerateKeyParameters Endpoints = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountUpdateParameters - StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCheckNameAvailabilityParameters + CustomDomain = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain UsageName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageName - StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCreateParameters + Encryption = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Encryption Usage = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Usage EncryptionServices = Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices - Dimension = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension UsageListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageListResult CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult Resource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource + Dimension = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension MetricSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification - CustomDomain = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain - StorageAccount = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount SkuName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName + StorageAccount = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount + StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCreateParameters SkuTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier AccessTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier Kind = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind @@ -88,9 +91,6 @@ module Models ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies AzureEntityResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AzureEntityResource - BlobContainer = Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer - ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy - ListContainerItem = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem end class StorageManagementClass @@ -127,6 +127,15 @@ def method_missing(method, *args) end class ModelClasses + def blob_container + Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer + end + def immutability_policy + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy + end + def list_container_item + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem + end def reason_code Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode end @@ -157,6 +166,9 @@ def lease_status def lease_state Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState end + def permissions + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions + end def lease_duration Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration end @@ -166,15 +178,12 @@ def immutability_policy_state def immutability_policy_update_type Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType end - def permissions - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions + def state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::State end def service_specification Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification end - def state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::State - end def operation_display Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay end @@ -187,20 +196,20 @@ def operation_list_result def proxy_resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource end - def services - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services - end def operation Azure::Storage::Mgmt::V2018_03_01_preview::Models::Operation end def identity Azure::Storage::Mgmt::V2018_03_01_preview::Models::Identity end + def services + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services + end def tracked_resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource end - def virtual_network_rule - Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule + def storage_account_check_name_availability_parameters + Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCheckNameAvailabilityParameters end def storage_account_key Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountKey @@ -208,6 +217,9 @@ def storage_account_key def sku Azure::Storage::Mgmt::V2018_03_01_preview::Models::Sku end + def virtual_network_rule + Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule + end def storage_account_list_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountListResult end @@ -217,9 +229,6 @@ def encryption_service def storage_account_list_keys_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountListKeysResult end - def encryption - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Encryption - end def storage_account_regenerate_key_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountRegenerateKeyParameters end @@ -229,14 +238,14 @@ def endpoints def storage_account_update_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountUpdateParameters end - def storage_account_check_name_availability_parameters - Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCheckNameAvailabilityParameters + def custom_domain + Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain end def usage_name Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageName end - def storage_account_create_parameters - Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCreateParameters + def encryption + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Encryption end def usage Azure::Storage::Mgmt::V2018_03_01_preview::Models::Usage @@ -244,9 +253,6 @@ def usage def encryption_services Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices end - def dimension - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension - end def usage_list_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageListResult end @@ -256,17 +262,20 @@ def check_name_availability_result def resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource end + def dimension + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension + end def metric_specification Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification end - def custom_domain - Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain + def sku_name + Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName end def storage_account Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount end - def sku_name - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName + def storage_account_create_parameters + Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCreateParameters end def sku_tier Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier @@ -349,15 +358,6 @@ def storage_account_management_policies def azure_entity_resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::AzureEntityResource end - def blob_container - Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer - end - def immutability_policy - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy - end - def list_container_item - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem - end end end end diff --git a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb index c91169a0f6..5bdc2be0cf 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -7,24 +7,27 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt - CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances + AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations + Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts + BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings + CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances DeviceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::DeviceSettings BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups - BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings - Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers - Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups + Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials + Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups + Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies - Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers - AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords - Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts module Models + AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting @@ -52,48 +55,48 @@ module Models EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition - RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType - ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek - ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus - ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId - VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility - DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType - EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus - AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory - FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode - MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId - ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit - NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration - NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus - SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus - JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType - MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource - BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device TargetEligibilityResult = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult @@ -129,26 +132,26 @@ module Models CloudAppliance = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudAppliance FeatureList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureList SendTestAlertEmailRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time HardwareComponent = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponent CloudApplianceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings NetworkSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time NetworkInterfaceData0Settings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings HardwareComponentGroupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList JobErrorItem = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails - RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch + WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings DNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest @@ -175,19 +178,16 @@ module Models DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics - MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 - AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup end class StorSimple8000SeriesManagementClass - attr_reader :cloud_appliances, :operations, :device_settings, :backup_schedules, :hardware_component_groups, :bandwidth_settings, :volumes, :volume_containers, :backups, :storage_account_credentials, :jobs, :devices, :backup_policies, :managers, :access_control_records, :alerts, :configurable, :base_url, :options, :model_classes + attr_reader :access_control_records, :operations, :alerts, :bandwidth_settings, :cloud_appliances, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :managers, :storage_account_credentials, :backups, :volumes, :jobs, :devices, :backup_policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -197,22 +197,22 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @cloud_appliances = @client_0.cloud_appliances + @access_control_records = @client_0.access_control_records @operations = @client_0.operations + @alerts = @client_0.alerts + @bandwidth_settings = @client_0.bandwidth_settings + @cloud_appliances = @client_0.cloud_appliances @device_settings = @client_0.device_settings @backup_schedules = @client_0.backup_schedules @hardware_component_groups = @client_0.hardware_component_groups - @bandwidth_settings = @client_0.bandwidth_settings - @volumes = @client_0.volumes @volume_containers = @client_0.volume_containers - @backups = @client_0.backups + @managers = @client_0.managers @storage_account_credentials = @client_0.storage_account_credentials + @backups = @client_0.backups + @volumes = @client_0.volumes @jobs = @client_0.jobs @devices = @client_0.devices @backup_policies = @client_0.backup_policies - @managers = @client_0.managers - @access_control_records = @client_0.access_control_records - @alerts = @client_0.alerts @model_classes = ModelClasses.new end @@ -231,6 +231,15 @@ def method_missing(method, *args) end class ModelClasses + def access_control_record + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + end + def alert + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + end + def backup + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + end def backup_policy Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy end @@ -312,86 +321,86 @@ def scheduled_backup_status def metric_definition Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition end - def recurrence_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end def schedule_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + def controller_power_state_action + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction end def day_of_week Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek end - def controller_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + def recurrence_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType end def device_configuration_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus end - def controller_power_state_action - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + def device_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus end def controller_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId end - def virtual_machine_api_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + def controller_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus end def authorization_eligibility Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility end - def device_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + def authorization_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus end def device_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType end - def encryption_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + def virtual_machine_api_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType end def key_rollover_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus end - def authorization_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + def target_eligibility_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus end def in_eligibility_category Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory end - def feature_support_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + def encryption_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus end def hardware_component_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus end - def target_eligibility_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + def manager_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType end def target_eligibility_result_code Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode end - def metric_aggregation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + def feature_support_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus end def net_interface_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId end - def manager_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + def net_interface_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus end def metric_unit Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit end - def network_mode - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + def metric_aggregation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType end def remote_management_mode_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration end - def net_interface_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + def ssl_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus end def iscsiand_cloud_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus @@ -402,42 +411,42 @@ def job_error_details def owner_ship_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus end - def ssl_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus - end - def job_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + def job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus end def monitoring_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus end - def job_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - end - def volume_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + def network_mode + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode end def job Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job end + def volume_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + end def volume Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end def operation_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus end + def job_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + end def backup_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus end def resource Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource end - def backup_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - end def kind Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind end + def backup_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + end def authentication_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType end @@ -543,6 +552,9 @@ def feature_list def send_test_alert_email_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end def hardware_component Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponent end @@ -552,9 +564,6 @@ def cloud_appliance_settings def network_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - end def network_interface_data0_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings end @@ -567,24 +576,24 @@ def job_error_item def device_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails end - def remote_management_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch - end def job_stage Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage end def device_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch end + def remote_management_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch + end + def webproxy_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings + end def dnssettings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings end def job_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter end - def webproxy_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings - end def job_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList end @@ -594,15 +603,15 @@ def available_provider_operation_list def backup_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList end - def key - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - end def backup_schedule_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList end def manager_intrinsic_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings end + def key + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + end def manager_sku Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku end @@ -681,33 +690,24 @@ def metrics def data_statistics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics end - def metric_name_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter - end def metric_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList end + def bandwidth_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + end def metric_name Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName end def alert_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end - def bandwidth_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + def metric_name_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter end def nic_ipv4 Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 end - def access_control_record - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - end - def alert - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - end - def backup - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup - end end end end diff --git a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb index 0fbc6b592d..fbab2ab14d 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -8,14 +8,16 @@ module Azure::Profiles::Latest module StreamAnalytics module Mgmt Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations + Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions StreamingJobs = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamingJobs Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs Outputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Outputs Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions - Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions module Models + OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult @@ -32,10 +34,10 @@ module Models DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition OutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties + Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties ServiceBusDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties OutputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult - Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku FunctionInput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties @@ -48,10 +50,10 @@ module Models OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function @@ -85,13 +87,11 @@ module Models EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel - JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end class StreamAnalyticsManagementClass - attr_reader :operations, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :subscriptions, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -102,12 +102,12 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations + @subscriptions = @client_0.subscriptions @streaming_jobs = @client_0.streaming_jobs @inputs = @client_0.inputs @outputs = @client_0.outputs @transformations = @client_0.transformations @functions = @client_0.functions - @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -126,6 +126,12 @@ def method_missing(method, *args) end class ModelClasses + def output_error_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + end + def json_output_serialization_format + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat + end def udf_type Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType end @@ -174,6 +180,9 @@ def output_data_source def input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties end + def sku + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + end def function_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties end @@ -183,9 +192,6 @@ def service_bus_data_source_properties def output_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult end - def sku - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - end def function_input Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput end @@ -222,8 +228,8 @@ def azure_machine_learning_web_service_output_column def subscription_quotas_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult end - def resource_test_status - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount end def input Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input @@ -231,8 +237,8 @@ def input def resource Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource end - def storage_account - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + def resource_test_status + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus end def transformation Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation @@ -333,12 +339,6 @@ def subscription_quota def compatibility_level Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel end - def json_output_serialization_format - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - end - def output_error_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy - end def sku_name Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end diff --git a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb index f337ec1e18..ac191f1ef6 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -8,6 +8,9 @@ module Azure::Profiles::Latest module TextAnalytics module Models + MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput + BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput + KeyPhraseBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem KeyPhraseBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem LanguageBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult @@ -20,9 +23,6 @@ module Models ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage - MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput - BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput - KeyPhraseBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem end class TextAnalyticsDataClass @@ -54,6 +54,15 @@ def method_missing(method, *args) end class ModelClasses + def multi_language_input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput + end + def batch_input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput + end + def key_phrase_batch_result_item + Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem + end def key_phrase_batch_result Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult end @@ -90,15 +99,6 @@ def input def detected_language Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage end - def multi_language_input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput - end - def batch_input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput - end - def key_phrase_batch_result_item - Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem - end end end end diff --git a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb index 9574a23f54..4efd1ed54f 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -8,8 +8,8 @@ module Azure::Profiles::Latest module TrafficManager module Mgmt Endpoints = Azure::TrafficManager::Mgmt::V2017_05_01::Endpoints - GeographicHierarchies = Azure::TrafficManager::Mgmt::V2017_05_01::GeographicHierarchies Profiles = Azure::TrafficManager::Mgmt::V2017_05_01::Profiles + GeographicHierarchies = Azure::TrafficManager::Mgmt::V2017_05_01::GeographicHierarchies HeatMap = Azure::TrafficManager::Mgmt::V2017_09_01_preview::HeatMap TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2017_09_01_preview::TrafficManagerUserMetricsKeys @@ -17,31 +17,31 @@ module Models TrafficManagerNameAvailability = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerNameAvailability Region = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Region CheckTrafficManagerRelativeDnsNameAvailabilityParameters = Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters + Profile = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile + Endpoint = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint DnsConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig MonitorConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy - Profile = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile ProfileListResult = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult - EndpointStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus - Endpoint = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus + EndpointStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod - MonitorProtocol = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol ProfileStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus + MonitorProtocol = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol + HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint TrafficFlow = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficFlow QueryExperience = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience HeatMapModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel TrackedResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource TrafficManagerUserMetricsKeyModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel - DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource + DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource - HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint end class TrafficManagerManagementClass - attr_reader :endpoints, :geographic_hierarchies, :profiles, :heat_map, :traffic_manager_user_metrics_keys, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :profiles, :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -52,8 +52,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @endpoints = @client_0.endpoints - @geographic_hierarchies = @client_0.geographic_hierarchies @profiles = @client_0.profiles + @geographic_hierarchies = @client_0.geographic_hierarchies @client_1 = Azure::TrafficManager::Mgmt::V2017_09_01_preview::TrafficManagerManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -91,6 +91,12 @@ def region def check_traffic_manager_relative_dns_name_availability_parameters Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters end + def profile + Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile + end + def endpoint + Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint + end def dns_config Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig end @@ -100,32 +106,29 @@ def monitor_config def traffic_manager_geographic_hierarchy Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy end - def profile - Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile - end def profile_list_result Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult end - def endpoint_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus - end - def endpoint - Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint - end def profile_monitor_status Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus end + def endpoint_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + end def endpoint_monitor_status Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus end def traffic_routing_method Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod end + def profile_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus + end def monitor_protocol Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol end - def profile_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus + def heat_map_endpoint + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint end def traffic_flow Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficFlow @@ -142,18 +145,15 @@ def tracked_resource def traffic_manager_user_metrics_key_model Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel end - def delete_operation_result - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult - end def resource Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource end + def delete_operation_result + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult + end def proxy_resource Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end - def heat_map_endpoint - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint - end end end end diff --git a/azure_sdk/lib/latest/modules/web_profile_module.rb b/azure_sdk/lib/latest/modules/web_profile_module.rb index a91edfd727..d369efa40b 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -7,9 +7,9 @@ module Azure::Profiles::Latest module Web module Mgmt + Domains = Azure::Web::Mgmt::V2015_04_01::Domains DomainRegistrationProvider = Azure::Web::Mgmt::V2015_04_01::DomainRegistrationProvider TopLevelDomains = Azure::Web::Mgmt::V2015_04_01::TopLevelDomains - Domains = Azure::Web::Mgmt::V2015_04_01::Domains AppServiceCertificateOrders = Azure::Web::Mgmt::V2015_08_01::AppServiceCertificateOrders CertificateRegistrationProvider = Azure::Web::Mgmt::V2015_08_01::CertificateRegistrationProvider Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates @@ -18,61 +18,62 @@ module Mgmt Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations Provider = Azure::Web::Mgmt::V2016_03_01::Provider WebApps = Azure::Web::Mgmt::V2016_08_01::WebApps - AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans AppServiceEnvironments = Azure::Web::Mgmt::V2016_09_01::AppServiceEnvironments + AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans module Models + DomainOwnershipIdentifier = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier DomainPatchResource = Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource DomainStatus = Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus - DnsType = Azure::Web::Mgmt::V2015_04_01::Models::DnsType TopLevelDomain = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain + DnsType = Azure::Web::Mgmt::V2015_04_01::Models::DnsType DomainType = Azure::Web::Mgmt::V2015_04_01::Models::DomainType - TldLegalAgreementCollection = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection ErrorResponse = Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse Domain = Azure::Web::Mgmt::V2015_04_01::Models::Domain Contact = Azure::Web::Mgmt::V2015_04_01::Models::Contact DomainPurchaseConsent = Azure::Web::Mgmt::V2015_04_01::Models::DomainPurchaseConsent DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2015_04_01::Models::DomainControlCenterSsoRequest - DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2015_04_01::Models::DomainAvailablilityCheckResult + DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifierCollection DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2015_04_01::Models::DomainRecommendationSearchParameters NameIdentifierCollection = Azure::Web::Mgmt::V2015_04_01::Models::NameIdentifierCollection - DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifierCollection + DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2015_04_01::Models::DomainAvailablilityCheckResult Address = Azure::Web::Mgmt::V2015_04_01::Models::Address TopLevelDomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection HostName = Azure::Web::Mgmt::V2015_04_01::Models::HostName DomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::DomainCollection TldLegalAgreement = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption - DomainOwnershipIdentifier = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier - AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource + TldLegalAgreementCollection = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection + CertificateProductType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType CertificateEmail = Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest RenewCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest - CertificateProductType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType CertificateOrderStatus = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus + CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType AppServiceCertificate = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificate AppServiceCertificateCollection = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection - SiteSealRequest = Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderCollection + SiteSealRequest = Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest SiteSeal = Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal CertificateDetails = Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails + AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource AppServiceCertificateOrder = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource CertificateOrderAction = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource - CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes SolutionType = Azure::Web::Mgmt::V2016_03_01::Models::SolutionType ResourceScopeType = Azure::Web::Mgmt::V2016_03_01::Models::ResourceScopeType NotificationLevel = Azure::Web::Mgmt::V2016_03_01::Models::NotificationLevel + VnetValidationTestFailure = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure VnetValidationFailureDetails = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails MetricAvailability = Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification Channels = Azure::Web::Mgmt::V2016_03_01::Models::Channels IssueType = Azure::Web::Mgmt::V2016_03_01::Models::IssueType - KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus SkuName = Azure::Web::Mgmt::V2016_03_01::Models::SkuName + KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus Certificate = Azure::Web::Mgmt::V2016_03_01::Models::Certificate HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo ValidateResponse = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse @@ -106,36 +107,36 @@ module Models DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition - DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory - DiagnosticAnalysis = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis - GeoRegion = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + DiagnosticAnalysis = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis + DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory CsmOperationDisplay = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay CsmOperationCollection = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection - VnetValidationTestFailure = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure + SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl + GeoRegion = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification PremierAddOnOffer = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOffer VnetParameters = Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters DiagnosticDetectorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse - SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes - PremierAddOn = Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn + BackupSchedule = Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule + RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest FunctionSecrets = Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets PublicCertificate = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate - RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + RestoreResponse = Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse SiteAuthSettings = Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings MigrateMySqlStatus = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus - StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions + SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo SitePhpErrorLogFlag = Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag - RestoreResponse = Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse + SlotConfigNamesResource = Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource SlotDifference = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference SiteConfigResource = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResource StorageMigrationResponse = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse @@ -145,30 +146,30 @@ module Models SitePatchResource = Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource WebJob = Azure::Web::Mgmt::V2016_08_01::Models::WebJob SiteSourceControl = Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl - SlotConfigNamesResource = Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource + BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus + StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType LogLevel = Azure::Web::Mgmt::V2016_08_01::Models::LogLevel - BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus + HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus - PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat + Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType - Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot MySqlMigrationType = Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType - PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType - HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType + PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction + BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider CloneAbilityResult = Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult SiteExtensionType = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType - BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig ApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::ApplicationLogsConfig @@ -182,50 +183,52 @@ module Models WebAppInstanceCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection PublicCertificateCollection = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection - TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection - SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection + TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection SiteCloneability = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability + ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion - FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig HostNameBindingCollection = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection - ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection - AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection - SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection + AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig WebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection - MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry - CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity - DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig + SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection + DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample PerfMonResponse = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse - SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection - ContinuousWebJob = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob + ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary + CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult SiteConfigResourceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection - MSDeploy = Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy + ContinuousWebJob = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob FunctionEnvelope = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope BackupItem = Azure::Web::Mgmt::V2016_08_01::Models::BackupItem MSDeployLog = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog MigrateMySqlRequest = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest SiteExtensionInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection - ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary - MSDeployStatus = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus + PremierAddOn = Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn + Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment ProcessModuleInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding - SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo + MSDeployStatus = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus RelayServiceConnectionEntity = Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity - Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment + MSDeploy = Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy ProcessInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest SiteLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig - BackupSchedule = Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule + HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey + VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication VnetRoute = Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute VnetInfo = Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo VnetGateway = Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway @@ -278,16 +281,16 @@ module Models AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection - WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection - ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource - HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo HostingEnvironmentProfile = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile @@ -295,11 +298,11 @@ module Models IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction ComputeModeOptions = Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions ApiDefinitionInfo = Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo - WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions AutoHealCustomAction = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction AutoHealActions = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions - AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger StatusCodesBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger RequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger @@ -320,14 +323,11 @@ module Models RampUpRule = Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory - VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication - HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping - SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end class WebManagementClass - attr_reader :domain_registration_provider, :top_level_domains, :domains, :app_service_certificate_orders, :certificate_registration_provider, :certificates, :diagnostics, :deleted_web_apps, :recommendations, :provider, :web_apps, :app_service_plans, :app_service_environments, :configurable, :base_url, :options, :model_classes + attr_reader :domains, :domain_registration_provider, :top_level_domains, :app_service_certificate_orders, :certificate_registration_provider, :certificates, :diagnostics, :deleted_web_apps, :recommendations, :provider, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -337,9 +337,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @domains = @client_0.domains @domain_registration_provider = @client_0.domain_registration_provider @top_level_domains = @client_0.top_level_domains - @domains = @client_0.domains @client_1 = Azure::Web::Mgmt::V2015_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -372,8 +372,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_4.subscription_id = configurable.subscription_id end add_telemetry(@client_4) - @app_service_plans = @client_4.app_service_plans @app_service_environments = @client_4.app_service_environments + @app_service_plans = @client_4.app_service_plans @model_classes = ModelClasses.new end @@ -400,24 +400,24 @@ def method_missing(method, *args) end class ModelClasses + def domain_ownership_identifier + Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier + end def domain_patch_resource Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource end def domain_status Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus end - def dns_type - Azure::Web::Mgmt::V2015_04_01::Models::DnsType - end def top_level_domain Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain end + def dns_type + Azure::Web::Mgmt::V2015_04_01::Models::DnsType + end def domain_type Azure::Web::Mgmt::V2015_04_01::Models::DomainType end - def tld_legal_agreement_collection - Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection - end def error_response Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse end @@ -433,8 +433,8 @@ def domain_purchase_consent def domain_control_center_sso_request Azure::Web::Mgmt::V2015_04_01::Models::DomainControlCenterSsoRequest end - def domain_availablility_check_result - Azure::Web::Mgmt::V2015_04_01::Models::DomainAvailablilityCheckResult + def domain_ownership_identifier_collection + Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifierCollection end def domain_recommendation_search_parameters Azure::Web::Mgmt::V2015_04_01::Models::DomainRecommendationSearchParameters @@ -442,8 +442,8 @@ def domain_recommendation_search_parameters def name_identifier_collection Azure::Web::Mgmt::V2015_04_01::Models::NameIdentifierCollection end - def domain_ownership_identifier_collection - Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifierCollection + def domain_availablility_check_result + Azure::Web::Mgmt::V2015_04_01::Models::DomainAvailablilityCheckResult end def address Azure::Web::Mgmt::V2015_04_01::Models::Address @@ -463,11 +463,11 @@ def tld_legal_agreement def top_level_domain_agreement_option Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption end - def domain_ownership_identifier - Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier + def tld_legal_agreement_collection + Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection end - def app_service_certificate_resource - Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource + def certificate_product_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType end def certificate_email Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail @@ -478,30 +478,33 @@ def reissue_certificate_order_request def renew_certificate_order_request Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest end - def certificate_product_type - Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType - end def certificate_order_status Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus end + def certificate_order_action_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType + end def app_service_certificate Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificate end def app_service_certificate_collection Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection end - def site_seal_request - Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest - end def app_service_certificate_order_collection Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderCollection end + def site_seal_request + Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest + end def site_seal Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal end def certificate_details Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails end + def app_service_certificate_resource + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource + end def app_service_certificate_order Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder end @@ -514,9 +517,6 @@ def certificate_order_action def app_service_certificate_patch_resource Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource end - def certificate_order_action_type - Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType - end def in_availability_reason_type Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType end @@ -532,6 +532,9 @@ def resource_scope_type def notification_level Azure::Web::Mgmt::V2016_03_01::Models::NotificationLevel end + def vnet_validation_test_failure + Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure + end def vnet_validation_failure_details Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails end @@ -547,12 +550,12 @@ def channels def issue_type Azure::Web::Mgmt::V2016_03_01::Models::IssueType end - def key_vault_secret_status - Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus - end def sku_name Azure::Web::Mgmt::V2016_03_01::Models::SkuName end + def key_vault_secret_status + Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus + end def certificate Azure::Web::Mgmt::V2016_03_01::Models::Certificate end @@ -652,17 +655,14 @@ def analysis_definition def detector_definition Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition end - def diagnostic_category - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory + def certificate_collection + Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection end def diagnostic_analysis Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis end - def geo_region - Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion - end - def certificate_collection - Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + def diagnostic_category + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory end def csm_operation_display Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay @@ -670,8 +670,11 @@ def csm_operation_display def csm_operation_collection Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection end - def vnet_validation_test_failure - Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure + def source_control + Azure::Web::Mgmt::V2016_03_01::Models::SourceControl + end + def geo_region + Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion end def dimension Azure::Web::Mgmt::V2016_03_01::Models::Dimension @@ -688,9 +691,6 @@ def vnet_parameters def diagnostic_detector_response Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse end - def source_control - Azure::Web::Mgmt::V2016_03_01::Models::SourceControl - end def app_service_plan_restrictions Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions end @@ -706,8 +706,11 @@ def csm_operation_description_properties def validate_resource_types Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes end - def premier_add_on - Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn + def backup_schedule + Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule + end + def restore_request + Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest end def function_secrets Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets @@ -715,8 +718,8 @@ def function_secrets def public_certificate Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate end - def restore_request - Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + def restore_response + Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse end def site_auth_settings Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings @@ -724,8 +727,8 @@ def site_auth_settings def migrate_my_sql_status Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus end - def storage_migration_options - Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions + def site_configuration_snapshot_info + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo end def network_features Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures @@ -739,8 +742,8 @@ def process_thread_info def site_php_error_log_flag Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag end - def restore_response - Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse + def slot_config_names_resource + Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource end def slot_difference Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference @@ -769,8 +772,11 @@ def web_job def site_source_control Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl end - def slot_config_names_resource - Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource + def backup_item_status + Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus + end + def storage_migration_options + Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions end def string_dictionary Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary @@ -784,8 +790,8 @@ def azure_resource_type def log_level Azure::Web::Mgmt::V2016_08_01::Models::LogLevel end - def backup_item_status - Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus + def host_name_type + Azure::Web::Mgmt::V2016_08_01::Models::HostNameType end def frequency_unit Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit @@ -796,8 +802,8 @@ def backup_restore_operation_type def continuous_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus end - def publishing_profile_format - Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat + def snapshot + Azure::Web::Mgmt::V2016_08_01::Models::Snapshot end def dns_verification_test_result Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult @@ -805,30 +811,30 @@ def dns_verification_test_result def msdeploy_log_entry_type Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType end - def snapshot - Azure::Web::Mgmt::V2016_08_01::Models::Snapshot - end def my_sql_migration_type Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType end - def public_certificate_location - Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation - end def database_type Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType end def custom_host_name_dns_record_type Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType end - def host_name_type - Azure::Web::Mgmt::V2016_08_01::Models::HostNameType + def publishing_profile_format + Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat end def msdeploy_provisioning_state Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState end + def public_certificate_location + Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation + end def unauthenticated_client_action Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction end + def built_in_authentication_provider + Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider + end def clone_ability_result Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult end @@ -838,9 +844,6 @@ def site_extension_type def web_job_type Azure::Web::Mgmt::V2016_08_01::Models::WebJobType end - def built_in_authentication_provider - Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider - end def triggered_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus end @@ -880,44 +883,44 @@ def identifier_collection def public_certificate_collection Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection end - def triggered_web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection - end def enabled_config Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig end def triggered_job_history_collection Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection end - def snapshot_collection - Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection + def triggered_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection end def perf_mon_set Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet end + def snapshot_collection + Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection + end def site_cloneability Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability end + def continuous_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection + end def site_cloneability_criterion Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion end - def file_system_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - end def host_name_binding_collection Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection end - def continuous_web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection - end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + def file_system_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig end def perf_mon_counter_collection Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection end - def slot_difference_collection - Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + end + def msdeploy_log_entry + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry end def file_system_http_logs_config Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig @@ -928,17 +931,17 @@ def azure_blob_storage_application_logs_config def web_job_collection Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection end - def msdeploy_log_entry - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry + def http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig end - def csm_slot_entity - Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + def slot_difference_collection + Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection end def deployment_collection Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection end - def http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection end def perf_mon_sample Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample @@ -946,11 +949,11 @@ def perf_mon_sample def perf_mon_response Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse end - def site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection + def connection_string_dictionary + Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary end - def continuous_web_job - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob + def csm_slot_entity + Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity end def function_envelope_collection Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection @@ -961,8 +964,8 @@ def custom_hostname_analysis_result def site_config_resource_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection end - def msdeploy - Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy + def continuous_web_job + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob end def function_envelope Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope @@ -979,11 +982,11 @@ def migrate_my_sql_request def site_extension_info_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection end - def connection_string_dictionary - Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary + def premier_add_on + Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn end - def msdeploy_status - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus + def deployment + Azure::Web::Mgmt::V2016_08_01::Models::Deployment end def process_module_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo @@ -991,14 +994,14 @@ def process_module_info def host_name_binding Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding end - def site_configuration_snapshot_info - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo + def msdeploy_status + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus end def relay_service_connection_entity Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity end - def deployment - Azure::Web::Mgmt::V2016_08_01::Models::Deployment + def msdeploy + Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy end def process_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo @@ -1009,8 +1012,14 @@ def backup_request def site_logs_config Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig end - def backup_schedule - Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule + def handler_mapping + Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + end + def site_machine_key + Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey + end + def virtual_application + Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication end def vnet_route Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute @@ -1168,21 +1177,24 @@ def resource_metric def resource_metric_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection end + def managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + end def resource_metric_definition_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection end - def worker_pool_resource - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource - end def stamp_capacity_collection Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + def hybrid_connection_limits + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits end def csm_usage_quota Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota end + def worker_pool_resource + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + end def resource_metric_value Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue end @@ -1195,9 +1207,6 @@ def app_service_environment_patch_resource def app_service_plan_patch_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource end - def hybrid_connection_limits - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits - end def slot_swap_status Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus end @@ -1219,21 +1228,21 @@ def compute_mode_options def api_definition_info Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo end - def worker_size_options - Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + def access_control_entry_action + Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction end def cors_settings Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings end + def worker_size_options + Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + end def auto_heal_custom_action Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction end def auto_heal_actions Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions end - def access_control_entry_action - Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction - end def slow_requests_based_trigger Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger end @@ -1294,15 +1303,6 @@ def experiments def virtual_directory Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory end - def virtual_application - Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication - end - def handler_mapping - Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping - end - def site_machine_key - Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey - end def identifier Azure::Web::Mgmt::V2016_09_01::Models::Identifier end diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index a6967f0a2e..9ef6fbfce7 100644 --- a/azure_sdk/lib/latest/modules/websearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/websearch_profile_module.rb @@ -9,47 +9,47 @@ module WebSearch Web = Azure::CognitiveServices::WebSearch::V1_0::Web module Models + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject - ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject - StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images - Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response + Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query - ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse - Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer News = Azure::CognitiveServices::WebSearch::V1_0::Models::News SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end class WebSearchDataClass @@ -82,15 +82,21 @@ def method_missing(method, *args) end class ModelClasses + def error_sub_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + end + def text_format + Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + end + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + end def freshness Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end def image_object Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject end - def error_sub_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode - end def places Azure::CognitiveServices::WebSearch::V1_0::Models::Places end @@ -100,18 +106,18 @@ def intangible def media_object Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject end - def structured_value - Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue - end def images Azure::CognitiveServices::WebSearch::V1_0::Models::Images end - def videos - Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + def structured_value + Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue end def response Azure::CognitiveServices::WebSearch::V1_0::Models::Response end + def videos + Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + end def answer_type Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType end @@ -127,17 +133,17 @@ def ranking_ranking_group def ranking_ranking_response Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end - def web_meta_tag - Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - end def web_web_grouping Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end + def web_meta_tag + Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + end def query Azure::CognitiveServices::WebSearch::V1_0::Models::Query end - def response_base - Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse end def time_zone_time_zone_information Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation @@ -145,11 +151,11 @@ def time_zone_time_zone_information def identifiable Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer end - def web_page - Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + def response_base + Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end def query_context Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext @@ -160,11 +166,11 @@ def creative_work def thing Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + def web_page + Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation end def related_searches_related_search_answer Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer @@ -175,11 +181,11 @@ def search_results_answer def time_zone Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + def web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer end def news Azure::CognitiveServices::WebSearch::V1_0::Models::News @@ -193,18 +199,12 @@ def article def safe_search Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch end - def text_format - Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - end - def web_web_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + def error + Azure::CognitiveServices::WebSearch::V1_0::Models::Error end def error_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end - def error - Azure::CognitiveServices::WebSearch::V1_0::Models::Error - end end end end diff --git a/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid.rb b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid.rb index 4a4022c1dc..66e1ad49ef 100644 --- a/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid.rb +++ b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid.rb @@ -23,34 +23,37 @@ module Azure::EventGrid::V2018_01_01 autoload :EventGridClient, '2018-01-01/generated/azure_event_grid/event_grid_client.rb' module Models + autoload :ContainerRegistryEventSource, '2018-01-01/generated/azure_event_grid/models/container_registry_event_source.rb' + autoload :StorageBlobCreatedEventData, '2018-01-01/generated/azure_event_grid/models/storage_blob_created_event_data.rb' + autoload :ServiceBusActiveMessagesAvailableWithNoListenersEventData, '2018-01-01/generated/azure_event_grid/models/service_bus_active_messages_available_with_no_listeners_event_data.rb' + autoload :EventHubCaptureFileCreatedEventData, '2018-01-01/generated/azure_event_grid/models/event_hub_capture_file_created_event_data.rb' + autoload :ContainerRegistryEventData, '2018-01-01/generated/azure_event_grid/models/container_registry_event_data.rb' + autoload :ResourceWriteFailureData, '2018-01-01/generated/azure_event_grid/models/resource_write_failure_data.rb' + autoload :ResourceDeleteSuccessData, '2018-01-01/generated/azure_event_grid/models/resource_delete_success_data.rb' autoload :DeviceTwinMetadata, '2018-01-01/generated/azure_event_grid/models/device_twin_metadata.rb' + autoload :ResourceDeleteCancelData, '2018-01-01/generated/azure_event_grid/models/resource_delete_cancel_data.rb' autoload :DeviceTwinProperties, '2018-01-01/generated/azure_event_grid/models/device_twin_properties.rb' - autoload :StorageBlobDeletedEventData, '2018-01-01/generated/azure_event_grid/models/storage_blob_deleted_event_data.rb' + autoload :ResourceActionFailureData, '2018-01-01/generated/azure_event_grid/models/resource_action_failure_data.rb' autoload :DeviceTwinInfoProperties, '2018-01-01/generated/azure_event_grid/models/device_twin_info_properties.rb' - autoload :ResourceWriteSuccessData, '2018-01-01/generated/azure_event_grid/models/resource_write_success_data.rb' + autoload :EventGridEvent, '2018-01-01/generated/azure_event_grid/models/event_grid_event.rb' autoload :DeviceTwinInfoX509Thumbprint, '2018-01-01/generated/azure_event_grid/models/device_twin_info_x509thumbprint.rb' - autoload :ResourceWriteCancelData, '2018-01-01/generated/azure_event_grid/models/resource_write_cancel_data.rb' + autoload :SubscriptionValidationResponse, '2018-01-01/generated/azure_event_grid/models/subscription_validation_response.rb' autoload :DeviceTwinInfo, '2018-01-01/generated/azure_event_grid/models/device_twin_info.rb' - autoload :ResourceDeleteFailureData, '2018-01-01/generated/azure_event_grid/models/resource_delete_failure_data.rb' + autoload :StorageBlobDeletedEventData, '2018-01-01/generated/azure_event_grid/models/storage_blob_deleted_event_data.rb' autoload :DeviceLifeCycleEventProperties, '2018-01-01/generated/azure_event_grid/models/device_life_cycle_event_properties.rb' - autoload :EventGridEvent, '2018-01-01/generated/azure_event_grid/models/event_grid_event.rb' + autoload :ResourceWriteCancelData, '2018-01-01/generated/azure_event_grid/models/resource_write_cancel_data.rb' autoload :DeviceConnectionStateEventInfo, '2018-01-01/generated/azure_event_grid/models/device_connection_state_event_info.rb' - autoload :SubscriptionValidationResponse, '2018-01-01/generated/azure_event_grid/models/subscription_validation_response.rb' + autoload :ResourceActionSuccessData, '2018-01-01/generated/azure_event_grid/models/resource_action_success_data.rb' autoload :DeviceConnectionStateEventProperties, '2018-01-01/generated/azure_event_grid/models/device_connection_state_event_properties.rb' - autoload :ResourceDeleteCancelData, '2018-01-01/generated/azure_event_grid/models/resource_delete_cancel_data.rb' autoload :SubscriptionValidationEventData, '2018-01-01/generated/azure_event_grid/models/subscription_validation_event_data.rb' autoload :MediaJobStateChangeEventData, '2018-01-01/generated/azure_event_grid/models/media_job_state_change_event_data.rb' - autoload :SubscriptionDeletedEventData, '2018-01-01/generated/azure_event_grid/models/subscription_deleted_event_data.rb' - autoload :StorageBlobCreatedEventData, '2018-01-01/generated/azure_event_grid/models/storage_blob_created_event_data.rb' - autoload :ServiceBusActiveMessagesAvailableWithNoListenersEventData, '2018-01-01/generated/azure_event_grid/models/service_bus_active_messages_available_with_no_listeners_event_data.rb' - autoload :ResourceWriteFailureData, '2018-01-01/generated/azure_event_grid/models/resource_write_failure_data.rb' - autoload :ContainerRegistryEventData, '2018-01-01/generated/azure_event_grid/models/container_registry_event_data.rb' - autoload :ContainerRegistryEventSource, '2018-01-01/generated/azure_event_grid/models/container_registry_event_source.rb' - autoload :EventHubCaptureFileCreatedEventData, '2018-01-01/generated/azure_event_grid/models/event_hub_capture_file_created_event_data.rb' - autoload :ContainerRegistryEventTarget, '2018-01-01/generated/azure_event_grid/models/container_registry_event_target.rb' + autoload :ResourceWriteSuccessData, '2018-01-01/generated/azure_event_grid/models/resource_write_success_data.rb' autoload :ServiceBusDeadletterMessagesAvailableWithNoListenersEventData, '2018-01-01/generated/azure_event_grid/models/service_bus_deadletter_messages_available_with_no_listeners_event_data.rb' + autoload :ResourceActionCancelData, '2018-01-01/generated/azure_event_grid/models/resource_action_cancel_data.rb' + autoload :ContainerRegistryEventTarget, '2018-01-01/generated/azure_event_grid/models/container_registry_event_target.rb' + autoload :ResourceDeleteFailureData, '2018-01-01/generated/azure_event_grid/models/resource_delete_failure_data.rb' autoload :ContainerRegistryEventRequest, '2018-01-01/generated/azure_event_grid/models/container_registry_event_request.rb' - autoload :ResourceDeleteSuccessData, '2018-01-01/generated/azure_event_grid/models/resource_delete_success_data.rb' + autoload :SubscriptionDeletedEventData, '2018-01-01/generated/azure_event_grid/models/subscription_deleted_event_data.rb' autoload :ContainerRegistryEventActor, '2018-01-01/generated/azure_event_grid/models/container_registry_event_actor.rb' autoload :IotHubDeviceCreatedEventData, '2018-01-01/generated/azure_event_grid/models/iot_hub_device_created_event_data.rb' autoload :IotHubDeviceDeletedEventData, '2018-01-01/generated/azure_event_grid/models/iot_hub_device_deleted_event_data.rb' diff --git a/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/resource_action_cancel_data.rb b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/resource_action_cancel_data.rb new file mode 100644 index 0000000000..769059ea71 --- /dev/null +++ b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/resource_action_cancel_data.rb @@ -0,0 +1,146 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::EventGrid::V2018_01_01 + module Models + # + # Schema of the Data property of an EventGridEvent for an + # Microsoft.Resources.ResourceActionCancel event. This is raised when a + # resource action operation is canceled. + # + class ResourceActionCancelData + + include MsRestAzure + + # @return [String] The tenant ID of the resource. + attr_accessor :tenant_id + + # @return [String] The subscription ID of the resource. + attr_accessor :subscription_id + + # @return [String] The resource group of the resource. + attr_accessor :resource_group + + # @return [String] The resource provider performing the operation. + attr_accessor :resource_provider + + # @return [String] The URI of the resource in the operation. + attr_accessor :resource_uri + + # @return [String] The operation that was performed. + attr_accessor :operation_name + + # @return [String] The status of the operation. + attr_accessor :status + + # @return [String] The requested authorization for the operation. + attr_accessor :authorization + + # @return [String] The properties of the claims. + attr_accessor :claims + + # @return [String] An operation ID used for troubleshooting. + attr_accessor :correlation_id + + # @return [String] The details of the operation. + attr_accessor :http_request + + + # + # Mapper for ResourceActionCancelData class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ResourceActionCancelData', + type: { + name: 'Composite', + class_name: 'ResourceActionCancelData', + model_properties: { + tenant_id: { + required: false, + serialized_name: 'tenantId', + type: { + name: 'String' + } + }, + subscription_id: { + required: false, + serialized_name: 'subscriptionId', + type: { + name: 'String' + } + }, + resource_group: { + required: false, + serialized_name: 'resourceGroup', + type: { + name: 'String' + } + }, + resource_provider: { + required: false, + serialized_name: 'resourceProvider', + type: { + name: 'String' + } + }, + resource_uri: { + required: false, + serialized_name: 'resourceUri', + type: { + name: 'String' + } + }, + operation_name: { + required: false, + serialized_name: 'operationName', + type: { + name: 'String' + } + }, + status: { + required: false, + serialized_name: 'status', + type: { + name: 'String' + } + }, + authorization: { + required: false, + serialized_name: 'authorization', + type: { + name: 'String' + } + }, + claims: { + required: false, + serialized_name: 'claims', + type: { + name: 'String' + } + }, + correlation_id: { + required: false, + serialized_name: 'correlationId', + type: { + name: 'String' + } + }, + http_request: { + required: false, + serialized_name: 'httpRequest', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/resource_action_failure_data.rb b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/resource_action_failure_data.rb new file mode 100644 index 0000000000..d8b9583e16 --- /dev/null +++ b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/resource_action_failure_data.rb @@ -0,0 +1,146 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::EventGrid::V2018_01_01 + module Models + # + # Schema of the Data property of an EventGridEvent for a + # Microsoft.Resources.ResourceActionFailure event. This is raised when a + # resource action operation fails. + # + class ResourceActionFailureData + + include MsRestAzure + + # @return [String] The tenant ID of the resource. + attr_accessor :tenant_id + + # @return [String] The subscription ID of the resource. + attr_accessor :subscription_id + + # @return [String] The resource group of the resource. + attr_accessor :resource_group + + # @return [String] The resource provider performing the operation. + attr_accessor :resource_provider + + # @return [String] The URI of the resource in the operation. + attr_accessor :resource_uri + + # @return [String] The operation that was performed. + attr_accessor :operation_name + + # @return [String] The status of the operation. + attr_accessor :status + + # @return [String] The requested authorization for the operation. + attr_accessor :authorization + + # @return [String] The properties of the claims. + attr_accessor :claims + + # @return [String] An operation ID used for troubleshooting. + attr_accessor :correlation_id + + # @return [String] The details of the operation. + attr_accessor :http_request + + + # + # Mapper for ResourceActionFailureData class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ResourceActionFailureData', + type: { + name: 'Composite', + class_name: 'ResourceActionFailureData', + model_properties: { + tenant_id: { + required: false, + serialized_name: 'tenantId', + type: { + name: 'String' + } + }, + subscription_id: { + required: false, + serialized_name: 'subscriptionId', + type: { + name: 'String' + } + }, + resource_group: { + required: false, + serialized_name: 'resourceGroup', + type: { + name: 'String' + } + }, + resource_provider: { + required: false, + serialized_name: 'resourceProvider', + type: { + name: 'String' + } + }, + resource_uri: { + required: false, + serialized_name: 'resourceUri', + type: { + name: 'String' + } + }, + operation_name: { + required: false, + serialized_name: 'operationName', + type: { + name: 'String' + } + }, + status: { + required: false, + serialized_name: 'status', + type: { + name: 'String' + } + }, + authorization: { + required: false, + serialized_name: 'authorization', + type: { + name: 'String' + } + }, + claims: { + required: false, + serialized_name: 'claims', + type: { + name: 'String' + } + }, + correlation_id: { + required: false, + serialized_name: 'correlationId', + type: { + name: 'String' + } + }, + http_request: { + required: false, + serialized_name: 'httpRequest', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/resource_action_success_data.rb b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/resource_action_success_data.rb new file mode 100644 index 0000000000..b8038e27e4 --- /dev/null +++ b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/resource_action_success_data.rb @@ -0,0 +1,146 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::EventGrid::V2018_01_01 + module Models + # + # Schema of the Data property of an EventGridEvent for a + # Microsoft.Resources.ResourceActionSuccess event. This is raised when a + # resource action operation succeeds. + # + class ResourceActionSuccessData + + include MsRestAzure + + # @return [String] The tenant ID of the resource. + attr_accessor :tenant_id + + # @return [String] The subscription ID of the resource. + attr_accessor :subscription_id + + # @return [String] The resource group of the resource. + attr_accessor :resource_group + + # @return [String] The resource provider performing the operation. + attr_accessor :resource_provider + + # @return [String] The URI of the resource in the operation. + attr_accessor :resource_uri + + # @return [String] The operation that was performed. + attr_accessor :operation_name + + # @return [String] The status of the operation. + attr_accessor :status + + # @return [String] The requested authorization for the operation. + attr_accessor :authorization + + # @return [String] The properties of the claims. + attr_accessor :claims + + # @return [String] An operation ID used for troubleshooting. + attr_accessor :correlation_id + + # @return [String] The details of the operation. + attr_accessor :http_request + + + # + # Mapper for ResourceActionSuccessData class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ResourceActionSuccessData', + type: { + name: 'Composite', + class_name: 'ResourceActionSuccessData', + model_properties: { + tenant_id: { + required: false, + serialized_name: 'tenantId', + type: { + name: 'String' + } + }, + subscription_id: { + required: false, + serialized_name: 'subscriptionId', + type: { + name: 'String' + } + }, + resource_group: { + required: false, + serialized_name: 'resourceGroup', + type: { + name: 'String' + } + }, + resource_provider: { + required: false, + serialized_name: 'resourceProvider', + type: { + name: 'String' + } + }, + resource_uri: { + required: false, + serialized_name: 'resourceUri', + type: { + name: 'String' + } + }, + operation_name: { + required: false, + serialized_name: 'operationName', + type: { + name: 'String' + } + }, + status: { + required: false, + serialized_name: 'status', + type: { + name: 'String' + } + }, + authorization: { + required: false, + serialized_name: 'authorization', + type: { + name: 'String' + } + }, + claims: { + required: false, + serialized_name: 'claims', + type: { + name: 'String' + } + }, + correlation_id: { + required: false, + serialized_name: 'correlationId', + type: { + name: 'String' + } + }, + http_request: { + required: false, + serialized_name: 'httpRequest', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_event_grid/lib/profiles/latest/modules/eventgrid_profile_module.rb b/data/azure_event_grid/lib/profiles/latest/modules/eventgrid_profile_module.rb index 3fa907bbf9..998c5d2330 100644 --- a/data/azure_event_grid/lib/profiles/latest/modules/eventgrid_profile_module.rb +++ b/data/azure_event_grid/lib/profiles/latest/modules/eventgrid_profile_module.rb @@ -7,34 +7,37 @@ module Azure::EventGrid::Profiles::Latest module Models + ContainerRegistryEventSource = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource + StorageBlobCreatedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData + ServiceBusActiveMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData + EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData + ContainerRegistryEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData + ResourceWriteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData + ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData DeviceTwinMetadata = Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata + ResourceDeleteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData DeviceTwinProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties - StorageBlobDeletedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData + ResourceActionFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceActionFailureData DeviceTwinInfoProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties - ResourceWriteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteSuccessData + EventGridEvent = Azure::EventGrid::V2018_01_01::Models::EventGridEvent DeviceTwinInfoX509Thumbprint = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint - ResourceWriteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteCancelData + SubscriptionValidationResponse = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse DeviceTwinInfo = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfo - ResourceDeleteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteFailureData + StorageBlobDeletedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData DeviceLifeCycleEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties - EventGridEvent = Azure::EventGrid::V2018_01_01::Models::EventGridEvent + ResourceWriteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteCancelData DeviceConnectionStateEventInfo = Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventInfo - SubscriptionValidationResponse = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse + ResourceActionSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceActionSuccessData DeviceConnectionStateEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties - ResourceDeleteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData SubscriptionValidationEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData MediaJobStateChangeEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData - SubscriptionDeletedEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData - StorageBlobCreatedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData - ServiceBusActiveMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData - ResourceWriteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData - ContainerRegistryEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData - ContainerRegistryEventSource = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource - EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData - ContainerRegistryEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget + ResourceWriteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteSuccessData ServiceBusDeadletterMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData + ResourceActionCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceActionCancelData + ContainerRegistryEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget + ResourceDeleteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteFailureData ContainerRegistryEventRequest = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest - ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData + SubscriptionDeletedEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData ContainerRegistryEventActor = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor IotHubDeviceCreatedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceCreatedEventData IotHubDeviceDeletedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDeletedEventData @@ -89,89 +92,98 @@ def method_missing(method, *args) end class ModelClasses + def container_registry_event_source + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource + end + def storage_blob_created_event_data + Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData + end + def service_bus_active_messages_available_with_no_listeners_event_data + Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData + end + def event_hub_capture_file_created_event_data + Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData + end + def container_registry_event_data + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData + end + def resource_write_failure_data + Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData + end + def resource_delete_success_data + Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData + end def device_twin_metadata Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata end + def resource_delete_cancel_data + Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData + end def device_twin_properties Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties end - def storage_blob_deleted_event_data - Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData + def resource_action_failure_data + Azure::EventGrid::V2018_01_01::Models::ResourceActionFailureData end def device_twin_info_properties Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties end - def resource_write_success_data - Azure::EventGrid::V2018_01_01::Models::ResourceWriteSuccessData + def event_grid_event + Azure::EventGrid::V2018_01_01::Models::EventGridEvent end def device_twin_info_x509_thumbprint Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint end - def resource_write_cancel_data - Azure::EventGrid::V2018_01_01::Models::ResourceWriteCancelData + def subscription_validation_response + Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse end def device_twin_info Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfo end - def resource_delete_failure_data - Azure::EventGrid::V2018_01_01::Models::ResourceDeleteFailureData + def storage_blob_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData end def device_life_cycle_event_properties Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties end - def event_grid_event - Azure::EventGrid::V2018_01_01::Models::EventGridEvent + def resource_write_cancel_data + Azure::EventGrid::V2018_01_01::Models::ResourceWriteCancelData end def device_connection_state_event_info Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventInfo end - def subscription_validation_response - Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse + def resource_action_success_data + Azure::EventGrid::V2018_01_01::Models::ResourceActionSuccessData end def device_connection_state_event_properties Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties end - def resource_delete_cancel_data - Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData - end def subscription_validation_event_data Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData end def media_job_state_change_event_data Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData end - def subscription_deleted_event_data - Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData - end - def storage_blob_created_event_data - Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData - end - def service_bus_active_messages_available_with_no_listeners_event_data - Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData - end - def resource_write_failure_data - Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData - end - def container_registry_event_data - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData + def resource_write_success_data + Azure::EventGrid::V2018_01_01::Models::ResourceWriteSuccessData end - def container_registry_event_source - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource + def service_bus_deadletter_messages_available_with_no_listeners_event_data + Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData end - def event_hub_capture_file_created_event_data - Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData + def resource_action_cancel_data + Azure::EventGrid::V2018_01_01::Models::ResourceActionCancelData end def container_registry_event_target Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget end - def service_bus_deadletter_messages_available_with_no_listeners_event_data - Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData + def resource_delete_failure_data + Azure::EventGrid::V2018_01_01::Models::ResourceDeleteFailureData end def container_registry_event_request Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest end - def resource_delete_success_data - Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData + def subscription_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData end def container_registry_event_actor Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor