From 8cb29c1aa3c62db0fde4047f8757145e79e99002 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 1 Mar 2019 20:12:32 +0000 Subject: [PATCH] Generated from 91d8e1718252bec320a012081c377adaf0133732 Updated api-version path to '2018-01-01' from '2018-02-01'. --- .../modules/autosuggest_profile_module.rb | 16 +- .../contentmoderator_profile_module.rb | 64 +-- .../customimagesearch_profile_module.rb | 8 +- .../modules/customsearch_profile_module.rb | 44 +- .../customvisionprediction_profile_module.rb | 8 +- .../customvisiontraining_profile_module.rb | 50 +- .../modules/entitysearch_profile_module.rb | 8 +- .../modules/eventgrid_profile_module.rb | 134 ++--- .../latest/modules/eventhub_profile_module.rb | 22 +- .../lib/latest/modules/face_profile_module.rb | 52 +- .../modules/graphrbac_profile_module.rb | 36 +- .../modules/imagesearch_profile_module.rb | 24 +- .../modules/iotcentral_profile_module.rb | 6 +- .../latest/modules/iothub_profile_module.rb | 42 +- .../latest/modules/keyvault_profile_module.rb | 162 +++--- .../latest/modules/kusto_profile_module.rb | 24 +- .../modules/localsearch_profile_module.rb | 8 +- .../latest/modules/logic_profile_module.rb | 376 ++++++------- .../modules/machinelearning_profile_module.rb | 80 +-- .../managedapplications_profile_module.rb | 42 +- .../managedserviceidentity_profile_module.rb | 8 +- .../marketplaceordering_profile_module.rb | 14 +- .../modules/mediaservices_profile_module.rb | 232 ++++---- .../latest/modules/monitor_profile_module.rb | 210 +++---- .../latest/modules/network_profile_module.rb | 514 +++++++++--------- .../modules/newssearch_profile_module.rb | 28 +- .../notificationhubs_profile_module.rb | 80 +-- .../operationalinsights_profile_module.rb | 94 ++-- .../latest/modules/policy_profile_module.rb | 16 +- .../modules/policyinsights_profile_module.rb | 8 +- .../modules/powerbiembedded_profile_module.rb | 48 +- .../latest/modules/qnamaker_profile_module.rb | 34 +- .../recoveryservices_profile_module.rb | 44 +- .../recoveryservicesbackup_profile_module.rb | 336 ++++++------ ...veryservicessiterecovery_profile_module.rb | 32 +- .../latest/modules/redis_profile_module.rb | 64 +-- .../latest/modules/relay_profile_module.rb | 50 +- .../modules/resources_profile_module.rb | 8 +- .../resourcesmanagement_profile_module.rb | 44 +- .../modules/scheduler_profile_module.rb | 34 +- .../latest/modules/search_profile_module.rb | 14 +- .../latest/modules/security_profile_module.rb | 8 +- .../modules/servicebus_profile_module.rb | 122 ++--- .../modules/servicefabric_profile_module.rb | 420 +++++++------- .../latest/modules/signalr_profile_module.rb | 44 +- .../modules/spellcheck_profile_module.rb | 16 +- .../lib/latest/modules/sql_profile_module.rb | 466 ++++++++-------- .../sqlvirtualmachine_profile_module.rb | 62 +-- .../latest/modules/storage_profile_module.rb | 142 ++--- .../storsimple8000series_profile_module.rb | 324 +++++------ .../modules/streamanalytics_profile_module.rb | 172 +++--- .../modules/textanalytics_profile_module.rb | 8 +- .../modules/trafficmanager_profile_module.rb | 44 +- .../modules/videosearch_profile_module.rb | 32 +- .../modules/visualsearch_profile_module.rb | 46 +- .../lib/latest/modules/web_profile_module.rb | 62 +-- .../modules/websearch_profile_module.rb | 88 +-- .../2018-01-01/generated/azure_event_grid.rb | 42 +- ...figuration_key_value_deleted_event_data.rb | 67 +++ ...iguration_key_value_modified_event_data.rb | 68 +++ .../modules/eventgrid_profile_module.rb | 144 ++--- 61 files changed, 2824 insertions(+), 2671 deletions(-) create mode 100644 data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/app_configuration_key_value_deleted_event_data.rb create mode 100644 data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/app_configuration_key_value_modified_event_data.rb diff --git a/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb b/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb index 282261af03..860dab8bab 100644 --- a/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb +++ b/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb @@ -8,6 +8,7 @@ module Azure::Profiles::Latest module Autosuggest module Models + ResponseFormat = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat Response = Azure::CognitiveServices::Autosuggest::V1_0::Models::Response ErrorResponse = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse Action = Azure::CognitiveServices::Autosuggest::V1_0::Models::Action @@ -23,10 +24,9 @@ module Models Identifiable = Azure::CognitiveServices::Autosuggest::V1_0::Models::Identifiable ScenarioType = Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType SearchKind = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind + Error = Azure::CognitiveServices::Autosuggest::V1_0::Models::Error ErrorCode = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode SafeSearch = Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch - Error = Azure::CognitiveServices::Autosuggest::V1_0::Models::Error - ResponseFormat = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat end class AutosuggestDataClass @@ -58,6 +58,9 @@ def method_missing(method, *args) end class ModelClasses + def response_format + Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat + end def response Azure::CognitiveServices::Autosuggest::V1_0::Models::Response end @@ -103,18 +106,15 @@ def scenario_type def search_kind Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind end + def error + Azure::CognitiveServices::Autosuggest::V1_0::Models::Error + end def error_code Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode end def safe_search Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch end - def error - Azure::CognitiveServices::Autosuggest::V1_0::Models::Error - end - def response_format - Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat - 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 a98f216a59..7d861e02ef 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 + 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 Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address @@ -29,11 +29,11 @@ module Models Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email Terms = Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms IPA = Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error Review = Azure::CognitiveServices::ContentModerator::V1_0::Models::Review JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - DetectedTerms = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms Candidate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate + JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId Evaluate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError @@ -48,9 +48,9 @@ module Models SSN = Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body @@ -59,23 +59,23 @@ module Models VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem - OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + DetectedTerms = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem - JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair - CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem - Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag - DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen + DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status 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 :reviews, :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -85,13 +85,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @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 @@ -152,21 +152,21 @@ def terms def ipa Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA end + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + end def review Azure::CognitiveServices::ContentModerator::V1_0::Models::Review end def job_execution_report_details Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - end - def detected_terms - Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms - end def candidate Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate end + def job_id + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + end def evaluate Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate end @@ -209,15 +209,15 @@ def create_video_reviews_body_item_video_frames_item def pii Azure::CognitiveServices::ContentModerator::V1_0::Models::PII end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end def create_video_reviews_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem end def found_faces Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - end def create_video_reviews_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem end @@ -242,14 +242,14 @@ def phone def video_frame_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem end - def ocr - Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + def detected_terms + Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms end def video_frame_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem end - def job_id - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + def ocr + Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR end def create_review_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem @@ -257,24 +257,24 @@ def create_review_body_item_metadata_item def key_value_pair Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair end - def create_review_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem - end - def screen - Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen - end def image Azure::CognitiveServices::ContentModerator::V1_0::Models::Image end def tag Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag end - def detected_language - Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + def create_review_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem end def content Azure::CognitiveServices::ContentModerator::V1_0::Models::Content end + def screen + Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen + end + def detected_language + Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + end def image_url Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl end diff --git a/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb b/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb index 60ee727e1d..3da09f9d2f 100644 --- a/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb @@ -12,8 +12,8 @@ module Models ErrorResponse = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse ResponseBase = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer - SearchResultsAnswer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer Images = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images + SearchResultsAnswer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer Thing = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::Customimagesearch::V1_0::Models::CreativeWork Identifiable = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable @@ -74,12 +74,12 @@ def response_base def answer Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer end - def search_results_answer - Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer - end def images Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images end + def search_results_answer + Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer + end def thing Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing end diff --git a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb index a90f82d0ee..749c24c621 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,11 +9,13 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models + WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag + WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat - SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase @@ -23,11 +25,9 @@ module Models Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag - WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch end class CustomSearchDataClass @@ -60,21 +60,27 @@ def method_missing(method, *args) end class ModelClasses - def search_response - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + def web_meta_tag + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag end - def text_format - Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + def web_web_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer end - def safe_search - Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + def search_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse end def response Azure::CognitiveServices::CustomSearch::V1_0::Models::Response end + def text_format + Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + end def error_response Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse end + def error_sub_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + end def query Azure::CognitiveServices::CustomSearch::V1_0::Models::Query end @@ -102,20 +108,14 @@ def creative_work def identifiable Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end - def error_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode - end def error Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end - def web_meta_tag - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag + def error_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode end - def web_web_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + def safe_search + Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch end end end diff --git a/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb b/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb index 8e2eea03de..b8fd580264 100644 --- a/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb @@ -8,10 +8,10 @@ module Azure::Profiles::Latest module Customvisionprediction module Models + Prediction = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::Prediction ImagePrediction = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImagePrediction ImageUrl = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImageUrl BoundingBox = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::BoundingBox - Prediction = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::Prediction end class CustomvisionpredictionDataClass @@ -43,6 +43,9 @@ def method_missing(method, *args) end class ModelClasses + def prediction + Azure::CognitiveServices::Customvisionprediction::V2_0::Models::Prediction + end def image_prediction Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImagePrediction end @@ -52,9 +55,6 @@ def image_url def bounding_box Azure::CognitiveServices::Customvisionprediction::V2_0::Models::BoundingBox end - def prediction - Azure::CognitiveServices::Customvisionprediction::V2_0::Models::Prediction - end end end end diff --git a/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb b/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb index efe87abf08..0876c6e89e 100644 --- a/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb @@ -27,26 +27,26 @@ module Models PredictionQueryResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::PredictionQueryResult ImageTagCreateSummary = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateSummary TagPerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagPerformance + Domain = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain ImageRegionCreateSummary = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateSummary IterationPerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::IterationPerformance - Domain = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain - ImageCreateResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult ImagePerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance + ImageFileCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch + ImageCreateResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult ProjectSettings = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings - ImageTagCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry ImageRegion = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegion Iteration = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Iteration + ImageTagCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry ImageUrlCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateBatch - ImageFileCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch Export = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export - ImageRegionCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch ImageCreateStatus = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus + Classifier = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier ExportPlatformModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel ExportStatusModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportStatusModel DomainType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType - ExportFlavorModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel + ImageRegionCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch TagType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagType - Classifier = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier + ExportFlavorModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel Region = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region OrderBy = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy Image = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image @@ -142,48 +142,48 @@ def image_tag_create_summary def tag_performance Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagPerformance end + def domain + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain + end def image_region_create_summary Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateSummary end def iteration_performance Azure::CognitiveServices::Customvisiontraining::V2_2::Models::IterationPerformance end - def domain - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain + def image_performance + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance + end + def image_file_create_batch + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch end def image_create_result Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult end - def image_performance - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance - end def project_settings Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings end - def image_tag_create_entry - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry - end def image_region Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegion end def iteration Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Iteration end + def image_tag_create_entry + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry + end def image_url_create_batch Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateBatch end - def image_file_create_batch - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch - end def export Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export end - def image_region_create_batch - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch - end def image_create_status Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus end + def classifier + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier + end def export_platform_model Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel end @@ -193,14 +193,14 @@ def export_status_model def domain_type Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType end - def export_flavor_model - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel + def image_region_create_batch + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch end def tag_type Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagType end - def classifier - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier + def export_flavor_model + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel end def region Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region diff --git a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb index 3a2f8e5827..d539d4db3f 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -10,8 +10,8 @@ module EntitySearch module Models SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse - Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse + Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer @@ -90,12 +90,12 @@ class ModelClasses def search_response Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse end - def entities - Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities - end def error_response Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse end + def entities + Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + end def query_context Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext end diff --git a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb index e47c3ed8a8..a558c76550 100644 --- a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb @@ -10,25 +10,25 @@ module EventGrid module Models EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData - ServiceBusActiveMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData - ResourceWriteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData ServiceBusDeadletterMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData - ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData + ResourceWriteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData MediaJobStateChangeEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData - ResourceDeleteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData + ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData MediaJobErrorDetail = Azure::EventGrid::V2018_01_01::Models::MediaJobErrorDetail - ResourceActionFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceActionFailureData + ResourceDeleteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData MediaJobError = Azure::EventGrid::V2018_01_01::Models::MediaJobError - EventGridEvent = Azure::EventGrid::V2018_01_01::Models::EventGridEvent + ResourceActionFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceActionFailureData MediaJobOutput = Azure::EventGrid::V2018_01_01::Models::MediaJobOutput + EventGridEvent = Azure::EventGrid::V2018_01_01::Models::EventGridEvent + ContainerRegistryArtifactEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventTarget SubscriptionValidationResponse = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse StorageBlobDeletedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData - ContainerRegistryEventRequest = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest ContainerRegistryEventActor = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor - MediaLiveEventConnectionRejectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventConnectionRejectedEventData ContainerRegistryEventSource = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource - DeviceTwinMetadata = Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata + MediaLiveEventConnectionRejectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventConnectionRejectedEventData ContainerRegistryEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData + DeviceTwinMetadata = Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata + SubscriptionDeletedEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData DeviceTwinInfoProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties MediaLiveEventIngestHeartbeatEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIngestHeartbeatEventData DeviceTwinInfo = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfo @@ -41,20 +41,22 @@ module Models ResourceActionSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceActionSuccessData ContainerRegistryEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget ResourceActionCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceActionCancelData - MediaLiveEventEncoderDisconnectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderDisconnectedEventData + MediaLiveEventEncoderConnectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderConnectedEventData SubscriptionValidationEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData - DeviceTwinInfoX509Thumbprint = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint - SubscriptionDeletedEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData - DeviceConnectionStateEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties - MediaLiveEventIncomingDataChunkDroppedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingDataChunkDroppedEventData - MediaJobOutputProgressEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobOutputProgressEventData DeviceTwinProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties - MediaJobOutputStateChangeEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobOutputStateChangeEventData + DeviceLifeCycleEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties + MediaJobOutputProgressEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobOutputProgressEventData MediaLiveEventIncomingStreamsOutOfSyncEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingStreamsOutOfSyncEventData + MediaJobOutputStateChangeEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobOutputStateChangeEventData + ContainerRegistryEventRequest = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest + AppConfigurationKeyValueDeletedEventData = Azure::EventGrid::V2018_01_01::Models::AppConfigurationKeyValueDeletedEventData + DeviceTwinInfoX509Thumbprint = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint + AppConfigurationKeyValueModifiedEventData = Azure::EventGrid::V2018_01_01::Models::AppConfigurationKeyValueModifiedEventData + MediaLiveEventIncomingDataChunkDroppedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingDataChunkDroppedEventData MapsGeofenceEventProperties = Azure::EventGrid::V2018_01_01::Models::MapsGeofenceEventProperties - DeviceLifeCycleEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties + DeviceConnectionStateEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties MapsGeofenceGeometry = Azure::EventGrid::V2018_01_01::Models::MapsGeofenceGeometry - MediaLiveEventEncoderConnectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderConnectedEventData + MediaLiveEventEncoderDisconnectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderDisconnectedEventData MediaLiveEventTrackDiscontinuityDetectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventTrackDiscontinuityDetectedEventData IotHubDeviceCreatedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceCreatedEventData IotHubDeviceDeletedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDeletedEventData @@ -84,9 +86,9 @@ module Models MediaJobErrorCode = Azure::EventGrid::V2018_01_01::Models::MediaJobErrorCode MediaJobErrorCategory = Azure::EventGrid::V2018_01_01::Models::MediaJobErrorCategory MediaJobRetry = Azure::EventGrid::V2018_01_01::Models::MediaJobRetry - ContainerRegistryArtifactEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventTarget - StorageBlobCreatedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData ContainerRegistryArtifactEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventData + StorageBlobCreatedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData + ServiceBusActiveMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData end class EventGridDataClass @@ -121,38 +123,38 @@ class ModelClasses def event_hub_capture_file_created_event_data Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData end - def service_bus_active_messages_available_with_no_listeners_event_data - Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData + def service_bus_deadletter_messages_available_with_no_listeners_event_data + Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData end def resource_write_failure_data Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData end - def service_bus_deadletter_messages_available_with_no_listeners_event_data - Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData + def media_job_state_change_event_data + Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData end def resource_delete_success_data Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData end - def media_job_state_change_event_data - Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData + def media_job_error_detail + Azure::EventGrid::V2018_01_01::Models::MediaJobErrorDetail end def resource_delete_cancel_data Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData end - def media_job_error_detail - Azure::EventGrid::V2018_01_01::Models::MediaJobErrorDetail + def media_job_error + Azure::EventGrid::V2018_01_01::Models::MediaJobError end def resource_action_failure_data Azure::EventGrid::V2018_01_01::Models::ResourceActionFailureData end - def media_job_error - Azure::EventGrid::V2018_01_01::Models::MediaJobError + def media_job_output + Azure::EventGrid::V2018_01_01::Models::MediaJobOutput end def event_grid_event Azure::EventGrid::V2018_01_01::Models::EventGridEvent end - def media_job_output - Azure::EventGrid::V2018_01_01::Models::MediaJobOutput + def container_registry_artifact_event_target + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventTarget end def subscription_validation_response Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse @@ -160,23 +162,23 @@ def subscription_validation_response def storage_blob_deleted_event_data Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData end - def container_registry_event_request - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest - end def container_registry_event_actor Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor end + def container_registry_event_source + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource + end def media_live_event_connection_rejected_event_data Azure::EventGrid::V2018_01_01::Models::MediaLiveEventConnectionRejectedEventData end - def container_registry_event_source - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource + def container_registry_event_data + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData end def device_twin_metadata Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata end - def container_registry_event_data - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData + def subscription_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData end def device_twin_info_properties Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties @@ -214,47 +216,53 @@ def container_registry_event_target def resource_action_cancel_data Azure::EventGrid::V2018_01_01::Models::ResourceActionCancelData end - def media_live_event_encoder_disconnected_event_data - Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderDisconnectedEventData + def media_live_event_encoder_connected_event_data + Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderConnectedEventData end def subscription_validation_event_data Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData end - def device_twin_info_x509_thumbprint - Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint - end - def subscription_deleted_event_data - Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData - end - def device_connection_state_event_properties - Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties + def device_twin_properties + Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties end - def media_live_event_incoming_data_chunk_dropped_event_data - Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingDataChunkDroppedEventData + def device_life_cycle_event_properties + Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties end def media_job_output_progress_event_data Azure::EventGrid::V2018_01_01::Models::MediaJobOutputProgressEventData end - def device_twin_properties - Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties + def media_live_event_incoming_streams_out_of_sync_event_data + Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingStreamsOutOfSyncEventData end def media_job_output_state_change_event_data Azure::EventGrid::V2018_01_01::Models::MediaJobOutputStateChangeEventData end - def media_live_event_incoming_streams_out_of_sync_event_data - Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingStreamsOutOfSyncEventData + def container_registry_event_request + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest + end + def app_configuration_key_value_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::AppConfigurationKeyValueDeletedEventData + end + def device_twin_info_x509_thumbprint + Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint + end + def app_configuration_key_value_modified_event_data + Azure::EventGrid::V2018_01_01::Models::AppConfigurationKeyValueModifiedEventData + end + def media_live_event_incoming_data_chunk_dropped_event_data + Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingDataChunkDroppedEventData end def maps_geofence_event_properties Azure::EventGrid::V2018_01_01::Models::MapsGeofenceEventProperties end - def device_life_cycle_event_properties - Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties + def device_connection_state_event_properties + Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties end def maps_geofence_geometry Azure::EventGrid::V2018_01_01::Models::MapsGeofenceGeometry end - def media_live_event_encoder_connected_event_data - Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderConnectedEventData + def media_live_event_encoder_disconnected_event_data + Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderDisconnectedEventData end def media_live_event_track_discontinuity_detected_event_data Azure::EventGrid::V2018_01_01::Models::MediaLiveEventTrackDiscontinuityDetectedEventData @@ -343,14 +351,14 @@ def media_job_error_category def media_job_retry Azure::EventGrid::V2018_01_01::Models::MediaJobRetry end - def container_registry_artifact_event_target - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventTarget + def container_registry_artifact_event_data + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventData end def storage_blob_created_event_data Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData end - def container_registry_artifact_event_data - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventData + def service_bus_active_messages_available_with_no_listeners_event_data + Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData 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 fa0e1273dd..9bd0e6e8a9 100644 --- a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb @@ -8,26 +8,26 @@ module Azure::Profiles::Latest module EventHub module Mgmt Clusters = Azure::EventHub::Mgmt::V2018_01_01_preview::Clusters - Namespaces = Azure::EventHub::Mgmt::V2018_01_01_preview::Namespaces Configuration = Azure::EventHub::Mgmt::V2018_01_01_preview::Configuration Operations = Azure::EventHub::Mgmt::V2018_01_01_preview::Operations + Namespaces = Azure::EventHub::Mgmt::V2018_01_01_preview::Namespaces module Models OperationListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult VirtualNetworkRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult SkuTier = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier IPAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction + EHNamespace = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace ErrorResponse = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse TrackedResource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource SkuName = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName - ClusterQuotaConfigurationProperties = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties Resource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource + ClusterQuotaConfigurationProperties = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties ClusterListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult IpFilterRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRuleListResult ClusterSku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterSku EHNamespaceListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult Cluster = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster - EHNamespace = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace Sku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku OperationDisplay = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay IpFilterRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule @@ -36,7 +36,7 @@ module Models end class EventHubManagementClass - attr_reader :clusters, :namespaces, :configuration, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :clusters, :configuration, :operations, :namespaces, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -47,9 +47,9 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @clusters = @client_0.clusters - @namespaces = @client_0.namespaces @configuration = @client_0.configuration @operations = @client_0.operations + @namespaces = @client_0.namespaces @model_classes = ModelClasses.new end @@ -80,6 +80,9 @@ def sku_tier def ipaction Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction end + def ehnamespace + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace + end def error_response Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse end @@ -89,12 +92,12 @@ def tracked_resource def sku_name Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName end - def cluster_quota_configuration_properties - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties - end def resource Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource end + def cluster_quota_configuration_properties + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties + end def cluster_list_result Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult end @@ -110,9 +113,6 @@ def ehnamespace_list_result def cluster Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster end - def ehnamespace - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace - end def sku Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku end diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index e41e5e798d..521881ee27 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,12 +6,14 @@ module Azure::Profiles::Latest module Face - Face = Azure::CognitiveServices::Face::V1_0::Face - PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations + Face = Azure::CognitiveServices::Face::V1_0::Face + PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson module Models + 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 @@ -28,10 +30,10 @@ module Models ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode - TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair + Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType - Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion - Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion + TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType Error = Azure::CognitiveServices::Face::V1_0::Models::Error APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle @@ -55,13 +57,11 @@ module Models VerifyFaceToFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult - Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate - FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair - Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise + Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion end class FaceDataClass - attr_reader :face, :person_group_person, :person_group_operations, :face_list_operations, :configurable, :base_url, :options, :model_classes + attr_reader :person_group_operations, :face_list_operations, :face, :person_group_person, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -71,10 +71,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @face = @client_0.face - @person_group_person = @client_0.person_group_person @person_group_operations = @client_0.person_group_operations @face_list_operations = @client_0.face_list_operations + @face = @client_0.face + @person_group_person = @client_0.person_group_person @model_classes = ModelClasses.new end @@ -93,6 +93,12 @@ def method_missing(method, *args) end class ModelClasses + 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 end @@ -141,17 +147,17 @@ def noise_level def find_similar_match_mode Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode end - def training_status_type - Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + def facial_hair + Azure::CognitiveServices::Face::V1_0::Models::FacialHair + end + def coordinate + Azure::CognitiveServices::Face::V1_0::Models::Coordinate end def face_attribute_type Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end - def emotion - Azure::CognitiveServices::Face::V1_0::Models::Emotion - end - def occlusion - Azure::CognitiveServices::Face::V1_0::Models::Occlusion + def training_status_type + Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType end def error Azure::CognitiveServices::Face::V1_0::Models::Error @@ -222,14 +228,8 @@ def persisted_face def verify_result Azure::CognitiveServices::Face::V1_0::Models::VerifyResult end - def coordinate - Azure::CognitiveServices::Face::V1_0::Models::Coordinate - end - def facial_hair - Azure::CognitiveServices::Face::V1_0::Models::FacialHair - end - def noise - Azure::CognitiveServices::Face::V1_0::Models::Noise + def emotion + Azure::CognitiveServices::Face::V1_0::Models::Emotion 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 e1850fe4b2..4c6d6573f6 100644 --- a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb +++ b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb @@ -35,23 +35,23 @@ module Models PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile + GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult UserBase = Azure::GraphRbac::V1_6::Models::UserBase - GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters AADObject = Azure::GraphRbac::V1_6::Models::AADObject - Domain = Azure::GraphRbac::V1_6::Models::Domain - GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters + Domain = Azure::GraphRbac::V1_6::Models::Domain SignInName = Azure::GraphRbac::V1_6::Models::SignInName PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject - Application = Azure::GraphRbac::V1_6::Models::Application - ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal + Application = Azure::GraphRbac::V1_6::Models::Application UserType = Azure::GraphRbac::V1_6::Models::UserType + ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters @@ -156,26 +156,26 @@ def service_principal_list_result def password_profile Azure::GraphRbac::V1_6::Models::PasswordProfile end + def group_create_parameters + Azure::GraphRbac::V1_6::Models::GroupCreateParameters + end def directory_object_list_result Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult end def user_base Azure::GraphRbac::V1_6::Models::UserBase end - def group_create_parameters - Azure::GraphRbac::V1_6::Models::GroupCreateParameters - end def aadobject Azure::GraphRbac::V1_6::Models::AADObject end - def domain - Azure::GraphRbac::V1_6::Models::Domain + def required_resource_access + Azure::GraphRbac::V1_6::Models::RequiredResourceAccess end def get_objects_parameters Azure::GraphRbac::V1_6::Models::GetObjectsParameters end - def required_resource_access - Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + def domain + Azure::GraphRbac::V1_6::Models::Domain end def sign_in_name Azure::GraphRbac::V1_6::Models::SignInName @@ -195,18 +195,18 @@ def user_get_member_groups_parameters def directory_object Azure::GraphRbac::V1_6::Models::DirectoryObject end - def application - Azure::GraphRbac::V1_6::Models::Application - end - def adgroup - Azure::GraphRbac::V1_6::Models::ADGroup - end def service_principal Azure::GraphRbac::V1_6::Models::ServicePrincipal end + def application + Azure::GraphRbac::V1_6::Models::Application + end def user_type Azure::GraphRbac::V1_6::Models::UserType end + def adgroup + Azure::GraphRbac::V1_6::Models::ADGroup + end def application_create_parameters Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters end diff --git a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb index 10bb115813..f285ac070c 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,6 +9,8 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models + Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency + ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse @@ -37,8 +39,8 @@ module Models Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible - StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule @@ -65,8 +67,6 @@ module Models TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage - Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency - ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability end class ImageSearchDataClass @@ -99,6 +99,12 @@ def method_missing(method, *args) end class ModelClasses + def currency + Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency + end + def item_availability + Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability + end def image_crop_type Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType end @@ -183,12 +189,12 @@ def organization def intangible Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible end - def structured_value - Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue - end def images Azure::CognitiveServices::ImageSearch::V1_0::Models::Images end + def structured_value + Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end @@ -267,12 +273,6 @@ def rating def collection_page Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end - def currency - Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency - end - def item_availability - Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability - end end end end diff --git a/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb b/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb index 54a3664f78..d34e17cd61 100644 --- a/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module IotCentral module Mgmt - Operations = Azure::IotCentral::Mgmt::V2018_09_01::Operations Apps = Azure::IotCentral::Mgmt::V2018_09_01::Apps + Operations = Azure::IotCentral::Mgmt::V2018_09_01::Operations module Models ErrorResponseBody = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorResponseBody @@ -27,7 +27,7 @@ module Models end class IotCentralManagementClass - attr_reader :operations, :apps, :configurable, :base_url, :options, :model_classes + attr_reader :apps, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -37,8 +37,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 @apps = @client_0.apps + @operations = @client_0.operations @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/latest/modules/iothub_profile_module.rb b/azure_sdk/lib/latest/modules/iothub_profile_module.rb index 965d598393..c36864955f 100644 --- a/azure_sdk/lib/latest/modules/iothub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iothub_profile_module.rb @@ -7,12 +7,14 @@ module Azure::Profiles::Latest module IotHub module Mgmt + IotHubResource = Azure::IotHub::Mgmt::V2018_04_01::IotHubResource ResourceProviderCommon = Azure::IotHub::Mgmt::V2018_04_01::ResourceProviderCommon - Certificates = Azure::IotHub::Mgmt::V2018_04_01::Certificates Operations = Azure::IotHub::Mgmt::V2018_04_01::Operations - IotHubResource = Azure::IotHub::Mgmt::V2018_04_01::IotHubResource + Certificates = Azure::IotHub::Mgmt::V2018_04_01::Certificates module Models + EndpointHealthData = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData + CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce EndpointHealthDataListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthDataListResult SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRule RegistryStatistics = Azure::IotHub::Mgmt::V2018_04_01::Models::RegistryStatistics @@ -59,9 +61,9 @@ module Models FeedbackProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties TestRouteResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult RoutingEventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties + Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name ExportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest ImportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest - Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name IotHubDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription AccessRights = Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights IpFilterActionType = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType @@ -77,9 +79,9 @@ module Models TestResultStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus RouteErrorSeverity = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity Resource = Azure::IotHub::Mgmt::V2018_04_01::Models::Resource - IpFilterRule = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails OperationDisplay = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay + IpFilterRule = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule Operation = Azure::IotHub::Mgmt::V2018_04_01::Models::Operation OperationListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult JobStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus @@ -88,12 +90,10 @@ module Models CertificateProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateProperties IotHubQuotaMetricInfoListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfoListResult CertificateListDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateListDescription - EndpointHealthData = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData - CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce end class IotHubManagementClass - attr_reader :resource_provider_common, :certificates, :operations, :iot_hub_resource, :configurable, :base_url, :options, :model_classes + attr_reader :iot_hub_resource, :resource_provider_common, :operations, :certificates, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -103,10 +103,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @iot_hub_resource = @client_0.iot_hub_resource @resource_provider_common = @client_0.resource_provider_common - @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 @@ -125,6 +125,12 @@ def method_missing(method, *args) end class ModelClasses + def endpoint_health_data + Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData + end + def certificate_properties_with_nonce + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce + end def endpoint_health_data_list_result Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthDataListResult end @@ -263,15 +269,15 @@ def test_route_result def routing_event_hub_properties Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties end + def name + Azure::IotHub::Mgmt::V2018_04_01::Models::Name + end def export_devices_request Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest end def import_devices_request Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest end - def name - Azure::IotHub::Mgmt::V2018_04_01::Models::Name - end def iot_hub_description Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription end @@ -317,15 +323,15 @@ def route_error_severity def resource Azure::IotHub::Mgmt::V2018_04_01::Models::Resource end - def ip_filter_rule - Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule - end def error_details Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails end def operation_display Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay end + def ip_filter_rule + Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule + end def operation Azure::IotHub::Mgmt::V2018_04_01::Models::Operation end @@ -350,12 +356,6 @@ def iot_hub_quota_metric_info_list_result def certificate_list_description Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateListDescription end - def endpoint_health_data - Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData - end - def certificate_properties_with_nonce - Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce - end end end end diff --git a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb index 14a64c254e..76b8a80bfc 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -18,33 +18,33 @@ module Models KeyUpdateParameters = Azure::KeyVault::V7_0::Models::KeyUpdateParameters KeyImportParameters = Azure::KeyVault::V7_0::Models::KeyImportParameters Attributes = Azure::KeyVault::V7_0::Models::Attributes - BackupCertificateResult = Azure::KeyVault::V7_0::Models::BackupCertificateResult KeyVaultError = Azure::KeyVault::V7_0::Models::KeyVaultError - DeletedSasDefinitionListResult = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult + SecretBundle = Azure::KeyVault::V7_0::Models::SecretBundle + BackupCertificateResult = Azure::KeyVault::V7_0::Models::BackupCertificateResult SasDefinitionUpdateParameters = Azure::KeyVault::V7_0::Models::SasDefinitionUpdateParameters KeyItem = Azure::KeyVault::V7_0::Models::KeyItem SecretRestoreParameters = Azure::KeyVault::V7_0::Models::SecretRestoreParameters SasDefinitionAttributes = Azure::KeyVault::V7_0::Models::SasDefinitionAttributes - SecretBundle = Azure::KeyVault::V7_0::Models::SecretBundle + StorageRestoreParameters = Azure::KeyVault::V7_0::Models::StorageRestoreParameters KeyRestoreParameters = Azure::KeyVault::V7_0::Models::KeyRestoreParameters - KeyProperties = Azure::KeyVault::V7_0::Models::KeyProperties + DeletedSasDefinitionListResult = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult SecretSetParameters = Azure::KeyVault::V7_0::Models::SecretSetParameters - SubjectAlternativeNames = Azure::KeyVault::V7_0::Models::SubjectAlternativeNames + BackupStorageResult = Azure::KeyVault::V7_0::Models::BackupStorageResult SecretUpdateParameters = Azure::KeyVault::V7_0::Models::SecretUpdateParameters Trigger = Azure::KeyVault::V7_0::Models::Trigger CertificateCreateParameters = Azure::KeyVault::V7_0::Models::CertificateCreateParameters - LifetimeAction = Azure::KeyVault::V7_0::Models::LifetimeAction + KeyProperties = Azure::KeyVault::V7_0::Models::KeyProperties CertificateImportParameters = Azure::KeyVault::V7_0::Models::CertificateImportParameters - StorageRestoreParameters = Azure::KeyVault::V7_0::Models::StorageRestoreParameters + CertificatePolicy = Azure::KeyVault::V7_0::Models::CertificatePolicy CertificateUpdateParameters = Azure::KeyVault::V7_0::Models::CertificateUpdateParameters SasDefinitionItem = Azure::KeyVault::V7_0::Models::SasDefinitionItem CertificateMergeParameters = Azure::KeyVault::V7_0::Models::CertificateMergeParameters CertificateIssuerSetParameters = Azure::KeyVault::V7_0::Models::CertificateIssuerSetParameters CertificateItem = Azure::KeyVault::V7_0::Models::CertificateItem CertificateIssuerUpdateParameters = Azure::KeyVault::V7_0::Models::CertificateIssuerUpdateParameters - BackupStorageResult = Azure::KeyVault::V7_0::Models::BackupStorageResult + OrganizationDetails = Azure::KeyVault::V7_0::Models::OrganizationDetails CertificateOperationUpdateParameter = Azure::KeyVault::V7_0::Models::CertificateOperationUpdateParameter - IssuerBundle = Azure::KeyVault::V7_0::Models::IssuerBundle + SubjectAlternativeNames = Azure::KeyVault::V7_0::Models::SubjectAlternativeNames KeyOperationResult = Azure::KeyVault::V7_0::Models::KeyOperationResult Contacts = Azure::KeyVault::V7_0::Models::Contacts KeyVerifyResult = Azure::KeyVault::V7_0::Models::KeyVerifyResult @@ -57,7 +57,7 @@ module Models DeletedSecretListResult = Azure::KeyVault::V7_0::Models::DeletedSecretListResult IssuerParameters = Azure::KeyVault::V7_0::Models::IssuerParameters CertificateListResult = Azure::KeyVault::V7_0::Models::CertificateListResult - OrganizationDetails = Azure::KeyVault::V7_0::Models::OrganizationDetails + SasDefinitionBundle = Azure::KeyVault::V7_0::Models::SasDefinitionBundle DeletedCertificateListResult = Azure::KeyVault::V7_0::Models::DeletedCertificateListResult AdministratorDetails = Azure::KeyVault::V7_0::Models::AdministratorDetails CertificateIssuerListResult = Azure::KeyVault::V7_0::Models::CertificateIssuerListResult @@ -78,33 +78,33 @@ module Models StorageAccountUpdateParameters = Azure::KeyVault::V7_0::Models::StorageAccountUpdateParameters KeyCreateParameters = Azure::KeyVault::V7_0::Models::KeyCreateParameters StorageAccountItem = Azure::KeyVault::V7_0::Models::StorageAccountItem + LifetimeAction = Azure::KeyVault::V7_0::Models::LifetimeAction + CertificateRestoreParameters = Azure::KeyVault::V7_0::Models::CertificateRestoreParameters + IssuerBundle = Azure::KeyVault::V7_0::Models::IssuerBundle StorageAccountRegenerteKeyParameters = Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters - KeyAttributes = Azure::KeyVault::V7_0::Models::KeyAttributes - CertificatePolicy = Azure::KeyVault::V7_0::Models::CertificatePolicy - DeletedKeyItem = Azure::KeyVault::V7_0::Models::DeletedKeyItem DeletedKeyBundle = Azure::KeyVault::V7_0::Models::DeletedKeyBundle - DeletedSecretBundle = Azure::KeyVault::V7_0::Models::DeletedSecretBundle - SecretAttributes = Azure::KeyVault::V7_0::Models::SecretAttributes + DeletedKeyItem = Azure::KeyVault::V7_0::Models::DeletedKeyItem + KeyAttributes = Azure::KeyVault::V7_0::Models::KeyAttributes IssuerCredentials = Azure::KeyVault::V7_0::Models::IssuerCredentials StorageListResult = Azure::KeyVault::V7_0::Models::StorageListResult + SecretAttributes = Azure::KeyVault::V7_0::Models::SecretAttributes + DeletedSecretBundle = Azure::KeyVault::V7_0::Models::DeletedSecretBundle + DeletedSecretItem = Azure::KeyVault::V7_0::Models::DeletedSecretItem CertificateAttributes = Azure::KeyVault::V7_0::Models::CertificateAttributes - CertificateRestoreParameters = Azure::KeyVault::V7_0::Models::CertificateRestoreParameters DeletedStorageListResult = Azure::KeyVault::V7_0::Models::DeletedStorageListResult - DeletedStorageBundle = Azure::KeyVault::V7_0::Models::DeletedStorageBundle - DeletedCertificateBundle = Azure::KeyVault::V7_0::Models::DeletedCertificateBundle DeletedCertificateItem = Azure::KeyVault::V7_0::Models::DeletedCertificateItem - SasDefinitionBundle = Azure::KeyVault::V7_0::Models::SasDefinitionBundle - JsonWebKeyCurveName = Azure::KeyVault::V7_0::Models::JsonWebKeyCurveName - DeletionRecoveryLevel = Azure::KeyVault::V7_0::Models::DeletionRecoveryLevel + DeletedStorageAccountItem = Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem + DeletedSasDefinitionBundle = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle + DeletedCertificateBundle = Azure::KeyVault::V7_0::Models::DeletedCertificateBundle KeyUsageType = Azure::KeyVault::V7_0::Models::KeyUsageType JsonWebKeyType = Azure::KeyVault::V7_0::Models::JsonWebKeyType - DeletedSecretItem = Azure::KeyVault::V7_0::Models::DeletedSecretItem - JsonWebKeyEncryptionAlgorithm = Azure::KeyVault::V7_0::Models::JsonWebKeyEncryptionAlgorithm + JsonWebKeyCurveName = Azure::KeyVault::V7_0::Models::JsonWebKeyCurveName + DeletionRecoveryLevel = Azure::KeyVault::V7_0::Models::DeletionRecoveryLevel JsonWebKeySignatureAlgorithm = Azure::KeyVault::V7_0::Models::JsonWebKeySignatureAlgorithm ActionType = Azure::KeyVault::V7_0::Models::ActionType JsonWebKeyOperation = Azure::KeyVault::V7_0::Models::JsonWebKeyOperation - DeletedStorageAccountItem = Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem - DeletedSasDefinitionBundle = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle + JsonWebKeyEncryptionAlgorithm = Azure::KeyVault::V7_0::Models::JsonWebKeyEncryptionAlgorithm + DeletedStorageBundle = Azure::KeyVault::V7_0::Models::DeletedStorageBundle DeletedSasDefinitionItem = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionItem SasTokenType = Azure::KeyVault::V7_0::Models::SasTokenType end @@ -165,14 +165,14 @@ def key_import_parameters def attributes Azure::KeyVault::V7_0::Models::Attributes end - def backup_certificate_result - Azure::KeyVault::V7_0::Models::BackupCertificateResult - end def key_vault_error Azure::KeyVault::V7_0::Models::KeyVaultError end - def deleted_sas_definition_list_result - Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult + def secret_bundle + Azure::KeyVault::V7_0::Models::SecretBundle + end + def backup_certificate_result + Azure::KeyVault::V7_0::Models::BackupCertificateResult end def sas_definition_update_parameters Azure::KeyVault::V7_0::Models::SasDefinitionUpdateParameters @@ -186,20 +186,20 @@ def secret_restore_parameters def sas_definition_attributes Azure::KeyVault::V7_0::Models::SasDefinitionAttributes end - def secret_bundle - Azure::KeyVault::V7_0::Models::SecretBundle + def storage_restore_parameters + Azure::KeyVault::V7_0::Models::StorageRestoreParameters end def key_restore_parameters Azure::KeyVault::V7_0::Models::KeyRestoreParameters end - def key_properties - Azure::KeyVault::V7_0::Models::KeyProperties + def deleted_sas_definition_list_result + Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult end def secret_set_parameters Azure::KeyVault::V7_0::Models::SecretSetParameters end - def subject_alternative_names - Azure::KeyVault::V7_0::Models::SubjectAlternativeNames + def backup_storage_result + Azure::KeyVault::V7_0::Models::BackupStorageResult end def secret_update_parameters Azure::KeyVault::V7_0::Models::SecretUpdateParameters @@ -210,14 +210,14 @@ def trigger def certificate_create_parameters Azure::KeyVault::V7_0::Models::CertificateCreateParameters end - def lifetime_action - Azure::KeyVault::V7_0::Models::LifetimeAction + def key_properties + Azure::KeyVault::V7_0::Models::KeyProperties end def certificate_import_parameters Azure::KeyVault::V7_0::Models::CertificateImportParameters end - def storage_restore_parameters - Azure::KeyVault::V7_0::Models::StorageRestoreParameters + def certificate_policy + Azure::KeyVault::V7_0::Models::CertificatePolicy end def certificate_update_parameters Azure::KeyVault::V7_0::Models::CertificateUpdateParameters @@ -237,14 +237,14 @@ def certificate_item def certificate_issuer_update_parameters Azure::KeyVault::V7_0::Models::CertificateIssuerUpdateParameters end - def backup_storage_result - Azure::KeyVault::V7_0::Models::BackupStorageResult + def organization_details + Azure::KeyVault::V7_0::Models::OrganizationDetails end def certificate_operation_update_parameter Azure::KeyVault::V7_0::Models::CertificateOperationUpdateParameter end - def issuer_bundle - Azure::KeyVault::V7_0::Models::IssuerBundle + def subject_alternative_names + Azure::KeyVault::V7_0::Models::SubjectAlternativeNames end def key_operation_result Azure::KeyVault::V7_0::Models::KeyOperationResult @@ -282,8 +282,8 @@ def issuer_parameters def certificate_list_result Azure::KeyVault::V7_0::Models::CertificateListResult end - def organization_details - Azure::KeyVault::V7_0::Models::OrganizationDetails + def sas_definition_bundle + Azure::KeyVault::V7_0::Models::SasDefinitionBundle end def deleted_certificate_list_result Azure::KeyVault::V7_0::Models::DeletedCertificateListResult @@ -345,26 +345,26 @@ def key_create_parameters def storage_account_item Azure::KeyVault::V7_0::Models::StorageAccountItem end - def storage_account_regenerte_key_parameters - Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters + def lifetime_action + Azure::KeyVault::V7_0::Models::LifetimeAction end - def key_attributes - Azure::KeyVault::V7_0::Models::KeyAttributes + def certificate_restore_parameters + Azure::KeyVault::V7_0::Models::CertificateRestoreParameters end - def certificate_policy - Azure::KeyVault::V7_0::Models::CertificatePolicy + def issuer_bundle + Azure::KeyVault::V7_0::Models::IssuerBundle end - def deleted_key_item - Azure::KeyVault::V7_0::Models::DeletedKeyItem + def storage_account_regenerte_key_parameters + Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters end def deleted_key_bundle Azure::KeyVault::V7_0::Models::DeletedKeyBundle end - def deleted_secret_bundle - Azure::KeyVault::V7_0::Models::DeletedSecretBundle + def deleted_key_item + Azure::KeyVault::V7_0::Models::DeletedKeyItem end - def secret_attributes - Azure::KeyVault::V7_0::Models::SecretAttributes + def key_attributes + Azure::KeyVault::V7_0::Models::KeyAttributes end def issuer_credentials Azure::KeyVault::V7_0::Models::IssuerCredentials @@ -372,32 +372,32 @@ def issuer_credentials def storage_list_result Azure::KeyVault::V7_0::Models::StorageListResult end + def secret_attributes + Azure::KeyVault::V7_0::Models::SecretAttributes + end + def deleted_secret_bundle + Azure::KeyVault::V7_0::Models::DeletedSecretBundle + end + def deleted_secret_item + Azure::KeyVault::V7_0::Models::DeletedSecretItem + end def certificate_attributes Azure::KeyVault::V7_0::Models::CertificateAttributes end - def certificate_restore_parameters - Azure::KeyVault::V7_0::Models::CertificateRestoreParameters - end def deleted_storage_list_result Azure::KeyVault::V7_0::Models::DeletedStorageListResult end - def deleted_storage_bundle - Azure::KeyVault::V7_0::Models::DeletedStorageBundle - end - def deleted_certificate_bundle - Azure::KeyVault::V7_0::Models::DeletedCertificateBundle - end def deleted_certificate_item Azure::KeyVault::V7_0::Models::DeletedCertificateItem end - def sas_definition_bundle - Azure::KeyVault::V7_0::Models::SasDefinitionBundle + def deleted_storage_account_item + Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem end - def json_web_key_curve_name - Azure::KeyVault::V7_0::Models::JsonWebKeyCurveName + def deleted_sas_definition_bundle + Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle end - def deletion_recovery_level - Azure::KeyVault::V7_0::Models::DeletionRecoveryLevel + def deleted_certificate_bundle + Azure::KeyVault::V7_0::Models::DeletedCertificateBundle end def key_usage_type Azure::KeyVault::V7_0::Models::KeyUsageType @@ -405,11 +405,11 @@ def key_usage_type def json_web_key_type Azure::KeyVault::V7_0::Models::JsonWebKeyType end - def deleted_secret_item - Azure::KeyVault::V7_0::Models::DeletedSecretItem + def json_web_key_curve_name + Azure::KeyVault::V7_0::Models::JsonWebKeyCurveName end - def json_web_key_encryption_algorithm - Azure::KeyVault::V7_0::Models::JsonWebKeyEncryptionAlgorithm + def deletion_recovery_level + Azure::KeyVault::V7_0::Models::DeletionRecoveryLevel end def json_web_key_signature_algorithm Azure::KeyVault::V7_0::Models::JsonWebKeySignatureAlgorithm @@ -420,11 +420,11 @@ def action_type def json_web_key_operation Azure::KeyVault::V7_0::Models::JsonWebKeyOperation end - def deleted_storage_account_item - Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem + def json_web_key_encryption_algorithm + Azure::KeyVault::V7_0::Models::JsonWebKeyEncryptionAlgorithm end - def deleted_sas_definition_bundle - Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle + def deleted_storage_bundle + Azure::KeyVault::V7_0::Models::DeletedStorageBundle end def deleted_sas_definition_item Azure::KeyVault::V7_0::Models::DeletedSasDefinitionItem diff --git a/azure_sdk/lib/latest/modules/kusto_profile_module.rb b/azure_sdk/lib/latest/modules/kusto_profile_module.rb index 16f66dda48..642485f7f7 100644 --- a/azure_sdk/lib/latest/modules/kusto_profile_module.rb +++ b/azure_sdk/lib/latest/modules/kusto_profile_module.rb @@ -13,11 +13,13 @@ module Mgmt Operations = Azure::Kusto::Mgmt::V2018_09_07_preview::Operations module Models + DatabasePrincipalRole = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole + DatabasePrincipalType = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType TrackedResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrackedResource ProxyResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProxyResource AzureEntityResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureEntityResource - ClusterListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult Resource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Resource + ClusterListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult Cluster = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Cluster OperationDisplay = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationDisplay State = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::State @@ -50,8 +52,6 @@ module Models AzureSkuName = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureSkuName AzureScaleType = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureScaleType DataFormat = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DataFormat - DatabasePrincipalRole = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole - DatabasePrincipalType = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType end class KustoManagementClass @@ -87,6 +87,12 @@ def method_missing(method, *args) end class ModelClasses + def database_principal_role + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole + end + def database_principal_type + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType + end def tracked_resource Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrackedResource end @@ -96,12 +102,12 @@ def proxy_resource def azure_entity_resource Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureEntityResource end - def cluster_list_result - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult - end def resource Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Resource end + def cluster_list_result + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult + end def cluster Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Cluster end @@ -198,12 +204,6 @@ def azure_scale_type def data_format Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DataFormat end - def database_principal_role - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole - end - def database_principal_type - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType - end end end end diff --git a/azure_sdk/lib/latest/modules/localsearch_profile_module.rb b/azure_sdk/lib/latest/modules/localsearch_profile_module.rb index bfb4db210d..1afe8e2c72 100644 --- a/azure_sdk/lib/latest/modules/localsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/localsearch_profile_module.rb @@ -10,12 +10,12 @@ module LocalSearch module Models SearchResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse + ErrorResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse EntitiesEntityPresentationInfo = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntitiesEntityPresentationInfo Places = Azure::CognitiveServices::LocalSearch::V1_0::Models::Places PostalAddress = Azure::CognitiveServices::LocalSearch::V1_0::Models::PostalAddress Place = Azure::CognitiveServices::LocalSearch::V1_0::Models::Place Intangible = Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible - ErrorResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse QueryContext = Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext GeoCoordinates = Azure::CognitiveServices::LocalSearch::V1_0::Models::GeoCoordinates ResponseBase = Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseBase @@ -70,6 +70,9 @@ class ModelClasses def search_response Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse end + def error_response + Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse + end def entities_entity_presentation_info Azure::CognitiveServices::LocalSearch::V1_0::Models::EntitiesEntityPresentationInfo end @@ -85,9 +88,6 @@ def place def intangible Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible end - def error_response - Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse - end def query_context Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext end diff --git a/azure_sdk/lib/latest/modules/logic_profile_module.rb b/azure_sdk/lib/latest/modules/logic_profile_module.rb index 1540d858b0..d3f9dc0798 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -73,45 +73,45 @@ module Models WorkflowRunActionListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionListResult X12ProtocolSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12ProtocolSettings GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2018_07_01_preview::Models::GenerateUpgradedDefinitionParameters - X12OneWayAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12OneWayAgreement - BatchConfigurationCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationCollection Resource = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource - GetCallbackUrlParameters = Azure::Logic::Mgmt::V2018_07_01_preview::Models::GetCallbackUrlParameters - EdifactValidationSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactValidationSettings + BatchConfigurationCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationCollection X12AgreementContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12AgreementContent + X12OneWayAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12OneWayAgreement + EdifactValidationSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactValidationSettings BatchReleaseCriteria = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchReleaseCriteria + GetCallbackUrlParameters = Azure::Logic::Mgmt::V2018_07_01_preview::Models::GetCallbackUrlParameters EdifactFramingSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactFramingSettings IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchemaFilter EdifactEnvelopeSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactEnvelopeSettings ArtifactProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ArtifactProperties EdifactAcknowledgementSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactAcknowledgementSettings IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapFilter - EdifactMessageFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactMessageFilter B2BPartnerContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::B2BPartnerContent - AssemblyCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyCollection - EdifactEnvelopeOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactEnvelopeOverride EdifactProcessingSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactProcessingSettings + EdifactMessageFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactMessageFilter + AssemblyCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyCollection IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerFilter - AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2AcknowledgementConnectionSettings - EdifactSchemaReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactSchemaReference EdifactMessageIdentifier = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactMessageIdentifier + EdifactEnvelopeOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactEnvelopeOverride + AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2AcknowledgementConnectionSettings AS2SecuritySettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2SecuritySettings - AS2EnvelopeSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2EnvelopeSettings - EdifactDelimiterOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDelimiterOverride EdifactValidationOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactValidationOverride + EdifactSchemaReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactSchemaReference + AS2EnvelopeSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2EnvelopeSettings AS2ProtocolSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ProtocolSettings - RecurrenceScheduleOccurrence = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceScheduleOccurrence - EdifactOneWayAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactOneWayAgreement EdifactProtocolSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactProtocolSettings + EdifactDelimiterOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDelimiterOverride + RecurrenceScheduleOccurrence = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceScheduleOccurrence WorkflowTriggerFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerFilter - Correlation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Correlation - AgreementContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementContent EdifactAgreementContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactAgreementContent + EdifactOneWayAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactOneWayAgreement + Correlation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Correlation WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistoryListResult - IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementListResult - RetryHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RetryHistory RunCorrelation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunCorrelation + AgreementContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementContent + IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementListResult IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementFilter + RegenerateActionParameter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RegenerateActionParameter KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReferenceKeyVault IntegrationAccountListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountListResult IntegrationAccountSchemaListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchemaListResult @@ -121,90 +121,90 @@ module Models PartnerContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerContent IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSessionFilter AS2MessageConnectionSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MessageConnectionSettings - RegenerateActionParameter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RegenerateActionParameter WorkflowRunActionRepetitionDefinitionCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionRepetitionDefinitionCollection AS2ValidationSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ValidationSettings IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSessionListResult + RetryHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RetryHistory AS2OneWayAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2OneWayAgreement - WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerListCallbackUrlQueries WorkflowRunTrigger = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunTrigger + WorkflowRunActionFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter + WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerListCallbackUrlQueries RepetitionIndex = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RepetitionIndex - CallbackUrl = Azure::Logic::Mgmt::V2018_07_01_preview::Models::CallbackUrl ListKeyVaultKeysDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ListKeyVaultKeysDefinition BusinessIdentity = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BusinessIdentity + CallbackUrl = Azure::Logic::Mgmt::V2018_07_01_preview::Models::CallbackUrl KeyVaultKeyAttributes = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyAttributes - WorkflowRunActionFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter + Request = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request KeyVaultKey = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKey + AS2MdnSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MdnSettings + KeyVaultKeyCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyCollection WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerRecurrence - Request = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request + IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapPropertiesParametersSchema ErrorProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorProperties TrackingEventErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventErrorInfo - AS2MdnSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MdnSettings + TrackingEventsDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventsDefinition TrackingEvent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEvent AS2ErrorSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ErrorSettings - KeyVaultKeyCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyCollection + ErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorInfo IntegrationAccountSku = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSku - SetTriggerStateActionDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SetTriggerStateActionDefinition - IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapPropertiesParametersSchema - IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerListResult ExpressionTraces = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionTraces - TrackingEventsDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventsDefinition + Workflow = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow WorkflowVersion = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowVersion - WorkflowTrigger = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTrigger - ErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorInfo + SetTriggerStateActionDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SetTriggerStateActionDefinition WorkflowTriggerHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistory - WorkflowRun = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRun Response = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Response - WorkflowRunAction = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunAction + WorkflowOutputParameter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowOutputParameter + WorkflowRun = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRun IntegrationAccount = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccount + IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerListResult + IntegrationAccountSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchema IntegrationAccountMap = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMap - Workflow = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow - IntegrationAccountPartner = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartner IntegrationAccountAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreement + WorkflowTrigger = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTrigger + IntegrationAccountCertificate = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificate IntegrationAccountSession = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSession - WorkflowOutputParameter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowOutputParameter AzureResourceErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AzureResourceErrorInfo + WorkflowRunAction = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunAction WorkflowRunActionRepetitionDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionRepetitionDefinition RunActionCorrelation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunActionCorrelation - IntegrationAccountSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchema ArtifactContentPropertiesDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ArtifactContentPropertiesDefinition - KeyVaultReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference + IntegrationAccountPartner = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartner BatchConfigurationProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationProperties - IntegrationAccountCertificate = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificate + BatchConfiguration = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfiguration RequestHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistory ExpressionRoot = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionRoot - WorkflowState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState - AssemblyProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyProperties WorkflowProvisioningState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowProvisioningState - BatchConfiguration = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfiguration - RecurrenceFrequency = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceFrequency + AssemblyProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyProperties WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerProvisioningState - WorkflowStatus = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus + AssemblyDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyDefinition ParameterType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ParameterType + RecurrenceFrequency = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceFrequency OperationResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResult DayOfWeek = Azure::Logic::Mgmt::V2018_07_01_preview::Models::DayOfWeek IntegrationAccountSkuName = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSkuName - DaysOfWeek = Azure::Logic::Mgmt::V2018_07_01_preview::Models::DaysOfWeek + WorkflowStatus = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus + KeyVaultReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference + PartnerType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerType MapType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::MapType HashingAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::HashingAlgorithm - AssemblyDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyDefinition - SigningAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SigningAlgorithm - EncryptionAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EncryptionAlgorithm AgreementType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType + WorkflowState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState + TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrailingSeparatorPolicy + SigningAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SigningAlgorithm SchemaType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SchemaType X12CharacterSet = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12CharacterSet - PartnerType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerType - X12DateFormat = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12DateFormat + DaysOfWeek = Azure::Logic::Mgmt::V2018_07_01_preview::Models::DaysOfWeek + UsageIndicator = Azure::Logic::Mgmt::V2018_07_01_preview::Models::UsageIndicator X12TimeFormat = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12TimeFormat SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SegmentTerminatorSuffix MessageFilterType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::MessageFilterType - TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrailingSeparatorPolicy + EdifactCharacterSet = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactCharacterSet EdifactDecimalIndicator = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDecimalIndicator TrackEventsOperationOptions = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackEventsOperationOptions - EdifactCharacterSet = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactCharacterSet + EncryptionAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EncryptionAlgorithm TrackingRecordType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingRecordType - UsageIndicator = Azure::Logic::Mgmt::V2018_07_01_preview::Models::UsageIndicator EventLevel = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EventLevel + X12DateFormat = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12DateFormat end class LogicManagementClass @@ -384,27 +384,27 @@ def x12_protocol_settings def generate_upgraded_definition_parameters Azure::Logic::Mgmt::V2018_07_01_preview::Models::GenerateUpgradedDefinitionParameters end - def x12_one_way_agreement - Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12OneWayAgreement + def resource + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource end def batch_configuration_collection Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationCollection end - def resource - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource + def x12_agreement_content + Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12AgreementContent end - def get_callback_url_parameters - Azure::Logic::Mgmt::V2018_07_01_preview::Models::GetCallbackUrlParameters + def x12_one_way_agreement + Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12OneWayAgreement end def edifact_validation_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactValidationSettings end - def x12_agreement_content - Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12AgreementContent - end def batch_release_criteria Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchReleaseCriteria end + def get_callback_url_parameters + Azure::Logic::Mgmt::V2018_07_01_preview::Models::GetCallbackUrlParameters + end def edifact_framing_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactFramingSettings end @@ -423,84 +423,84 @@ def edifact_acknowledgement_settings def integration_account_map_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapFilter end - def edifact_message_filter - Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactMessageFilter - end def b2_bpartner_content Azure::Logic::Mgmt::V2018_07_01_preview::Models::B2BPartnerContent end - def assembly_collection - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyCollection - end - def edifact_envelope_override - Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactEnvelopeOverride - end def edifact_processing_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactProcessingSettings end - def integration_account_partner_filter - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerFilter + def edifact_message_filter + Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactMessageFilter end - def as2_acknowledgement_connection_settings - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2AcknowledgementConnectionSettings + def assembly_collection + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyCollection end - def edifact_schema_reference - Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactSchemaReference + def integration_account_partner_filter + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerFilter end def edifact_message_identifier Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactMessageIdentifier end - def as2_security_settings - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2SecuritySettings + def edifact_envelope_override + Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactEnvelopeOverride end - def as2_envelope_settings - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2EnvelopeSettings + def as2_acknowledgement_connection_settings + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2AcknowledgementConnectionSettings end - def edifact_delimiter_override - Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDelimiterOverride + def as2_security_settings + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2SecuritySettings end def edifact_validation_override Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactValidationOverride end - def as2_protocol_settings - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ProtocolSettings + def edifact_schema_reference + Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactSchemaReference end - def recurrence_schedule_occurrence - Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceScheduleOccurrence + def as2_envelope_settings + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2EnvelopeSettings end - def edifact_one_way_agreement - Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactOneWayAgreement + def as2_protocol_settings + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ProtocolSettings end def edifact_protocol_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactProtocolSettings end - def workflow_trigger_filter - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerFilter + def edifact_delimiter_override + Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDelimiterOverride end - def correlation - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Correlation + def recurrence_schedule_occurrence + Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceScheduleOccurrence end - def agreement_content - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementContent + def workflow_trigger_filter + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerFilter end def edifact_agreement_content Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactAgreementContent end - def workflow_trigger_history_list_result - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistoryListResult + def edifact_one_way_agreement + Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactOneWayAgreement end - def integration_account_agreement_list_result - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementListResult + def correlation + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Correlation end - def retry_history - Azure::Logic::Mgmt::V2018_07_01_preview::Models::RetryHistory + def workflow_trigger_history_list_result + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistoryListResult end def run_correlation Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunCorrelation end + def agreement_content + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementContent + end + def integration_account_agreement_list_result + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementListResult + end def integration_account_agreement_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementFilter end + def regenerate_action_parameter + Azure::Logic::Mgmt::V2018_07_01_preview::Models::RegenerateActionParameter + end def key_vault_key_reference_key_vault Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReferenceKeyVault end @@ -528,9 +528,6 @@ def integration_account_session_filter def as2_message_connection_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MessageConnectionSettings end - def regenerate_action_parameter - Azure::Logic::Mgmt::V2018_07_01_preview::Models::RegenerateActionParameter - end def workflow_run_action_repetition_definition_collection Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionRepetitionDefinitionCollection end @@ -540,41 +537,53 @@ def as2_validation_settings def integration_account_session_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSessionListResult end + def retry_history + Azure::Logic::Mgmt::V2018_07_01_preview::Models::RetryHistory + end def as2_one_way_agreement Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2OneWayAgreement end - def workflow_trigger_list_callback_url_queries - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerListCallbackUrlQueries - end def workflow_run_trigger Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunTrigger end + def workflow_run_action_filter + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter + end + def workflow_trigger_list_callback_url_queries + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerListCallbackUrlQueries + end def repetition_index Azure::Logic::Mgmt::V2018_07_01_preview::Models::RepetitionIndex end - def callback_url - Azure::Logic::Mgmt::V2018_07_01_preview::Models::CallbackUrl - end def list_key_vault_keys_definition Azure::Logic::Mgmt::V2018_07_01_preview::Models::ListKeyVaultKeysDefinition end def business_identity Azure::Logic::Mgmt::V2018_07_01_preview::Models::BusinessIdentity end + def callback_url + Azure::Logic::Mgmt::V2018_07_01_preview::Models::CallbackUrl + end def key_vault_key_attributes Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyAttributes end - def workflow_run_action_filter - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter + def request + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request end def key_vault_key Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKey end + def as2_mdn_settings + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MdnSettings + end + def key_vault_key_collection + Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyCollection + end def workflow_trigger_recurrence Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerRecurrence end - def request - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request + def integration_account_map_properties_parameters_schema + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapPropertiesParametersSchema end def error_properties Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorProperties @@ -582,8 +591,8 @@ def error_properties def tracking_event_error_info Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventErrorInfo end - def as2_mdn_settings - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MdnSettings + def tracking_events_definition + Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventsDefinition end def tracking_event Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEvent @@ -591,92 +600,83 @@ def tracking_event def as2_error_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ErrorSettings end - def key_vault_key_collection - Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyCollection + def error_info + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorInfo end def integration_account_sku Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSku end - def set_trigger_state_action_definition - Azure::Logic::Mgmt::V2018_07_01_preview::Models::SetTriggerStateActionDefinition - end - def integration_account_map_properties_parameters_schema - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapPropertiesParametersSchema - end - def integration_account_partner_list_result - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerListResult - end def expression_traces Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionTraces end - def tracking_events_definition - Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventsDefinition + def workflow + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow end def workflow_version Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowVersion end - def workflow_trigger - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTrigger - end - def error_info - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorInfo + def set_trigger_state_action_definition + Azure::Logic::Mgmt::V2018_07_01_preview::Models::SetTriggerStateActionDefinition end def workflow_trigger_history Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistory end - def workflow_run - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRun - end def response Azure::Logic::Mgmt::V2018_07_01_preview::Models::Response end - def workflow_run_action - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunAction + def workflow_output_parameter + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowOutputParameter + end + def workflow_run + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRun end def integration_account Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccount end - def integration_account_map - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMap + def integration_account_partner_list_result + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerListResult end - def workflow - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow + def integration_account_schema + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchema end - def integration_account_partner - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartner + def integration_account_map + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMap end def integration_account_agreement Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreement end + def workflow_trigger + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTrigger + end + def integration_account_certificate + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificate + end def integration_account_session Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSession end - def workflow_output_parameter - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowOutputParameter - end def azure_resource_error_info Azure::Logic::Mgmt::V2018_07_01_preview::Models::AzureResourceErrorInfo end + def workflow_run_action + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunAction + end def workflow_run_action_repetition_definition Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionRepetitionDefinition end def run_action_correlation Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunActionCorrelation end - def integration_account_schema - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchema - end def artifact_content_properties_definition Azure::Logic::Mgmt::V2018_07_01_preview::Models::ArtifactContentPropertiesDefinition end - def key_vault_reference - Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference + def integration_account_partner + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartner end def batch_configuration_properties Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationProperties end - def integration_account_certificate - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificate + def batch_configuration + Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfiguration end def request_history Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistory @@ -684,30 +684,24 @@ def request_history def expression_root Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionRoot end - def workflow_state - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState - end - def assembly_properties - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyProperties - end def workflow_provisioning_state Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowProvisioningState end - def batch_configuration - Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfiguration - end - def recurrence_frequency - Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceFrequency + def assembly_properties + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyProperties end def workflow_trigger_provisioning_state Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerProvisioningState end - def workflow_status - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus + def assembly_definition + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyDefinition end def parameter_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::ParameterType end + def recurrence_frequency + Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceFrequency + end def operation_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResult end @@ -717,8 +711,14 @@ def day_of_week def integration_account_sku_name Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSkuName end - def days_of_week - Azure::Logic::Mgmt::V2018_07_01_preview::Models::DaysOfWeek + def workflow_status + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus + end + def key_vault_reference + Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference + end + def partner_type + Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerType end def map_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::MapType @@ -726,17 +726,17 @@ def map_type def hashing_algorithm Azure::Logic::Mgmt::V2018_07_01_preview::Models::HashingAlgorithm end - def assembly_definition - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyDefinition + def agreement_type + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType end - def signing_algorithm - Azure::Logic::Mgmt::V2018_07_01_preview::Models::SigningAlgorithm + def workflow_state + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState end - def encryption_algorithm - Azure::Logic::Mgmt::V2018_07_01_preview::Models::EncryptionAlgorithm + def trailing_separator_policy + Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrailingSeparatorPolicy end - def agreement_type - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType + def signing_algorithm + Azure::Logic::Mgmt::V2018_07_01_preview::Models::SigningAlgorithm end def schema_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::SchemaType @@ -744,11 +744,11 @@ def schema_type def x12_character_set Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12CharacterSet end - def partner_type - Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerType + def days_of_week + Azure::Logic::Mgmt::V2018_07_01_preview::Models::DaysOfWeek end - def x12_date_format - Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12DateFormat + def usage_indicator + Azure::Logic::Mgmt::V2018_07_01_preview::Models::UsageIndicator end def x12_time_format Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12TimeFormat @@ -759,8 +759,8 @@ def segment_terminator_suffix def message_filter_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::MessageFilterType end - def trailing_separator_policy - Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrailingSeparatorPolicy + def edifact_character_set + Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactCharacterSet end def edifact_decimal_indicator Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDecimalIndicator @@ -768,18 +768,18 @@ def edifact_decimal_indicator def track_events_operation_options Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackEventsOperationOptions end - def edifact_character_set - Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactCharacterSet + def encryption_algorithm + Azure::Logic::Mgmt::V2018_07_01_preview::Models::EncryptionAlgorithm end def tracking_record_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingRecordType end - def usage_indicator - Azure::Logic::Mgmt::V2018_07_01_preview::Models::UsageIndicator - end def event_level Azure::Logic::Mgmt::V2018_07_01_preview::Models::EventLevel end + def x12_date_format + Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12DateFormat + end end end end diff --git a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb index 0af3cb60df..f91849abb1 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -27,28 +27,28 @@ module Models GraphParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameter WebServiceKeys = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys GraphPackage = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage + Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource ColumnSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification BlobLocation = Azure::MachineLearning::Mgmt::V2017_01_01::Models::BlobLocation - Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource - PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList - ModuleAssetParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter OperationEntityListResult = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult + ModuleAssetParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter + PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList ServiceInputOutputSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification AsyncOperationErrorInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo - OutputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort - DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration + OutputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort WebService = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService - OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity - DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel - ColumnType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType WebServicePropertiesForGraph = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph - OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo - InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState - AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType - OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType + OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo ColumnFormat = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat + OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + ColumnType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType + OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType + AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel + InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount end @@ -132,23 +132,23 @@ def web_service_keys def graph_package Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage end + def resource + Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + end def column_specification Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification end def blob_location Azure::MachineLearning::Mgmt::V2017_01_01::Models::BlobLocation end - def resource - Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource - end - def paginated_web_services_list - Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList + def operation_entity_list_result + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult end def module_asset_parameter Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter end - def operation_entity_list_result - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult + def paginated_web_services_list + Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList end def service_input_output_specification Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification @@ -156,47 +156,47 @@ def service_input_output_specification def async_operation_error_info Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo end - def output_port - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort + def async_operation_status + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus end def diagnostics_configuration Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration end - def async_operation_status - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + def output_port + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort end def web_service Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService end - def operation_entity - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity - end - def diagnostics_level - Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel - end - def column_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType - end def web_service_properties_for_graph Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph end + def provisioning_state + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState + end def operation_display_info Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo end - def input_port_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType + def column_format + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat end - def provisioning_state - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState + def operation_entity + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity end - def asset_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + def column_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType end def output_port_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType end - def column_format - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat + def asset_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + end + def diagnostics_level + Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel + end + def input_port_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType end def parameter_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType diff --git a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb index 31c8b51891..235c6dbc93 100644 --- a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb @@ -7,32 +7,32 @@ module Azure::Profiles::Latest module ManagedApplications module Mgmt - ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2018_06_01::ApplicationDefinitions Applications = Azure::ManagedApplications::Mgmt::V2018_06_01::Applications + ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2018_06_01::ApplicationDefinitions module Models - ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact - ProvisioningState = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState + ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition + ProvisioningState = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationLockLevel ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType ErrorResponse = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType Application = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application - ApplicationListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult Identity = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity + ApplicationListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult Resource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource Plan = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan GenericResource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource + Sku = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku PlanPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable ApplicationProviderAuthorization = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationProviderAuthorization ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult - Sku = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku - ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable + ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact end class ManagedApplicationsManagementClass - attr_reader :application_definitions, :applications, :configurable, :base_url, :options, :model_classes + attr_reader :applications, :application_definitions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -42,8 +42,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @application_definitions = @client_0.application_definitions @applications = @client_0.applications + @application_definitions = @client_0.application_definitions @model_classes = ModelClasses.new end @@ -62,15 +62,15 @@ def method_missing(method, *args) end class ModelClasses - def application_artifact - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact - end - def provisioning_state - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState + def application_patchable + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable end def application_definition Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition end + def provisioning_state + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState + end def application_lock_level Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationLockLevel end @@ -86,12 +86,12 @@ def resource_identity_type def application Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application end - def application_list_result - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult - end def identity Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity end + def application_list_result + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult + end def resource Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource end @@ -101,6 +101,9 @@ def plan def generic_resource Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource end + def sku + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku + end def plan_patchable Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable end @@ -110,11 +113,8 @@ def application_provider_authorization def application_definition_list_result Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult end - def sku - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku - end - def application_patchable - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable + def application_artifact + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact end end end diff --git a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb index f1d5f8bc1e..8950645bb8 100644 --- a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb @@ -13,9 +13,9 @@ module Mgmt module Models OperationListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities - UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity OperationDisplay = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay + UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult Operation = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation end @@ -56,15 +56,15 @@ def operation_list_result 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 identity Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity end def operation_display Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay 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 diff --git a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb index c6e2bbb1a9..476f23922d 100644 --- a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb +++ b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb @@ -14,10 +14,10 @@ module Models 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 - 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 + ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError Operation = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation + AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms end class MarketplaceOrderingManagementClass @@ -60,18 +60,18 @@ def resource def error_response Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse end - 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 + def error_response_error + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError end def operation Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation end + def agreement_terms + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms + end end end end diff --git a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb index 254dd881ac..9cde07ee37 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -7,19 +7,19 @@ module Azure::Profiles::Latest module MediaServices module Mgmt - StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_07_01::StreamingEndpoints + StreamingPolicies = Azure::MediaServices::Mgmt::V2018_07_01::StreamingPolicies LiveOutputs = Azure::MediaServices::Mgmt::V2018_07_01::LiveOutputs + LiveEvents = Azure::MediaServices::Mgmt::V2018_07_01::LiveEvents + StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_07_01::StreamingEndpoints AccountFilters = Azure::MediaServices::Mgmt::V2018_07_01::AccountFilters Mediaservices = Azure::MediaServices::Mgmt::V2018_07_01::Mediaservices Assets = Azure::MediaServices::Mgmt::V2018_07_01::Assets AssetFilters = Azure::MediaServices::Mgmt::V2018_07_01::AssetFilters ContentKeyPolicies = Azure::MediaServices::Mgmt::V2018_07_01::ContentKeyPolicies Transforms = Azure::MediaServices::Mgmt::V2018_07_01::Transforms - Jobs = Azure::MediaServices::Mgmt::V2018_07_01::Jobs - StreamingPolicies = Azure::MediaServices::Mgmt::V2018_07_01::StreamingPolicies Operations = Azure::MediaServices::Mgmt::V2018_07_01::Operations + Jobs = Azure::MediaServices::Mgmt::V2018_07_01::Jobs StreamingLocators = Azure::MediaServices::Mgmt::V2018_07_01::StreamingLocators - LiveEvents = Azure::MediaServices::Mgmt::V2018_07_01::LiveEvents Locations = Azure::MediaServices::Mgmt::V2018_07_01::Locations module Models @@ -135,11 +135,11 @@ module Models ContentKeyPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy Audio = Azure::MediaServices::Mgmt::V2018_07_01::Models::Audio AacAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio - AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset - AudioOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay TrackedResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource - CopyVideo = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo + AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset ProxyResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource + CopyVideo = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo + AudioOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay ImageFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::Video PngFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat @@ -157,61 +157,61 @@ module Models StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset BuiltInStandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat - VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset - Transform = Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform + VideoOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay JobInputClip = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip - JobInputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset + JobInputs = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs + VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset JobInputHttp = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp - VideoOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay - StreamingPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy + JobOutputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset + Transform = Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform StreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator - JobInputs = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs - LiveEvent = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent + LiveOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput + JobInputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset StreamingEndpoint = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint - JobOutputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset - FilterTrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation + FilterTrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType + StreamingPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy MetricUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit - LiveOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput - AssetStorageEncryptionFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat + MetricAggregationType = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType + LiveEvent = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent AssetContainerPermission = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission - FilterTrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType - ContentKeyPolicyPlayReadyLicenseType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType + ContentKeyPolicyPlayReadyUnknownOutputPassingOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption + FilterTrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation ContentKeyPolicyPlayReadyContentType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType - MetricAggregationType = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType - ContentKeyPolicyFairPlayRentalAndLeaseKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType + ContentKeyPolicyRestrictionTokenType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType + AssetStorageEncryptionFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat AacAudioProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile - ContentKeyPolicyPlayReadyUnknownOutputPassingOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption + StretchMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode + ContentKeyPolicyPlayReadyLicenseType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType DeinterlaceParity = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity DeinterlaceMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode - ContentKeyPolicyRestrictionTokenType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType - Rotation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation - H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile Provider = Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider + H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + Rotation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation H264Complexity = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity - EntropyMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode + ContentKeyPolicyFairPlayRentalAndLeaseKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType InsightsType = Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType - StretchMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode - Priority = Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority - OnErrorType = Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType EncoderNamedPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset + EntropyMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode + OnErrorType = Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType + Priority = Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority JobErrorCode = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode JobErrorCategory = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory JobRetry = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry JobState = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState TrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType - TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation - StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType Filters = Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters - EncryptionScheme = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType ApiError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError + TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation + LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol + EncryptionScheme = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState + Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType - LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState + StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState - Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource - StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag - LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Format Image = Azure::MediaServices::Mgmt::V2018_07_01::Models::Image Location = Azure::MediaServices::Mgmt::V2018_07_01::Models::Location @@ -220,7 +220,7 @@ module Models end class MediaServicesManagementClass - attr_reader :streaming_endpoints, :live_outputs, :account_filters, :mediaservices, :assets, :asset_filters, :content_key_policies, :transforms, :jobs, :streaming_policies, :operations, :streaming_locators, :live_events, :locations, :configurable, :base_url, :options, :model_classes + attr_reader :streaming_policies, :live_outputs, :live_events, :streaming_endpoints, :account_filters, :mediaservices, :assets, :asset_filters, :content_key_policies, :transforms, :operations, :jobs, :streaming_locators, :locations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -230,19 +230,19 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @streaming_endpoints = @client_0.streaming_endpoints + @streaming_policies = @client_0.streaming_policies @live_outputs = @client_0.live_outputs + @live_events = @client_0.live_events + @streaming_endpoints = @client_0.streaming_endpoints @account_filters = @client_0.account_filters @mediaservices = @client_0.mediaservices @assets = @client_0.assets @asset_filters = @client_0.asset_filters @content_key_policies = @client_0.content_key_policies @transforms = @client_0.transforms - @jobs = @client_0.jobs - @streaming_policies = @client_0.streaming_policies @operations = @client_0.operations + @jobs = @client_0.jobs @streaming_locators = @client_0.streaming_locators - @live_events = @client_0.live_events @locations = @client_0.locations @model_classes = ModelClasses.new @@ -598,20 +598,20 @@ def audio def aac_audio Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio end + def tracked_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource + end def audio_analyzer_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset end - def audio_overlay - Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay - end - def tracked_resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource + def proxy_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource end def copy_video Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo end - def proxy_resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource + def audio_overlay + Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay end def image_format Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat @@ -664,77 +664,80 @@ def built_in_standard_encoder_preset def transport_stream_format Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat end - def video_analyzer_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset - end - def transform - Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform + def video_overlay + Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay end def job_input_clip Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip end - def job_input_asset - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset + def job_inputs + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs + end + def video_analyzer_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset end def job_input_http Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp end - def video_overlay - Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay + def job_output_asset + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset end - def streaming_policy - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy + def transform + Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform end def streaming_locator Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator end - def job_inputs - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs + def live_output + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput end - def live_event - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent + def job_input_asset + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset end def streaming_endpoint Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint end - def job_output_asset - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset + def filter_track_property_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType end - def filter_track_property_compare_operation - Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation + def streaming_policy + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy end def metric_unit Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit end - def live_output - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput + def metric_aggregation_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType end - def asset_storage_encryption_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat + def live_event + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent end def asset_container_permission Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission end - def filter_track_property_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType + def content_key_policy_play_ready_unknown_output_passing_option + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption end - def content_key_policy_play_ready_license_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType + def filter_track_property_compare_operation + Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation end def content_key_policy_play_ready_content_type Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType end - def metric_aggregation_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType + def content_key_policy_restriction_token_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType end - def content_key_policy_fair_play_rental_and_lease_key_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType + def asset_storage_encryption_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat end def aac_audio_profile Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile end - def content_key_policy_play_ready_unknown_output_passing_option - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption + def stretch_mode + Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode + end + def content_key_policy_play_ready_license_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType end def deinterlace_parity Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity @@ -742,38 +745,35 @@ def deinterlace_parity def deinterlace_mode Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode end - def content_key_policy_restriction_token_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType - end - def rotation - Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation + def provider + Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider end def h264_video_profile Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile end - def provider - Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider + def rotation + Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation end def h264_complexity Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity end - def entropy_mode - Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode + def content_key_policy_fair_play_rental_and_lease_key_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType end def insights_type Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType end - def stretch_mode - Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode + def encoder_named_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset end - def priority - Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority + def entropy_mode + Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode end def on_error_type Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType end - def encoder_named_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset + def priority + Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority end def job_error_code Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode @@ -790,44 +790,44 @@ def job_state def track_property_type Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType end - def track_property_compare_operation - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation - end - def streaming_locator_content_key_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType - end def filters Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters end - def encryption_scheme - Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + def streaming_locator_content_key_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType end def api_error Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError end - def streaming_policy_streaming_protocol - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol - end - def live_event_encoding_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType + def track_property_compare_operation + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation end def live_output_resource_state Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState end - def live_event_input_protocol - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + def streaming_policy_streaming_protocol + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol end - def streaming_endpoint_resource_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState + def encryption_scheme + Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + end + def live_event_resource_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState end def resource Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource end + def live_event_encoding_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType + end def stream_options_flag Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag end - def live_event_resource_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState + def live_event_input_protocol + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + end + def streaming_endpoint_resource_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState end def format Azure::MediaServices::Mgmt::V2018_07_01::Models::Format diff --git a/azure_sdk/lib/latest/modules/monitor_profile_module.rb b/azure_sdk/lib/latest/modules/monitor_profile_module.rb index 0c29265010..f7bab7f29c 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -16,67 +16,67 @@ module Mgmt AlertRuleIncidents = Azure::Monitor::Mgmt::V2016_03_01::AlertRuleIncidents LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles ActivityLogAlerts = Azure::Monitor::Mgmt::V2017_04_01::ActivityLogAlerts - DiagnosticSettingsOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsOperations DiagnosticSettingsCategoryOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsCategoryOperations + DiagnosticSettingsOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsOperations MetricBaseline = Azure::Monitor::Mgmt::V2017_11_01_preview::MetricBaseline MetricDefinitions = Azure::Monitor::Mgmt::V2018_01_01::MetricDefinitions Metrics = Azure::Monitor::Mgmt::V2018_01_01::Metrics + MetricAlerts = Azure::Monitor::Mgmt::V2018_03_01::MetricAlerts MetricAlertsStatus = Azure::Monitor::Mgmt::V2018_03_01::MetricAlertsStatus ActionGroups = Azure::Monitor::Mgmt::V2018_03_01::ActionGroups - MetricAlerts = Azure::Monitor::Mgmt::V2018_03_01::MetricAlerts ScheduledQueryRules = Azure::Monitor::Mgmt::V2018_04_16::ScheduledQueryRules module Models EventLevel = Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel RecurrentSchedule = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule - Recurrence = Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence - SenderAuthorization = Azure::Monitor::Mgmt::V2015_04_01::Models::SenderAuthorization OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay - AutoscaleProfile = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile + Recurrence = Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation + AutoscaleProfile = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile EmailNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification + WebhookNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::WebhookNotification ScaleCapacity = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleCapacity 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 AutoscaleSettingResourcePatch = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch - EventDataCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventDataCollection AutoscaleSettingResourceCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection - EventCategoryCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection - HttpRequestInfo = Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger + EventDataCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventDataCollection + EventCategoryCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow - EventData = Azure::Monitor::Mgmt::V2015_04_01::Models::EventData - MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType - WebhookNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::WebhookNotification + AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource + HttpRequestInfo = Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType - AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource - ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection - ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType + MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType + SenderAuthorization = Azure::Monitor::Mgmt::V2015_04_01::Models::SenderAuthorization ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType + EventData = Azure::Monitor::Mgmt::V2015_04_01::Models::EventData + ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType + ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection + RuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition AlertRuleResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch RuleManagementEventClaimsDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventClaimsDataSource AlertRuleResourceCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection RuleDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource LogProfileResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch ManagementEventAggregationCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventAggregationCondition - Incident = Azure::Monitor::Mgmt::V2016_03_01::Models::Incident - RuleAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction LogProfileCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection + Incident = Azure::Monitor::Mgmt::V2016_03_01::Models::Incident IncidentListResult = Azure::Monitor::Mgmt::V2016_03_01::Models::IncidentListResult - RuleManagementEventDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource - ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition RuleMetricDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource + RuleAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction + RuleManagementEventDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource 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 + ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition RuleWebhookAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction + RuleEmailAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction LogProfileResource = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource AlertRuleResource = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResource TimeAggregationOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator ConditionOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator - RuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition ActivityLogAlertLeafCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition ActivityLogAlertAllOfCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition ActivityLogAlertActionGroup = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup @@ -85,8 +85,8 @@ module Models ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource - RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection @@ -94,16 +94,16 @@ module Models DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource 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 CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity - BaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse Response = Azure::Monitor::Mgmt::V2018_01_01::Models::Response - MetricDefinitionCollection = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection LocalizableString = Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString - MetricValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue + MetricDefinitionCollection = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection MetricDefinition = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition + MetricValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue MetadataValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue TimeSeriesElement = Azure::Monitor::Mgmt::V2018_01_01::Models::TimeSeriesElement Unit = Azure::Monitor::Mgmt::V2018_01_01::Models::Unit @@ -111,6 +111,8 @@ module Models AggregationType = Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType ResultType = Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType MetricAvailability = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability + VoiceReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::VoiceReceiver + LogicAppReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::LogicAppReceiver MetricAlertAction = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertAction MetricAlertResourceCollection = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourceCollection AzureFunctionReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AzureFunctionReceiver @@ -118,8 +120,8 @@ module Models MetricAlertResource = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResource MetricAlertSingleResourceMultipleMetricCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertSingleResourceMultipleMetricCriteria ReceiverStatus = Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus - ActionGroupResource = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource ActionGroupList = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList + ActionGroupResource = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource MetricDimension = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension EmailReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::EmailReceiver ActionGroupPatchBody = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody @@ -134,16 +136,15 @@ module Models MetricAlertStatusProperties = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusProperties MetricAlertStatusCollection = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusCollection MetricCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricCriteria - VoiceReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::VoiceReceiver - LogicAppReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::LogicAppReceiver Schedule = Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule ProvisioningState = Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState + AlertSeverity = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse Action = Azure::Monitor::Mgmt::V2018_04_16::Models::Action LogSearchRuleResourceCollection = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection + Resource = Azure::Monitor::Mgmt::V2018_04_16::Models::Resource LogMetricTrigger = Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger TriggerCondition = Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition - Resource = Azure::Monitor::Mgmt::V2018_04_16::Models::Resource AzNsActionGroup = Azure::Monitor::Mgmt::V2018_04_16::Models::AzNsActionGroup LogSearchRuleResourcePatch = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourcePatch LogSearchRuleResource = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResource @@ -152,12 +153,11 @@ module Models QueryType = Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType ConditionalOperator = Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator MetricTriggerType = Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType - AlertSeverity = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity Source = Azure::Monitor::Mgmt::V2018_04_16::Models::Source end class MonitorManagementClass - attr_reader :activity_logs, :autoscale_settings, :event_categories, :tenant_activity_logs, :operations, :alert_rules, :alert_rule_incidents, :log_profiles, :activity_log_alerts, :diagnostic_settings_operations, :diagnostic_settings_category_operations, :metric_baseline, :metric_definitions, :metrics, :metric_alerts_status, :action_groups, :metric_alerts, :scheduled_query_rules, :configurable, :base_url, :options, :model_classes + attr_reader :activity_logs, :autoscale_settings, :event_categories, :tenant_activity_logs, :operations, :alert_rules, :alert_rule_incidents, :log_profiles, :activity_log_alerts, :diagnostic_settings_category_operations, :diagnostic_settings_operations, :metric_baseline, :metric_definitions, :metrics, :metric_alerts, :metric_alerts_status, :action_groups, :scheduled_query_rules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -194,8 +194,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_3.subscription_id = configurable.subscription_id end add_telemetry(@client_3) - @diagnostic_settings_operations = @client_3.diagnostic_settings_operations @diagnostic_settings_category_operations = @client_3.diagnostic_settings_category_operations + @diagnostic_settings_operations = @client_3.diagnostic_settings_operations @client_4 = Azure::Monitor::Mgmt::V2017_11_01_preview::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_4.respond_to?(:subscription_id)) @@ -217,9 +217,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_6.subscription_id = configurable.subscription_id end add_telemetry(@client_6) + @metric_alerts = @client_6.metric_alerts @metric_alerts_status = @client_6.metric_alerts_status @action_groups = @client_6.action_groups - @metric_alerts = @client_6.metric_alerts @client_7 = Azure::Monitor::Mgmt::V2018_04_16::MonitorClient.new(configurable.credentials, base_url, options) if(@client_7.respond_to?(:subscription_id)) @@ -265,24 +265,24 @@ def event_level def recurrent_schedule Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule end - def recurrence - Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence - end - def sender_authorization - Azure::Monitor::Mgmt::V2015_04_01::Models::SenderAuthorization - end def operation_display Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay end - def autoscale_profile - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile + def recurrence + Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence end def operation Azure::Monitor::Mgmt::V2015_04_01::Models::Operation end + def autoscale_profile + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile + end def email_notification Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification end + def webhook_notification + Azure::Monitor::Mgmt::V2015_04_01::Models::WebhookNotification + end def scale_capacity Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleCapacity end @@ -298,32 +298,26 @@ def scale_rule def autoscale_setting_resource_patch Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch end - def event_data_collection - Azure::Monitor::Mgmt::V2015_04_01::Models::EventDataCollection - end def autoscale_setting_resource_collection Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection end - def event_category_collection - Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection - end - def http_request_info - Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo - end def metric_trigger Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger end + def event_data_collection + Azure::Monitor::Mgmt::V2015_04_01::Models::EventDataCollection + end + def event_category_collection + Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection + end def time_window Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow end - def event_data - Azure::Monitor::Mgmt::V2015_04_01::Models::EventData - end - def metric_statistic_type - Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType + def autoscale_setting_resource + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource end - def webhook_notification - Azure::Monitor::Mgmt::V2015_04_01::Models::WebhookNotification + def http_request_info + Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo end def operation_list_result Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult @@ -331,17 +325,26 @@ def operation_list_result def time_aggregation_type Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType end - def autoscale_setting_resource - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource + def metric_statistic_type + Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType end - def scale_direction - Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection + def sender_authorization + Azure::Monitor::Mgmt::V2015_04_01::Models::SenderAuthorization + end + def comparison_operation_type + Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType + end + def event_data + Azure::Monitor::Mgmt::V2015_04_01::Models::EventData end def scale_type Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType end - def comparison_operation_type - Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType + def scale_direction + Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection + end + def rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition end def alert_rule_resource_patch Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch @@ -361,39 +364,39 @@ def log_profile_resource_patch def management_event_aggregation_condition Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventAggregationCondition end - def incident - Azure::Monitor::Mgmt::V2016_03_01::Models::Incident - end - def rule_action - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction - end def log_profile_collection Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection end + def incident + Azure::Monitor::Mgmt::V2016_03_01::Models::Incident + end def incident_list_result Azure::Monitor::Mgmt::V2016_03_01::Models::IncidentListResult 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 rule_metric_data_source Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource end + def rule_action + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction + end + def rule_management_event_data_source + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource + end def location_threshold_rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition end def management_event_rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition end - def rule_email_action - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction + def threshold_rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition end def rule_webhook_action Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction end + def rule_email_action + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction + end def log_profile_resource Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource end @@ -406,9 +409,6 @@ def time_aggregation_operator def condition_operator Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator end - def rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition - end def activity_log_alert_leaf_condition Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition end @@ -433,12 +433,12 @@ def activity_log_alert_resource def proxy_only_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource end - def retention_policy - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy - end def category_type Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType end + def retention_policy + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + end def metric_settings Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings end @@ -460,6 +460,9 @@ def diagnostic_settings_resource def baseline Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline end + def baseline_response + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse + end def baseline_metadata_value Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue end @@ -472,24 +475,21 @@ def calculate_baseline_response def sensitivity Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity end - def baseline_response - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse - end def response Azure::Monitor::Mgmt::V2018_01_01::Models::Response end - def metric_definition_collection - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection - end def localizable_string Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString end - def metric_value - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue + def metric_definition_collection + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection end def metric_definition Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition end + def metric_value + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue + end def metadata_value Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue end @@ -511,6 +511,12 @@ def result_type def metric_availability Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability end + def voice_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::VoiceReceiver + end + def logic_app_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::LogicAppReceiver + end def metric_alert_action Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertAction end @@ -532,12 +538,12 @@ def metric_alert_single_resource_multiple_metric_criteria def receiver_status Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus end - def action_group_resource - Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource - end def action_group_list Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList end + def action_group_resource + Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource + end def metric_dimension Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension end @@ -580,18 +586,15 @@ def metric_alert_status_collection def metric_criteria Azure::Monitor::Mgmt::V2018_03_01::Models::MetricCriteria end - def voice_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::VoiceReceiver - end - def logic_app_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::LogicAppReceiver - end def schedule Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule end def provisioning_state Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState end + def alert_severity + Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity + end def error_response Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse end @@ -601,15 +604,15 @@ def action def log_search_rule_resource_collection Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection end + def resource + Azure::Monitor::Mgmt::V2018_04_16::Models::Resource + end def log_metric_trigger Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger end def trigger_condition Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition end - def resource - Azure::Monitor::Mgmt::V2018_04_16::Models::Resource - end def az_ns_action_group Azure::Monitor::Mgmt::V2018_04_16::Models::AzNsActionGroup end @@ -634,9 +637,6 @@ def conditional_operator def metric_trigger_type Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType end - def alert_severity - Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity - end def source Azure::Monitor::Mgmt::V2018_04_16::Models::Source end diff --git a/azure_sdk/lib/latest/modules/network_profile_module.rb b/azure_sdk/lib/latest/modules/network_profile_module.rb index 698797fd92..2eb031b804 100644 --- a/azure_sdk/lib/latest/modules/network_profile_module.rb +++ b/azure_sdk/lib/latest/modules/network_profile_module.rb @@ -7,6 +7,8 @@ module Azure::Profiles::Latest module Network module Mgmt + HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_10_01::HubVirtualNetworkConnections + VpnGateways = Azure::Network::Mgmt::V2018_10_01::VpnGateways VpnConnections = Azure::Network::Mgmt::V2018_10_01::VpnConnections P2sVpnServerConfigurations = Azure::Network::Mgmt::V2018_10_01::P2sVpnServerConfigurations P2sVpnGateways = Azure::Network::Mgmt::V2018_10_01::P2sVpnGateways @@ -72,17 +74,15 @@ module Mgmt VpnSites = Azure::Network::Mgmt::V2018_10_01::VpnSites VpnSitesConfiguration = Azure::Network::Mgmt::V2018_10_01::VpnSitesConfiguration VirtualHubs = Azure::Network::Mgmt::V2018_10_01::VirtualHubs - HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_10_01::HubVirtualNetworkConnections - VpnGateways = Azure::Network::Mgmt::V2018_10_01::VpnGateways module Models + BgpPeerState = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState OfficeTrafficCategory = Azure::Network::Mgmt::V2018_10_01::Models::OfficeTrafficCategory VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VpnGatewayTunnelingProtocol VpnConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::VpnConnectionStatus VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProviderType TunnelConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionStatus HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnectionStatus - IpsecIntegrity = Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity DhGroup = Azure::Network::Mgmt::V2018_10_01::Models::DhGroup VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionProtocol LogSpecification = Azure::Network::Mgmt::V2018_10_01::Models::LogSpecification @@ -189,28 +189,26 @@ module Models AzureFirewallNetworkRule = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRule DdosProtectionPlanListResult = Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlanListResult FlowLogFormatParameters = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatParameters + Error = Azure::Network::Mgmt::V2018_10_01::Models::Error ExpressRouteConnectionId = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionId TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsConfigurationProperties - Error = Azure::Network::Mgmt::V2018_10_01::Models::Error TrafficAnalyticsProperties = Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsProperties ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnGatewaysResult + HTTPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::HTTPConfiguration ProtocolConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ProtocolConfiguration GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2018_10_01::Models::GetVpnSitesConfigurationRequest - HTTPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::HTTPConfiguration AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocol + ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult VirtualNetworkTapListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTapListResult AvailableDelegation = Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegation - ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult VpnProfileResponse = Azure::Network::Mgmt::V2018_10_01::Models::VpnProfileResponse - NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters - ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult TopologyAssociation = Azure::Network::Mgmt::V2018_10_01::Models::TopologyAssociation TopologyResource = Azure::Network::Mgmt::V2018_10_01::Models::TopologyResource OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_10_01::Models::OperationPropertiesFormatServiceSpecification VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkConnectionGatewayReference LoadBalancerListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerListResult - NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult + NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile InboundNatRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRuleListResult LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerBackendAddressPoolListResult ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionResetSharedKey @@ -268,7 +266,7 @@ module Models NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceAssociation ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableListResult SubnetAssociation = Azure::Network::Mgmt::V2018_10_01::Models::SubnetAssociation - NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile + ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult SecurityRuleAssociations = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAssociations ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupNetworkInterface @@ -357,114 +355,114 @@ module Models ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayIPConfiguration ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendIPConfiguration ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCertificate - ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHttpListener + ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayPathRule ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult + MatchedRule = Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule AzureFirewallNatRule = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRule - ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectConfiguration + NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHeaderConfiguration - EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup - NetworkSecurityGroupResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult Usage = Azure::Network::Mgmt::V2018_10_01::Models::Usage - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort - ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPredefinedPolicy - ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayPathRule + NetworkSecurityGroupResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult + ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate + ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslOptions ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbe ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRule - ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslOptions - ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayUrlPathMap + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort + ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHttpListener ApplicationGateway = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGateway - ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleSet RouteFilterRule = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRule - ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering - MatchedRule = Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule + ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectConfiguration + NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitAuthorization - ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleSet - ExpressRoutePort = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePort - RouteFilter = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilter + ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider + ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering + ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPredefinedPolicy EndpointServiceResult = Azure::Network::Mgmt::V2018_10_01::Models::EndpointServiceResult - ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate + EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup + LoadBalancingRule = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancingRule + Probe = Azure::Network::Mgmt::V2018_10_01::Models::Probe ApplicationGatewayRewriteRuleSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleSet AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallIPConfiguration AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleCollection AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRuleCollection - AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleCollection + ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayUrlPathMap AzureFirewall = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewall AzureFirewallFqdnTag = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTag ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitConnection - ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeering - ExpressRouteCircuit = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuit - ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider + VirtualNetwork = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetwork + ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnection + ExpressRouteConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnection ExpressRouteGateway = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGateway ExpressRoutePortsLocation = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocation - ExpressRouteLink = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink - VirtualNetworkPeering = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeering + RouteFilter = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilter + ExpressRouteCircuit = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuit OutboundRule = Azure::Network::Mgmt::V2018_10_01::Models::OutboundRule ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceConfiguration ContainerNetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterface - LoadBalancingRule = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancingRule - Probe = Azure::Network::Mgmt::V2018_10_01::Models::Probe InboundNatPool = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatPool - VirtualNetwork = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetwork + P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRootCertificate LoadBalancer = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancer NetworkProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfile PatchRouteFilterRule = Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilterRule - PatchRouteFilter = Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilter + AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleCollection BgpServiceCommunity = Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunity - VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnection - ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnection - ExpressRouteConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnection + VirtualNetworkPeering = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeering + VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity + ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeering VpnClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRootCertificate NetworkWatcher = Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcher VirtualNetworkGateway = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGateway - LocalNetworkGateway = Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslProtocol - VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity + PatchRouteFilter = Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilter + ExpressRouteLink = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink + ExpressRoutePort = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePort ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProtocol + VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayIPConfiguration + ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth PublicIPPrefix = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefix - P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRootCertificate - VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRevokedCertificate - P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + IPVersion = Azure::Network::Mgmt::V2018_10_01::Models::IPVersion + LocalNetworkGateway = Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway + VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnection P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusClientRootCertificate P2SVpnServerConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfiguration VirtualWAN = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWAN VpnSite = Azure::Network::Mgmt::V2018_10_01::Models::VpnSite HubVirtualNetworkConnection = Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnection - VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayIPConfiguration + VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRevokedCertificate VpnConnection = Azure::Network::Mgmt::V2018_10_01::Models::VpnConnection VpnGateway = Azure::Network::Mgmt::V2018_10_01::Models::VpnGateway P2SVpnGateway = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnGateway - ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType - ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCipherSuite ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRuleType ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCookieBasedAffinity - ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth + ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySkuName ApplicationGatewayTier = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTier ConnectionSharedKey = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionSharedKey + ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType + ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate - ExpressRoutePortsEncapsulation = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsEncapsulation - ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringState - ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuTier + P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectType - ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState + ProvisioningState = Azure::Network::Mgmt::V2018_10_01::Models::ProvisioningState ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallMode - VirtualHub = Azure::Network::Mgmt::V2018_10_01::Models::VirtualHub + AuthorizationUseStatus = Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - Access = Azure::Network::Mgmt::V2018_10_01::Models::Access + VirtualHub = Azure::Network::Mgmt::V2018_10_01::Models::VirtualHub EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveSecurityRuleProtocol - IPVersion = Azure::Network::Mgmt::V2018_10_01::Models::IPVersion + ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringState + ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuTier + ApplicationGatewayCustomErrorStatusCode = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomErrorStatusCode AzureFirewallRCActionType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCActionType - ProvisioningState = Azure::Network::Mgmt::V2018_10_01::Models::ProvisioningState - AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCActionType - AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleProtocol + AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocolType ResourceIdentityType = Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType - AuthorizationUseStatus = Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus - CircuitConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus + AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleProtocol + ExpressRoutePeeringType = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType + Access = Azure::Network::Mgmt::V2018_10_01::Models::Access + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslProtocol ExpressRouteLinkConnectorType = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkConnectorType ExpressRouteLinkAdminState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkAdminState - EffectiveRouteState = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState - IpFlowProtocol = Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuFamily ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_10_01::Models::ServiceProviderProvisioningState LoadBalancerSkuName = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSkuName @@ -473,28 +471,28 @@ module Models NetworkOperationStatus = Azure::Network::Mgmt::V2018_10_01::Models::NetworkOperationStatus Origin = Azure::Network::Mgmt::V2018_10_01::Models::Origin EffectiveRouteSource = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteSource - ConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus - ApplicationGatewayCustomErrorStatusCode = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomErrorStatusCode + EffectiveRouteState = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState + ConnectionState = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionState AssociationType = Azure::Network::Mgmt::V2018_10_01::Models::AssociationType - AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocolType + Direction = Azure::Network::Mgmt::V2018_10_01::Models::Direction NextHopType = Azure::Network::Mgmt::V2018_10_01::Models::NextHopType PcProtocol = Azure::Network::Mgmt::V2018_10_01::Models::PcProtocol - ExpressRoutePeeringType = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType - ExpressRoutePeeringState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringState + AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCActionType + PcError = Azure::Network::Mgmt::V2018_10_01::Models::PcError VpnClientProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientProtocol - IssueType = Azure::Network::Mgmt::V2018_10_01::Models::IssueType - PfsGroup = Azure::Network::Mgmt::V2018_10_01::Models::PfsGroup - ConnectionState = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionState + ExpressRoutePeeringState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringState + CircuitConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus + AuthenticationMethod = Azure::Network::Mgmt::V2018_10_01::Models::AuthenticationMethod EvaluationState = Azure::Network::Mgmt::V2018_10_01::Models::EvaluationState + ExpressRoutePortsEncapsulation = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsEncapsulation + IpFlowProtocol = Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol FlowLogFormatType = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType - Direction = Azure::Network::Mgmt::V2018_10_01::Models::Direction - ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus - VerbosityLevel = Azure::Network::Mgmt::V2018_10_01::Models::VerbosityLevel + HTTPMethod = Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod PcStatus = Azure::Network::Mgmt::V2018_10_01::Models::PcStatus - PcError = Azure::Network::Mgmt::V2018_10_01::Models::PcError - BgpPeerState = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState - ProcessorArchitecture = Azure::Network::Mgmt::V2018_10_01::Models::ProcessorArchitecture - AuthenticationMethod = Azure::Network::Mgmt::V2018_10_01::Models::AuthenticationMethod + VerbosityLevel = Azure::Network::Mgmt::V2018_10_01::Models::VerbosityLevel + PublicIPPrefixSkuName = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName + IssueType = Azure::Network::Mgmt::V2018_10_01::Models::IssueType + ConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionStatus VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionType VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringState @@ -502,17 +500,19 @@ module Models VpnType = Azure::Network::Mgmt::V2018_10_01::Models::VpnType VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuName Container = Azure::Network::Mgmt::V2018_10_01::Models::Container + PfsGroup = Azure::Network::Mgmt::V2018_10_01::Models::PfsGroup Protocol = Azure::Network::Mgmt::V2018_10_01::Models::Protocol + ProcessorArchitecture = Azure::Network::Mgmt::V2018_10_01::Models::ProcessorArchitecture IpsecEncryption = Azure::Network::Mgmt::V2018_10_01::Models::IpsecEncryption - HTTPMethod = Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod + IpsecIntegrity = Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity IkeEncryption = Azure::Network::Mgmt::V2018_10_01::Models::IkeEncryption IkeIntegrity = Azure::Network::Mgmt::V2018_10_01::Models::IkeIntegrity - PublicIPPrefixSkuName = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName + ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuTier end class NetworkManagementClass - attr_reader :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :network_interfaces, :public_ipaddresses, :local_network_gateways, :virtual_network_gateway_connections, :operations, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_protection_plans, :express_route_circuit_connections, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :interface_endpoints, :load_balancer_outbound_rules, :network_interface_tap_configurations, :network_profiles, :public_ipprefixes, :service_endpoint_policies, :service_endpoint_policy_definitions, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :configurable, :base_url, :options, :model_classes + attr_reader :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :network_interfaces, :public_ipaddresses, :local_network_gateways, :virtual_network_gateway_connections, :operations, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_protection_plans, :express_route_circuit_connections, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :interface_endpoints, :load_balancer_outbound_rules, :network_interface_tap_configurations, :network_profiles, :public_ipprefixes, :service_endpoint_policies, :service_endpoint_policy_definitions, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -528,6 +528,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @hub_virtual_network_connections = @client_1.hub_virtual_network_connections + @vpn_gateways = @client_1.vpn_gateways @vpn_connections = @client_1.vpn_connections @p2s_vpn_server_configurations = @client_1.p2s_vpn_server_configurations @p2s_vpn_gateways = @client_1.p2s_vpn_gateways @@ -593,8 +595,6 @@ def initialize(configurable, base_url=nil, options=nil) @vpn_sites = @client_1.vpn_sites @vpn_sites_configuration = @client_1.vpn_sites_configuration @virtual_hubs = @client_1.virtual_hubs - @hub_virtual_network_connections = @client_1.hub_virtual_network_connections - @vpn_gateways = @client_1.vpn_gateways @model_classes = ModelClasses.new end @@ -615,6 +615,9 @@ def method_missing(method, *args) end class ModelClasses + def bgp_peer_state + Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState + end def office_traffic_category Azure::Network::Mgmt::V2018_10_01::Models::OfficeTrafficCategory end @@ -633,9 +636,6 @@ def tunnel_connection_status def hub_virtual_network_connection_status Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnectionStatus end - def ipsec_integrity - Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity - end def dh_group Azure::Network::Mgmt::V2018_10_01::Models::DhGroup end @@ -954,15 +954,15 @@ def ddos_protection_plan_list_result def flow_log_format_parameters Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatParameters end + def error + Azure::Network::Mgmt::V2018_10_01::Models::Error + end def express_route_connection_id Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionId end def traffic_analytics_configuration_properties Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsConfigurationProperties end - def error - Azure::Network::Mgmt::V2018_10_01::Models::Error - end def traffic_analytics_properties Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsProperties end @@ -972,36 +972,30 @@ def express_route_cross_connections_routes_table_summary_list_result def list_p2_svpn_gateways_result Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnGatewaysResult end + def httpconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::HTTPConfiguration + end def protocol_configuration Azure::Network::Mgmt::V2018_10_01::Models::ProtocolConfiguration end def get_vpn_sites_configuration_request Azure::Network::Mgmt::V2018_10_01::Models::GetVpnSitesConfigurationRequest end - def httpconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::HTTPConfiguration - end def azure_firewall_application_rule_protocol Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocol end + def service_endpoint_policy_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult + end def virtual_network_tap_list_result Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTapListResult end def available_delegation Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegation end - def service_endpoint_policy_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult - end def vpn_profile_response Azure::Network::Mgmt::V2018_10_01::Models::VpnProfileResponse end - def network_configuration_diagnostic_parameters - Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters - end - def list_vpn_gateways_result - Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult - end def topology_association Azure::Network::Mgmt::V2018_10_01::Models::TopologyAssociation end @@ -1017,8 +1011,8 @@ def virtual_network_connection_gateway_reference def load_balancer_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerListResult end - def network_security_rules_evaluation_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult + def network_configuration_diagnostic_profile + Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile end def inbound_nat_rule_list_result Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRuleListResult @@ -1191,8 +1185,8 @@ def express_route_circuits_routes_table_list_result def subnet_association Azure::Network::Mgmt::V2018_10_01::Models::SubnetAssociation end - def network_configuration_diagnostic_profile - Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile + def express_route_circuits_routes_table_summary_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult end def security_rule_associations Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAssociations @@ -1458,38 +1452,38 @@ def application_gateway_frontend_ipconfiguration def application_gateway_ssl_certificate Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCertificate end - def application_gateway_http_listener - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHttpListener + def application_gateway_path_rule + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayPathRule end def application_gateway_web_application_firewall_configuration Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration end + def list_vpn_gateways_result + Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult + end + def matched_rule + Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule + end def azure_firewall_nat_rule Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRule end - def application_gateway_redirect_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectConfiguration + def network_security_rules_evaluation_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult end def application_gateway_header_configuration Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHeaderConfiguration end - def evaluated_network_security_group - Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup - end - def network_security_group_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult - end def usage Azure::Network::Mgmt::V2018_10_01::Models::Usage end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort + def network_security_group_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult end - def application_gateway_ssl_predefined_policy - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPredefinedPolicy + def application_gateway_trusted_root_certificate + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate end - def application_gateway_path_rule - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayPathRule + def application_gateway_available_ssl_options + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslOptions end def application_gateway_probe Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbe @@ -1497,44 +1491,50 @@ def application_gateway_probe def application_gateway_request_routing_rule Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRule end - def application_gateway_available_ssl_options - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslOptions + def application_gateway_frontend_port + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayUrlPathMap + def application_gateway_http_listener + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHttpListener end def application_gateway Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGateway end - def express_route_circuits_routes_table_summary_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + def application_gateway_firewall_rule_set + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleSet end def route_filter_rule Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRule end - def express_route_circuit_peering - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering + def application_gateway_redirect_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectConfiguration end - def matched_rule - Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule + def network_configuration_diagnostic_parameters + Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters end def express_route_circuit_authorization Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitAuthorization end - def application_gateway_firewall_rule_set - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleSet + def express_route_service_provider + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider end - def express_route_port - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePort + def express_route_circuit_peering + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering end - def route_filter - Azure::Network::Mgmt::V2018_10_01::Models::RouteFilter + def application_gateway_ssl_predefined_policy + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPredefinedPolicy end def endpoint_service_result Azure::Network::Mgmt::V2018_10_01::Models::EndpointServiceResult end - def application_gateway_trusted_root_certificate - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate + def evaluated_network_security_group + Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup + end + def load_balancing_rule + Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancingRule + end + def probe + Azure::Network::Mgmt::V2018_10_01::Models::Probe end def application_gateway_rewrite_rule_set Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleSet @@ -1548,8 +1548,8 @@ def azure_firewall_application_rule_collection def azure_firewall_nat_rule_collection Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRuleCollection end - def azure_firewall_network_rule_collection - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleCollection + def application_gateway_url_path_map + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayUrlPathMap end def azure_firewall Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewall @@ -1560,14 +1560,14 @@ def azure_firewall_fqdn_tag def express_route_circuit_connection Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitConnection end - def express_route_cross_connection_peering - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeering + def virtual_network + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetwork end - def express_route_circuit - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuit + def express_route_cross_connection + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnection end - def express_route_service_provider - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider + def express_route_connection + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnection end def express_route_gateway Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGateway @@ -1575,11 +1575,11 @@ def express_route_gateway def express_route_ports_location Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocation end - def express_route_link - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink + def route_filter + Azure::Network::Mgmt::V2018_10_01::Models::RouteFilter end - def virtual_network_peering - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeering + def express_route_circuit + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuit end def outbound_rule Azure::Network::Mgmt::V2018_10_01::Models::OutboundRule @@ -1590,17 +1590,11 @@ def container_network_interface_configuration def container_network_interface Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterface end - def load_balancing_rule - Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancingRule - end - def probe - Azure::Network::Mgmt::V2018_10_01::Models::Probe - end def inbound_nat_pool Azure::Network::Mgmt::V2018_10_01::Models::InboundNatPool end - def virtual_network - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetwork + def p2_svpn_server_config_vpn_client_root_certificate + Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRootCertificate end def load_balancer Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancer @@ -1611,20 +1605,20 @@ def network_profile def patch_route_filter_rule Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilterRule end - def patch_route_filter - Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilter + def azure_firewall_network_rule_collection + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleCollection end def bgp_service_community Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunity end - def virtual_network_gateway_connection - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnection + def virtual_network_peering + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeering end - def express_route_cross_connection - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnection + def virtual_network_gateway_connection_list_entity + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity end - def express_route_connection - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnection + def express_route_cross_connection_peering + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeering end def vpn_client_root_certificate Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRootCertificate @@ -1635,29 +1629,35 @@ def network_watcher def virtual_network_gateway Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGateway end - def local_network_gateway - Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway + def patch_route_filter + Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilter end - def application_gateway_ssl_protocol - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslProtocol + def express_route_link + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink end - def virtual_network_gateway_connection_list_entity - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity + def express_route_port + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePort end def application_gateway_protocol Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProtocol end + def virtual_network_gateway_ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayIPConfiguration + end + def application_gateway_backend_health_server_health + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth + end def public_ipprefix Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefix end - def p2_svpn_server_config_vpn_client_root_certificate - Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRootCertificate + def ipversion + Azure::Network::Mgmt::V2018_10_01::Models::IPVersion end - def vpn_client_revoked_certificate - Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRevokedCertificate + def local_network_gateway + Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway end - def p2_svpn_server_config_radius_server_root_certificate - Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + def virtual_network_gateway_connection + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnection end def p2_svpn_server_config_radius_client_root_certificate Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusClientRootCertificate @@ -1674,8 +1674,8 @@ def vpn_site def hub_virtual_network_connection Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnection end - def virtual_network_gateway_ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayIPConfiguration + def vpn_client_revoked_certificate + Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRevokedCertificate end def vpn_connection Azure::Network::Mgmt::V2018_10_01::Models::VpnConnection @@ -1686,12 +1686,6 @@ def vpn_gateway def p2_svpn_gateway Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnGateway end - def application_gateway_ssl_policy_type - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType - end - def application_gateway_ssl_policy_name - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName - end def application_gateway_ssl_cipher_suite Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCipherSuite end @@ -1701,8 +1695,8 @@ def application_gateway_request_routing_rule_type def application_gateway_cookie_based_affinity Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCookieBasedAffinity end - def application_gateway_backend_health_server_health - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth + def application_gateway_operational_state + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState end def application_gateway_sku_name Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySkuName @@ -1713,62 +1707,68 @@ def application_gateway_tier def connection_shared_key Azure::Network::Mgmt::V2018_10_01::Models::ConnectionSharedKey end - def p2_svpn_server_config_vpn_client_revoked_certificate - Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate + def application_gateway_ssl_policy_type + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType end - def express_route_ports_encapsulation - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsEncapsulation + def application_gateway_ssl_policy_name + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringState + def p2_svpn_server_config_vpn_client_revoked_certificate + Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate end - def express_route_circuit_sku_tier - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuTier + def p2_svpn_server_config_radius_server_root_certificate + Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate end def application_gateway_redirect_type Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectType end - def application_gateway_operational_state - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState + def provisioning_state + Azure::Network::Mgmt::V2018_10_01::Models::ProvisioningState end def application_gateway_firewall_mode Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallMode end - def virtual_hub - Azure::Network::Mgmt::V2018_10_01::Models::VirtualHub + def authorization_use_status + Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus end def express_route_circuit_peering_advertised_public_prefix_state Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end - def access - Azure::Network::Mgmt::V2018_10_01::Models::Access + def virtual_hub + Azure::Network::Mgmt::V2018_10_01::Models::VirtualHub end def effective_security_rule_protocol Azure::Network::Mgmt::V2018_10_01::Models::EffectiveSecurityRuleProtocol end - def ipversion - Azure::Network::Mgmt::V2018_10_01::Models::IPVersion + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringState + end + def express_route_circuit_sku_tier + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuTier + end + def application_gateway_custom_error_status_code + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomErrorStatusCode end def azure_firewall_rcaction_type Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCActionType end - def provisioning_state - Azure::Network::Mgmt::V2018_10_01::Models::ProvisioningState + def azure_firewall_application_rule_protocol_type + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocolType end - def azure_firewall_nat_rcaction_type - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCActionType + def resource_identity_type + Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType end def azure_firewall_network_rule_protocol Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleProtocol end - def resource_identity_type - Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType + def express_route_peering_type + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType end - def authorization_use_status - Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus + def access + Azure::Network::Mgmt::V2018_10_01::Models::Access end - def circuit_connection_status - Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus + def application_gateway_ssl_protocol + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslProtocol end def express_route_link_connector_type Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkConnectorType @@ -1776,12 +1776,6 @@ def express_route_link_connector_type def express_route_link_admin_state Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkAdminState end - def effective_route_state - Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState - end - def ip_flow_protocol - Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol - end def express_route_circuit_sku_family Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuFamily end @@ -1806,17 +1800,17 @@ def origin def effective_route_source Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteSource end - def connection_status - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus + def effective_route_state + Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState end - def application_gateway_custom_error_status_code - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomErrorStatusCode + def connection_state + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionState end def association_type Azure::Network::Mgmt::V2018_10_01::Models::AssociationType end - def azure_firewall_application_rule_protocol_type - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocolType + def direction + Azure::Network::Mgmt::V2018_10_01::Models::Direction end def next_hop_type Azure::Network::Mgmt::V2018_10_01::Models::NextHopType @@ -1824,53 +1818,53 @@ def next_hop_type def pc_protocol Azure::Network::Mgmt::V2018_10_01::Models::PcProtocol end - def express_route_peering_type - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType + def azure_firewall_nat_rcaction_type + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCActionType end - def express_route_peering_state - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringState + def pc_error + Azure::Network::Mgmt::V2018_10_01::Models::PcError end def vpn_client_protocol Azure::Network::Mgmt::V2018_10_01::Models::VpnClientProtocol end - def issue_type - Azure::Network::Mgmt::V2018_10_01::Models::IssueType + def express_route_peering_state + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringState end - def pfs_group - Azure::Network::Mgmt::V2018_10_01::Models::PfsGroup + def circuit_connection_status + Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus end - def connection_state - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionState + def authentication_method + Azure::Network::Mgmt::V2018_10_01::Models::AuthenticationMethod end def evaluation_state Azure::Network::Mgmt::V2018_10_01::Models::EvaluationState end - def flow_log_format_type - Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType + def express_route_ports_encapsulation + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsEncapsulation end - def direction - Azure::Network::Mgmt::V2018_10_01::Models::Direction + def ip_flow_protocol + Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol end - def connection_monitor_source_status - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus + def flow_log_format_type + Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType end - def verbosity_level - Azure::Network::Mgmt::V2018_10_01::Models::VerbosityLevel + def httpmethod + Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod end def pc_status Azure::Network::Mgmt::V2018_10_01::Models::PcStatus end - def pc_error - Azure::Network::Mgmt::V2018_10_01::Models::PcError + def verbosity_level + Azure::Network::Mgmt::V2018_10_01::Models::VerbosityLevel end - def bgp_peer_state - Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState + def public_ipprefix_sku_name + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName end - def processor_architecture - Azure::Network::Mgmt::V2018_10_01::Models::ProcessorArchitecture + def issue_type + Azure::Network::Mgmt::V2018_10_01::Models::IssueType end - def authentication_method - Azure::Network::Mgmt::V2018_10_01::Models::AuthenticationMethod + def connection_status + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus end def virtual_network_gateway_connection_status Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionStatus @@ -1893,14 +1887,20 @@ def virtual_network_gateway_sku_name def container Azure::Network::Mgmt::V2018_10_01::Models::Container end + def pfs_group + Azure::Network::Mgmt::V2018_10_01::Models::PfsGroup + end def protocol Azure::Network::Mgmt::V2018_10_01::Models::Protocol end + def processor_architecture + Azure::Network::Mgmt::V2018_10_01::Models::ProcessorArchitecture + end def ipsec_encryption Azure::Network::Mgmt::V2018_10_01::Models::IpsecEncryption end - def httpmethod - Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod + def ipsec_integrity + Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity end def ike_encryption Azure::Network::Mgmt::V2018_10_01::Models::IkeEncryption @@ -1908,8 +1908,8 @@ def ike_encryption def ike_integrity Azure::Network::Mgmt::V2018_10_01::Models::IkeIntegrity end - def public_ipprefix_sku_name - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName + def connection_monitor_source_status + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus end def virtual_network_gateway_sku_tier Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuTier diff --git a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb index 0d926619bf..ec7e8f7490 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -19,13 +19,13 @@ module Models CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News - NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics + ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics + NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable - ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject @@ -95,26 +95,26 @@ def news_article def news Azure::CognitiveServices::NewsSearch::V1_0::Models::News end - def news_topic - Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + def identifiable + Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable end def article Azure::CognitiveServices::NewsSearch::V1_0::Models::Article end - def trending_topics - Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics + def error_code + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode end def video_object Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject end - def safe_search - Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + def trending_topics + Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end - def identifiable - Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable + def news_topic + Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic end - def error_code - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode + def safe_search + Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch end def response Azure::CognitiveServices::NewsSearch::V1_0::Models::Response diff --git a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb index 44f46e434b..590bd5e998 100644 --- a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb @@ -22,27 +22,27 @@ module Models SharedAccessAuthorizationRuleCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters NotificationHubListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult SharedAccessAuthorizationRuleListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult - SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties - MpnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource - AdmCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential + MpnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay - BaiduCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential - Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation + 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 OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource - NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters - NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource NamespacePatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters - NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters - NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters - SharedAccessAuthorizationRuleResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource CheckAvailabilityResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult - PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource + SharedAccessAuthorizationRuleResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource + NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters + Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource - DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse + NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters + NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType + DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse + PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName AccessRights = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku @@ -110,69 +110,69 @@ def notification_hub_list_result def shared_access_authorization_rule_list_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult end - def shared_access_authorization_rule_properties - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + def resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource end def mpns_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential end - def resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource + def operation_display + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay end def adm_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential end - def operation_display - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay + def namespace_list_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult end def baidu_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential end - def operation - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation - end - def namespace_list_result - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult - end def operation_list_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult end def sub_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource end - def namespace_create_or_update_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters - end - def namespace_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource - end def namespace_patch_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters end - def notification_hub_create_or_update_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters + def check_availability_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult end - def notification_hub_patch_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters + def shared_access_authorization_rule_properties + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + 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 check_availability_result - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult + def namespace_create_or_update_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters end - def pns_credentials_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + def operation + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation end def notification_hub_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource end - def debug_send_response - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse + def notification_hub_create_or_update_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters + end + def notification_hub_patch_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters end def namespace_type Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType end + def debug_send_response + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse + end + def pns_credentials_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + end def sku_name Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName end diff --git a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb index e98dd7e668..edb20cb572 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -7,11 +7,11 @@ 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 + 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 @@ -25,48 +25,48 @@ module Models StorageInsightStatus = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus SavedSearch = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearch SavedSearchesListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearchesListResult - SearchResultsResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse StorageInsightListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult SearchError = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError WorkspacePurgeBody = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody - Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag + SearchResultsResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse + WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters SearchSort = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort WorkspacePurgeResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse - WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters + Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag WorkspacePurgeStatusResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse + StorageInsight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight SearchMetadata = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata StorageInsightState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState - StorageInsight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight SearchSortEnum = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource UsageMetric = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric - WorkspaceListUsagesResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource - ManagementGroup = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup + WorkspaceListUsagesResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult LinkedServiceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName + DataSourceFilter = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter + ManagementGroup = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup SharedKeys = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys - WorkspaceListManagementGroupsResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult + Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation WorkspaceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult - LinkedService = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService - Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace OperationListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult + DataSourceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult DataSourceKind = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind - DataSourceFilter = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter + LinkedService = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService + Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum OperationDisplay = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus - Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation + WorkspaceListManagementGroupsResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult IntelligencePack = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack - DataSourceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku 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, :operations, :linked_services, :data_sources, :workspaces, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -76,17 +76,17 @@ 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) + @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 @@ -138,9 +138,6 @@ def saved_search def saved_searches_list_result Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearchesListResult end - def search_results_response - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse - end def storage_insight_list_result Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult end @@ -150,8 +147,11 @@ def search_error def workspace_purge_body Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody end - def tag - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag + def search_results_response + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse + end + def workspace_purge_body_filters + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters end def search_sort Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort @@ -159,21 +159,21 @@ def search_sort def workspace_purge_response Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse end - def workspace_purge_body_filters - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters + def tag + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag end def workspace_purge_status_response Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse end + def storage_insight + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight + end def search_metadata Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata end def storage_insight_state Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState end - def storage_insight - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight - end def search_sort_enum Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum end @@ -192,14 +192,11 @@ def resource def usage_metric Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric end - def workspace_list_usages_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult - end def data_source Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource end - def management_group - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup + def workspace_list_usages_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult end def linked_service_list_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult @@ -207,29 +204,35 @@ def linked_service_list_result def metric_name Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName end + def data_source_filter + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter + end + def management_group + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup + end def shared_keys Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys end - def workspace_list_management_groups_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult + def operation + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation 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 workspace - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace - end def operation_list_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult end + def data_source_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult + end def data_source_kind Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind end - def data_source_filter - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter + def linked_service + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService + end + def workspace + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace end def sku_name_enum Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum @@ -240,15 +243,12 @@ def operation_display def entity_status Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus end - def operation - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation + def workspace_list_management_groups_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult end def intelligence_pack Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack end - def data_source_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult - end def sku Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku end diff --git a/azure_sdk/lib/latest/modules/policy_profile_module.rb b/azure_sdk/lib/latest/modules/policy_profile_module.rb index 0970bdb8d4..168a16948b 100644 --- a/azure_sdk/lib/latest/modules/policy_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policy_profile_module.rb @@ -17,12 +17,12 @@ module Models PolicyDefinition = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinition PolicyAssignmentListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignmentListResult PolicyDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult + ErrorResponse = Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse + PolicyType = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType PolicyDefinitionReference = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionReference PolicySetDefinition = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinition - ErrorResponse = Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult PolicySku = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku - PolicyType = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType end class PolicyManagementClass @@ -72,24 +72,24 @@ def policy_assignment_list_result def policy_definition_list_result Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult end + def error_response + Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse + end + def policy_type + Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType + end def policy_definition_reference Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionReference end def policy_set_definition Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinition end - def error_response - Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse - end def policy_set_definition_list_result Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult end def policy_sku Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku end - def policy_type - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType - 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 d6394079bf..eff143f694 100644 --- a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb @@ -24,8 +24,8 @@ module Models OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults - PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource QueryOptions = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions + PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay Operation = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation end @@ -98,12 +98,12 @@ def query_failure_error def summary_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults end - def policy_states_resource - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource - end def query_options Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions end + def policy_states_resource + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource + end def operation_display Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay end diff --git a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb index dbde880789..360108ef5f 100644 --- a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb +++ b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb @@ -11,25 +11,25 @@ module Mgmt Workspaces = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Workspaces module Models - Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace CheckNameRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest + Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse - WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation 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 + Display = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display AzureSku = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku CheckNameReason = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason - AccessKeyName = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName + ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail 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 - Display = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display - UpdateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error - Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation + UpdateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest end class PowerBiEmbeddedManagementClass @@ -63,26 +63,32 @@ def method_missing(method, *args) end class ModelClasses - def workspace - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace - end def check_name_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest end + def workspace + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace + 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 - def workspace_collection_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + def operation + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation 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 display + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display end def azure_sku Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku @@ -90,8 +96,8 @@ def azure_sku def check_name_reason Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason end - def access_key_name - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName + def error_detail + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail end def operation_list Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList @@ -108,17 +114,11 @@ def workspace_collection_access_key def create_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest end - def display - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display - end - def update_workspace_collection_request - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest - end def error Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error end - def operation - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation + def update_workspace_collection_request + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest end end end diff --git a/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb b/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb index f83bbd3375..c7f1b195d7 100644 --- a/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb +++ b/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb @@ -6,12 +6,14 @@ module Azure::Profiles::Latest module Qnamaker - Operations = Azure::CognitiveServices::Qnamaker::V4_0::Operations - EndpointKeys = Azure::CognitiveServices::Qnamaker::V4_0::EndpointKeys Alterations = Azure::CognitiveServices::Qnamaker::V4_0::Alterations Knowledgebase = Azure::CognitiveServices::Qnamaker::V4_0::Knowledgebase + Operations = Azure::CognitiveServices::Qnamaker::V4_0::Operations + EndpointKeys = Azure::CognitiveServices::Qnamaker::V4_0::EndpointKeys module Models + UpdateKbOperationDTODelete = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTODelete + UpdateKbOperationDTOUpdate = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOUpdate UpdateQnaDTOQuestions = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOQuestions UpdateQnaDTOMetadata = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOMetadata KnowledgebaseEnvironmentType = Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebaseEnvironmentType @@ -39,15 +41,13 @@ module Models UpdateKbContentsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbContentsDTO InnerErrorModel = Azure::CognitiveServices::Qnamaker::V4_0::Models::InnerErrorModel MetadataDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::MetadataDTO + Error = Azure::CognitiveServices::Qnamaker::V4_0::Models::Error AlterationsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::AlterationsDTO UpdateKbOperationDTOAdd = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOAdd - Error = Azure::CognitiveServices::Qnamaker::V4_0::Models::Error - UpdateKbOperationDTODelete = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTODelete - UpdateKbOperationDTOUpdate = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOUpdate end class QnamakerDataClass - attr_reader :operations, :endpoint_keys, :alterations, :knowledgebase, :configurable, :base_url, :options, :model_classes + attr_reader :alterations, :knowledgebase, :operations, :endpoint_keys, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -57,10 +57,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 - @endpoint_keys = @client_0.endpoint_keys @alterations = @client_0.alterations @knowledgebase = @client_0.knowledgebase + @operations = @client_0.operations + @endpoint_keys = @client_0.endpoint_keys @model_classes = ModelClasses.new end @@ -79,6 +79,12 @@ def method_missing(method, *args) end class ModelClasses + def update_kb_operation_dtodelete + Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTODelete + end + def update_kb_operation_dtoupdate + Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOUpdate + end def update_qna_dtoquestions Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOQuestions end @@ -160,21 +166,15 @@ def inner_error_model def metadata_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::MetadataDTO end + def error + Azure::CognitiveServices::Qnamaker::V4_0::Models::Error + end def alterations_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::AlterationsDTO end def update_kb_operation_dtoadd Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOAdd end - def error - Azure::CognitiveServices::Qnamaker::V4_0::Models::Error - end - def update_kb_operation_dtodelete - Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTODelete - end - def update_kb_operation_dtoupdate - Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOUpdate - 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 714ddf6cf4..643bee5378 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -16,6 +16,8 @@ module Mgmt Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations module Models + RawCertificateData = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData + VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse JobsSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList ReplicationUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage @@ -30,26 +32,24 @@ 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 - VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource - AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType + PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType + VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState - VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName - ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + 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 ClientDiscoveryForProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties - RawCertificateData = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData end class RecoveryServicesManagementClass @@ -88,6 +88,12 @@ def method_missing(method, *args) end class ModelClasses + def raw_certificate_data + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData + end + def vault_certificate_response + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + end def jobs_summary Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary end @@ -130,26 +136,26 @@ def name_info def resource_certificate_and_aad_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails end - def vault_certificate_response - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse - end def resource_certificate_and_acs_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails end def patch_tracked_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource end + def tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + end def patch_vault Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault end - def tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + def resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource end def auth_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType end - def resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + def vault_extended_info_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource end def trigger_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType @@ -157,9 +163,6 @@ def trigger_type def vault_upgrade_state Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState end - def vault_extended_info_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource - end def usages_unit Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit end @@ -172,12 +175,12 @@ def vault def sku_name Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName end - def client_discovery_value_for_single_api - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi - end def sku Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku end + def client_discovery_value_for_single_api + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi + end def client_discovery_response Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse end @@ -187,9 +190,6 @@ def certificate_request def client_discovery_for_properties Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties end - def raw_certificate_data - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData - 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 d7869a5c10..7f3fb2a8a5 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -8,6 +8,8 @@ module Azure::Profiles::Latest module RecoveryServicesBackup module Mgmt Operations = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Operations + SecurityPINs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::SecurityPINs + BackupResourceStorageConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceStorageConfigs BackupResourceVaultConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceVaultConfigs BackupEngines = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupEngines ProtectionContainerRefreshOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionContainerRefreshOperationResults @@ -31,8 +33,6 @@ module Mgmt ProtectionPolicyOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationStatuses BackupProtectableItems = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectableItems BackupProtectionContainers = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectionContainers - SecurityPINs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::SecurityPINs - BackupResourceStorageConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceStorageConfigs ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations BackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupStatus FeatureSupport = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::FeatureSupport @@ -46,12 +46,13 @@ module Mgmt Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation module Models + 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 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 + BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType AzureWorkloadContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainerExtendedInfo DPMContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DPMContainerExtendedInfo InquiryInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryInfo @@ -98,11 +99,11 @@ module Models 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 - OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus AzureFileShareRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer AzureIaaSClassicComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem AzureIaaSComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer + OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus AzureIaaSComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem AzureSqlContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSqlContainer AzureStorageContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureStorageContainer @@ -152,30 +153,29 @@ module Models ProtectionContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList ProtectionContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource RecoveryPointResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource - RestoreRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource RecoveryPointResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList + RestoreRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource WorkloadItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource WorkloadItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList WorkloadProtectableItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList InquiryStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus - RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest - StorageTypeState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState + RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType EnhancedSecurityState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState - RestorePointQueryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType ContainerType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType + StorageTypeState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState + RestorePointQueryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType RecoveryPointTierType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType - BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType - OperationStatusValues = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues RecoveryPointTierStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus BackupItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType + OperationStatusValues = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType + ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus SubProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy - ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus RestoreFileSpecs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse @@ -188,33 +188,33 @@ module Models AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo - RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat + RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest - ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent - MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage - AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse - AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails - BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo - PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest - BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject - BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList - FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo - AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo + BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo - AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy - AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob - ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList - ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem TargetAFSRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo @@ -225,50 +225,50 @@ module Models MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails - AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping - ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent - AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem - AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest - AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem - AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem - DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem + MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem - AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy - ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource - AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy - AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem + AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy + AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy + ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource - DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent AzureVmWorkloadProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource AzureVmWorkloadSAPHanaDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem - MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest - FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName - Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo - ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList - SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType AzureWorkloadRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest @@ -277,10 +277,11 @@ module Models AzureWorkloadSAPHanaPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest AzureWorkloadSQLPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList - JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode 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 @@ -292,10 +293,9 @@ module Models MabProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy 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 + Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings SimpleRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy - Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings ProtectionState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail HealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus @@ -325,7 +325,7 @@ module Models 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, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :jobs, :operation, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :security_pins, :backup_resource_storage_configs, :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, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :jobs, :operation, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -342,6 +342,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @security_pins = @client_1.security_pins + @backup_resource_storage_configs = @client_1.backup_resource_storage_configs @backup_resource_vault_configs = @client_1.backup_resource_vault_configs @backup_engines = @client_1.backup_engines @protection_container_refresh_operation_results = @client_1.protection_container_refresh_operation_results @@ -365,8 +367,6 @@ def initialize(configurable, base_url=nil, options=nil) @protection_policy_operation_statuses = @client_1.protection_policy_operation_statuses @backup_protectable_items = @client_1.backup_protectable_items @backup_protection_containers = @client_1.backup_protection_containers - @security_pins = @client_1.security_pins - @backup_resource_storage_configs = @client_1.backup_resource_storage_configs @client_2 = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::RecoveryServicesBackupClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -406,6 +406,9 @@ def method_missing(method, *args) end class ModelClasses + 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 @@ -421,8 +424,8 @@ def client_discovery_for_service_specification 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 + def backup_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType end def azure_workload_container_extended_info Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainerExtendedInfo @@ -562,9 +565,6 @@ def azure_file_share_backup_request def azure_file_share_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem end - def operation_status - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus - end def azure_file_share_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint end @@ -577,6 +577,9 @@ def azure_iaa_sclassic_compute_vmprotectable_item def azure_iaa_scompute_vmcontainer Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer end + def operation_status + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus + end def azure_iaa_scompute_vmprotectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem end @@ -724,12 +727,12 @@ def protection_container_resource def recovery_point_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource end - def restore_request_resource - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource - end def recovery_point_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList end + def restore_request_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource + end def workload_item_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource end @@ -748,32 +751,26 @@ def workload_protectable_item_resource_list def inquiry_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus end - def restore_point_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType - end def backup_request Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest end - def storage_type_state - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState + def restore_point_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType end def enhanced_security_state Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState end - def restore_point_query_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType - end def container_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType end - def recovery_point_tier_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType + def storage_type_state + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState end - def backup_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType + def restore_point_query_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType end - def operation_status_values - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues + def recovery_point_tier_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType end def recovery_point_tier_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus @@ -781,9 +778,15 @@ def recovery_point_tier_status def backup_item_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType end + def operation_status_values + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues + end def storage_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType end + def validation_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + end def sub_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy end @@ -793,9 +796,6 @@ def azure_fileshare_protected_item_extended_info def schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy end - def validation_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus - end def restore_file_specs Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs end @@ -832,65 +832,65 @@ def daily_retention_schedule def azure_workload_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo end - def retention_duration - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + def mab_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + end + def mab_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end def daily_retention_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat end + def retention_duration + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + end + def azure_storage_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails + end def validate_operation_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest end - def protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent - end - def mab_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + def azure_vmresource_feature_support_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse end def protected_item_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject end - def mab_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + def protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + end + def backup_management_usage_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList end def backup_management_usage Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage end - def azure_vmresource_feature_support_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + def azure_vm_workload_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo end - def azure_storage_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject end def backup_status_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse end - def azure_vm_workload_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo + def azure_storage_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + end + def backup_status_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest end def pre_validate_enable_backup_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest end - def bmsbackup_summaries_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject - end - def backup_management_usage_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList - end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest - end - def azure_storage_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo - end def azure_iaa_svmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo end - def dpm_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + def bmsbackup_summaries_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject end - def backup_status_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + def azure_iaa_svmjob_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end def pre_validate_enable_backup_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse @@ -898,20 +898,20 @@ def pre_validate_enable_backup_response def azure_sql_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end - def azure_iaa_svmjob_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + def azure_backup_goal_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest end def protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy end - def azure_iaa_svmjob - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + def dpm_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails end - def resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest end - def protection_policy_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + def validate_operation_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse end def job_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject @@ -943,8 +943,8 @@ def weekly_retention_format def encryption_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails end - def azure_backup_goal_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest end def dpmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo @@ -955,8 +955,8 @@ def weekly_retention_schedule def sqldata_directory_mapping Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping end - def validate_operation_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + def azure_storage_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end def mab_file_folder_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo @@ -964,8 +964,8 @@ def mab_file_folder_protected_item_extended_info def azure_workload_auto_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent end - def azure_workload_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + def resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList end def azure_recovery_service_vault_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent @@ -973,20 +973,20 @@ def azure_recovery_service_vault_protection_intent def azure_resource_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent end + def dpm_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + end def azure_fileshare_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem end - def azure_file_share_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy - end def azure_storage_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end def azure_file_share_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest end - def azure_workload_sqlauto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + def azure_file_share_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy end def dpm_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob @@ -994,44 +994,44 @@ def dpm_job def azure_iaa_svmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem end + def job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + end def azure_iaa_sclassic_compute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem end - def dpm_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo - end - def job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + def mab_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob end def azure_iaa_scompute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem end - def azure_iaa_svmprotection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy - end - def protected_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList - end def resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource end - def azure_sql_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy - end - def azure_storage_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + def azure_iaa_svmjob + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob end def azure_sql_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem end + def azure_iaa_svmprotection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy + end + def azure_sql_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy + end + def validate_iaas_vmrestore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + end 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 azure_workload_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob end - def data_source_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + def azure_workload_sqlauto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent end def azure_vm_workload_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem @@ -1045,17 +1045,17 @@ def job_resource def azure_vm_workload_saphana_database_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem end - def mab_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + def job_supported_action + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def support_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus end - def fabric_name - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + def operation_result_info_base_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource end - def type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + def protected_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList end def protection_intent_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource @@ -1066,14 +1066,14 @@ def azure_vm_workload_sqldatabase_protected_item def export_jobs_operation_result_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo end - def validate_iaas_vmrestore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest - end def job_resource_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList end - def support_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + def fabric_name + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + end + def type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type end def job_operation_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType @@ -1099,6 +1099,9 @@ def azure_workload_sqlpoint_in_time_restore_request def create_mode Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode end + def data_source_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + end def azure_workload_sqlrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest end @@ -1108,8 +1111,8 @@ def health_state def protection_policy_resource_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList end - def job_supported_action - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + def http_status_code + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode end def dpmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem @@ -1144,8 +1147,8 @@ def protected_item_resource def protection_policy_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource end - def http_status_code - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode + def settings + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings end def simple_retention_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy @@ -1153,9 +1156,6 @@ def simple_retention_policy def simple_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy end - def settings - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings - end def protection_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState end diff --git a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb index b440847ca6..abd0f77f48 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -264,9 +264,9 @@ module Models HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput + Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput - Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput @@ -360,19 +360,19 @@ module Models MultiVmGroupCreateOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption PresenceStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus AgentVersionStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus + HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType - HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory MultiVmSyncPointOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption - RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus + AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType InMageV2RpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RpInMageRecoveryPointType + RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType - AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType end @@ -1128,15 +1128,15 @@ def hyper_vreplica_azure_apply_recovery_point_input def hyper_vreplica_azure_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput end + def resource + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource + end def hyper_vreplica_azure_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails end def hyper_vreplica_azure_failback_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput end - def resource - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource - end def hyper_vreplica_azure_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput end @@ -1416,6 +1416,9 @@ def presence_status def agent_version_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus end + def health_error_category + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory + end def recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType end @@ -1425,18 +1428,15 @@ def multi_vm_sync_status def a2_arp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType end - def health_error_category - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory - end def multi_vm_sync_point_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption end - def recovery_plan_action_location - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation - end def data_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus end + def alternate_location_recovery_option + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption + end def hyper_vreplica_azure_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType end @@ -1446,15 +1446,15 @@ def in_mage_v2_rp_recovery_point_type def rp_in_mage_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RpInMageRecoveryPointType end + def recovery_plan_action_location + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation + end def source_site_operations Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations end def license_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType end - def alternate_location_recovery_option - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption - end def identity_provider_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType end diff --git a/azure_sdk/lib/latest/modules/redis_profile_module.rb b/azure_sdk/lib/latest/modules/redis_profile_module.rb index fb7868ef91..ca807fb8ec 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -24,31 +24,31 @@ module Models ImportRDBParameters = Azure::Redis::Mgmt::V2018_03_01::Models::ImportRDBParameters RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleCreateParameters ScheduleEntry = Azure::Redis::Mgmt::V2018_03_01::Models::ScheduleEntry + Resource = Azure::Redis::Mgmt::V2018_03_01::Models::Resource RedisPatchScheduleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult UpgradeNotification = Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification - Resource = Azure::Redis::Mgmt::V2018_03_01::Models::Resource RedisForceRebootResponse = Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse RedisLinkedServer = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithPropertiesList RedisCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters - RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters - TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay ProxyResource = Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource Operation = Azure::Redis::Mgmt::V2018_03_01::Models::Operation - RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult - RedisResource = Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource + RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters CheckNameAvailabilityParameters = Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters + RedisResource = Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource + RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties - RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule - TlsVersion = Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion - RedisKeyType = Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType - ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState SkuFamily = Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily + TlsVersion = Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion + TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource RebootType = Azure::Redis::Mgmt::V2018_03_01::Models::RebootType ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState + RedisKeyType = Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName Sku = Azure::Redis::Mgmt::V2018_03_01::Models::Sku DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek @@ -118,15 +118,15 @@ def redis_firewall_rule_create_parameters def schedule_entry Azure::Redis::Mgmt::V2018_03_01::Models::ScheduleEntry end + def resource + Azure::Redis::Mgmt::V2018_03_01::Models::Resource + end def redis_patch_schedule_list_result Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult end def upgrade_notification Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification end - def resource - Azure::Redis::Mgmt::V2018_03_01::Models::Resource - end def redis_force_reboot_response Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse end @@ -142,12 +142,6 @@ def redis_linked_server_with_properties_list def redis_create_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters end - def redis_linked_server_create_parameters - Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters - end - def tracked_resource - Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource - end def operation_display Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay end @@ -157,35 +151,35 @@ def proxy_resource def operation Azure::Redis::Mgmt::V2018_03_01::Models::Operation end - def redis_patch_schedule - Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + def redis_firewall_rule + Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule end def operation_list_result Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult end - def redis_resource - Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource + def redis_linked_server_create_parameters + Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters end def check_name_availability_parameters Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters end + def redis_resource + Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource + end + def redis_patch_schedule + Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + end def redis_linked_server_with_properties Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties end - def redis_firewall_rule - Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule + def sku_family + Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily end def tls_version Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion end - def redis_key_type - Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType - end - def provisioning_state - Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState - end - def sku_family - Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily + def tracked_resource + Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource end def reboot_type Azure::Redis::Mgmt::V2018_03_01::Models::RebootType @@ -193,6 +187,12 @@ def reboot_type def replication_role Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole end + def provisioning_state + Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState + end + def redis_key_type + Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType + end def sku_name Azure::Redis::Mgmt::V2018_03_01::Models::SkuName end diff --git a/azure_sdk/lib/latest/modules/relay_profile_module.rb b/azure_sdk/lib/latest/modules/relay_profile_module.rb index a28dcd91d2..acf818d0a0 100644 --- a/azure_sdk/lib/latest/modules/relay_profile_module.rb +++ b/azure_sdk/lib/latest/modules/relay_profile_module.rb @@ -8,8 +8,8 @@ module Azure::Profiles::Latest module Relay module Mgmt Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces - HybridConnections = Azure::Relay::Mgmt::V2017_04_01::HybridConnections Operations = Azure::Relay::Mgmt::V2017_04_01::Operations + HybridConnections = Azure::Relay::Mgmt::V2017_04_01::HybridConnections WCFRelays = Azure::Relay::Mgmt::V2017_04_01::WCFRelays module Models @@ -19,19 +19,19 @@ module Models HybridConnectionListResult = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys + ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse + RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay - RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource - Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype + RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource - UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason - ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum + Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule + RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum + UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult @@ -43,7 +43,7 @@ module Models end class RelayManagementClass - attr_reader :namespaces, :hybrid_connections, :operations, :wcfrelays, :configurable, :base_url, :options, :model_classes + attr_reader :namespaces, :operations, :hybrid_connections, :wcfrelays, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -54,8 +54,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @namespaces = @client_0.namespaces - @hybrid_connections = @client_0.hybrid_connections @operations = @client_0.operations + @hybrid_connections = @client_0.hybrid_connections @wcfrelays = @client_0.wcfrelays @model_classes = ModelClasses.new @@ -93,11 +93,14 @@ def wcf_relays_list_result def authorization_rule_list_result Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult end + def access_keys + Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys + end def error_response Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse end - def access_keys - Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys + def regenerate_access_key_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def resource_namespace_patch Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch @@ -105,32 +108,29 @@ def resource_namespace_patch def wcf_relay Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay end - def regenerate_access_key_parameters - Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - end - def relay_namespace - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + def tracked_resource + Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource end def relay_update_parameters Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters end - def tracked_resource - Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + def resource + Azure::Relay::Mgmt::V2017_04_01::Models::Resource end def relaytype Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype end - def resource - Azure::Relay::Mgmt::V2017_04_01::Models::Resource + def authorization_rule + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule end - def unavailable_reason - Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + def relay_namespace + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace end def provisioning_state_enum Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end - def authorization_rule - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule + def unavailable_reason + Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason end def operation_display Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay diff --git a/azure_sdk/lib/latest/modules/resources_profile_module.rb b/azure_sdk/lib/latest/modules/resources_profile_module.rb index 440277962b..674544dd26 100644 --- a/azure_sdk/lib/latest/modules/resources_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resources_profile_module.rb @@ -65,8 +65,8 @@ module Models OperationListResult = Azure::Resources::Mgmt::V2018_05_01::Models::OperationListResult SubResource = Azure::Resources::Mgmt::V2018_05_01::Models::SubResource ResourceListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult - IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue DeploymentMode = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode + IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan ResourceIdentityType = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku @@ -255,12 +255,12 @@ def sub_resource def resource_list_result Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult end - def identity_user_assigned_identities_value - Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue - end def deployment_mode Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode end + def identity_user_assigned_identities_value + Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + end def plan Azure::Resources::Mgmt::V2018_05_01::Models::Plan end diff --git a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb index 2d652a4769..cedadc3666 100644 --- a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb @@ -7,14 +7,14 @@ module Azure::Profiles::Latest module ResourcesManagement module Mgmt - Entities = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Entities - Operations = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Operations ManagementGroups = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroups ManagementGroupSubscriptions = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroupSubscriptions + Entities = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Entities + Operations = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Operations module Models - Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type ErrorResponse = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse + Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type OperationResults = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults OperationDisplayProperties = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationDisplayProperties EntityParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityParentGroupInfo @@ -30,20 +30,20 @@ module Models ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup CreateManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo - CreateManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest - ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo ErrorDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails - ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo - CheckNameAvailabilityRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest + ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo + CreateManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest Operation = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation + CheckNameAvailabilityRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest OperationListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult + ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult Status = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason end class ResourcesManagementManagementClass - attr_reader :entities, :operations, :management_groups, :management_group_subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :management_groups, :management_group_subscriptions, :entities, :operations, :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) - @entities = @client_0.entities - @operations = @client_0.operations @management_groups = @client_0.management_groups @management_group_subscriptions = @client_0.management_group_subscriptions + @entities = @client_0.entities + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -75,12 +75,12 @@ def method_missing(method, *args) end class ModelClasses - def type - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type - end def error_response Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse end + def type + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + end def operation_results Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults end @@ -126,27 +126,27 @@ def management_group def create_management_group_child_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo end - def create_management_group_request - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest + def error_details + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails end def management_group_child_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo end - def error_details - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails + def create_management_group_request + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest end - def management_group_info - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo + def operation + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation end def check_name_availability_request Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest end - def operation - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation - end def operation_list_result Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult end + def management_group_info + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo + end def check_name_availability_result Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult end diff --git a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb index 15bc6a7219..d5f8d4c3a5 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -28,8 +28,8 @@ module Models JobCollectionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek - JobHistoryFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter - JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult + JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction + 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 ServiceBusMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage @@ -46,11 +46,11 @@ module Models JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus - JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType - JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction - JobMaxRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence + JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType + JobHistoryFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter + JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties @@ -139,11 +139,11 @@ def recurrence_frequency def day_of_week Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek end - def job_history_filter - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter + def job_error_action + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction end - def job_history_list_result - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult + 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 @@ -193,21 +193,21 @@ def job_history_action_name def job_execution_status Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus end - def job_state - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState - end def service_bus_authentication_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType end - def job_error_action - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction - end - def job_max_recurrence - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence + def job_history_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult end def service_bus_transport_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType end + def job_history_filter + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter + end + def job_state + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState + end def basic_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication end diff --git a/azure_sdk/lib/latest/modules/search_profile_module.rb b/azure_sdk/lib/latest/modules/search_profile_module.rb index d5710781fd..feebd28813 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -8,8 +8,8 @@ module Azure::Profiles::Latest module Search module Mgmt Services = Azure::Search::Mgmt::V2015_08_19::Services - 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 module Models @@ -24,8 +24,8 @@ module Models UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus - AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName + AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind Identity = Azure::Search::Mgmt::V2015_08_19::Models::Identity Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku @@ -34,7 +34,7 @@ module Models end class SearchManagementClass - attr_reader :services, :admin_keys, :operations, :query_keys, :configurable, :base_url, :options, :model_classes + attr_reader :services, :operations, :admin_keys, :query_keys, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -45,8 +45,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @services = @client_0.services - @admin_keys = @client_0.admin_keys @operations = @client_0.operations + @admin_keys = @client_0.admin_keys @query_keys = @client_0.query_keys @model_classes = ModelClasses.new @@ -99,12 +99,12 @@ def hosting_mode def search_service_status Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus end - def admin_key_kind - Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind - end 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 identity Azure::Search::Mgmt::V2015_08_19::Models::Identity end diff --git a/azure_sdk/lib/latest/modules/security_profile_module.rb b/azure_sdk/lib/latest/modules/security_profile_module.rb index a048a98299..778299a3dd 100644 --- a/azure_sdk/lib/latest/modules/security_profile_module.rb +++ b/azure_sdk/lib/latest/modules/security_profile_module.rb @@ -26,9 +26,9 @@ module Models AutoProvisioningSetting = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSetting Compliance = Azure::Security::Mgmt::V2017_08_01_preview::Models::Compliance AlertNotifications = Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertNotifications + Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource AlertsToAdmins = Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertsToAdmins PricingTier = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingTier - Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource AutoProvision = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision end @@ -102,15 +102,15 @@ def compliance def alert_notifications Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertNotifications end + def resource + Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource + end def alerts_to_admins Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertsToAdmins end def pricing_tier Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingTier end - def resource - Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource - end def auto_provision Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index 26e2b71971..bb877f212a 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -25,6 +25,7 @@ module Models KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult @@ -38,40 +39,39 @@ module Models SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability - EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult - SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription + SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter - SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku - ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace + EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters - RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult - SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource - SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule + SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule - SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic - PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions - MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties - SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue - EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule + RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR - RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction - Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName - UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason end class ServiceBusManagementClass @@ -129,6 +129,9 @@ def entity_status def access_rights Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights end + def sku_tier + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + end def sbqueue_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult end @@ -168,14 +171,14 @@ def authorization_rule_properties def check_name_availability Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability end - def event_hub_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult + def capture_description + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription end def sql_filter Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end - def capture_description - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription + def sbsku + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku end def access_keys Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys @@ -183,83 +186,83 @@ def access_keys def correlation_filter Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end - def sbsku - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku - end - def resource_namespace_patch - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - end def regenerate_access_key_parameters Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end - def sbnamespace - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace + def event_hub_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult end def sbnamespace_update_parameters Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters end - def rule_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + def resource_namespace_patch + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end - def sbsubscription - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + def sbtopic + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic end def resource Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource end - def sbauthorization_rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule + def sbnamespace + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace end def rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule end - def sbtopic - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + def sbauthorization_rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule end - def premium_messaging_regions - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + def rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult end - def migration_config_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties + def arm_disaster_recovery + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end - def sbqueue - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + def sbsubscription + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription end - def encoding_capture_description - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription + def eventhub + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub end def operation_display Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay end - def arm_disaster_recovery - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + def premium_messaging_regions + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions end def operation Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end - def filter_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + def encoding_capture_description + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end def operation_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult end + def sbqueue + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + end def provisioning_state_dr Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR end - def role_disaster_recovery - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + def migration_config_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties end def sql_rule_action Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction end - def eventhub - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub - end def check_name_availability_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end - def sku_tier - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + def role_disaster_recovery + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + end + def filter_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + end + def unavailable_reason + Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason end def action Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action @@ -267,9 +270,6 @@ def action def sku_name Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end - def unavailable_reason - Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason - end end end end diff --git a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb index 091bc18aef..1f8fe38018 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -18,6 +18,8 @@ module ServiceFabric MeshGateway = Azure::ServiceFabric::V6_4_0_36::MeshGateway module Models + ApplicationUpgradeStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent + DeployedApplicationNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent DeployedApplicationHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthReportExpiredEvent ApplicationProcessExitedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationProcessExitedEvent ApplicationContainerInstanceExitedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationContainerInstanceExitedEvent @@ -94,83 +96,83 @@ module Models FabricEventKind = Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind HealthEvaluationKind = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind NodeDeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent - NodeDeactivationStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus - NodeDeactivationTaskType = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType UpgradeMode = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode + NodeDeactivationTaskType = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType + NodeStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus ServicePartitionStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus - ServiceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus - ProvisionApplicationTypeKind = Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind UpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState + ProvisionApplicationTypeKind = Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind + UpgradeType = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType SafetyCheckKind = Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind + ServiceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus + NodeDeactivationStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus + ServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind + ServicePartitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind CreateFabricDump = Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump ServicePackageActivationMode = Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode - UpgradeType = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType - NodeStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus + HostIsolationMode = Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode + DeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus ServicePlacementPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType ServiceLoadMetricWeight = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight - ServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind - ServicePartitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind + ChaosScheduleStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus + ChaosEventKind = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind EntryPointStatus = Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus ChaosStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus - HostIsolationMode = Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode - DeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus + ServiceCorrelationScheme = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme + MoveCost = Azure::ServiceFabric::V6_4_0_36::Models::MoveCost ComposeDeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus ComposeDeploymentUpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState - ChaosScheduleStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus - ChaosEventKind = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind + ReplicatorOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName + PartitionAccessStatus = Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus PartitionScheme = Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme ServiceOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName - ServiceCorrelationScheme = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme - MoveCost = Azure::ServiceFabric::V6_4_0_36::Models::MoveCost + ServiceTypeRegistrationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus + ServiceEndpointRole = Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole FabricReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus ReplicaKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind - ReplicatorOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName - PartitionAccessStatus = Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus + PackageSharingPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope + PropertyValueKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind OperationState = Azure::ServiceFabric::V6_4_0_36::Models::OperationState OperationType = Azure::ServiceFabric::V6_4_0_36::Models::OperationType - ServiceTypeRegistrationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus - ServiceEndpointRole = Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole + RetentionPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType + BackupStorageKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind PropertyBatchOperationKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind PropertyBatchInfoKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind - PackageSharingPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope - PropertyValueKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind + BackupSuspensionScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope + RestoreState = Azure::ServiceFabric::V6_4_0_36::Models::RestoreState BackupScheduleKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind BackupPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope - RetentionPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType - BackupStorageKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind + DayOfWeek = Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek + ImpactLevel = Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel BackupScheduleFrequencyType = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType BackupState = Azure::ServiceFabric::V6_4_0_36::Models::BackupState - BackupSuspensionScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope - RestoreState = Azure::ServiceFabric::V6_4_0_36::Models::RestoreState + BackupEntityKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind + RepairTaskHealthCheckState = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState RepairImpactKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind RepairTargetKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind - BackupEntityKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind - ImpactLevel = Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel + ResultStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus + SecretKind = Azure::ServiceFabric::V6_4_0_36::Models::SecretKind ScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind ScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind - ResultStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus - RepairTaskHealthCheckState = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState + ResourceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus + NetworkKind = Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind VolumeProvider = Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider SizeTypes = Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes - ResourceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus - SecretKind = Azure::ServiceFabric::V6_4_0_36::Models::SecretKind + ApplicationScopedVolumeKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind + AutoScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind HeaderMatchType = Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType OperatingSystemType = Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType - ApplicationScopedVolumeKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind - NetworkKind = Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind + DiagnosticsSinkKind = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind + NodeStatusFilter = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter AutoScalingMetricKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind AutoScalingResourceMetricName = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName - DayOfWeek = Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek - AutoScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind - ReplicaHealthReportServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind - DataLossMode = Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode AutoScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind - DiagnosticsSinkKind = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind - RestartPartitionMode = Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode - BackupType = Azure::ServiceFabric::V6_4_0_36::Models::BackupType QuorumLossMode = Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode - NodeStatusFilter = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter + BackupType = Azure::ServiceFabric::V6_4_0_36::Models::BackupType + DataLossMode = Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode NodeTransitionType = Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType + RestartPartitionMode = Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode + ReplicaHealthReportServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind OperationStatus = Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus State = Azure::ServiceFabric::V6_4_0_36::Models::State ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem @@ -569,31 +571,29 @@ module Models FrequencyBasedBackupScheduleDescription = Azure::ServiceFabric::V6_4_0_36::Models::FrequencyBasedBackupScheduleDescription TimeBasedBackupScheduleDescription = Azure::ServiceFabric::V6_4_0_36::Models::TimeBasedBackupScheduleDescription PartitionBackupConfigurationInfo = Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupConfigurationInfo + ContainerState = Azure::ServiceFabric::V6_4_0_36::Models::ContainerState ApplicationBackupEntity = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupEntity ServiceBackupEntity = Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupEntity - ContainerState = Azure::ServiceFabric::V6_4_0_36::Models::ContainerState - PartitionBackupEntity = Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity - NodeRepairImpactDescription = Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairImpactDescription ResourceRequests = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests - AveragePartitionLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AveragePartitionLoadScalingTrigger + NodeRepairImpactDescription = Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairImpactDescription ResourceRequirements = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements - PartitionInstanceCountScaleMechanism = Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism - AverageServiceLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AverageServiceLoadScalingTrigger + AveragePartitionLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AveragePartitionLoadScalingTrigger NodeRepairTargetDescription = Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairTargetDescription + PartitionBackupEntity = Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity + AverageServiceLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AverageServiceLoadScalingTrigger + PartitionInstanceCountScaleMechanism = Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism AddRemoveIncrementalNamedPartitionScalingMechanism = Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveIncrementalNamedPartitionScalingMechanism ApplicationCreatedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCreatedEvent - ApplicationDeletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent - ApplicationNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent ImageRegistryCredential = Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential ResourceLimits = Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits - ApplicationUpgradeDomainCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent ApplicationHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthReportExpiredEvent - ApplicationUpgradeCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent + ApplicationDeletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent + ApplicationNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent EnvironmentVariable = Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable + ApplicationUpgradeCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent + ApplicationUpgradeDomainCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent ApplicationUpgradeRollbackCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackCompletedEvent ApplicationUpgradeRollbackStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackStartedEvent - ApplicationUpgradeStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent - DeployedApplicationNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent end class ServiceFabricDataClass @@ -634,6 +634,12 @@ def method_missing(method, *args) end class ModelClasses + def application_upgrade_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent + end + def deployed_application_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent + end def deployed_application_health_report_expired_event Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthReportExpiredEvent end @@ -862,41 +868,53 @@ def health_evaluation_kind def node_deactivation_intent Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent end - def node_deactivation_status - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus + def upgrade_mode + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode end def node_deactivation_task_type Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType end - def upgrade_mode - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode + def node_status + Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus end def service_partition_status Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus end - def service_status - Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus + def upgrade_state + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState end def provision_application_type_kind Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind end - def upgrade_state - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState + def upgrade_type + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType end def safety_check_kind Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind end + def service_status + Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus + end + def node_deactivation_status + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus + end + def service_kind + Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind + end + def service_partition_kind + Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind + end def create_fabric_dump Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump end def service_package_activation_mode Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode end - def upgrade_type - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType + def host_isolation_mode + Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode end - def node_status - Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus + def deployment_status + Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus end def service_placement_policy_type Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType @@ -904,11 +922,11 @@ def service_placement_policy_type def service_load_metric_weight Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight end - def service_kind - Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind + def chaos_schedule_status + Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus end - def service_partition_kind - Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind + def chaos_event_kind + Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind end def entry_point_status Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus @@ -916,11 +934,11 @@ def entry_point_status def chaos_status Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus end - def host_isolation_mode - Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode + def service_correlation_scheme + Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme end - def deployment_status - Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus + def move_cost + Azure::ServiceFabric::V6_4_0_36::Models::MoveCost end def compose_deployment_status Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus @@ -928,11 +946,11 @@ def compose_deployment_status def compose_deployment_upgrade_state Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState end - def chaos_schedule_status - Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus + def replicator_operation_name + Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName end - def chaos_event_kind - Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind + def partition_access_status + Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus end def partition_scheme Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme @@ -940,11 +958,11 @@ def partition_scheme def service_operation_name Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName end - def service_correlation_scheme - Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme + def service_type_registration_status + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus end - def move_cost - Azure::ServiceFabric::V6_4_0_36::Models::MoveCost + def service_endpoint_role + Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole end def fabric_replica_status Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus @@ -952,11 +970,11 @@ def fabric_replica_status def replica_kind Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind end - def replicator_operation_name - Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName + def package_sharing_policy_scope + Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope end - def partition_access_status - Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus + def property_value_kind + Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind end def operation_state Azure::ServiceFabric::V6_4_0_36::Models::OperationState @@ -964,11 +982,11 @@ def operation_state def operation_type Azure::ServiceFabric::V6_4_0_36::Models::OperationType end - def service_type_registration_status - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus + def retention_policy_type + Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType end - def service_endpoint_role - Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole + def backup_storage_kind + Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind end def property_batch_operation_kind Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind @@ -976,11 +994,11 @@ def property_batch_operation_kind def property_batch_info_kind Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind end - def package_sharing_policy_scope - Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope + def backup_suspension_scope + Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope end - def property_value_kind - Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind + def restore_state + Azure::ServiceFabric::V6_4_0_36::Models::RestoreState end def backup_schedule_kind Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind @@ -988,11 +1006,11 @@ def backup_schedule_kind def backup_policy_scope Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope end - def retention_policy_type - Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType + def day_of_week + Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek end - def backup_storage_kind - Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind + def impact_level + Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel end def backup_schedule_frequency_type Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType @@ -1000,11 +1018,11 @@ def backup_schedule_frequency_type def backup_state Azure::ServiceFabric::V6_4_0_36::Models::BackupState end - def backup_suspension_scope - Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope + def backup_entity_kind + Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind end - def restore_state - Azure::ServiceFabric::V6_4_0_36::Models::RestoreState + def repair_task_health_check_state + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState end def repair_impact_kind Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind @@ -1012,11 +1030,11 @@ def repair_impact_kind def repair_target_kind Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind end - def backup_entity_kind - Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind + def result_status + Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus end - def impact_level - Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel + def secret_kind + Azure::ServiceFabric::V6_4_0_36::Models::SecretKind end def scaling_trigger_kind Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind @@ -1024,11 +1042,11 @@ def scaling_trigger_kind def scaling_mechanism_kind Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind end - def result_status - Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus + def resource_status + Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus end - def repair_task_health_check_state - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState + def network_kind + Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind end def volume_provider Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider @@ -1036,11 +1054,11 @@ def volume_provider def size_types Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes end - def resource_status - Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus + def application_scoped_volume_kind + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind end - def secret_kind - Azure::ServiceFabric::V6_4_0_36::Models::SecretKind + def auto_scaling_mechanism_kind + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind end def header_match_type Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType @@ -1048,11 +1066,11 @@ def header_match_type def operating_system_type Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType end - def application_scoped_volume_kind - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind + def diagnostics_sink_kind + Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind end - def network_kind - Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind + def node_status_filter + Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter end def auto_scaling_metric_kind Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind @@ -1060,39 +1078,27 @@ def auto_scaling_metric_kind def auto_scaling_resource_metric_name Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName end - def day_of_week - Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek - end - def auto_scaling_mechanism_kind - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind - end - def replica_health_report_service_kind - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind - end - def data_loss_mode - Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode - end def auto_scaling_trigger_kind Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind end - def diagnostics_sink_kind - Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind - end - def restart_partition_mode - Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode + def quorum_loss_mode + Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode end def backup_type Azure::ServiceFabric::V6_4_0_36::Models::BackupType end - def quorum_loss_mode - Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode - end - def node_status_filter - Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter + def data_loss_mode + Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode end def node_transition_type Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType end + def restart_partition_mode + Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode + end + def replica_health_report_service_kind + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind + end def operation_status Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus end @@ -2287,38 +2293,38 @@ def time_based_backup_schedule_description def partition_backup_configuration_info Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupConfigurationInfo end + def container_state + Azure::ServiceFabric::V6_4_0_36::Models::ContainerState + end def application_backup_entity Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupEntity end def service_backup_entity Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupEntity end - def container_state - Azure::ServiceFabric::V6_4_0_36::Models::ContainerState - end - def partition_backup_entity - Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity + def resource_requests + Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests end def node_repair_impact_description Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairImpactDescription end - def resource_requests - Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests + def resource_requirements + Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements end def average_partition_load_scaling_trigger Azure::ServiceFabric::V6_4_0_36::Models::AveragePartitionLoadScalingTrigger end - def resource_requirements - Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements + def node_repair_target_description + Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairTargetDescription end - def partition_instance_count_scale_mechanism - Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism + def partition_backup_entity + Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity end def average_service_load_scaling_trigger Azure::ServiceFabric::V6_4_0_36::Models::AverageServiceLoadScalingTrigger end - def node_repair_target_description - Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairTargetDescription + def partition_instance_count_scale_mechanism + Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism end def add_remove_incremental_named_partition_scaling_mechanism Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveIncrementalNamedPartitionScalingMechanism @@ -2326,52 +2332,46 @@ def add_remove_incremental_named_partition_scaling_mechanism def application_created_event Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCreatedEvent end - def application_deleted_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent - end - def application_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent - end def image_registry_credential Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential end def resource_limits Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits end - def application_upgrade_domain_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent - end def application_health_report_expired_event Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthReportExpiredEvent end - def application_upgrade_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent + def application_deleted_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent + end + def application_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent end def environment_variable Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable end + def application_upgrade_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent + end + def application_upgrade_domain_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent + end def application_upgrade_rollback_completed_event Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackCompletedEvent end def application_upgrade_rollback_started_event Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackStartedEvent end - def application_upgrade_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent - end - def deployed_application_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent - end end end module Mgmt ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType - Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version + Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application Clusters = Azure::ServiceFabric::Mgmt::V2018_02_01::Clusters - ClusterVersions = Azure::ServiceFabric::Mgmt::V2018_02_01::ClusterVersions Operations = Azure::ServiceFabric::Mgmt::V2018_02_01::Operations + ClusterVersions = Azure::ServiceFabric::Mgmt::V2018_02_01::ClusterVersions module Models ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource @@ -2386,12 +2386,12 @@ module Models RollingUpgradeMonitoringPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy ApplicationTypeResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList - VersionResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResourceList ApplicationUpgradePolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationUpgradePolicy - NamedPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription ServiceResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList + VersionResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResourceList SingletonPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription + NamedPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription ApplicationTypeResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource @@ -2404,41 +2404,41 @@ module Models StatelessServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties + Resource = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource ClusterListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult CertificateDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription - Resource = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource ErrorModel = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel Cluster = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster ServerCertificateCommonNames = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames - ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy + ApplicationDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy ServerCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName ClusterUpdateParameters = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpdateParameters - ApplicationDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy - ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult OperationResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult - ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult - ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy + ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult ErrorModelError = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError + ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult OperationListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy + ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName + ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails SettingsParameterDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription + ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy SettingsSectionDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription EndpointRangeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription NodeTypeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription - DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig - ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState end class ServiceFabricManagementClass - attr_reader :application_type, :service, :version, :application, :clusters, :cluster_versions, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :application_type, :version, :service, :application, :clusters, :operations, :cluster_versions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -2449,8 +2449,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @application_type = @client_0.application_type - @service = @client_0.service @version = @client_0.version + @service = @client_0.service @application = @client_0.application @client_1 = Azure::ServiceFabric::Mgmt::V2018_02_01::ServiceFabricManagementClient.new(configurable.credentials, base_url, options) @@ -2459,8 +2459,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_1) @clusters = @client_1.clusters - @cluster_versions = @client_1.cluster_versions @operations = @client_1.operations + @cluster_versions = @client_1.cluster_versions @model_classes = ModelClasses.new end @@ -2517,24 +2517,24 @@ def application_type_resource_list def application_resource_list Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList end - def version_resource_list - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResourceList - end def application_upgrade_policy Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationUpgradePolicy end - def named_partition_scheme_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription - end def service_resource_list Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList end + def version_resource_list + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResourceList + end def singleton_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription end def uniform_int64_range_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription end + def named_partition_scheme_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription + end def application_type_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource end @@ -2571,15 +2571,15 @@ def stateful_service_properties def stateful_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties end + def resource + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource + end def cluster_list_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult end def certificate_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription end - def resource - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource - end def error_model Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel end @@ -2589,8 +2589,8 @@ def cluster def server_certificate_common_names Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames end - def service_type_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy + def application_delta_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy end def server_certificate_common_name Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName @@ -2598,27 +2598,24 @@ def server_certificate_common_name def cluster_update_parameters Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpdateParameters end - def application_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy + def operation_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult end def cluster_code_versions_list_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult end - def operation_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult + def error_model_error + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError end def cluster_code_versions_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult end - def application_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy - end - def error_model_error - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError - end def operation_list_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult end + def diagnostics_storage_account_config + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig + end def cluster_upgrade_policy Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy end @@ -2634,9 +2631,15 @@ def azure_active_directory def service_type_health_policy Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy end + def service_type_delta_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy + end def client_certificate_common_name Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName end + def provisioning_state + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + end def client_certificate_thumbprint Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint end @@ -2649,6 +2652,9 @@ def cluster_version_details def settings_parameter_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription end + def application_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy + end def settings_section_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription end @@ -2658,12 +2664,6 @@ def endpoint_range_description def node_type_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription end - def diagnostics_storage_account_config - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig - end - def provisioning_state - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState - 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 ac85e132e7..b236676fe7 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -12,8 +12,10 @@ module Mgmt Usages = Azure::Signalr::Mgmt::V2018_03_01_preview::Usages module Models - SignalRUsage = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage + SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + SignalRUsage = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage + OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource @@ -27,16 +29,14 @@ module Models SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList SignalRUsageList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters - SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys Dimension = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension - OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties + SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability + SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters SignalRUsageName = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource - SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability end class SignalrManagementClass @@ -71,12 +71,18 @@ def method_missing(method, *args) end class ModelClasses - def signal_rusage - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage + def signal_rcreate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters end def signal_rsku_tier Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier end + def signal_rusage + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage + end + def operation_properties + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties + end def tracked_resource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource end @@ -116,21 +122,21 @@ def signal_rusage_list def name_availability_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end - def signal_rcreate_or_update_properties - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - end - def signal_rkeys - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys - end def dimension Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension end - def operation_properties - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties + def signal_rcreate_or_update_properties + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties end def metric_specification Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification 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 + end def signal_rupdate_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters end @@ -140,12 +146,6 @@ def signal_rusage_name def signal_rresource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource end - def signal_rcreate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - end - def name_availability - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability - 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 7f2747ef58..8b1b5807d2 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -13,15 +13,15 @@ module Models ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck + ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode - ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error + ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode end class SpellCheckDataClass @@ -68,12 +68,12 @@ def response_base def answer Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end - def error_sub_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode - end def spell_check Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck end + def error_sub_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + end def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion end @@ -86,15 +86,15 @@ def identifiable def mode Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode end - def error_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - end def error_type Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType end def error Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end + def error_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode + end end end end diff --git a/azure_sdk/lib/latest/modules/sql_profile_module.rb b/azure_sdk/lib/latest/modules/sql_profile_module.rb index 65e93f0758..0530391adf 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -52,6 +52,8 @@ module Mgmt Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations + ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs @@ -59,13 +61,13 @@ module Mgmt ExtendedDatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedDatabaseBlobAuditingPolicies ExtendedServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedServerBlobAuditingPolicies ServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerBlobAuditingPolicies + DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments - DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials + DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions - DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions @@ -74,8 +76,7 @@ module Mgmt ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions SensitivityLabels = Azure::SQL::Mgmt::V2017_03_01_preview::SensitivityLabels - ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations - ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases + ManagedInstanceTdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::ManagedInstanceTdeCertificates Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools @@ -85,19 +86,19 @@ module Mgmt InstanceFailoverGroups = Azure::SQL::Mgmt::V2017_10_01_preview::InstanceFailoverGroups BackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_10_01_preview::BackupShortTermRetentionPolicies TdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::TdeCertificates - ManagedInstanceTdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::ManagedInstanceTdeCertificates module Models - ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity - ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity - TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity + GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy - DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy + TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState - MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType + MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition @@ -120,17 +121,17 @@ module Models ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType - AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType - PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState - TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus - QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit - ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole @@ -150,6 +151,7 @@ module Models ElasticPoolPerDatabaseMaxDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability ReplicationLinkListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult CheckNameAvailabilityResponse = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse + RecommendedElasticPoolListMetricsResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult SloUsageMetric = Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric GeoBackupPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult TableAuditingPolicyProperties = Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties @@ -170,44 +172,43 @@ module Models MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric + MetricDefinition = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval - MetricDefinition = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition - RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult - RecommendedElasticPoolListMetricsResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult - QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability - TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult - ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability - DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries - AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult + QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult - ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy - RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase - BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase - DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy - RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex - ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption - DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration - DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase + ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule - GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy + DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse - ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest - ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink - 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 + RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool + ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity + AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus - IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable - SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay @@ -245,41 +246,40 @@ module Models SyncAgentKeyProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties SyncFullSchemaProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult - FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate - SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult + FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions - RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties - EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector - Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult + RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning - FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup - ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance - SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent - SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin + SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy - 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 - AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule + SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom + SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod + ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType 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 - ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult @@ -306,12 +306,12 @@ module Models ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy - ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities - JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential @@ -328,20 +328,20 @@ module Models RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType - JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType - JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle + ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType - ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType - LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState - ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName SensitivityLabelSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState - VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy @@ -352,8 +352,8 @@ module Models CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource - ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource + ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties @@ -387,10 +387,10 @@ module Models ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability - LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability + Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability - Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings @@ -402,24 +402,24 @@ module Models VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit LogSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit - DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType - DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database - InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole - CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode + ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy - ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku 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, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryption_activities, :transparent_data_encryptions, :database_table_auditing_policies, :server_table_auditing_policies, :server_usages, :database_connection_policies, :database_usages, :server_advisors, :database_advisors, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :operations, :servers, :firewall_rules, :server_security_alert_policies, :backup_long_term_retention_policies, :jobs, :restore_points, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :database_blob_auditing_policies, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :long_term_retention_backups, :managed_databases, :job_versions, :sensitivity_labels, :server_automatic_tuning_operations, :server_dns_aliases, :databases, :database_operations, :elastic_pools, :capabilities, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :configurable, :base_url, :options, :model_classes + 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, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryption_activities, :transparent_data_encryptions, :database_table_auditing_policies, :server_table_auditing_policies, :server_usages, :database_connection_policies, :database_usages, :server_advisors, :database_advisors, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :operations, :servers, :firewall_rules, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :backup_long_term_retention_policies, :jobs, :restore_points, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :job_agents, :job_credentials, :data_warehouse_user_activities_operations, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :long_term_retention_backups, :managed_databases, :job_versions, :sensitivity_labels, :managed_instance_tde_certificates, :databases, :database_operations, :elastic_pools, :capabilities, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -486,6 +486,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations + @server_dns_aliases = @client_2.server_dns_aliases @server_security_alert_policies = @client_2.server_security_alert_policies @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies @jobs = @client_2.jobs @@ -493,13 +495,13 @@ def initialize(configurable, base_url=nil, options=nil) @extended_database_blob_auditing_policies = @client_2.extended_database_blob_auditing_policies @extended_server_blob_auditing_policies = @client_2.extended_server_blob_auditing_policies @server_blob_auditing_policies = @client_2.server_blob_auditing_policies + @database_blob_auditing_policies = @client_2.database_blob_auditing_policies @database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines @database_vulnerability_assessments = @client_2.database_vulnerability_assessments - @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations @job_agents = @client_2.job_agents @job_credentials = @client_2.job_credentials + @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations @job_executions = @client_2.job_executions - @database_blob_auditing_policies = @client_2.database_blob_auditing_policies @job_step_executions = @client_2.job_step_executions @job_steps = @client_2.job_steps @job_target_executions = @client_2.job_target_executions @@ -508,14 +510,13 @@ def initialize(configurable, base_url=nil, options=nil) @managed_databases = @client_2.managed_databases @job_versions = @client_2.job_versions @sensitivity_labels = @client_2.sensitivity_labels - @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations - @server_dns_aliases = @client_2.server_dns_aliases @client_3 = Azure::SQL::Mgmt::V2017_10_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @client_3.subscription_id = configurable.subscription_id end add_telemetry(@client_3) + @managed_instance_tde_certificates = @client_3.managed_instance_tde_certificates @databases = @client_3.databases @database_operations = @client_3.database_operations @elastic_pools = @client_3.elastic_pools @@ -525,7 +526,6 @@ def initialize(configurable, base_url=nil, options=nil) @instance_failover_groups = @client_3.instance_failover_groups @backup_short_term_retention_policies = @client_3.backup_short_term_retention_policies @tde_certificates = @client_3.tde_certificates - @managed_instance_tde_certificates = @client_3.managed_instance_tde_certificates @model_classes = ModelClasses.new end @@ -550,17 +550,20 @@ def method_missing(method, *args) end class ModelClasses - def elastic_pool_activity - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity + def geo_backup_policy + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy + end + def service_objective + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + end + def server_communication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink end def elastic_pool_database_activity Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity end - def transparent_data_encryption_activity - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity - end - def service_objective - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + def database_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy end def database_table_auditing_policy Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy @@ -568,18 +571,18 @@ def database_table_auditing_policy def server_table_auditing_policy Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy end - def database_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy + def transparent_data_encryption_activity + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity end def backup_long_term_retention_policy_state Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState end - def max_size_units - Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits - end def server_connection_type Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType end + def max_size_units + Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits + end def check_name_availability_reason Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason end @@ -646,8 +649,8 @@ def geo_backup_policy_state def storage_key_type Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType end - def authentication_type - Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + def primary_aggregation_type + Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType end def query_aggregation_function Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction @@ -658,8 +661,8 @@ def query_execution_type def query_observed_metric_type Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType end - def primary_aggregation_type - Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + def query_metric_unit + Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit end def unit_definition_type Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType @@ -667,17 +670,17 @@ def unit_definition_type def server_state Azure::SQL::Mgmt::V2014_04_01::Models::ServerState end - def transparent_data_encryption_activity_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + def authentication_type + Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType end - def query_metric_unit - Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit + def replication_state + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState end def server_version Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion end - def replication_state - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + def transparent_data_encryption_activity_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus end def metric_name Azure::SQL::Mgmt::V2014_04_01::Models::MetricName @@ -736,6 +739,9 @@ def replication_link_list_result def check_name_availability_response Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse end + def recommended_elastic_pool_list_metrics_result + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult + end def slo_usage_metric Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric end @@ -796,98 +802,95 @@ def backup_long_term_retention_policy_list_result def query_metric Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric end + def metric_definition + Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition + 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 end - def metric_definition - Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition - end - def recoverable_database_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult - end - def recommended_elastic_pool_list_metrics_result - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult - end - def query_statistic - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic - end def metric_availability Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability end - def top_queries_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult - end - def elastic_pool_dtu_capability - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + 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 top_queries - Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries + def recoverable_database_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult end - def advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + def query_statistic + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic end def query_statistic_list_result Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult end - def server_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy + def advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end - def restorable_dropped_database - Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase + def elastic_pool_dtu_capability + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability end - def backup_long_term_retention_vault - Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + def top_queries_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult end def recoverable_database Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase end - def database_security_alert_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + def backup_long_term_retention_vault + Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault end - def recommended_index - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + def transparent_data_encryption + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption end def service_tier_advisor Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor end - def transparent_data_encryption - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + def restorable_dropped_database + Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end - def disaster_recovery_configuration - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration + def server_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy + end + def data_masking_rule + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule end def data_masking_policy Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy end - def data_masking_rule - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule + def recommended_index + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex end - def geo_backup_policy - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy + def database_security_alert_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + end + def disaster_recovery_configuration + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration end def import_export_response Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse end - def replication_link - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink - end def import_request Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest end - def server_communication_link - Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + def replication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + end + def server_azure_adadministrator + Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator end def recommended_elastic_pool Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool end - def server_azure_adadministrator - Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + def elastic_pool_activity + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity + end + def automatic_tuning_mode + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode end def advisor_status Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus @@ -895,14 +898,8 @@ def advisor_status def auto_execute_status Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus end - def is_retryable - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable - end - def sync_direction - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - end - def identity_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + def server_update + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate end def sync_member_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState @@ -910,6 +907,12 @@ def sync_member_state def virtual_network_rule_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end + def automatic_tuning_disabled_reason + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + end + def sync_direction + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + end def virtual_network_rule_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult end @@ -1021,89 +1024,89 @@ def sync_full_schema_properties def sync_member_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult end - def failover_group_update - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate - end - def sync_agent_linked_database_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult - end def firewall_rule_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult end + def failover_group_update + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate + end def automatic_tuning_options Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions end - def recommended_action - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction - end def sync_database_id_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties end - def encryption_protector - Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector + def sync_agent_linked_database_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult end - def advisor - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + def recommended_action + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end def database_automatic_tuning Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning end - def firewall_rule - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor end def failover_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end - def server_key - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + def encryption_protector + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector end def managed_instance Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance end - def sync_group - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + def proxy_resource_with_writable_name + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end def sync_agent Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end - def sync_member - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + def server_key + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end def operation_origin Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin end + def sync_agent_linked_database + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + end + def subscription_usage + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage + end def recommended_action_current_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end - def proxy_resource_with_writable_name - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName - end def recommended_action_initiated_by Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy end - def implementation_method - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod - end - 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 + def firewall_rule + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule end - def automatic_tuning_mode - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode + def sync_member + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember end - def automatic_tuning_disabled_reason - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + def is_retryable + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom end + def sync_group + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + end + def implementation_method + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod + end + def server_key_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + end def failover_group_replication_role Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole end - def server - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + 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 @@ -1120,11 +1123,8 @@ def sync_conflict_resolution_policy def sync_group_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end - def server_key_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - end - def server_update - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + def server + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server end def job_step_action Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction @@ -1204,24 +1204,24 @@ def extended_server_blob_auditing_policy def server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end - def import_export_operation_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - end def database_vulnerability_assessment_rule_baseline Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline end def job_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult 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 end - def job_agent - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent - end def job_schedule Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end + def job_agent + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent + end def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution end @@ -1270,20 +1270,20 @@ def job_target_type def job_step_output_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType end - def job_step_action_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + def provisioning_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState end def job_execution_lifecycle Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle end - def provisioning_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + def managed_database_create_mode + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode end def job_target_group_membership_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType end - def managed_database_status - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + def job_step_action_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType end def job_step_action_source Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource @@ -1294,11 +1294,11 @@ def automatic_tuning_server_mode def restore_point_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType end - def long_term_retention_database_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState + def managed_database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end - def managed_database_create_mode - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + def vulnerability_assessment_policy_baseline_name + Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end def sensitivity_label_source Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource @@ -1309,8 +1309,8 @@ def automatic_tuning_server_reason def security_alert_policy_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState end - def vulnerability_assessment_policy_baseline_name - Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + def long_term_retention_database_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState end def job Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job @@ -1342,12 +1342,12 @@ def performance_level_unit def tracked_resource Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource end - def resource_move_definition - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition - end def proxy_resource Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource end + def resource_move_definition + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + end def sample_name Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName end @@ -1447,8 +1447,8 @@ def instance_failover_group_list_result def performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability end - def license_type_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability + def resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource end def partner_region_info Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo @@ -1456,8 +1456,8 @@ def partner_region_info def service_objective_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability end - def resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + def license_type_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability end def database_vulnerability_assessment_scans_export Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport @@ -1492,23 +1492,23 @@ def max_size_unit def log_size_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit end - def database_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + def database + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database end def database_read_scale Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale end - def database - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database + def elastic_pool_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType end - def instance_failover_group_replication_role - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole + def database_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType end def capability_group Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup end - def elastic_pool_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + def instance_failover_group_replication_role + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole end def elastic_pool Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool @@ -1519,15 +1519,15 @@ def elastic_pool_update def create_mode Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode end + def read_write_endpoint_failover_policy + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy + end def database_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult end def read_only_endpoint_failover_policy Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy end - def read_write_endpoint_failover_policy - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy - end def database_update Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate end diff --git a/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb b/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb index 25ec41b323..f1fa46adfa 100644 --- a/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb @@ -8,11 +8,13 @@ module Azure::Profiles::Latest module Sqlvirtualmachine module Mgmt AvailabilityGroupListeners = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::AvailabilityGroupListeners - SqlVirtualMachineGroups = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::SqlVirtualMachineGroups Operations = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Operations + SqlVirtualMachineGroups = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::SqlVirtualMachineGroups SqlVirtualMachines = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::SqlVirtualMachines module Models + SqlVirtualMachineGroupListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult + LoadBalancerConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::LoadBalancerConfiguration WsfcDomainCredentials = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::WsfcDomainCredentials PrivateIPAddress = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::PrivateIPAddress ServerConfigurationsManagementSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ServerConfigurationsManagementSettings @@ -31,33 +33,31 @@ module Models ProxyResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ProxyResource AvailabilityGroupListener = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListener SqlVirtualMachineGroup = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup - TrackedResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource - SqlVmGroupImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku Resource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Resource + SqlVmGroupImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku + TrackedResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource SqlServerLicenseType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType ClusterManagerType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterManagerType SqlVirtualMachine = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachine SqlImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlImageSku BackupScheduleType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::BackupScheduleType - FullBackupFrequencyType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::FullBackupFrequencyType - ClusterConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration OperationDisplay = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay - DiskConfigurationType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType + ClusterConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration Operation = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation - SqlWorkloadType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType + FullBackupFrequencyType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::FullBackupFrequencyType OperationListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult + SqlWorkloadType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType + DiskConfigurationType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType ConnectivityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ConnectivityType OperationOrigin = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationOrigin ScaleType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType IdentityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::IdentityType DayOfWeek = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DayOfWeek ResourceIdentity = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ResourceIdentity - SqlVirtualMachineGroupListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult - LoadBalancerConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::LoadBalancerConfiguration end class SqlvirtualmachineManagementClass - attr_reader :availability_group_listeners, :sql_virtual_machine_groups, :operations, :sql_virtual_machines, :configurable, :base_url, :options, :model_classes + attr_reader :availability_group_listeners, :operations, :sql_virtual_machine_groups, :sql_virtual_machines, :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) end add_telemetry(@client_0) @availability_group_listeners = @client_0.availability_group_listeners - @sql_virtual_machine_groups = @client_0.sql_virtual_machine_groups @operations = @client_0.operations + @sql_virtual_machine_groups = @client_0.sql_virtual_machine_groups @sql_virtual_machines = @client_0.sql_virtual_machines @model_classes = ModelClasses.new @@ -89,6 +89,12 @@ def method_missing(method, *args) end class ModelClasses + def sql_virtual_machine_group_list_result + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult + end + def load_balancer_configuration + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::LoadBalancerConfiguration + end def wsfc_domain_credentials Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::WsfcDomainCredentials end @@ -143,14 +149,14 @@ def availability_group_listener def sql_virtual_machine_group Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup end - def tracked_resource - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource + def resource + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Resource end def sql_vm_group_image_sku Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku end - def resource - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Resource + def tracked_resource + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource end def sql_server_license_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType @@ -167,27 +173,27 @@ def sql_image_sku def backup_schedule_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::BackupScheduleType end - def full_backup_frequency_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::FullBackupFrequencyType - end - def cluster_configuration - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration - end def operation_display Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay end - def disk_configuration_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType + def cluster_configuration + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration end def operation Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation end - def sql_workload_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType + def full_backup_frequency_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::FullBackupFrequencyType end def operation_list_result Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult end + def sql_workload_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType + end + def disk_configuration_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType + end def connectivity_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ConnectivityType end @@ -206,12 +212,6 @@ def day_of_week def resource_identity Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ResourceIdentity end - def sql_virtual_machine_group_list_result - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult - end - def load_balancer_configuration - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::LoadBalancerConfiguration - 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 4b4e10b345..42ffab7e11 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -17,6 +17,8 @@ module Mgmt module Models StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies ManagementPoliciesRulesSetParameter = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter + StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult + ListServiceSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse LegalHold = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold LegalHoldProperties = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction @@ -25,27 +27,26 @@ module Models ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties BlobContainer = Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy - MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification - ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem - ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode - TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource - Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems + TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource KeySource = Azure::Storage::Mgmt::V2018_07_01::Models::KeySource - SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource + ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem SignedResourceTypes = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes HttpProtocol = Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol - LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState - IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass + PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess LeaseStatus = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus - ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource + IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration - PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess State = Azure::Storage::Mgmt::V2018_07_01::Models::State - ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState + ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason NetworkRuleSet = Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters @@ -55,9 +56,9 @@ module Models EncryptionService = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult Encryption = Azure::Storage::Mgmt::V2018_07_01::Models::Encryption + StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters Endpoints = Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints CustomDomain = Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain - StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters UsageListResult = Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult UsageName = Azure::Storage::Mgmt::V2018_07_01::Models::UsageName EncryptionServices = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices @@ -66,6 +67,8 @@ module Models VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule AccessTier = Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier Kind = Azure::Storage::Mgmt::V2018_07_01::Models::Kind + AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + KeyPermission = Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission GeoReplicationStats = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats DeleteRetentionPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::DeleteRetentionPolicy CorsRules = Azure::Storage::Mgmt::V2018_07_01::Models::CorsRules @@ -73,15 +76,13 @@ module Models BlobServiceProperties = Azure::Storage::Mgmt::V2018_07_01::Models::BlobServiceProperties DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction GeoReplicationStatus = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus - AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus - KeyPermission = Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission UsageUnit = Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + StorageAccountExpand = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource - StorageAccountExpand = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult @@ -90,15 +91,14 @@ module Models Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage - SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension - AccountSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters - ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse + SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability + MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku + ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse + AccountSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters ServiceSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters KeyVaultProperties = Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties - StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult - ListServiceSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse end class StorageManagementClass @@ -150,6 +150,12 @@ def storage_account_management_policies def management_policies_rules_set_parameter Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter end + def storage_sku_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult + end + def list_service_sas_response + Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse + end def legal_hold Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold end @@ -174,23 +180,14 @@ def blob_container def immutability_policy Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy end - def metric_specification - Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification - end - def list_container_item - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem - end - def reason_code - Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode + def list_container_items + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems end def tracked_resource Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource end - def bypass - Azure::Storage::Mgmt::V2018_07_01::Models::Bypass - end - def list_container_items - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems + def reason_code + Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode end def proxy_resource Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource @@ -201,8 +198,8 @@ def azure_entity_resource def key_source Azure::Storage::Mgmt::V2018_07_01::Models::KeySource end - def signed_resource - Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource + def list_container_item + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem end def signed_resource_types Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes @@ -210,33 +207,39 @@ def signed_resource_types def http_protocol Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol end - def lease_state - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState + def bypass + Azure::Storage::Mgmt::V2018_07_01::Models::Bypass end - def iprule - Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + def public_access + Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess end def lease_status Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus end - def immutability_policy_update_type - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + def signed_resource + Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource + end + def iprule + Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + end + def immutability_policy_state + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + end + def lease_state + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState end def lease_duration Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration end - def public_access - Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess - end def state Azure::Storage::Mgmt::V2018_07_01::Models::State end - def immutability_policy_state - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState - end def provisioning_state Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState end + def immutability_policy_update_type + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + end def reason Azure::Storage::Mgmt::V2018_07_01::Models::Reason end @@ -264,15 +267,15 @@ def storage_account_list_keys_result def encryption Azure::Storage::Mgmt::V2018_07_01::Models::Encryption end + def storage_account_regenerate_key_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters + end def endpoints Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints end def custom_domain Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain end - def storage_account_regenerate_key_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters - end def usage_list_result Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult end @@ -297,6 +300,12 @@ def access_tier def kind Azure::Storage::Mgmt::V2018_07_01::Models::Kind end + def account_status + Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + end + def key_permission + Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission + end def geo_replication_stats Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats end @@ -318,15 +327,12 @@ def default_action def geo_replication_status Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus end - def account_status - Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus - end - def key_permission - Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission - end def usage_unit Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit end + def storage_account_expand + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand + end def services Azure::Storage::Mgmt::V2018_07_01::Models::Services end @@ -342,9 +348,6 @@ def storage_account_update_parameters def resource Azure::Storage::Mgmt::V2018_07_01::Models::Resource end - def storage_account_expand - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand - end def operation_display Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay end @@ -369,20 +372,23 @@ def sku_name def usage Azure::Storage::Mgmt::V2018_07_01::Models::Usage end + def dimension + Azure::Storage::Mgmt::V2018_07_01::Models::Dimension + end def skucapability Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability end - def dimension - Azure::Storage::Mgmt::V2018_07_01::Models::Dimension + def metric_specification + Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification end - def account_sas_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters + def sku + Azure::Storage::Mgmt::V2018_07_01::Models::Sku end def list_account_sas_response Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse end - def sku - Azure::Storage::Mgmt::V2018_07_01::Models::Sku + def account_sas_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters end def service_sas_parameters Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters @@ -390,12 +396,6 @@ def service_sas_parameters def key_vault_properties Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties end - def storage_sku_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult - end - def list_service_sas_response - Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse - 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 885a6cfe6c..a349ad1470 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -11,20 +11,22 @@ module Mgmt Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts - Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups + BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices 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 + Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials - Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs module Models + DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage @@ -32,11 +34,11 @@ module Models AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule - NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting @@ -49,64 +51,64 @@ module Models HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo - NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings - Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential - AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope - AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType + NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer - AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus - BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings + AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus + ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction - RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType - VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType - DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus - ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus 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 + DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek - EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory - DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType - KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus - HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit - MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus - ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus - NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus - RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource + BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule @@ -136,9 +138,9 @@ module Models ScheduleRecurrence = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleRecurrence SymmetricEncryptedSecret = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SymmetricEncryptedSecret NicIPv6 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time AcsConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration StorageAccountCredentialList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time AlertErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails BaseModel = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel PublicKey = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::PublicKey @@ -153,41 +155,39 @@ module Models 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 - DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch - WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage + DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch 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 JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest - JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList - ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList - NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest - NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails - MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter - MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList + ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings - DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end class StorSimple8000SeriesManagementClass - attr_reader :backup_policies, :managers, :access_control_records, :alerts, :backups, :cloud_appliances, :devices, :device_settings, :backup_schedules, :hardware_component_groups, :bandwidth_settings, :volume_containers, :volumes, :storage_account_credentials, :jobs, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :backup_policies, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :devices, :device_settings, :backup_schedules, :hardware_component_groups, :backups, :volume_containers, :volumes, :storage_account_credentials, :operations, :jobs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -201,18 +201,18 @@ def initialize(configurable, base_url=nil, options=nil) @managers = @client_0.managers @access_control_records = @client_0.access_control_records @alerts = @client_0.alerts - @backups = @client_0.backups + @bandwidth_settings = @client_0.bandwidth_settings @cloud_appliances = @client_0.cloud_appliances @devices = @client_0.devices @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 + @backups = @client_0.backups @volume_containers = @client_0.volume_containers @volumes = @client_0.volumes @storage_account_credentials = @client_0.storage_account_credentials - @jobs = @client_0.jobs @operations = @client_0.operations + @jobs = @client_0.jobs @model_classes = ModelClasses.new end @@ -231,6 +231,12 @@ def method_missing(method, *args) end class ModelClasses + def device_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + end + def metric_definition_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + end def volume_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList end @@ -252,20 +258,20 @@ def data_statistics def metric_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList end + def metric_availablity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + end def bandwidth_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end - def nic_ipv4 - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + def metric_data + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData end def access_control_record Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end - def backup_policy_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - end - def chap_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + def nic_ipv4 + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 end def backup Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup @@ -303,65 +309,65 @@ def manager def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo end - def network_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - end - def security_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings - end def encryption_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end - def time_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings - end - def updates - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + def security_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings end def storage_account_credential Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential end - def alert_scope - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope + def network_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings end - def alert_source_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType + def updates + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates end def volume_container Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer end - def alert_email_notification_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus + def time_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings end - def backup_job_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + def alert_source_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType end def alert_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus end + def alert_scope + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope + end def backup_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType end - def backup_policy_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + def volume_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType end def volume Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end + def backup_job_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + end + def recurrence_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + end def scheduled_backup_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus end - def controller_power_state_action - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + def alert_email_notification_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus end - def recurrence_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + def controller_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId end - def volume_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + def schedule_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus end - def device_configuration_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + def controller_power_state_action + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction end def encryption_algorithm Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm @@ -369,17 +375,17 @@ def encryption_algorithm def controller_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus end - def schedule_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + def device_configuration_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus end def device_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus end - def controller_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + def device_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType end - def virtual_machine_api_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + def backup_policy_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType end def authorization_eligibility Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility @@ -390,11 +396,11 @@ def authorization_status def day_of_week Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek 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 kind - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + def key_rollover_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus end def target_eligibility_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus @@ -402,11 +408,11 @@ def target_eligibility_status def in_eligibility_category Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory end - def device_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + def encryption_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus end - def key_rollover_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + def hardware_component_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus end def manager_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType @@ -417,8 +423,8 @@ def target_eligibility_result_code def feature_support_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus end - def hardware_component_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + def iscsiand_cloud_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus end def job_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType @@ -429,14 +435,14 @@ def net_interface_id def alert Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert end - def metric_unit - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + def job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus end def metric_aggregation_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType end - def job_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + def kind + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind end def ssl_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus @@ -444,14 +450,14 @@ def ssl_status def net_interface_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus end - def iscsiand_cloud_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + def authentication_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType end def network_mode Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode end - def authentication_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + def metric_unit + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit end def volume_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus @@ -462,21 +468,21 @@ def monitoring_status def owner_ship_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus end - def remote_management_mode_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration - end def job Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job end + def remote_management_mode_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + end def operation_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus 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_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + end def alert_severity Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity end @@ -564,15 +570,15 @@ def symmetric_encrypted_secret def nic_ipv6 Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end def acs_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration end def storage_account_credential_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - end def alert_error_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails end @@ -615,98 +621,92 @@ def hardware_component_group_list def job_error_item Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem end - 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 device_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch - end - def webproxy_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings - end def job_stage Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage end + def device_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + end + def device_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + 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 - def available_provider_operation_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList - end def job_error_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails end def backup_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList end - def list_failover_targets_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest - end - def job_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - end - def manager_intrinsic_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + def available_provider_operation_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList end def backup_schedule_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList end - def manager_sku - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + def list_failover_targets_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest end def bandwidth_setting_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList end - def network_adapter_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + def manager_intrinsic_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings end def clone_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest end - def network_adapters - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + def manager_sku + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku end def cloud_appliance_configuration_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList end - def manager_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + def network_adapter_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList end def security_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch end - def manager_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + def network_adapters + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters end def device_rollover_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails end - def metric_availablity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + def manager_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList end def dimension_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter end - def metric_data - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + def manager_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch end def available_provider_operation_display Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay end - def secondary_dnssettings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + def backup_policy_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList end - def device_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + def chap_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings end - def metric_definition_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + def secondary_dnssettings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings 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 0e68524f1a..a39d63fe15 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -16,21 +16,23 @@ module Mgmt Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations module Models - EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource - AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource - AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse - ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties - BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource - EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource + AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource + ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource + BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters @@ -51,12 +53,12 @@ module Models AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn AzureMachineLearningWebServiceInputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs ReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource - FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay - DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition + FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput + Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult OutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties - OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult 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 @@ -64,30 +66,28 @@ module Models StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation - StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource - StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding + StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn - OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties - ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus - Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input - FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult - Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob - Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function + ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation - FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput - AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding + OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties + StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob + FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties + AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding + Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function end class StreamAnalyticsManagementClass @@ -126,17 +126,14 @@ def method_missing(method, *args) end class ModelClasses - def event_hub_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties - end def azure_data_lake_store_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource end def power_bioutput_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource end - def document_db_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + def azure_machine_learning_web_service_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding end def service_bus_topic_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource @@ -144,33 +141,42 @@ def service_bus_topic_output_data_source def service_bus_queue_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource end - def azure_table_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + def event_hub_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end - def azure_sql_database_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + end + def event_hub_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource end def error_response Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse end - def reference_input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties - end - def blob_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + def azure_sql_database_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource end def blob_reference_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource end - def event_hub_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource + def azure_table_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource end - def io_thub_stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource + def document_db_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource end def event_hub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource end + def reference_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + end + def io_thub_stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource + end + def blob_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + end def blob_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource end @@ -231,14 +237,17 @@ def azure_machine_learning_web_service_inputs def reference_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource end - def function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding - end def operation_display Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay end - def diagnostic_condition - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition + def function_output + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput + end + def operation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + end + def operation_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult end def output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource @@ -246,9 +255,6 @@ def output_data_source def input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties end - def operation_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult - end def function_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties end @@ -270,20 +276,20 @@ def blob_data_source_properties def function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters end - def operation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation - end - def stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource - end def azure_sql_database_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties end def sub_resource Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource end - def streaming_job_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + def function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding + end + def stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + end + def diagnostic_condition + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition end def input_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult @@ -291,57 +297,51 @@ def input_list_result def azure_machine_learning_web_service_output_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn end - def oauth_based_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties + 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 end - def input - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input - end - def function_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + def transformation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation end - def output - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + def oauth_based_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties end - def subscription_quotas_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult + def streaming_job_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult end def streaming_job Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob end - def function - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function - end - def transformation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation - end - def function_output - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput + def function_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult end - def azure_machine_learning_web_service_function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding + def input + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input end def scalar_function_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties end + def avro_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization + end def sku Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku end def json_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - end - def avro_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - end def java_script_function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding end + def output + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + end + def function + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function + end end end end diff --git a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb index 860872bc3e..5107c69681 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -8,6 +8,7 @@ module Azure::Profiles::Latest module TextAnalytics module Models + DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageInput LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::LanguageBatchResultItem KeyPhraseBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::KeyPhraseBatchResultItem @@ -25,7 +26,6 @@ module Models EntitiesBatchResultV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultV2dot1 InternalError = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::InternalError MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageBatchInput - DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage end class TextAnalyticsDataClass @@ -57,6 +57,9 @@ def method_missing(method, *args) end class ModelClasses + def detected_language + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage + end def multi_language_input Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageInput end @@ -108,9 +111,6 @@ def internal_error def multi_language_batch_input Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageBatchInput end - def detected_language - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage - 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 863a0e519d..49ed7a7517 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -14,6 +14,7 @@ module Mgmt TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2018_04_01::TrafficManagerUserMetricsKeys module Models + MonitorConfigCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem MonitorConfigExpectedStatusCodeRangesItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigExpectedStatusCodeRangesItem EndpointPropertiesSubnetsItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesSubnetsItem MonitorConfig = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfig @@ -28,21 +29,20 @@ module Models TrafficManagerNameAvailability = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerNameAvailability HeatMapModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapModel UserMetricsModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel - ProxyResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource - TrackedResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource ProfileListResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy - EndpointStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus + TrackedResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource MonitorProtocol = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol - ProfileStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus - TrafficViewEnrollmentStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus + EndpointStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus + ProxyResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod + TrafficViewEnrollmentStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus + ProfileStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint - MonitorConfigCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem end class TrafficManagerManagementClass @@ -79,6 +79,9 @@ def method_missing(method, *args) end class ModelClasses + def monitor_config_custom_headers_item + Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem + end def monitor_config_expected_status_code_ranges_item Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigExpectedStatusCodeRangesItem end @@ -121,20 +124,14 @@ def heat_map_model def user_metrics_model Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel end - def proxy_resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource - end - def tracked_resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource - end def profile_list_result Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult end def traffic_manager_geographic_hierarchy Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy end - def endpoint_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus + def tracked_resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource end def endpoint_monitor_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus @@ -145,27 +142,30 @@ def resource def monitor_protocol Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol end - def profile_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus - end def profile_monitor_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus end - def traffic_view_enrollment_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus + def endpoint_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus + end + def proxy_resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource end def traffic_routing_method Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod end + def traffic_view_enrollment_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus + end + def profile_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus + end def profile Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile end def endpoint Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint end - def monitor_config_custom_headers_item - Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem - end end end end diff --git a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb index efb27ea438..b4480d5f69 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,15 +9,16 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule + TrendingVideosTile = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile Videos = Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos TrendingVideos = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos VideoDetails = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails VideoQueryScenario = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario VideoLength = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength - TrendingVideosTile = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile VideoPricing = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing - VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext @@ -37,10 +38,9 @@ module Models MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory - Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule end class VideoSearchDataClass @@ -73,6 +73,12 @@ def method_missing(method, *args) end class ModelClasses + def videos_module + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule + end + def trending_videos_tile + Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile + end def videos Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos end @@ -88,18 +94,15 @@ def video_query_scenario def video_length Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength end - def trending_videos_tile - Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile - end def video_pricing Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing end - def video_resolution - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution - end def error_response Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse end + def video_resolution + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution + end def video_insight_module Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule end @@ -157,18 +160,15 @@ def error_sub_code def freshness Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness end + def error + Azure::CognitiveServices::VideoSearch::V1_0::Models::Error + end def trending_videos_category Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory end def trending_videos_subcategory Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory end - def error - Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - end - def videos_module - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule - end end end end diff --git a/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb b/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb index 15a91ab219..33de1d9965 100644 --- a/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb @@ -9,6 +9,8 @@ module VisualSearch Images = Azure::CognitiveServices::VisualSearch::V1_0::Images module Models + Currency = Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency + ItemAvailability = Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability ErrorResponse = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse Person = Azure::CognitiveServices::VisualSearch::V1_0::Models::Person ResponseBase = Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase @@ -24,18 +26,18 @@ module Models NormalizedQuadrilateral = Azure::CognitiveServices::VisualSearch::V1_0::Models::NormalizedQuadrilateral ImageAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageAction ImageKnowledge = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge - Response = Azure::CognitiveServices::VisualSearch::V1_0::Models::Response ImageEntityAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction + ImageModuleAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction ImageRecipesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction ImageRelatedSearchesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction - ImageModuleAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction ImageShoppingSourcesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction ContentTypes = Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes ErrorCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode - SafeSearch = Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch + Response = Azure::CognitiveServices::VisualSearch::V1_0::Models::Response Query = Azure::CognitiveServices::VisualSearch::V1_0::Models::Query ImageObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageObject MediaObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject + SafeSearch = Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch ErrorSubCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode Error = Azure::CognitiveServices::VisualSearch::V1_0::Models::Error Filters = Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters @@ -45,17 +47,15 @@ module Models ImageTag = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTag RelatedSearchesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RelatedSearchesModule PropertiesItem = Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem + Action = Azure::CognitiveServices::VisualSearch::V1_0::Models::Action RecipesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule ImagesImageMetadata = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata - Action = Azure::CognitiveServices::VisualSearch::V1_0::Models::Action ImagesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule AggregateRating = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateRating Offer = Azure::CognitiveServices::VisualSearch::V1_0::Models::Offer AggregateOffer = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer Recipe = Azure::CognitiveServices::VisualSearch::V1_0::Models::Recipe Rating = Azure::CognitiveServices::VisualSearch::V1_0::Models::Rating - Currency = Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency - ItemAvailability = Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability end class VisualSearchDataClass @@ -88,6 +88,12 @@ def method_missing(method, *args) end class ModelClasses + def currency + Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency + end + def item_availability + Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability + end def error_response Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse end @@ -133,21 +139,18 @@ def image_action def image_knowledge Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge end - def response - Azure::CognitiveServices::VisualSearch::V1_0::Models::Response - end def image_entity_action Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction end + def image_module_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction + end def image_recipes_action Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction end def image_related_searches_action Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction end - def image_module_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction - end def image_shopping_sources_action Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction end @@ -157,8 +160,8 @@ def content_types def error_code Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode end - def safe_search - Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch + def response + Azure::CognitiveServices::VisualSearch::V1_0::Models::Response end def query Azure::CognitiveServices::VisualSearch::V1_0::Models::Query @@ -169,6 +172,9 @@ def image_object def media_object Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject end + def safe_search + Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch + end def error_sub_code Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode end @@ -196,15 +202,15 @@ def related_searches_module def properties_item Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem end + def action + Azure::CognitiveServices::VisualSearch::V1_0::Models::Action + end def recipes_module Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule end def images_image_metadata Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata end - def action - Azure::CognitiveServices::VisualSearch::V1_0::Models::Action - end def images_module Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule end @@ -223,12 +229,6 @@ def recipe def rating Azure::CognitiveServices::VisualSearch::V1_0::Models::Rating end - def currency - Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency - end - def item_availability - Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability - 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 ca11e466e8..cb6bd49a13 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -9,12 +9,12 @@ module Web module Mgmt Domains = Azure::Web::Mgmt::V2018_02_01::Domains AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments + AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans AppServiceCertificateOrders = Azure::Web::Mgmt::V2018_02_01::AppServiceCertificateOrders CertificateRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::CertificateRegistrationProvider + WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps TopLevelDomains = Azure::Web::Mgmt::V2018_02_01::TopLevelDomains DomainRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::DomainRegistrationProvider - WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps - AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans Certificates = Azure::Web::Mgmt::V2018_02_01::Certificates DeletedWebApps = Azure::Web::Mgmt::V2018_02_01::DeletedWebApps Diagnostics = Azure::Web::Mgmt::V2018_02_01::Diagnostics @@ -200,18 +200,18 @@ module Models AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification - DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection - HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName + PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal - NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection Address = Azure::Web::Mgmt::V2018_02_01::Models::Address TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption - Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension - PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet - AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource CertificateOrderAction = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction @@ -226,9 +226,9 @@ module Models DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess - CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType - SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage + SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag @@ -362,7 +362,7 @@ module Models end class WebManagementClass - attr_reader :domains, :app_service_environments, :app_service_certificate_orders, :certificate_registration_provider, :top_level_domains, :domain_registration_provider, :web_apps, :app_service_plans, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :provider, :configurable, :base_url, :options, :model_classes + attr_reader :domains, :app_service_environments, :app_service_plans, :app_service_certificate_orders, :certificate_registration_provider, :web_apps, :top_level_domains, :domain_registration_provider, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :provider, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -374,12 +374,12 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @domains = @client_0.domains @app_service_environments = @client_0.app_service_environments + @app_service_plans = @client_0.app_service_plans @app_service_certificate_orders = @client_0.app_service_certificate_orders @certificate_registration_provider = @client_0.certificate_registration_provider + @web_apps = @client_0.web_apps @top_level_domains = @client_0.top_level_domains @domain_registration_provider = @client_0.domain_registration_provider - @web_apps = @client_0.web_apps - @app_service_plans = @client_0.app_service_plans @certificates = @client_0.certificates @deleted_web_apps = @client_0.deleted_web_apps @diagnostics = @client_0.diagnostics @@ -935,41 +935,41 @@ def private_access_virtual_network def network_trace Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace end + def host_name + Azure::Web::Mgmt::V2018_02_01::Models::HostName + end def metric_specification Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification end - def domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection - end def tld_legal_agreement_collection Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection end - def host_name - Azure::Web::Mgmt::V2018_02_01::Models::HostName + def private_access_subnet + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + end + def domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection end def site_seal Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal end - def name_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection - end def address Azure::Web::Mgmt::V2018_02_01::Models::Address end def top_level_domain_agreement_option Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption end - def dimension - Azure::Web::Mgmt::V2018_02_01::Models::Dimension + def name_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection end - def private_access_subnet - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + def app_service_certificate_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource end def app_service_certificate_order Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder end - def app_service_certificate_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + def dimension + Azure::Web::Mgmt::V2018_02_01::Models::Dimension end def app_service_certificate_patch_resource Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource @@ -1013,14 +1013,14 @@ def snapshot_restore_request def private_access Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess end - def certificate_product_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + def usage + Azure::Web::Mgmt::V2018_02_01::Models::Usage end def swift_virtual_network Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork end - def usage - Azure::Web::Mgmt::V2018_02_01::Models::Usage + def certificate_product_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType end def certificate_order_status Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index 7e0f66e6c0..48ff51fc1e 100644 --- a/azure_sdk/lib/latest/modules/websearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/websearch_profile_module.rb @@ -9,6 +9,8 @@ module WebSearch Web = Azure::CognitiveServices::WebSearch::V1_0::Web module Models + WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat @@ -17,30 +19,30 @@ module Models RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext News = Azure::CognitiveServices::WebSearch::V1_0::Models::News VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType - Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images - ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response + SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject @@ -48,8 +50,6 @@ module Models ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error - WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer end class WebSearchDataClass @@ -82,6 +82,12 @@ def method_missing(method, *args) end class ModelClasses + def web_meta_tag + Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + end + def web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + end def search_response Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse end @@ -106,8 +112,8 @@ def ranking_ranking_group def ranking_ranking_response Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end - def query_context - Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end def time_zone_time_zone_information Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation @@ -118,14 +124,14 @@ def computation def response_base Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + end def search_results_answer Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer end - def spell_suggestions - Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions - end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + def thing + Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end def creative_work Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork @@ -136,8 +142,8 @@ def news_article def identifiable Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end - def web_web_grouping - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + def query_context + Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end def news Azure::CognitiveServices::WebSearch::V1_0::Models::News @@ -148,35 +154,35 @@ def video_object def related_searches_related_search_answer Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + def images + Azure::CognitiveServices::WebSearch::V1_0::Models::Images end def time_zone Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end - def thing - Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - end - def answer_type - Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType - end - def intangible - Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + def article + Azure::CognitiveServices::WebSearch::V1_0::Models::Article end def response Azure::CognitiveServices::WebSearch::V1_0::Models::Response end - def images - Azure::CognitiveServices::WebSearch::V1_0::Models::Images + def spell_suggestions + Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + end + def structured_value + Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + end + def answer_type + Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType end def error_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end - def article - Azure::CognitiveServices::WebSearch::V1_0::Models::Article + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch end - def structured_value - Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + def intangible + Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible end def query Azure::CognitiveServices::WebSearch::V1_0::Models::Query @@ -199,12 +205,6 @@ def freshness def error Azure::CognitiveServices::WebSearch::V1_0::Models::Error end - def web_meta_tag - Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - end - def web_web_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - 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 ca6051cafc..506901f775 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,29 +23,29 @@ module Azure::EventGrid::V2018_01_01 autoload :EventGridClient, '2018-01-01/generated/azure_event_grid/event_grid_client.rb' module Models - autoload :ContainerRegistryArtifactEventTarget, '2018-01-01/generated/azure_event_grid/models/container_registry_artifact_event_target.rb' - autoload :StorageBlobCreatedEventData, '2018-01-01/generated/azure_event_grid/models/storage_blob_created_event_data.rb' autoload :ContainerRegistryArtifactEventData, '2018-01-01/generated/azure_event_grid/models/container_registry_artifact_event_data.rb' - autoload :EventHubCaptureFileCreatedEventData, '2018-01-01/generated/azure_event_grid/models/event_hub_capture_file_created_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 :EventHubCaptureFileCreatedEventData, '2018-01-01/generated/azure_event_grid/models/event_hub_capture_file_created_event_data.rb' autoload :ServiceBusDeadletterMessagesAvailableWithNoListenersEventData, '2018-01-01/generated/azure_event_grid/models/service_bus_deadletter_messages_available_with_no_listeners_event_data.rb' - autoload :ResourceDeleteSuccessData, '2018-01-01/generated/azure_event_grid/models/resource_delete_success_data.rb' + autoload :ResourceWriteFailureData, '2018-01-01/generated/azure_event_grid/models/resource_write_failure_data.rb' autoload :MediaJobStateChangeEventData, '2018-01-01/generated/azure_event_grid/models/media_job_state_change_event_data.rb' - autoload :ResourceDeleteCancelData, '2018-01-01/generated/azure_event_grid/models/resource_delete_cancel_data.rb' + autoload :ResourceDeleteSuccessData, '2018-01-01/generated/azure_event_grid/models/resource_delete_success_data.rb' autoload :MediaJobErrorDetail, '2018-01-01/generated/azure_event_grid/models/media_job_error_detail.rb' - autoload :ResourceActionFailureData, '2018-01-01/generated/azure_event_grid/models/resource_action_failure_data.rb' + autoload :ResourceDeleteCancelData, '2018-01-01/generated/azure_event_grid/models/resource_delete_cancel_data.rb' autoload :MediaJobError, '2018-01-01/generated/azure_event_grid/models/media_job_error.rb' - autoload :EventGridEvent, '2018-01-01/generated/azure_event_grid/models/event_grid_event.rb' + autoload :ResourceActionFailureData, '2018-01-01/generated/azure_event_grid/models/resource_action_failure_data.rb' autoload :MediaJobOutput, '2018-01-01/generated/azure_event_grid/models/media_job_output.rb' + autoload :EventGridEvent, '2018-01-01/generated/azure_event_grid/models/event_grid_event.rb' + autoload :ContainerRegistryArtifactEventTarget, '2018-01-01/generated/azure_event_grid/models/container_registry_artifact_event_target.rb' autoload :SubscriptionValidationResponse, '2018-01-01/generated/azure_event_grid/models/subscription_validation_response.rb' autoload :StorageBlobDeletedEventData, '2018-01-01/generated/azure_event_grid/models/storage_blob_deleted_event_data.rb' - autoload :ContainerRegistryEventRequest, '2018-01-01/generated/azure_event_grid/models/container_registry_event_request.rb' autoload :ContainerRegistryEventActor, '2018-01-01/generated/azure_event_grid/models/container_registry_event_actor.rb' - autoload :MediaLiveEventConnectionRejectedEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_connection_rejected_event_data.rb' autoload :ContainerRegistryEventSource, '2018-01-01/generated/azure_event_grid/models/container_registry_event_source.rb' - autoload :DeviceTwinMetadata, '2018-01-01/generated/azure_event_grid/models/device_twin_metadata.rb' + autoload :MediaLiveEventConnectionRejectedEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_connection_rejected_event_data.rb' autoload :ContainerRegistryEventData, '2018-01-01/generated/azure_event_grid/models/container_registry_event_data.rb' + autoload :DeviceTwinMetadata, '2018-01-01/generated/azure_event_grid/models/device_twin_metadata.rb' + autoload :SubscriptionDeletedEventData, '2018-01-01/generated/azure_event_grid/models/subscription_deleted_event_data.rb' autoload :DeviceTwinInfoProperties, '2018-01-01/generated/azure_event_grid/models/device_twin_info_properties.rb' autoload :MediaLiveEventIngestHeartbeatEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_ingest_heartbeat_event_data.rb' autoload :DeviceTwinInfo, '2018-01-01/generated/azure_event_grid/models/device_twin_info.rb' @@ -58,20 +58,22 @@ module Models autoload :ResourceActionSuccessData, '2018-01-01/generated/azure_event_grid/models/resource_action_success_data.rb' autoload :ContainerRegistryEventTarget, '2018-01-01/generated/azure_event_grid/models/container_registry_event_target.rb' autoload :ResourceActionCancelData, '2018-01-01/generated/azure_event_grid/models/resource_action_cancel_data.rb' - autoload :MediaLiveEventEncoderDisconnectedEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_encoder_disconnected_event_data.rb' + autoload :MediaLiveEventEncoderConnectedEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_encoder_connected_event_data.rb' autoload :SubscriptionValidationEventData, '2018-01-01/generated/azure_event_grid/models/subscription_validation_event_data.rb' - autoload :DeviceTwinInfoX509Thumbprint, '2018-01-01/generated/azure_event_grid/models/device_twin_info_x509thumbprint.rb' - autoload :SubscriptionDeletedEventData, '2018-01-01/generated/azure_event_grid/models/subscription_deleted_event_data.rb' - autoload :DeviceConnectionStateEventProperties, '2018-01-01/generated/azure_event_grid/models/device_connection_state_event_properties.rb' - autoload :MediaLiveEventIncomingDataChunkDroppedEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_incoming_data_chunk_dropped_event_data.rb' - autoload :MediaJobOutputProgressEventData, '2018-01-01/generated/azure_event_grid/models/media_job_output_progress_event_data.rb' autoload :DeviceTwinProperties, '2018-01-01/generated/azure_event_grid/models/device_twin_properties.rb' - autoload :MediaJobOutputStateChangeEventData, '2018-01-01/generated/azure_event_grid/models/media_job_output_state_change_event_data.rb' + autoload :DeviceLifeCycleEventProperties, '2018-01-01/generated/azure_event_grid/models/device_life_cycle_event_properties.rb' + autoload :MediaJobOutputProgressEventData, '2018-01-01/generated/azure_event_grid/models/media_job_output_progress_event_data.rb' autoload :MediaLiveEventIncomingStreamsOutOfSyncEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_incoming_streams_out_of_sync_event_data.rb' + autoload :MediaJobOutputStateChangeEventData, '2018-01-01/generated/azure_event_grid/models/media_job_output_state_change_event_data.rb' + autoload :ContainerRegistryEventRequest, '2018-01-01/generated/azure_event_grid/models/container_registry_event_request.rb' + autoload :AppConfigurationKeyValueDeletedEventData, '2018-01-01/generated/azure_event_grid/models/app_configuration_key_value_deleted_event_data.rb' + autoload :DeviceTwinInfoX509Thumbprint, '2018-01-01/generated/azure_event_grid/models/device_twin_info_x509thumbprint.rb' + autoload :AppConfigurationKeyValueModifiedEventData, '2018-01-01/generated/azure_event_grid/models/app_configuration_key_value_modified_event_data.rb' + autoload :MediaLiveEventIncomingDataChunkDroppedEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_incoming_data_chunk_dropped_event_data.rb' autoload :MapsGeofenceEventProperties, '2018-01-01/generated/azure_event_grid/models/maps_geofence_event_properties.rb' - autoload :DeviceLifeCycleEventProperties, '2018-01-01/generated/azure_event_grid/models/device_life_cycle_event_properties.rb' + autoload :DeviceConnectionStateEventProperties, '2018-01-01/generated/azure_event_grid/models/device_connection_state_event_properties.rb' autoload :MapsGeofenceGeometry, '2018-01-01/generated/azure_event_grid/models/maps_geofence_geometry.rb' - autoload :MediaLiveEventEncoderConnectedEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_encoder_connected_event_data.rb' + autoload :MediaLiveEventEncoderDisconnectedEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_encoder_disconnected_event_data.rb' autoload :MediaLiveEventTrackDiscontinuityDetectedEventData, '2018-01-01/generated/azure_event_grid/models/media_live_event_track_discontinuity_detected_event_data.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/app_configuration_key_value_deleted_event_data.rb b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/app_configuration_key_value_deleted_event_data.rb new file mode 100644 index 0000000000..c70288833b --- /dev/null +++ b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/app_configuration_key_value_deleted_event_data.rb @@ -0,0 +1,67 @@ +# 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.AppConfiguration.KeyValueDeleted event. + # + class AppConfigurationKeyValueDeletedEventData + + include MsRestAzure + + # @return [String] The key used to identify the key-value that was + # deleted. + attr_accessor :key + + # @return [String] The label, if any, used to identify the key-value that + # was deleted. + attr_accessor :label + + # @return [String] The etag representing the key-value that was deleted. + attr_accessor :etag + + + # + # Mapper for AppConfigurationKeyValueDeletedEventData class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'AppConfigurationKeyValueDeletedEventData', + type: { + name: 'Composite', + class_name: 'AppConfigurationKeyValueDeletedEventData', + model_properties: { + key: { + required: false, + serialized_name: 'key', + type: { + name: 'String' + } + }, + label: { + required: false, + serialized_name: 'label', + type: { + name: 'String' + } + }, + etag: { + required: false, + serialized_name: 'etag', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/app_configuration_key_value_modified_event_data.rb b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/app_configuration_key_value_modified_event_data.rb new file mode 100644 index 0000000000..b6debdde46 --- /dev/null +++ b/data/azure_event_grid/lib/2018-01-01/generated/azure_event_grid/models/app_configuration_key_value_modified_event_data.rb @@ -0,0 +1,68 @@ +# 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.AppConfiguration.KeyValueModified event. + # + class AppConfigurationKeyValueModifiedEventData + + include MsRestAzure + + # @return [String] The key used to identify the key-value that was + # modified. + attr_accessor :key + + # @return [String] The label, if any, used to identify the key-value that + # was modified. + attr_accessor :label + + # @return [String] The etag representing the new state of the key-value. + attr_accessor :etag + + + # + # Mapper for AppConfigurationKeyValueModifiedEventData class as Ruby + # Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'AppConfigurationKeyValueModifiedEventData', + type: { + name: 'Composite', + class_name: 'AppConfigurationKeyValueModifiedEventData', + model_properties: { + key: { + required: false, + serialized_name: 'key', + type: { + name: 'String' + } + }, + label: { + required: false, + serialized_name: 'label', + type: { + name: 'String' + } + }, + etag: { + required: false, + serialized_name: 'etag', + 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 497c5634ae..c0469229dc 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,7 +7,9 @@ module Azure::EventGrid::Profiles::Latest module Models - MediaLiveEventEncoderConnectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderConnectedEventData + DeviceConnectionStateEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties + MapsGeofenceGeometry = Azure::EventGrid::V2018_01_01::Models::MapsGeofenceGeometry + MediaLiveEventEncoderDisconnectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderDisconnectedEventData MediaLiveEventTrackDiscontinuityDetectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventTrackDiscontinuityDetectedEventData IotHubDeviceCreatedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceCreatedEventData IotHubDeviceDeletedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDeletedEventData @@ -37,29 +39,29 @@ module Models MediaJobErrorCode = Azure::EventGrid::V2018_01_01::Models::MediaJobErrorCode MediaJobErrorCategory = Azure::EventGrid::V2018_01_01::Models::MediaJobErrorCategory MediaJobRetry = Azure::EventGrid::V2018_01_01::Models::MediaJobRetry - ContainerRegistryArtifactEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventTarget - StorageBlobCreatedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData ContainerRegistryArtifactEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventData - EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData + StorageBlobCreatedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData ServiceBusActiveMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData - ResourceWriteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData + EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData ServiceBusDeadletterMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData - ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData + ResourceWriteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData MediaJobStateChangeEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData - ResourceDeleteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData + ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData MediaJobErrorDetail = Azure::EventGrid::V2018_01_01::Models::MediaJobErrorDetail - ResourceActionFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceActionFailureData + ResourceDeleteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData MediaJobError = Azure::EventGrid::V2018_01_01::Models::MediaJobError - EventGridEvent = Azure::EventGrid::V2018_01_01::Models::EventGridEvent + ResourceActionFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceActionFailureData MediaJobOutput = Azure::EventGrid::V2018_01_01::Models::MediaJobOutput + EventGridEvent = Azure::EventGrid::V2018_01_01::Models::EventGridEvent + ContainerRegistryArtifactEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventTarget SubscriptionValidationResponse = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse StorageBlobDeletedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData - ContainerRegistryEventRequest = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest ContainerRegistryEventActor = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor - MediaLiveEventConnectionRejectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventConnectionRejectedEventData ContainerRegistryEventSource = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource - DeviceTwinMetadata = Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata + MediaLiveEventConnectionRejectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventConnectionRejectedEventData ContainerRegistryEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData + DeviceTwinMetadata = Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata + SubscriptionDeletedEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData DeviceTwinInfoProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties MediaLiveEventIngestHeartbeatEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIngestHeartbeatEventData DeviceTwinInfo = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfo @@ -72,19 +74,19 @@ module Models ResourceActionSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceActionSuccessData ContainerRegistryEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget ResourceActionCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceActionCancelData - MediaLiveEventEncoderDisconnectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderDisconnectedEventData + MediaLiveEventEncoderConnectedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderConnectedEventData SubscriptionValidationEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData - DeviceTwinInfoX509Thumbprint = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint - SubscriptionDeletedEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData - DeviceConnectionStateEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties - MediaLiveEventIncomingDataChunkDroppedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingDataChunkDroppedEventData - MediaJobOutputProgressEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobOutputProgressEventData DeviceTwinProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties - MediaJobOutputStateChangeEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobOutputStateChangeEventData + DeviceLifeCycleEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties + MediaJobOutputProgressEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobOutputProgressEventData MediaLiveEventIncomingStreamsOutOfSyncEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingStreamsOutOfSyncEventData + MediaJobOutputStateChangeEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobOutputStateChangeEventData + ContainerRegistryEventRequest = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest + AppConfigurationKeyValueDeletedEventData = Azure::EventGrid::V2018_01_01::Models::AppConfigurationKeyValueDeletedEventData + DeviceTwinInfoX509Thumbprint = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint + AppConfigurationKeyValueModifiedEventData = Azure::EventGrid::V2018_01_01::Models::AppConfigurationKeyValueModifiedEventData + MediaLiveEventIncomingDataChunkDroppedEventData = Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingDataChunkDroppedEventData MapsGeofenceEventProperties = Azure::EventGrid::V2018_01_01::Models::MapsGeofenceEventProperties - DeviceLifeCycleEventProperties = Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties - MapsGeofenceGeometry = Azure::EventGrid::V2018_01_01::Models::MapsGeofenceGeometry end # @@ -131,8 +133,14 @@ def method_missing(method, *args) end class ModelClasses - def media_live_event_encoder_connected_event_data - Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderConnectedEventData + def device_connection_state_event_properties + Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties + end + def maps_geofence_geometry + Azure::EventGrid::V2018_01_01::Models::MapsGeofenceGeometry + end + def media_live_event_encoder_disconnected_event_data + Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderDisconnectedEventData end def media_live_event_track_discontinuity_detected_event_data Azure::EventGrid::V2018_01_01::Models::MediaLiveEventTrackDiscontinuityDetectedEventData @@ -221,50 +229,50 @@ def media_job_error_category def media_job_retry Azure::EventGrid::V2018_01_01::Models::MediaJobRetry end - def container_registry_artifact_event_target - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventTarget + def container_registry_artifact_event_data + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventData end def storage_blob_created_event_data Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData end - def container_registry_artifact_event_data - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventData + 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 service_bus_active_messages_available_with_no_listeners_event_data - Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData + def service_bus_deadletter_messages_available_with_no_listeners_event_data + Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData end def resource_write_failure_data Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData end - def service_bus_deadletter_messages_available_with_no_listeners_event_data - Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData + def media_job_state_change_event_data + Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData end def resource_delete_success_data Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData end - def media_job_state_change_event_data - Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData + def media_job_error_detail + Azure::EventGrid::V2018_01_01::Models::MediaJobErrorDetail end def resource_delete_cancel_data Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData end - def media_job_error_detail - Azure::EventGrid::V2018_01_01::Models::MediaJobErrorDetail + def media_job_error + Azure::EventGrid::V2018_01_01::Models::MediaJobError end def resource_action_failure_data Azure::EventGrid::V2018_01_01::Models::ResourceActionFailureData end - def media_job_error - Azure::EventGrid::V2018_01_01::Models::MediaJobError + def media_job_output + Azure::EventGrid::V2018_01_01::Models::MediaJobOutput end def event_grid_event Azure::EventGrid::V2018_01_01::Models::EventGridEvent end - def media_job_output - Azure::EventGrid::V2018_01_01::Models::MediaJobOutput + def container_registry_artifact_event_target + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryArtifactEventTarget end def subscription_validation_response Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse @@ -272,23 +280,23 @@ def subscription_validation_response def storage_blob_deleted_event_data Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData end - def container_registry_event_request - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest - end def container_registry_event_actor Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor end + def container_registry_event_source + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource + end def media_live_event_connection_rejected_event_data Azure::EventGrid::V2018_01_01::Models::MediaLiveEventConnectionRejectedEventData end - def container_registry_event_source - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource + def container_registry_event_data + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData end def device_twin_metadata Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata end - def container_registry_event_data - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData + def subscription_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData end def device_twin_info_properties Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties @@ -326,44 +334,44 @@ def container_registry_event_target def resource_action_cancel_data Azure::EventGrid::V2018_01_01::Models::ResourceActionCancelData end - def media_live_event_encoder_disconnected_event_data - Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderDisconnectedEventData + def media_live_event_encoder_connected_event_data + Azure::EventGrid::V2018_01_01::Models::MediaLiveEventEncoderConnectedEventData end def subscription_validation_event_data Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData end - def device_twin_info_x509_thumbprint - Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint - end - def subscription_deleted_event_data - Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData - end - def device_connection_state_event_properties - Azure::EventGrid::V2018_01_01::Models::DeviceConnectionStateEventProperties + def device_twin_properties + Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties end - def media_live_event_incoming_data_chunk_dropped_event_data - Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingDataChunkDroppedEventData + def device_life_cycle_event_properties + Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties end def media_job_output_progress_event_data Azure::EventGrid::V2018_01_01::Models::MediaJobOutputProgressEventData end - def device_twin_properties - Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties + def media_live_event_incoming_streams_out_of_sync_event_data + Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingStreamsOutOfSyncEventData end def media_job_output_state_change_event_data Azure::EventGrid::V2018_01_01::Models::MediaJobOutputStateChangeEventData end - def media_live_event_incoming_streams_out_of_sync_event_data - Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingStreamsOutOfSyncEventData + def container_registry_event_request + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest end - def maps_geofence_event_properties - Azure::EventGrid::V2018_01_01::Models::MapsGeofenceEventProperties + def app_configuration_key_value_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::AppConfigurationKeyValueDeletedEventData end - def device_life_cycle_event_properties - Azure::EventGrid::V2018_01_01::Models::DeviceLifeCycleEventProperties + def device_twin_info_x509_thumbprint + Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint end - def maps_geofence_geometry - Azure::EventGrid::V2018_01_01::Models::MapsGeofenceGeometry + def app_configuration_key_value_modified_event_data + Azure::EventGrid::V2018_01_01::Models::AppConfigurationKeyValueModifiedEventData + end + def media_live_event_incoming_data_chunk_dropped_event_data + Azure::EventGrid::V2018_01_01::Models::MediaLiveEventIncomingDataChunkDroppedEventData + end + def maps_geofence_event_properties + Azure::EventGrid::V2018_01_01::Models::MapsGeofenceEventProperties end end end