diff --git a/azure_sdk/lib/latest/modules/computervision_profile_module.rb b/azure_sdk/lib/latest/modules/computervision_profile_module.rb index 710fd7a551..74964d7029 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,10 @@ module Azure::Profiles::Latest module ComputerVision module Models + ModelDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::ModelDescription + ImageTag = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageTag + ListModelsResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::ListModelsResult + ImageMetadata = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata DomainModelResults = Azure::CognitiveServices::ComputerVision::V1_0::Models::DomainModelResults Word = Azure::CognitiveServices::ComputerVision::V1_0::Models::Word CelebrityResults = Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebrityResults @@ -42,10 +46,6 @@ module Models Category = Azure::CognitiveServices::ComputerVision::V1_0::Models::Category OcrResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrResult ColorInfo = Azure::CognitiveServices::ComputerVision::V1_0::Models::ColorInfo - ModelDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::ModelDescription - ImageTag = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageTag - ListModelsResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::ListModelsResult - ImageMetadata = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata end class ComputerVisionDataClass @@ -77,6 +77,18 @@ def method_missing(method, *args) end class ModelClasses + def model_description + Azure::CognitiveServices::ComputerVision::V1_0::Models::ModelDescription + end + def image_tag + Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageTag + end + def list_models_result + Azure::CognitiveServices::ComputerVision::V1_0::Models::ListModelsResult + end + def image_metadata + Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata + end def domain_model_results Azure::CognitiveServices::ComputerVision::V1_0::Models::DomainModelResults end @@ -179,18 +191,6 @@ def ocr_result def color_info Azure::CognitiveServices::ComputerVision::V1_0::Models::ColorInfo end - def model_description - Azure::CognitiveServices::ComputerVision::V1_0::Models::ModelDescription - end - def image_tag - Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageTag - end - def list_models_result - Azure::CognitiveServices::ComputerVision::V1_0::Models::ListModelsResult - end - def image_metadata - Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata - 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 99d9dc8a77..b0380e9699 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -53,11 +53,11 @@ module Models BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem @@ -226,20 +226,20 @@ def image_list def body Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end def refresh_index Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - end def classification Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification end def video_frame_body_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error end def video_frame_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem diff --git a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb index be71d0b03f..883a850586 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,6 +9,9 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models + Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query @@ -18,16 +21,13 @@ module Models SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse - Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork - SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch - ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode end class CustomSearchDataClass @@ -60,6 +60,15 @@ def method_missing(method, *args) end class ModelClasses + def thing + Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + end + def safe_search + Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + end + def text_format + Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + end def response_base Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase end @@ -87,35 +96,26 @@ def search_results_answer def identifiable Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end + def response + Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + end def answer Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer end - def thing - Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing - end def error_response Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse end - def response - Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - end - def error_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - end def creative_work Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork end - def safe_search - Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + def error + Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end def error_sub_code Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode end - def error - Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - end - def text_format - Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + def error_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode end end end diff --git a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb index b98fe0e1fa..4c49e0e623 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -21,8 +21,8 @@ module Models ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure - LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport License = Azure::CognitiveServices::EntitySearch::V1_0::Models::License @@ -39,9 +39,9 @@ module Models Hotel = Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel EntityQueryScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario - AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType - ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat + AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase @@ -123,12 +123,12 @@ def media_object def civic_structure Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end - def local_business - Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness - end def response Azure::CognitiveServices::EntitySearch::V1_0::Models::Response end + def local_business + Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness + end def tourist_attraction Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction end @@ -177,14 +177,14 @@ def entity_query_scenario def entity_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario end - def answer_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + def entity_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType end def response_format Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end - def entity_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + def answer_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType end def error_response Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index d718c6b8a6..9c62576257 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,10 +6,10 @@ module Azure::Profiles::Latest module Face - FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations - Face = Azure::CognitiveServices::Face::V1_0::Face PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations + FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations + Face = Azure::CognitiveServices::Face::V1_0::Face module Models APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError @@ -21,10 +21,10 @@ module Models HeadPose = Azure::CognitiveServices::Face::V1_0::Models::HeadPose IdentifyRequest = Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest HairColor = Azure::CognitiveServices::Face::V1_0::Models::HairColor - IdentifyCandidate = Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate + Error = Azure::CognitiveServices::Face::V1_0::Models::Error Makeup = Azure::CognitiveServices::Face::V1_0::Models::Makeup IdentifyResult = Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult - Error = Azure::CognitiveServices::Face::V1_0::Models::Error + Accessory = Azure::CognitiveServices::Face::V1_0::Models::Accessory VerifyFaceToPersonRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest Exposure = Azure::CognitiveServices::Face::V1_0::Models::Exposure VerifyFaceToFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest @@ -35,21 +35,21 @@ module Models FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion - Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise - Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion + Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract + DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace + Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest - Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus - FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList - DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace - Person = Azure::CognitiveServices::Face::V1_0::Models::Person + Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup - HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType + FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType + Person = Azure::CognitiveServices::Face::V1_0::Models::Person BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel + HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel @@ -57,12 +57,12 @@ module Models FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + IdentifyCandidate = Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate AzureRegions = Azure::CognitiveServices::Face::V1_0::Models::AzureRegions - Accessory = Azure::CognitiveServices::Face::V1_0::Models::Accessory end class FaceDataClass - attr_reader :face_list_operations, :face, :person_group_person, :person_group_operations, :configurable, :base_url, :options, :model_classes + attr_reader :person_group_person, :person_group_operations, :face_list_operations, :face, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -72,10 +72,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @face_list_operations = @client_0.face_list_operations - @face = @client_0.face @person_group_person = @client_0.person_group_person @person_group_operations = @client_0.person_group_operations + @face_list_operations = @client_0.face_list_operations + @face = @client_0.face @model_classes = ModelClasses.new end @@ -121,8 +121,8 @@ def identify_request def hair_color Azure::CognitiveServices::Face::V1_0::Models::HairColor end - def identify_candidate - Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate + def error + Azure::CognitiveServices::Face::V1_0::Models::Error end def makeup Azure::CognitiveServices::Face::V1_0::Models::Makeup @@ -130,8 +130,8 @@ def makeup def identify_result Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult end - def error - Azure::CognitiveServices::Face::V1_0::Models::Error + def accessory + Azure::CognitiveServices::Face::V1_0::Models::Accessory end def verify_face_to_person_request Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest @@ -163,51 +163,51 @@ def coordinate def emotion Azure::CognitiveServices::Face::V1_0::Models::Emotion end - def noise - Azure::CognitiveServices::Face::V1_0::Models::Noise - end - def hair - Azure::CognitiveServices::Face::V1_0::Models::Hair - end def occlusion Azure::CognitiveServices::Face::V1_0::Models::Occlusion end + def noise + Azure::CognitiveServices::Face::V1_0::Models::Noise + end def name_and_user_data_contract Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract end + def detected_face + Azure::CognitiveServices::Face::V1_0::Models::DetectedFace + end + def hair + Azure::CognitiveServices::Face::V1_0::Models::Hair + end def update_person_face_request Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest end - def blur - Azure::CognitiveServices::Face::V1_0::Models::Blur - end def image_url Azure::CognitiveServices::Face::V1_0::Models::ImageUrl end def training_status Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus end - def face_list - Azure::CognitiveServices::Face::V1_0::Models::FaceList - end - def detected_face - Azure::CognitiveServices::Face::V1_0::Models::DetectedFace - end - def person - Azure::CognitiveServices::Face::V1_0::Models::Person + def blur + Azure::CognitiveServices::Face::V1_0::Models::Blur end def person_group Azure::CognitiveServices::Face::V1_0::Models::PersonGroup end - def hair_color_type - Azure::CognitiveServices::Face::V1_0::Models::HairColorType + def face_list + Azure::CognitiveServices::Face::V1_0::Models::FaceList end def glasses_type Azure::CognitiveServices::Face::V1_0::Models::GlassesType end + def person + Azure::CognitiveServices::Face::V1_0::Models::Person + end def blur_level Azure::CognitiveServices::Face::V1_0::Models::BlurLevel end + def hair_color_type + Azure::CognitiveServices::Face::V1_0::Models::HairColorType + end def gender Azure::CognitiveServices::Face::V1_0::Models::Gender end @@ -229,12 +229,12 @@ def training_status_type def face_attribute_type Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end + def identify_candidate + Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate + end def azure_regions Azure::CognitiveServices::Face::V1_0::Models::AzureRegions end - def accessory - Azure::CognitiveServices::Face::V1_0::Models::Accessory - end end end end diff --git a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb index ad1ae6af55..6ffd7476b5 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -12,26 +12,26 @@ module Models ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible - MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule PropertiesItem = Azure::CognitiveServices::ImageSearch::V1_0::Models::PropertiesItem - ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse RecognizedEntityGroup = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityGroup TrendingImagesCategory = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory PivotSuggestions = Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions RelatedCollectionsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule - ImageTagsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule RecipesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule ImagesImageMetadata = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata ImageInsightsImageCaption = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption - TrendingImagesTile = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile - AggregateRating = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating - Offer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error ImagesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule + ImageTagsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule + Offer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer + AggregateOffer = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer ImageGallery = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery Recipe = Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe NormalizedRectangle = Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle @@ -41,21 +41,21 @@ 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 - AggregateOffer = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency + TrendingImagesTile = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability - ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect + AggregateRating = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor - Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense + Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person - ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule - Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage @@ -108,15 +108,18 @@ def organization def intangible Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible end - def media_object - Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject - end def response Azure::CognitiveServices::ImageSearch::V1_0::Models::Response end + def media_object + Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject + end def structured_value Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue end + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end @@ -129,9 +132,6 @@ def recognized_entities_module def properties_item Azure::CognitiveServices::ImageSearch::V1_0::Models::PropertiesItem end - def error_response - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse - end def recognized_entity_group Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityGroup end @@ -144,9 +144,6 @@ def pivot_suggestions def related_collections_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule end - def image_tags_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule - end def recipes_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule end @@ -156,17 +153,20 @@ def images_image_metadata def image_insights_image_caption Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption end - def trending_images_tile - Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error end - def aggregate_rating - Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating + def images_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule + end + def image_tags_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule end def offer Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer end - def images_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule + def aggregate_offer + Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer end def image_gallery Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery @@ -195,23 +195,23 @@ def rating def collection_page Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end - def aggregate_offer - Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer - end def currency Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency end + def trending_images_tile + Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile + end def item_availability Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability end - def image_aspect - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect + def aggregate_rating + Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating end def image_color Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + def image_aspect + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect end def image_content Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent @@ -225,21 +225,21 @@ def image_size def image_license Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense end + def images + Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + end def person Azure::CognitiveServices::ImageSearch::V1_0::Models::Person end - def image_crop_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType - end def image_insight_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end - def images - Azure::CognitiveServices::ImageSearch::V1_0::Models::Images - end def image_type Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType end + def image_crop_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + end def response_base Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase end diff --git a/azure_sdk/lib/latest/modules/iothub_profile_module.rb b/azure_sdk/lib/latest/modules/iothub_profile_module.rb index 149afad1d4..bf797105d0 100644 --- a/azure_sdk/lib/latest/modules/iothub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iothub_profile_module.rb @@ -7,13 +7,14 @@ module Azure::Profiles::Latest module IotHub module Mgmt - Operations = Azure::IotHub::Mgmt::V2017_07_01::Operations IotHubResource = Azure::IotHub::Mgmt::V2017_07_01::IotHubResource Certificates = Azure::IotHub::Mgmt::V2017_07_01::Certificates + Operations = Azure::IotHub::Mgmt::V2017_07_01::Operations module Models IotHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubProperties IotHubSkuInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuInfo + OperationDisplay = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay CertificateBodyDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateBodyDescription CertificateProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateProperties CertificateListDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateListDescription @@ -21,24 +22,23 @@ module Models SharedAccessSignatureAuthorizationRuleListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRuleListResult IpFilterRule = Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterRule RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusQueueEndpointProperties - OperationDisplay = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay RoutingEventHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEventHubProperties - OperationListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult - FallbackRouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties RoutingEndpoints = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEndpoints - StorageEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties + FallbackRouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfo - FeedbackProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties + OperationListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult IotHubQuotaMetricInfoListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfoListResult - OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties - RegistryStatistics = Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics - CertificateDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription + StorageEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties Operation = Azure::IotHub::Mgmt::V2017_07_01::Models::Operation - SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule - JobResponseListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult + FeedbackProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties + RegistryStatistics = Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics + OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties JobResponse = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse - IotHubCapacity = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity + CertificateDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription RoutingServiceBusTopicEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties + IotHubSkuDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription + RouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties + EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult MessagingEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties EventHubConsumerGroupInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo CertificateVerificationDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription @@ -51,11 +51,11 @@ module Models IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo CloudToDeviceProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties ExportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest - IotHubSkuDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription - RouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties - EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult RoutingStorageContainerProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties ImportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest + JobResponseListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult + SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule + IotHubCapacity = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity IotHubDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescription IpFilterActionType = Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterActionType RoutingSource = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingSource @@ -64,16 +64,16 @@ module Models IotHubSku = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSku IotHubSkuTier = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuTier JobType = Azure::IotHub::Mgmt::V2017_07_01::Models::JobType - JobStatus = Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus + Resource = Azure::IotHub::Mgmt::V2017_07_01::Models::Resource IotHubNameUnavailabilityReason = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameUnavailabilityReason + JobStatus = Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus IotHubScaleType = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubScaleType - Resource = Azure::IotHub::Mgmt::V2017_07_01::Models::Resource AccessRights = Azure::IotHub::Mgmt::V2017_07_01::Models::AccessRights ErrorDetails = Azure::IotHub::Mgmt::V2017_07_01::Models::ErrorDetails end class IotHubManagementClass - attr_reader :operations, :iot_hub_resource, :certificates, :configurable, :base_url, :options, :model_classes + attr_reader :iot_hub_resource, :certificates, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -83,9 +83,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @iot_hub_resource = @client_0.iot_hub_resource @certificates = @client_0.certificates + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -110,6 +110,9 @@ def iot_hub_properties def iot_hub_sku_info Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuInfo end + def operation_display + Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay + end def certificate_body_description Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateBodyDescription end @@ -131,60 +134,57 @@ def ip_filter_rule def routing_service_bus_queue_endpoint_properties Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusQueueEndpointProperties end - def operation_display - Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay - end def routing_event_hub_properties Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEventHubProperties end - def operation_list_result - Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult - end - def fallback_route_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties - end def routing_endpoints Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEndpoints end - def storage_endpoint_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties + def fallback_route_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties end def iot_hub_quota_metric_info Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfo end - def feedback_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties + def operation_list_result + Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult end def iot_hub_quota_metric_info_list_result Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfoListResult end - def operations_monitoring_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties - end - def registry_statistics - Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics - end - def certificate_description - Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription + def storage_endpoint_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties end def operation Azure::IotHub::Mgmt::V2017_07_01::Models::Operation end - def shared_access_signature_authorization_rule - Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule + def feedback_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties end - def job_response_list_result - Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult + def registry_statistics + Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics + end + def operations_monitoring_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties end def job_response Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse end - def iot_hub_capacity - Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity + def certificate_description + Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription end def routing_service_bus_topic_endpoint_properties Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties end + def iot_hub_sku_description + Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription + end + def route_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties + end + def event_hub_consumer_groups_list_result + Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult + end def messaging_endpoint_properties Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties end @@ -221,21 +221,21 @@ def cloud_to_device_properties def export_devices_request Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest end - def iot_hub_sku_description - Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription - end - def route_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties - end - def event_hub_consumer_groups_list_result - Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult - end def routing_storage_container_properties Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties end def import_devices_request Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest end + def job_response_list_result + Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult + end + def shared_access_signature_authorization_rule + Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule + end + def iot_hub_capacity + Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity + end def iot_hub_description Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescription end @@ -260,18 +260,18 @@ def iot_hub_sku_tier def job_type Azure::IotHub::Mgmt::V2017_07_01::Models::JobType end - def job_status - Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus + def resource + Azure::IotHub::Mgmt::V2017_07_01::Models::Resource end def iot_hub_name_unavailability_reason Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameUnavailabilityReason end + def job_status + Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus + end def iot_hub_scale_type Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubScaleType end - def resource - Azure::IotHub::Mgmt::V2017_07_01::Models::Resource - end def access_rights Azure::IotHub::Mgmt::V2017_07_01::Models::AccessRights end diff --git a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb index 749fc88a2f..d0925bca3d 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module KeyVault module Mgmt - Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations Vaults = Azure::KeyVault::Mgmt::V2016_10_01::Vaults + Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations module Models Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku @@ -16,6 +16,7 @@ module Models CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName + Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason DeletedVault = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault VaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult DeletedVaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult @@ -33,19 +34,18 @@ module Models DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions - SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult - StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions - CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation + CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind - Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions end class KeyVaultManagementClass - attr_reader :operations, :vaults, :configurable, :base_url, :options, :model_classes + attr_reader :vaults, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -55,8 +55,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @vaults = @client_0.vaults + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -90,6 +90,9 @@ def resource def sku_name Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName end + def reason + Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + end def deleted_vault Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault end @@ -141,33 +144,30 @@ def vault def key_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions end - def secret_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - end - def operation_list_result - Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult - end - def storage_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions + def operation + Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation end def certificate_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions end - def operation - Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation + def operation_list_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult end def create_mode Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode end - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind - end - def reason - Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + def storage_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions end def resource_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult end + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + end + def secret_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions + end end end end diff --git a/azure_sdk/lib/latest/modules/logic_profile_module.rb b/azure_sdk/lib/latest/modules/logic_profile_module.rb index 95fb89f752..8a7ca2346f 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -7,6 +7,10 @@ module Azure::Profiles::Latest module Logic module Mgmt + Workflows = Azure::Logic::Mgmt::V2016_06_01::Workflows + WorkflowVersions = Azure::Logic::Mgmt::V2016_06_01::WorkflowVersions + WorkflowTriggers = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggers + WorkflowTriggerHistories = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggerHistories WorkflowRuns = Azure::Logic::Mgmt::V2016_06_01::WorkflowRuns WorkflowRunActions = Azure::Logic::Mgmt::V2016_06_01::WorkflowRunActions IntegrationAccounts = Azure::Logic::Mgmt::V2016_06_01::IntegrationAccounts @@ -16,10 +20,6 @@ module Mgmt Agreements = Azure::Logic::Mgmt::V2016_06_01::Agreements Sessions = Azure::Logic::Mgmt::V2016_06_01::Sessions Certificates = Azure::Logic::Mgmt::V2016_06_01::Certificates - Workflows = Azure::Logic::Mgmt::V2016_06_01::Workflows - WorkflowVersions = Azure::Logic::Mgmt::V2016_06_01::WorkflowVersions - WorkflowTriggers = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggers - WorkflowTriggerHistories = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggerHistories module Models ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash @@ -93,23 +93,23 @@ module Models IntegrationAccountListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult EdifactFramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactFramingSettings IntegrationAccountSchemaListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaListResult + KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference EdifactEnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeSettings IntegrationAccountMapListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapListResult EdifactAcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAcknowledgementSettings PartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerContent - KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference - EdifactMessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter WorkflowTriggerCallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl EdifactProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProcessingSettings - EdifactEnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride - EdifactMessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier - CallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl + EdifactMessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter WorkflowRunActionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter - BusinessIdentity = Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity - EdifactValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride + EdifactMessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier + EdifactEnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride EdifactSchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference + BusinessIdentity = Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity + CallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl EdifactDelimiterOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride IntegrationAccountSku = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku + EdifactValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride EdifactProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence EdifactOneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement @@ -152,15 +152,15 @@ module Models SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix X12DateFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat - UsageIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator + ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType - EdifactCharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet + UsageIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator EdifactDecimalIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator - ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink + EdifactCharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet end class LogicManagementClass - attr_reader :workflow_runs, :workflow_run_actions, :integration_accounts, :schemas, :maps, :partners, :agreements, :sessions, :certificates, :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :configurable, :base_url, :options, :model_classes + attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :integration_accounts, :schemas, :maps, :partners, :agreements, :sessions, :certificates, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -170,6 +170,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @workflows = @client_0.workflows + @workflow_versions = @client_0.workflow_versions + @workflow_triggers = @client_0.workflow_triggers + @workflow_trigger_histories = @client_0.workflow_trigger_histories @workflow_runs = @client_0.workflow_runs @workflow_run_actions = @client_0.workflow_run_actions @integration_accounts = @client_0.integration_accounts @@ -179,10 +183,6 @@ def initialize(configurable, base_url=nil, options=nil) @agreements = @client_0.agreements @sessions = @client_0.sessions @certificates = @client_0.certificates - @workflows = @client_0.workflows - @workflow_versions = @client_0.workflow_versions - @workflow_triggers = @client_0.workflow_triggers - @workflow_trigger_histories = @client_0.workflow_trigger_histories @model_classes = ModelClasses.new end @@ -414,6 +414,9 @@ def edifact_framing_settings def integration_account_schema_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaListResult end + def key_vault_key_reference + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + end def edifact_envelope_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeSettings end @@ -426,38 +429,32 @@ def edifact_acknowledgement_settings def partner_content Azure::Logic::Mgmt::V2016_06_01::Models::PartnerContent end - def key_vault_key_reference - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference - end - def edifact_message_filter - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter - end def workflow_trigger_callback_url Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl end def edifact_processing_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProcessingSettings end - def edifact_envelope_override - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride + def edifact_message_filter + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter + end + def workflow_run_action_filter + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter end def edifact_message_identifier Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier end - def callback_url - Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl + def edifact_envelope_override + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride end - def workflow_run_action_filter - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter + def edifact_schema_reference + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference end def business_identity Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity end - def edifact_validation_override - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride - end - def edifact_schema_reference - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference + def callback_url + Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl end def edifact_delimiter_override Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride @@ -465,6 +462,9 @@ def edifact_delimiter_override def integration_account_sku Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku end + def edifact_validation_override + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride + end def edifact_protocol_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings end @@ -591,20 +591,20 @@ def x12_date_format def x12_time_format Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat end - def usage_indicator - Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator + def content_link + Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink end def message_filter_type Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType end - def edifact_character_set - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet + def usage_indicator + Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator end def edifact_decimal_indicator Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator end - def content_link - Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink + def edifact_character_set + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet 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 94f63578d7..35efceed1d 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -10,6 +10,10 @@ module Mgmt WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices module Models + AssetItem = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem + DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration + WebServiceParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter + MachineLearningWorkspace = Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace WebServiceProperties = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties ColumnSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification TableSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::TableSpecification @@ -31,22 +35,18 @@ module Models WebServicePropertiesForGraph = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel ColumnType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType - ColumnFormat = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat - AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType - InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType - OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType + InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + ColumnFormat = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat ModeValueInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo ModuleAssetParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter WebServiceKeys = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys - AssetItem = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem - DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration - WebServiceParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter - MachineLearningWorkspace = Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace end class MachineLearningManagementClass @@ -79,6 +79,18 @@ def method_missing(method, *args) end class ModelClasses + def asset_item + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem + end + def diagnostics_configuration + Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration + end + def web_service_parameter + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter + end + def machine_learning_workspace + Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace + end def web_service_properties Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties end @@ -142,33 +154,33 @@ def diagnostics_level def column_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType end - def column_format - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat - end - def asset_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType - end - def input_port_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType - end - def output_port_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType - end def resource Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource end def storage_account Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount end + def asset_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + end def async_operation_status Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus end + def output_port_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType + end + def input_port_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType + end def provisioning_state Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState end def parameter_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType end + def column_format + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat + end def mode_value_info Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo end @@ -178,18 +190,6 @@ def module_asset_parameter def web_service_keys Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys end - def asset_item - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem - end - def diagnostics_configuration - Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration - end - def web_service_parameter - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter - end - def machine_learning_workspace - Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace - end end end end diff --git a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb index aab77fd6a2..ba3b6fb84b 100644 --- a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb @@ -11,24 +11,24 @@ module Mgmt ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2017_09_01::ApplicationDefinitions module Models + ProvisioningState = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState Plan = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan + ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType + ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ResourceIdentityType Sku = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku Application = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application ErrorResponse = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ErrorResponse ApplicationListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult + Identity = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity PlanPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable ApplicationProviderAuthorization = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationProviderAuthorization ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult - Identity = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact - Resource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource - ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition - ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable GenericResource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource - ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel - ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType - ProvisioningState = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState + ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable + ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition + Resource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource end class ManagedApplicationsManagementClass @@ -62,9 +62,18 @@ def method_missing(method, *args) end class ModelClasses + def provisioning_state + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState + end def plan Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan end + def application_artifact_type + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType + end + def application_lock_level + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel + end def resource_identity_type Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ResourceIdentityType end @@ -80,6 +89,9 @@ def error_response def application_list_result Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult end + def identity + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity + end def plan_patchable Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable end @@ -89,32 +101,20 @@ def application_provider_authorization def application_definition_list_result Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult end - def identity - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity - end def application_artifact Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact end - def resource - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource - end - def application_definition - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition - end - def application_patchable - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable - end def generic_resource Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource end - def application_lock_level - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel + def application_patchable + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable end - def application_artifact_type - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType + def application_definition + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition end - def provisioning_state - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState + def resource + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource 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 9a2cecec38..d2db56a0b0 100644 --- a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb @@ -7,20 +7,20 @@ module Azure::Profiles::Latest module ManagedServiceIdentity module Mgmt - Operations = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Operations UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::UserAssignedIdentities + Operations = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Operations module Models Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity - UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult OperationListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult + UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities Operation = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation OperationDisplay = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay end class ManagedServiceIdentityManagementClass - attr_reader :operations, :user_assigned_identities, :configurable, :base_url, :options, :model_classes + attr_reader :user_assigned_identities, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -30,8 +30,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @user_assigned_identities = @client_0.user_assigned_identities + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -53,12 +53,12 @@ class ModelClasses def identity Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity end - def user_assigned_identities_list_result - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult - end def operation_list_result Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult end + def user_assigned_identities_list_result + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult + end def user_assigned_identities Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities end diff --git a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb index 15746cb1bc..9ee5784128 100644 --- a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb +++ b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb @@ -7,21 +7,21 @@ module Azure::Profiles::Latest module MarketplaceOrdering module Mgmt - Operations = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Operations MarketplaceAgreements = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::MarketplaceAgreements + Operations = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Operations module Models - AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse + ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError + AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms Operation = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation OperationDisplay = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay OperationListResult = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult Resource = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource - ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError end class MarketplaceOrderingManagementClass - attr_reader :operations, :marketplace_agreements, :configurable, :base_url, :options, :model_classes + attr_reader :marketplace_agreements, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -31,8 +31,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @marketplace_agreements = @client_0.marketplace_agreements + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -51,12 +51,15 @@ def method_missing(method, *args) end class ModelClasses - def agreement_terms - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms - end 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 agreement_terms + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms + end def operation Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation end @@ -69,9 +72,6 @@ def operation_list_result def resource Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource end - def error_response_error - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError - 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 435878fb9d..9613594234 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -7,18 +7,18 @@ module Azure::Profiles::Latest module MediaServices module Mgmt - LiveOutputs = Azure::MediaServices::Mgmt::V2018_03_30_preview::LiveOutputs + Jobs = Azure::MediaServices::Mgmt::V2018_03_30_preview::Jobs + StreamingPolicies = Azure::MediaServices::Mgmt::V2018_03_30_preview::StreamingPolicies StreamingLocators = Azure::MediaServices::Mgmt::V2018_03_30_preview::StreamingLocators - StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_03_30_preview::StreamingEndpoints + LiveEvents = Azure::MediaServices::Mgmt::V2018_03_30_preview::LiveEvents Operations = Azure::MediaServices::Mgmt::V2018_03_30_preview::Operations - Mediaservices = Azure::MediaServices::Mgmt::V2018_03_30_preview::Mediaservices + LiveOutputs = Azure::MediaServices::Mgmt::V2018_03_30_preview::LiveOutputs + StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_03_30_preview::StreamingEndpoints Locations = Azure::MediaServices::Mgmt::V2018_03_30_preview::Locations + Mediaservices = Azure::MediaServices::Mgmt::V2018_03_30_preview::Mediaservices Assets = Azure::MediaServices::Mgmt::V2018_03_30_preview::Assets ContentKeyPolicies = Azure::MediaServices::Mgmt::V2018_03_30_preview::ContentKeyPolicies Transforms = Azure::MediaServices::Mgmt::V2018_03_30_preview::Transforms - Jobs = Azure::MediaServices::Mgmt::V2018_03_30_preview::Jobs - StreamingPolicies = Azure::MediaServices::Mgmt::V2018_03_30_preview::StreamingPolicies - LiveEvents = Azure::MediaServices::Mgmt::V2018_03_30_preview::LiveEvents module Models StorageAccountType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StorageAccountType @@ -83,29 +83,29 @@ module Models StreamingEndpointAccessControl = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointAccessControl ContentKeyPolicyOption = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyOption AkamaiAccessControl = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AkamaiAccessControl + OperationCollection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection AkamaiSignatureHeaderAuthenticationKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AkamaiSignatureHeaderAuthenticationKey - AssetCollection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AssetCollection LiveEventListResult = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventListResult ContentKeyPolicyRestriction = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestriction - OperationCollection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection LiveEventActionInput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventActionInput + TrackSelection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackSelection CrossSiteAccessPolicies = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::CrossSiteAccessPolicies + AssetCollection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AssetCollection JobOutput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobOutput LiveEventEncoding = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncoding - StreamingPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingPolicyFairPlayConfiguration LiveEventPreview = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventPreview - TrackSelection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackSelection Hls = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Hls TransformOutput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransformOutput + ContentKeyPolicyRestrictionTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestrictionTokenKey LiveEventPreviewAccessControl = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventPreviewAccessControl + StreamingPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingPolicyFairPlayConfiguration EnabledProtocols = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EnabledProtocols - JobInput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInput MediaService = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::MediaService SubscriptionMediaService = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::SubscriptionMediaService - ContentKeyPolicyRestrictionTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestrictionTokenKey Asset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Asset ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier + JobInput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInput ContentKeyPolicyOpenRestriction = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyOpenRestriction ContentKeyPolicyUnknownRestriction = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyUnknownRestriction ContentKeyPolicySymmetricTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicySymmetricTokenKey @@ -113,10 +113,10 @@ module Models ContentKeyPolicyX509CertificateTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyX509CertificateTokenKey ContentKeyPolicyTokenRestriction = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyTokenRestriction ContentKeyPolicyClearKeyConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyClearKeyConfiguration - ContentKeyPolicyUnknownConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyUnknownConfiguration ContentKeyPolicyWidevineConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyWidevineConfiguration ContentKeyPolicyPlayReadyConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyPlayReadyConfiguration ContentKeyPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyFairPlayConfiguration + ContentKeyPolicy = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicy Audio = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Audio AacAudio = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AacAudio AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AudioAnalyzerPreset @@ -165,28 +165,28 @@ module Models DeinterlaceMode = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::DeinterlaceMode Rotation = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Rotation H264VideoProfile = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264VideoProfile - EntropyMode = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EntropyMode + ProxyResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource H264Complexity = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264Complexity EncoderNamedPreset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EncoderNamedPreset + EntropyMode = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EntropyMode OnErrorType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OnErrorType - ProxyResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource + TrackedResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource JobErrorCode = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobErrorCode JobErrorCategory = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobErrorCategory - Priority = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Priority JobRetry = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobRetry - TrackedResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyCompareOperation + Priority = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Priority StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingLocatorContentKeyType StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingPolicyStreamingProtocol LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveOutputResourceState - TrackPropertyType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyType LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventInputProtocol - LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncodingType - ContentKeyPolicy = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicy EncryptionScheme = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EncryptionScheme + LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncodingType LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventResourceState - StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag + TrackPropertyType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyType StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointResourceState + StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag + ContentKeyPolicyUnknownConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyUnknownConfiguration Resource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Resource StorageAccount = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StorageAccount Format = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Format @@ -198,7 +198,7 @@ module Models end class MediaServicesManagementClass - attr_reader :live_outputs, :streaming_locators, :streaming_endpoints, :operations, :mediaservices, :locations, :assets, :content_key_policies, :transforms, :jobs, :streaming_policies, :live_events, :configurable, :base_url, :options, :model_classes + attr_reader :jobs, :streaming_policies, :streaming_locators, :live_events, :operations, :live_outputs, :streaming_endpoints, :locations, :mediaservices, :assets, :content_key_policies, :transforms, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -208,18 +208,18 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @live_outputs = @client_0.live_outputs + @jobs = @client_0.jobs + @streaming_policies = @client_0.streaming_policies @streaming_locators = @client_0.streaming_locators - @streaming_endpoints = @client_0.streaming_endpoints + @live_events = @client_0.live_events @operations = @client_0.operations - @mediaservices = @client_0.mediaservices + @live_outputs = @client_0.live_outputs + @streaming_endpoints = @client_0.streaming_endpoints @locations = @client_0.locations + @mediaservices = @client_0.mediaservices @assets = @client_0.assets @content_key_policies = @client_0.content_key_policies @transforms = @client_0.transforms - @jobs = @client_0.jobs - @streaming_policies = @client_0.streaming_policies - @live_events = @client_0.live_events @model_classes = ModelClasses.new end @@ -424,66 +424,63 @@ def content_key_policy_option def akamai_access_control Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AkamaiAccessControl end + def operation_collection + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection + end def akamai_signature_header_authentication_key Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AkamaiSignatureHeaderAuthenticationKey end - def asset_collection - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AssetCollection - end def live_event_list_result Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventListResult end def content_key_policy_restriction Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestriction end - def operation_collection - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection - end def live_event_action_input Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventActionInput end + def track_selection + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackSelection + end def cross_site_access_policies Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::CrossSiteAccessPolicies end + def asset_collection + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AssetCollection + end def job_output Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobOutput end def live_event_encoding Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncoding end - def streaming_policy_fair_play_configuration - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingPolicyFairPlayConfiguration - end def live_event_preview Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventPreview end - def track_selection - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackSelection - end def hls Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Hls end def transform_output Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransformOutput end + def content_key_policy_restriction_token_key + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestrictionTokenKey + end def live_event_preview_access_control Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventPreviewAccessControl end + def streaming_policy_fair_play_configuration + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingPolicyFairPlayConfiguration + end def enabled_protocols Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EnabledProtocols end - def job_input - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInput - end def media_service Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::MediaService end def subscription_media_service Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::SubscriptionMediaService end - def content_key_policy_restriction_token_key - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestrictionTokenKey - end def asset Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Asset end @@ -493,6 +490,9 @@ def content_key_policy_play_ready_content_encryption_key_from_header def content_key_policy_play_ready_content_encryption_key_from_key_identifier Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier end + def job_input + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInput + end def content_key_policy_open_restriction Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyOpenRestriction end @@ -514,9 +514,6 @@ def content_key_policy_token_restriction def content_key_policy_clear_key_configuration Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyClearKeyConfiguration end - def content_key_policy_unknown_configuration - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyUnknownConfiguration - end def content_key_policy_widevine_configuration Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyWidevineConfiguration end @@ -526,6 +523,9 @@ def content_key_policy_play_ready_configuration def content_key_policy_fair_play_configuration Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyFairPlayConfiguration end + def content_key_policy + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicy + end def audio Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Audio end @@ -670,8 +670,8 @@ def rotation def h264_video_profile Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264VideoProfile end - def entropy_mode - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EntropyMode + def proxy_resource + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource end def h264_complexity Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264Complexity @@ -679,11 +679,14 @@ def h264_complexity def encoder_named_preset Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EncoderNamedPreset end + def entropy_mode + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EntropyMode + end def on_error_type Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OnErrorType end - def proxy_resource - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource + def tracked_resource + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource end def job_error_code Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobErrorCode @@ -691,18 +694,15 @@ def job_error_code def job_error_category Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobErrorCategory end - def priority - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Priority - end def job_retry Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobRetry end - def tracked_resource - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource - end def track_property_compare_operation Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyCompareOperation end + def priority + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Priority + end def streaming_locator_content_key_type Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingLocatorContentKeyType end @@ -712,30 +712,30 @@ def streaming_policy_streaming_protocol def live_output_resource_state Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveOutputResourceState end - def track_property_type - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyType - end def live_event_input_protocol Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventInputProtocol end - def live_event_encoding_type - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncodingType - end - def content_key_policy - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicy - end def encryption_scheme Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EncryptionScheme end + def live_event_encoding_type + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncodingType + end def live_event_resource_state Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventResourceState end - def stream_options_flag - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag + def track_property_type + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyType end def streaming_endpoint_resource_state Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointResourceState end + def stream_options_flag + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag + end + def content_key_policy_unknown_configuration + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyUnknownConfiguration + end def resource Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Resource end diff --git a/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb b/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb index 584aaddfe5..515f79f8bb 100644 --- a/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb @@ -7,13 +7,13 @@ module Azure::Profiles::Latest module MobileEngagement module Mgmt - ExportTasks = Azure::MobileEngagement::Mgmt::V2014_12_01::ExportTasks - ImportTasks = Azure::MobileEngagement::Mgmt::V2014_12_01::ImportTasks - AppCollections = Azure::MobileEngagement::Mgmt::V2014_12_01::AppCollections Apps = Azure::MobileEngagement::Mgmt::V2014_12_01::Apps SupportedPlatforms = Azure::MobileEngagement::Mgmt::V2014_12_01::SupportedPlatforms Campaigns = Azure::MobileEngagement::Mgmt::V2014_12_01::Campaigns Devices = Azure::MobileEngagement::Mgmt::V2014_12_01::Devices + ExportTasks = Azure::MobileEngagement::Mgmt::V2014_12_01::ExportTasks + ImportTasks = Azure::MobileEngagement::Mgmt::V2014_12_01::ImportTasks + AppCollections = Azure::MobileEngagement::Mgmt::V2014_12_01::AppCollections module Models ProvisioningStates = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ProvisioningStates @@ -108,7 +108,7 @@ module Models end class MobileEngagementManagementClass - attr_reader :export_tasks, :import_tasks, :app_collections, :apps, :supported_platforms, :campaigns, :devices, :configurable, :base_url, :options, :model_classes + attr_reader :apps, :supported_platforms, :campaigns, :devices, :export_tasks, :import_tasks, :app_collections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -118,13 +118,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @export_tasks = @client_0.export_tasks - @import_tasks = @client_0.import_tasks - @app_collections = @client_0.app_collections @apps = @client_0.apps @supported_platforms = @client_0.supported_platforms @campaigns = @client_0.campaigns @devices = @client_0.devices + @export_tasks = @client_0.export_tasks + @import_tasks = @client_0.import_tasks + @app_collections = @client_0.app_collections @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/latest/modules/monitor_profile_module.rb b/azure_sdk/lib/latest/modules/monitor_profile_module.rb index 39785a1f47..0a3cff1dad 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module Monitor module Mgmt - AutoscaleSettings = Azure::Monitor::Mgmt::V2015_04_01::AutoscaleSettings Operations = Azure::Monitor::Mgmt::V2015_04_01::Operations + AutoscaleSettings = Azure::Monitor::Mgmt::V2015_04_01::AutoscaleSettings AlertRuleIncidents = Azure::Monitor::Mgmt::V2016_03_01::AlertRuleIncidents AlertRules = Azure::Monitor::Mgmt::V2016_03_01::AlertRules LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles @@ -20,6 +20,7 @@ module Mgmt module Models RecurrenceFrequency = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrenceFrequency + OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay 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 @@ -33,15 +34,14 @@ module Models MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger Recurrence = Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow + Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType - AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource - OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay - Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation - ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection - TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType + AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType + ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType AlertRuleResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch Incident = Azure::Monitor::Mgmt::V2016_03_01::Models::Incident AlertRuleResourceCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection @@ -77,34 +77,34 @@ module Models ActivityLogAlertActionList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList SmsReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::SmsReceiver ActivityLogAlertPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody - ActionGroupList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList + Resource = Azure::Monitor::Mgmt::V2017_04_01::Models::Resource ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList - ActionGroupResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource + ActionGroupList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource - Resource = Azure::Monitor::Mgmt::V2017_04_01::Models::Resource + ActionGroupResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource ReceiverStatus = Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus - DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource - CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType - DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource - RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy - ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings - MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection + DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource + ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource + DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource + CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings + RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + LocalizableString = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::LocalizableString + CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse ErrorResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse + Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity + ResultType = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ResultType Baseline = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline BaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse BaselineMetadataValue = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue TimeSeriesInformation = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation - LocalizableString = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::LocalizableString - CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse - Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity - ResultType = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ResultType end class MonitorManagementClass - attr_reader :autoscale_settings, :operations, :alert_rule_incidents, :alert_rules, :log_profiles, :action_groups, :activity_log_alerts, :diagnostic_settings_category_operations, :diagnostic_settings_operations, :metric_baseline, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :autoscale_settings, :alert_rule_incidents, :alert_rules, :log_profiles, :action_groups, :activity_log_alerts, :diagnostic_settings_category_operations, :diagnostic_settings_operations, :metric_baseline, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -114,8 +114,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @autoscale_settings = @client_0.autoscale_settings @operations = @client_0.operations + @autoscale_settings = @client_0.autoscale_settings @client_1 = Azure::Monitor::Mgmt::V2016_03_01::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -177,6 +177,9 @@ class ModelClasses def recurrence_frequency Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrenceFrequency end + def operation_display + Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay + end def email_notification Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification end @@ -216,33 +219,30 @@ def recurrence def time_window Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow end + def operation + Azure::Monitor::Mgmt::V2015_04_01::Models::Operation + end def operation_list_result Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult end + def time_aggregation_type + Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType + end def metric_statistic_type Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType end - def autoscale_setting_resource - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource - end - def operation_display - Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay - end - def operation - Azure::Monitor::Mgmt::V2015_04_01::Models::Operation - end - def comparison_operation_type - Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType - end def scale_direction Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection end - def time_aggregation_type - Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType + def autoscale_setting_resource + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource 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 + end def alert_rule_resource_patch Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch end @@ -348,54 +348,66 @@ def sms_receiver def activity_log_alert_patch_body Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody end - def action_group_list - Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList + def resource + Azure::Monitor::Mgmt::V2017_04_01::Models::Resource end def activity_log_alert_list Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList end - def action_group_resource - Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource + def action_group_list + Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList end def activity_log_alert_resource Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource end - def resource - Azure::Monitor::Mgmt::V2017_04_01::Models::Resource + def action_group_resource + Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource end def receiver_status Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus end - def diagnostic_settings_category_resource - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource + def log_settings + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings end - def category_type - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + def diagnostic_settings_category_resource_collection + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection end - def diagnostic_settings_resource - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource + def diagnostic_settings_resource_collection + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection end - def retention_policy - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + def diagnostic_settings_category_resource + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource end def proxy_only_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource end - def log_settings - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + def diagnostic_settings_resource + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource + end + def category_type + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType end def metric_settings Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings end - def diagnostic_settings_category_resource_collection - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection + def retention_policy + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy end - def diagnostic_settings_resource_collection - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection + def localizable_string + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::LocalizableString + end + def calculate_baseline_response + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse end def error_response Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse end + def sensitivity + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity + end + def result_type + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ResultType + end def baseline Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline end @@ -408,18 +420,6 @@ def baseline_metadata_value def time_series_information Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation end - def localizable_string - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::LocalizableString - end - def calculate_baseline_response - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse - end - def sensitivity - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity - end - def result_type - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ResultType - end end end end diff --git a/azure_sdk/lib/latest/modules/network_profile_module.rb b/azure_sdk/lib/latest/modules/network_profile_module.rb index c2c8e37b85..1961ee8e36 100644 --- a/azure_sdk/lib/latest/modules/network_profile_module.rb +++ b/azure_sdk/lib/latest/modules/network_profile_module.rb @@ -13,21 +13,25 @@ module Mgmt NetworkInterfaces = Azure::Network::Mgmt::V2018_01_01::NetworkInterfaces NetworkSecurityGroups = Azure::Network::Mgmt::V2018_01_01::NetworkSecurityGroups SecurityRules = Azure::Network::Mgmt::V2018_01_01::SecurityRules - PublicIPAddresses = Azure::Network::Mgmt::V2018_01_01::PublicIPAddresses - RouteTables = Azure::Network::Mgmt::V2018_01_01::RouteTables - ConnectionMonitors = Azure::Network::Mgmt::V2018_01_01::ConnectionMonitors + NetworkWatchers = Azure::Network::Mgmt::V2018_01_01::NetworkWatchers + PacketCaptures = Azure::Network::Mgmt::V2018_01_01::PacketCaptures + ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_01_01::ExpressRouteCircuitAuthorizations ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_01_01::ExpressRouteCircuitPeerings RouteFilterRules = Azure::Network::Mgmt::V2018_01_01::RouteFilterRules Routes = Azure::Network::Mgmt::V2018_01_01::Routes - Usages = Azure::Network::Mgmt::V2018_01_01::Usages - VirtualNetworks = Azure::Network::Mgmt::V2018_01_01::VirtualNetworks + ApplicationGateways = Azure::Network::Mgmt::V2018_01_01::ApplicationGateways RouteFilters = Azure::Network::Mgmt::V2018_01_01::RouteFilters - VirtualNetworkGateways = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkGateways - BgpServiceCommunities = Azure::Network::Mgmt::V2018_01_01::BgpServiceCommunities Subnets = Azure::Network::Mgmt::V2018_01_01::Subnets + BgpServiceCommunities = Azure::Network::Mgmt::V2018_01_01::BgpServiceCommunities + PublicIPAddresses = Azure::Network::Mgmt::V2018_01_01::PublicIPAddresses + ConnectionMonitors = Azure::Network::Mgmt::V2018_01_01::ConnectionMonitors + VirtualNetworkGateways = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkGateways + Usages = Azure::Network::Mgmt::V2018_01_01::Usages + VirtualNetworks = Azure::Network::Mgmt::V2018_01_01::VirtualNetworks + VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkPeerings + RouteTables = Azure::Network::Mgmt::V2018_01_01::RouteTables VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkGatewayConnections LocalNetworkGateways = Azure::Network::Mgmt::V2018_01_01::LocalNetworkGateways - VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkPeerings Operations = Azure::Network::Mgmt::V2018_01_01::Operations ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_01_01::ApplicationSecurityGroups AvailableEndpointServices = Azure::Network::Mgmt::V2018_01_01::AvailableEndpointServices @@ -40,10 +44,6 @@ module Mgmt NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2018_01_01::NetworkInterfaceIPConfigurations NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2018_01_01::NetworkInterfaceLoadBalancers DefaultSecurityRules = Azure::Network::Mgmt::V2018_01_01::DefaultSecurityRules - NetworkWatchers = Azure::Network::Mgmt::V2018_01_01::NetworkWatchers - PacketCaptures = Azure::Network::Mgmt::V2018_01_01::PacketCaptures - ApplicationGateways = Azure::Network::Mgmt::V2018_01_01::ApplicationGateways - ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_01_01::ExpressRouteCircuitAuthorizations module Models OperationDisplay = Azure::Network::Mgmt::V2018_01_01::Models::OperationDisplay @@ -162,11 +162,11 @@ module Models ConnectionMonitorResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorResult ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorListResult ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStateSnapshot - GatewayRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult + Availability = Azure::Network::Mgmt::V2018_01_01::Models::Availability ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup + GatewayRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult ResourceNavigationLink = Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink - Availability = Azure::Network::Mgmt::V2018_01_01::Models::Availability ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectConfiguration ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet @@ -189,10 +189,6 @@ module Models ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCipherSuite ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallMode - Access = Azure::Network::Mgmt::V2018_01_01::Models::Access - LoadBalancerSkuName = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName - EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol - EffectiveRouteSource = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitListResult SubResource = Azure::Network::Mgmt::V2018_01_01::Models::SubResource UsageName = Azure::Network::Mgmt::V2018_01_01::Models::UsageName @@ -297,46 +293,50 @@ module Models ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringType AuthorizationUseStatus = Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationUseStatus ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuTier - ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuFamily + Access = Azure::Network::Mgmt::V2018_01_01::Models::Access ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ServiceProviderProvisioningState LoadDistribution = Azure::Network::Mgmt::V2018_01_01::Models::LoadDistribution - ProbeProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ProbeProtocol + ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuFamily NetworkOperationStatus = Azure::Network::Mgmt::V2018_01_01::Models::NetworkOperationStatus + AssociationType = Azure::Network::Mgmt::V2018_01_01::Models::AssociationType + ProbeProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ProbeProtocol + NextHopType = Azure::Network::Mgmt::V2018_01_01::Models::NextHopType + PcProtocol = Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol PcStatus = Azure::Network::Mgmt::V2018_01_01::Models::PcStatus PcError = Azure::Network::Mgmt::V2018_01_01::Models::PcError IssueType = Azure::Network::Mgmt::V2018_01_01::Models::IssueType ConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus ConnectionState = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState EvaluationState = Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState - VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState + ProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState + LoadBalancerSkuName = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName + EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol + EffectiveRouteSource = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource + EffectiveRouteState = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState + VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier + Direction = Azure::Network::Mgmt::V2018_01_01::Models::Direction + VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionType VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayType VpnType = Azure::Network::Mgmt::V2018_01_01::Models::VpnType VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuName - EffectiveRouteState = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState - AssociationType = Azure::Network::Mgmt::V2018_01_01::Models::AssociationType - Direction = Azure::Network::Mgmt::V2018_01_01::Models::Direction - NextHopType = Azure::Network::Mgmt::V2018_01_01::Models::NextHopType - PcProtocol = Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol - VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier ProcessorArchitecture = Azure::Network::Mgmt::V2018_01_01::Models::ProcessorArchitecture - VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionType VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus + VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState VpnClientProtocol = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol - BgpPeerState = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState - AuthenticationMethod = Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod - ProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState - IpsecIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity Protocol = Azure::Network::Mgmt::V2018_01_01::Models::Protocol - IkeIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity - DhGroup = Azure::Network::Mgmt::V2018_01_01::Models::DhGroup - Severity = Azure::Network::Mgmt::V2018_01_01::Models::Severity + AuthenticationMethod = Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod IpsecEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption + Severity = Azure::Network::Mgmt::V2018_01_01::Models::Severity IkeEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption + IkeIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity + DhGroup = Azure::Network::Mgmt::V2018_01_01::Models::DhGroup PfsGroup = Azure::Network::Mgmt::V2018_01_01::Models::PfsGroup + BgpPeerState = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState + IpsecIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity end class NetworkManagementClass - attr_reader :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :network_security_groups, :security_rules, :public_ipaddresses, :route_tables, :connection_monitors, :express_route_circuit_peerings, :route_filter_rules, :routes, :usages, :virtual_networks, :route_filters, :virtual_network_gateways, :bgp_service_communities, :subnets, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_peerings, :operations, :application_security_groups, :available_endpoint_services, :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, :default_security_rules, :network_watchers, :packet_captures, :application_gateways, :express_route_circuit_authorizations, :configurable, :base_url, :options, :model_classes + attr_reader :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :network_security_groups, :security_rules, :network_watchers, :packet_captures, :express_route_circuit_authorizations, :express_route_circuit_peerings, :route_filter_rules, :routes, :application_gateways, :route_filters, :subnets, :bgp_service_communities, :public_ipaddresses, :connection_monitors, :virtual_network_gateways, :usages, :virtual_networks, :virtual_network_peerings, :route_tables, :virtual_network_gateway_connections, :local_network_gateways, :operations, :application_security_groups, :available_endpoint_services, :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, :default_security_rules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -352,21 +352,25 @@ def initialize(configurable, base_url=nil, options=nil) @network_interfaces = @client_0.network_interfaces @network_security_groups = @client_0.network_security_groups @security_rules = @client_0.security_rules - @public_ipaddresses = @client_0.public_ipaddresses - @route_tables = @client_0.route_tables - @connection_monitors = @client_0.connection_monitors + @network_watchers = @client_0.network_watchers + @packet_captures = @client_0.packet_captures + @express_route_circuit_authorizations = @client_0.express_route_circuit_authorizations @express_route_circuit_peerings = @client_0.express_route_circuit_peerings @route_filter_rules = @client_0.route_filter_rules @routes = @client_0.routes - @usages = @client_0.usages - @virtual_networks = @client_0.virtual_networks + @application_gateways = @client_0.application_gateways @route_filters = @client_0.route_filters - @virtual_network_gateways = @client_0.virtual_network_gateways - @bgp_service_communities = @client_0.bgp_service_communities @subnets = @client_0.subnets + @bgp_service_communities = @client_0.bgp_service_communities + @public_ipaddresses = @client_0.public_ipaddresses + @connection_monitors = @client_0.connection_monitors + @virtual_network_gateways = @client_0.virtual_network_gateways + @usages = @client_0.usages + @virtual_networks = @client_0.virtual_networks + @virtual_network_peerings = @client_0.virtual_network_peerings + @route_tables = @client_0.route_tables @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections @local_network_gateways = @client_0.local_network_gateways - @virtual_network_peerings = @client_0.virtual_network_peerings @operations = @client_0.operations @application_security_groups = @client_0.application_security_groups @available_endpoint_services = @client_0.available_endpoint_services @@ -379,10 +383,6 @@ def initialize(configurable, base_url=nil, options=nil) @network_interface_ipconfigurations = @client_0.network_interface_ipconfigurations @network_interface_load_balancers = @client_0.network_interface_load_balancers @default_security_rules = @client_0.default_security_rules - @network_watchers = @client_0.network_watchers - @packet_captures = @client_0.packet_captures - @application_gateways = @client_0.application_gateways - @express_route_circuit_authorizations = @client_0.express_route_circuit_authorizations @model_classes = ModelClasses.new end @@ -749,21 +749,21 @@ def connection_monitor_list_result def connection_state_snapshot Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStateSnapshot end - def gateway_route_list_result - Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult - end def connection_monitor_query_result Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult end + def availability + Azure::Network::Mgmt::V2018_01_01::Models::Availability + end def application_security_group Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup end + def gateway_route_list_result + Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult + end def resource_navigation_link Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink end - def availability - Azure::Network::Mgmt::V2018_01_01::Models::Availability - end def application_gateway_authentication_certificate Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate end @@ -830,18 +830,6 @@ def application_gateway_redirect_type def application_gateway_firewall_mode Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallMode end - def access - Azure::Network::Mgmt::V2018_01_01::Models::Access - end - def load_balancer_sku_name - Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName - end - def effective_security_rule_protocol - Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol - end - def effective_route_source - Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource - end def express_route_circuit_list_result Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitListResult end @@ -1154,8 +1142,8 @@ def authorization_use_status def express_route_circuit_sku_tier Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuTier end - def express_route_circuit_sku_family - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuFamily + def access + Azure::Network::Mgmt::V2018_01_01::Models::Access end def service_provider_provisioning_state Azure::Network::Mgmt::V2018_01_01::Models::ServiceProviderProvisioningState @@ -1163,12 +1151,24 @@ def service_provider_provisioning_state def load_distribution Azure::Network::Mgmt::V2018_01_01::Models::LoadDistribution end - def probe_protocol - Azure::Network::Mgmt::V2018_01_01::Models::ProbeProtocol + def express_route_circuit_sku_family + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuFamily end def network_operation_status Azure::Network::Mgmt::V2018_01_01::Models::NetworkOperationStatus end + def association_type + Azure::Network::Mgmt::V2018_01_01::Models::AssociationType + end + def probe_protocol + Azure::Network::Mgmt::V2018_01_01::Models::ProbeProtocol + end + def next_hop_type + Azure::Network::Mgmt::V2018_01_01::Models::NextHopType + end + def pc_protocol + Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol + end def pc_status Azure::Network::Mgmt::V2018_01_01::Models::PcStatus end @@ -1187,62 +1187,65 @@ def connection_state def evaluation_state Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState end - def virtual_network_peering_state - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState + def provisioning_state + Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState end - def virtual_network_gateway_type - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayType + def load_balancer_sku_name + Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName end - def vpn_type - Azure::Network::Mgmt::V2018_01_01::Models::VpnType + def effective_security_rule_protocol + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol end - def virtual_network_gateway_sku_name - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuName + def effective_route_source + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource end def effective_route_state Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState end - def association_type - Azure::Network::Mgmt::V2018_01_01::Models::AssociationType + def virtual_network_gateway_sku_tier + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier end def direction Azure::Network::Mgmt::V2018_01_01::Models::Direction end - def next_hop_type - Azure::Network::Mgmt::V2018_01_01::Models::NextHopType + def virtual_network_gateway_connection_type + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionType end - def pc_protocol - Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol + def virtual_network_gateway_type + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayType end - def virtual_network_gateway_sku_tier - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier + def vpn_type + Azure::Network::Mgmt::V2018_01_01::Models::VpnType + end + def virtual_network_gateway_sku_name + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuName end def processor_architecture Azure::Network::Mgmt::V2018_01_01::Models::ProcessorArchitecture end - def virtual_network_gateway_connection_type - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionType - end def virtual_network_gateway_connection_status Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus end + def virtual_network_peering_state + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState + end def vpn_client_protocol Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol end - def bgp_peer_state - Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState + def protocol + Azure::Network::Mgmt::V2018_01_01::Models::Protocol end def authentication_method Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod end - def provisioning_state - Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState + def ipsec_encryption + Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption end - def ipsec_integrity - Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity + def severity + Azure::Network::Mgmt::V2018_01_01::Models::Severity end - def protocol - Azure::Network::Mgmt::V2018_01_01::Models::Protocol + def ike_encryption + Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption end def ike_integrity Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity @@ -1250,18 +1253,15 @@ def ike_integrity def dh_group Azure::Network::Mgmt::V2018_01_01::Models::DhGroup end - def severity - Azure::Network::Mgmt::V2018_01_01::Models::Severity - end - def ipsec_encryption - Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption - end - def ike_encryption - Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption - end def pfs_group Azure::Network::Mgmt::V2018_01_01::Models::PfsGroup end + def bgp_peer_state + Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState + end + def ipsec_integrity + Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity + end end end end diff --git a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb index 5785f6006a..d8acfaa3aa 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -9,30 +9,30 @@ module NewsSearch NewsOperations = Azure::CognitiveServices::NewsSearch::V1_0::NewsOperations module Models + TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase - NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic - Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query - VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News + VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing + NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork - ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode - TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode - SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode end class NewsSearchDataClass @@ -65,6 +65,12 @@ def method_missing(method, *args) end class ModelClasses + def text_format + Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + end + def safe_search + Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + end def freshness Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness end @@ -74,35 +80,35 @@ def image_object def organization Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization end - def media_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject - end def response Azure::CognitiveServices::NewsSearch::V1_0::Models::Response end + def media_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + end def news_article Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end def response_base Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase end - def news_topic - Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic - end - def article - Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + def error_response + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse end def query Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end + def news + Azure::CognitiveServices::NewsSearch::V1_0::Models::News + end def video_object Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject end - def error_response - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + def article + Azure::CognitiveServices::NewsSearch::V1_0::Models::Article end - def news - Azure::CognitiveServices::NewsSearch::V1_0::Models::News + def trending_topics + Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end def search_results_answer Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer @@ -116,27 +122,21 @@ def answer def thing Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing end + def news_topic + Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + end def creative_work Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork end - def error_code - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode - end - def trending_topics - Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - end def error_sub_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode end - def safe_search - Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - end - def text_format - Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat - end def error Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end + def error_code + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode + end end end end diff --git a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb index 9b8057a650..dfe483c427 100644 --- a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb @@ -22,28 +22,28 @@ module Models SharedAccessAuthorizationRuleCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource SharedAccessAuthorizationRuleListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult + SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties NotificationHubListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult - MpnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential + Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource NamespacePatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters NamespaceListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult BaiduCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential - Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource - CheckAvailabilityResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult - NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters AdmCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential - SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties - NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource + MpnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential + NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters + CheckAvailabilityResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult SharedAccessAuthorizationRuleResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource - NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters + NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters - NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource + NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse + NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource + OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName AccessRights = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights - OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType - OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation end @@ -110,11 +110,14 @@ def sub_resource 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 + end def notification_hub_list_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult end - def mpns_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential + def resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource end def namespace_patch_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters @@ -125,57 +128,54 @@ def namespace_list_result def baidu_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential end - def resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource + def adm_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential end - def check_availability_result - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult + def mpns_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential end def namespace_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters end - def adm_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential + def check_availability_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult end - def shared_access_authorization_rule_properties - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + def shared_access_authorization_rule_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource 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 + def notification_hub_patch_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters end 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 + def debug_send_response + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse 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 operation_display + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay end def pns_credentials_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource end + def operation_list_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult + end def sku_name Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName end def access_rights Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights end - def operation_display - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay - end def namespace_type Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType end - def operation_list_result - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult - end def error_response Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse end diff --git a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb index 57485c7446..bd8a74e3de 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -7,14 +7,18 @@ module Azure::Profiles::Latest module OperationalInsights module Mgmt - StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights SavedSearches = Azure::OperationalInsights::Mgmt::V2015_03_20::SavedSearches + StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights + Workspaces = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Workspaces LinkedServices = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::LinkedServices DataSources = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::DataSources - Workspaces = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Workspaces Operations = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Operations module Models + CoreSummary = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary + SearchMetadataSchema = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema + 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 @@ -36,21 +40,21 @@ module Models SearchHighlight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchHighlight LinkTarget = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::LinkTarget SearchParameters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchParameters - CoreSummary = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary - SearchMetadataSchema = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema - StorageInsightStatus = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus - SavedSearch = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearch + WorkspaceListUsagesResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult + LinkedServiceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult + ManagementGroup = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup + DataSourceFilter = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter WorkspaceListManagementGroupsResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult IntelligencePack = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack SharedKeys = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys DataSourceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult WorkspaceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult LinkedService = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService + Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace DataSourceKind = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum - Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus OperationDisplay = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay @@ -59,14 +63,10 @@ module Models Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName UsageMetric = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric - WorkspaceListUsagesResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult - LinkedServiceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult - ManagementGroup = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup - DataSourceFilter = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter end class OperationalInsightsManagementClass - attr_reader :storage_insights, :saved_searches, :linked_services, :data_sources, :workspaces, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :saved_searches, :storage_insights, :workspaces, :linked_services, :data_sources, :operations, :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) + @workspaces = @client_1.workspaces @linked_services = @client_1.linked_services @data_sources = @client_1.data_sources - @workspaces = @client_1.workspaces @operations = @client_1.operations @model_classes = ModelClasses.new @@ -108,6 +108,18 @@ def method_missing(method, *args) end class ModelClasses + def core_summary + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary + end + def search_metadata_schema + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema + end + def storage_insight_status + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus + end + def saved_search + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearch + end def saved_searches_list_result Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearchesListResult end @@ -171,17 +183,17 @@ def link_target def search_parameters Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchParameters end - def core_summary - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary + def workspace_list_usages_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult end - def search_metadata_schema - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema + def linked_service_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult end - def storage_insight_status - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus + def management_group + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup end - def saved_search - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearch + def data_source_filter + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter end def workspace_list_management_groups_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult @@ -201,6 +213,9 @@ def workspace_list_result def linked_service Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService end + def sku + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku + end def data_source Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource end @@ -213,9 +228,6 @@ def data_source_kind def sku_name_enum Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum end - def sku - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku - end def resource Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource end @@ -240,18 +252,6 @@ def metric_name 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 linked_service_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult - end - def management_group - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup - end - def data_source_filter - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter - end end end end diff --git a/azure_sdk/lib/latest/modules/policy_profile_module.rb b/azure_sdk/lib/latest/modules/policy_profile_module.rb index 0c2627e973..c83351db5b 100644 --- a/azure_sdk/lib/latest/modules/policy_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policy_profile_module.rb @@ -15,14 +15,14 @@ module Models PolicyMode = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode PolicyDefinition = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinition PolicyDefinitionListResult = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinitionListResult - PolicySku = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku ErrorResponse = Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse + PolicyDefinitionReference = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference + PolicySetDefinition = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinition + PolicySku = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinitionListResult - PolicyType = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType PolicyAssignment = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignment PolicyAssignmentListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignmentListResult - PolicyDefinitionReference = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference - PolicySetDefinition = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinition + PolicyType = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType end class PolicyManagementClass @@ -74,29 +74,29 @@ def policy_definition def policy_definition_list_result Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinitionListResult end - def policy_sku - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku - end def error_response Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse end + def policy_definition_reference + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference + end + def policy_set_definition + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinition + end + def policy_sku + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku + end def policy_set_definition_list_result Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinitionListResult end - def policy_type - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType - end def policy_assignment Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignment end def policy_assignment_list_result Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignmentListResult end - def policy_definition_reference - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference - end - def policy_set_definition - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinition + def policy_type + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType 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 26a19d802f..75bc0da04f 100644 --- a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb @@ -7,9 +7,9 @@ module Azure::Profiles::Latest module PolicyInsights module Mgmt - Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations PolicyEvents = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyEvents PolicyStates = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyStates + Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations module Models OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay @@ -22,16 +22,16 @@ module Models PolicyStatesQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults PolicyEvent = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent PolicyState = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState + Operation = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError QueryOptions = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults - Operation = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource end class PolicyInsightsManagementClass - attr_reader :operations, :policy_events, :policy_states, :configurable, :base_url, :options, :model_classes + attr_reader :policy_events, :policy_states, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -41,9 +41,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @policy_events = @client_0.policy_events @policy_states = @client_0.policy_states + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -92,6 +92,9 @@ def policy_event def policy_state Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState end + def operation + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation + end def operations_list_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults end @@ -104,9 +107,6 @@ def query_options def summary_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults end - def operation - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation - end def policy_states_resource Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource end diff --git a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb index 855ff08d2d..41117ea38e 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -7,13 +7,13 @@ module Azure::Profiles::Latest module RecoveryServices module Mgmt - VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations - ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages - Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations - Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates RegisteredIdentities = Azure::RecoveryServices::Mgmt::V2016_06_01::RegisteredIdentities + ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults + Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations + VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations + Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages module Models ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi @@ -26,8 +26,8 @@ module Models VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList ReplicationUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage ClientDiscoveryDisplay = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay - ClientDiscoveryForServiceSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + ClientDiscoveryForServiceSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary VaultUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage @@ -35,25 +35,25 @@ module Models UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails - NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo + Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails - ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails + NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault - SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName - AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState - TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType + AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType + SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource end class RecoveryServicesManagementClass - attr_reader :vault_extended_info_operations, :replication_usages, :operations, :usages, :vault_certificates, :registered_identities, :vaults, :configurable, :base_url, :options, :model_classes + attr_reader :vault_certificates, :registered_identities, :replication_usages, :vaults, :operations, :vault_extended_info_operations, :usages, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -63,13 +63,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @vault_extended_info_operations = @client_0.vault_extended_info_operations - @replication_usages = @client_0.replication_usages - @operations = @client_0.operations - @usages = @client_0.usages @vault_certificates = @client_0.vault_certificates @registered_identities = @client_0.registered_identities + @replication_usages = @client_0.replication_usages @vaults = @client_0.vaults + @operations = @client_0.operations + @vault_extended_info_operations = @client_0.vault_extended_info_operations + @usages = @client_0.usages @model_classes = ModelClasses.new end @@ -118,12 +118,12 @@ def replication_usage def client_discovery_display Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay end - def client_discovery_for_service_specification - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification - end def sku Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku end + def client_discovery_for_service_specification + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification + end def vault_usage_list Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList end @@ -145,20 +145,20 @@ def replication_usage_list def resource_certificate_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails end - def name_info - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo + def resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource end def resource_certificate_and_aad_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails end - def resource_certificate_and_acs_details - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails + def name_info + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo end def patch_tracked_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource end - def resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + def resource_certificate_and_acs_details + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails end def vault_extended_info_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource @@ -166,20 +166,20 @@ def vault_extended_info_resource def patch_vault Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault end - def sku_name - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName + def vault_upgrade_state + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState end def auth_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType end - def vault_upgrade_state - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState + def usages_unit + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit end def trigger_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType end - def usages_unit - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + def sku_name + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName end def vault_properties Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties diff --git a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb index 2f0c692c0c..209632d84e 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -8,6 +8,10 @@ module Azure::Profiles::Latest module RecoveryServicesBackup module Mgmt Operations = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Operations + Restores = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Restores + JobCancellations = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobCancellations + JobOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobOperationResults + BackupOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationResults BackupOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationStatuses ProtectionPolicies = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicies ProtectionPolicyOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationResults @@ -29,10 +33,7 @@ module Mgmt ProtectedItemOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectedItemOperationStatuses RecoveryPoints = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::RecoveryPoints ItemLevelRecoveryConnections = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ItemLevelRecoveryConnections - Restores = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Restores - JobCancellations = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobCancellations - JobOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobOperationResults - BackupOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationResults + Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations BackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupStatus FeatureSupport = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::FeatureSupport @@ -42,15 +43,16 @@ module Mgmt BackupPolicies = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupPolicies BackupProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectedItems BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries - Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs module Models - ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification - ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi - ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi + ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay + BackupEngineExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineExtendedInfo + BackupEngineBase = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBase BEKDetails = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BEKDetails MABContainerHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MABContainerHealthDetails DPMContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DPMContainerExtendedInfo @@ -86,11 +88,11 @@ module Models AzureVmWorkloadSQLInstanceProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceProtectableItem AzureVmWorkloadSQLInstanceWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceWorkloadItem AzureWorkloadBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadBackupRequest + OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus AzureWorkloadRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadRecoveryPoint AzureWorkloadRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadRestoreRequest AzureWorkloadSQLRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPoint AzureWorkloadSQLPointInTimeRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRecoveryPoint - OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRestoreRequest AzureWorkloadSQLPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest BackupEngineBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResource @@ -137,9 +139,9 @@ module Models ContainerType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType EnhancedSecurityState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState RestorePointQueryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType - WorkloadItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemType - RecoveryPointTierType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType + RecoveryPointTierType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType + WorkloadItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemType 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 @@ -179,28 +181,32 @@ module Models SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectoryMapping BMSRefreshContainersQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSRefreshContainersQueryObject RecoveryPointTierInformation = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierInformation - BackupEngineExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineExtendedInfo - BackupEngineBase = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBase - WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat - JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction - DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo - YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule + OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob - ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem - ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList + MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem @@ -209,17 +215,15 @@ module Models AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek - Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type - JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType - AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem + DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule 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 JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus + GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + GenericProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy LogSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy LongTermRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermRetentionPolicy RetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy @@ -228,8 +232,8 @@ module Models MabProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource - ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource + ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource SimpleRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy ProtectionState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState @@ -263,27 +267,27 @@ module Models BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest - AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails - BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse - PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails + BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo OperationResultInfoBase = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase - AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse - AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails - RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration - AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse + RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList - MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo @@ -292,18 +296,14 @@ module Models MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource - ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy - MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo - ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject - AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob - WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule - DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule - DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo + MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end class RecoveryServicesBackupManagementClass - attr_reader :operations, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :backup_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, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :jobs, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :backup_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, :jobs, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -320,6 +320,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @restores = @client_1.restores + @job_cancellations = @client_1.job_cancellations + @job_operation_results = @client_1.job_operation_results + @backup_operation_results = @client_1.backup_operation_results @backup_operation_statuses = @client_1.backup_operation_statuses @protection_policies = @client_1.protection_policies @protection_policy_operation_results = @client_1.protection_policy_operation_results @@ -341,16 +345,13 @@ def initialize(configurable, base_url=nil, options=nil) @protected_item_operation_statuses = @client_1.protected_item_operation_statuses @recovery_points = @client_1.recovery_points @item_level_recovery_connections = @client_1.item_level_recovery_connections - @restores = @client_1.restores - @job_cancellations = @client_1.job_cancellations - @job_operation_results = @client_1.job_operation_results - @backup_operation_results = @client_1.backup_operation_results @client_2 = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::RecoveryServicesBackupClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @jobs = @client_2.jobs @protection_intent_operations = @client_2.protection_intent_operations @backup_status = @client_2.backup_status @feature_support = @client_2.feature_support @@ -360,7 +361,6 @@ def initialize(configurable, base_url=nil, options=nil) @backup_policies = @client_2.backup_policies @backup_protected_items = @client_2.backup_protected_items @backup_usage_summaries = @client_2.backup_usage_summaries - @jobs = @client_2.jobs @model_classes = ModelClasses.new end @@ -383,6 +383,15 @@ def method_missing(method, *args) end class ModelClasses + def client_discovery_for_service_specification + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification + end + def client_discovery_for_properties + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties + end + def client_discovery_response + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + end def client_discovery_for_log_specification Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification end @@ -392,14 +401,11 @@ def client_discovery_value_for_single_api def client_discovery_display Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay end - def client_discovery_for_service_specification - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification - end - def client_discovery_for_properties - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties + def backup_engine_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineExtendedInfo end - def client_discovery_response - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + def backup_engine_base + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBase end def bekdetails Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BEKDetails @@ -506,6 +512,9 @@ def azure_vm_workload_sqlinstance_workload_item def azure_workload_backup_request Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadBackupRequest end + def operation_status + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus + end def azure_workload_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadRecoveryPoint end @@ -518,9 +527,6 @@ def azure_workload_sqlrecovery_point def azure_workload_sqlpoint_in_time_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRecoveryPoint end - def operation_status - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus - end def azure_workload_sqlrestore_request Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRestoreRequest end @@ -659,14 +665,14 @@ def enhanced_security_state def restore_point_query_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType end - def workload_item_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemType + def storage_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType end def recovery_point_tier_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType end - def storage_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType + def workload_item_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemType end def recovery_point_tier_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus @@ -785,32 +791,38 @@ def bmsrefresh_containers_query_object def recovery_point_tier_information Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierInformation end - def backup_engine_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineExtendedInfo + def protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy end - def backup_engine_base - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBase + def azure_fileshare_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo end - def weekly_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + def dpm_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo end - def job_supported_action - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + def protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + end + def mab_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + end + def azure_iaa_svmjob + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob end def dpmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo end - def azure_fileshare_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo + def weekly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def protection_policy_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList end def azure_iaa_svmerror_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo end - def yearly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule + def operation_worker_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse end def monthly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule @@ -821,8 +833,8 @@ def protection_intent_resource def azure_iaa_svmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo end - def mab_server_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + def job_supported_action + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction end def support_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus @@ -833,11 +845,11 @@ def fabric_name def dpm_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob end - def protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + def job_operation_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType end - def protection_policy_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + def yearly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule end def azure_fileshare_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem @@ -848,9 +860,15 @@ def azure_file_share_protection_policy def data_source_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType end + def type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + end def protected_item_resource_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList end + def mab_server_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + end def azure_iaa_svmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem end @@ -875,15 +893,6 @@ def azure_sql_protection_policy def day_of_week Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek end - def type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type - end - def job_operation_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType - end - def azure_resource_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent - end def health_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState end @@ -893,21 +902,24 @@ def azure_vm_workload_protection_policy def azure_vm_workload_sqldatabase_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem end + def daily_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + end def dpmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem end - def generic_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem - end - def generic_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy - end def job_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus end + def generic_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem + end def job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job end + def generic_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy + end def log_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy end @@ -932,12 +944,12 @@ def http_status_code def protected_item_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource end - def protection_policy_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource - end def resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource end + def protection_policy_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource + end def simple_retention_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy end @@ -1037,41 +1049,41 @@ def pre_validate_enable_backup_response def backup_status_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest end - def azure_iaa_svmhealth_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + def azure_storage_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails end def backup_status_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse end - def pre_validate_enable_backup_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest - end - def azure_storage_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails + def azure_iaa_svmhealth_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails end def bmsbackup_summaries_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject end + def azure_vmresource_feature_support_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + end def azure_sql_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end def operation_result_info_base Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase end - def azure_vmresource_feature_support_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse - end - def azure_storage_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo - end def azure_iaa_svmjob_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails end - def retention_duration - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + def pre_validate_enable_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest end - def azure_storage_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + def weekly_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + end + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + end + def azure_storage_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end def daily_retention_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat @@ -1082,8 +1094,8 @@ def protected_item_query_object def day Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day end - def operation_worker_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse + def retention_duration + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration end def job_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject @@ -1091,14 +1103,14 @@ def job_query_object def resource_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList end - def mab_file_folder_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + def azure_resource_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent end def azure_storage_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end - def schedule_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest end def azure_workload_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob @@ -1124,30 +1136,18 @@ def operation_result_info def operation_result_info_base_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource end - def protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy - end - def mab_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo - end - def protection_policy_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject - end - def azure_iaa_svmjob - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob - end - def weekly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule - end - def daily_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule - end - def dpm_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + def schedule_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy end def azure_vm_workload_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo end + def mab_file_folder_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + end + def azure_storage_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + end end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb index dcfebd980d..5577b80770 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -7,134 +7,138 @@ module Azure::Profiles::Latest module RecoveryServicesSiteRecovery module Mgmt + ReplicationFabrics = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationFabrics + ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationvCenters + ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassificationMappings + ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassifications ReplicationRecoveryServicesProviders = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationRecoveryServicesProviders ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationRecoveryPlans ReplicationProtectionContainers = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainers ReplicationProtectionContainerMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainerMappings ReplicationProtectableItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectableItems - ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassifications + ReplicationNetworkMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworkMappings ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationPolicies - Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Operations - ReplicationLogicalNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationLogicalNetworks ReplicationNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworks - ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationEvents + ReplicationLogicalNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationLogicalNetworks ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationJobs + Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Operations ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationAlertSettings + ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationEvents ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationVaultHealth RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::RecoveryPoints ReplicationProtectedItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectedItems - ReplicationNetworkMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworkMappings - ReplicationFabrics = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationFabrics - ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationvCenters - ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassificationMappings module Models - AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails + VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails - HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails + VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails + AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails + HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails + HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails - HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails - InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails + InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails + HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails A2AReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails - InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails - InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput + SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput + InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput - SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput - InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput A2AEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput - HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput - HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails + HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails + InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails - HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails - JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails + InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails + HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails A2AEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails - InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails - InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails + ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails + JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails - ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails - InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput + HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput + InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput - HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput - InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput + HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput + InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput A2AFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput - HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput - InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput + HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput + InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput A2AApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput A2AReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput - HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput - FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails + VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails + InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails - VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails - ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails + VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails + FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails - VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails - RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails + RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails + ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails - RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails - ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails + FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails + RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails - FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails - HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails + A2ASwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput + ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails A2AContainerCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput - A2ASwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput - InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails - InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails - HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails - RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails + HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job - InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails + HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails A2APolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails - HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput + InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails + InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails + InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails + HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput + RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput - HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput - VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput + A2APolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput + HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput - A2APolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput - RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput + RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails + VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails - RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails - RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput + RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput + RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput - RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput - ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation + RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType + RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricCreationInput - RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType - LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType + SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations + ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel - SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations - MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus + RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType + LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorCategory - RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType - DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus + HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType + MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionLocation - HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType - A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType + RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType + DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlternateLocationRecoveryOption InMageV2RpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageV2RpRecoveryPointType - RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType + A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Event PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyCollection @@ -307,57 +311,53 @@ module Models FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricCreationInput Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Display A2AVmManagedDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmManagedDiskInputDetails - Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource + A2AVmDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails ConfigurationSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails - A2AProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails + Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet InMageDiskExclusionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput - A2AVmDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails + A2AProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails InMageDiskSignatureExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions - Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet + EventQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter InMageVolumeExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions NetworkMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties - EventQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter - ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput - InputEndpoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint AzureToAzureVmSyncedConfigDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails - SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties - A2AProtectedManagedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails + ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput + Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource ASRTask = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask - MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate - Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert + SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties + InputEndpoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint PolicyProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties - LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork - NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping + MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate + A2AProtectedManagedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric - ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping - Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy + LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork + Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem - ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network + NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider + ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping + RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification - RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter - VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails + ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings - StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping + VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings - AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput + VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput - VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput - VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput - VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings - HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails - VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails end class RecoveryServicesSiteRecoveryManagementClass - attr_reader :replication_recovery_services_providers, :replication_recovery_plans, :replication_protection_containers, :replication_protection_container_mappings, :replication_protectable_items, :replication_storage_classifications, :replication_policies, :operations, :replication_logical_networks, :replication_networks, :replication_events, :replication_jobs, :replication_alert_settings, :replication_vault_health, :recovery_points, :replication_protected_items, :replication_network_mappings, :replication_fabrics, :replicationv_centers, :replication_storage_classification_mappings, :configurable, :base_url, :options, :model_classes + attr_reader :replication_fabrics, :replicationv_centers, :replication_storage_classification_mappings, :replication_storage_classifications, :replication_recovery_services_providers, :replication_recovery_plans, :replication_protection_containers, :replication_protection_container_mappings, :replication_protectable_items, :replication_network_mappings, :replication_policies, :replication_networks, :replication_logical_networks, :replication_jobs, :operations, :replication_alert_settings, :replication_events, :replication_vault_health, :recovery_points, :replication_protected_items, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -367,26 +367,26 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @replication_fabrics = @client_0.replication_fabrics + @replicationv_centers = @client_0.replicationv_centers + @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings + @replication_storage_classifications = @client_0.replication_storage_classifications @replication_recovery_services_providers = @client_0.replication_recovery_services_providers @replication_recovery_plans = @client_0.replication_recovery_plans @replication_protection_containers = @client_0.replication_protection_containers @replication_protection_container_mappings = @client_0.replication_protection_container_mappings @replication_protectable_items = @client_0.replication_protectable_items - @replication_storage_classifications = @client_0.replication_storage_classifications + @replication_network_mappings = @client_0.replication_network_mappings @replication_policies = @client_0.replication_policies - @operations = @client_0.operations - @replication_logical_networks = @client_0.replication_logical_networks @replication_networks = @client_0.replication_networks - @replication_events = @client_0.replication_events + @replication_logical_networks = @client_0.replication_logical_networks @replication_jobs = @client_0.replication_jobs + @operations = @client_0.operations @replication_alert_settings = @client_0.replication_alert_settings + @replication_events = @client_0.replication_events @replication_vault_health = @client_0.replication_vault_health @recovery_points = @client_0.recovery_points @replication_protected_items = @client_0.replication_protected_items - @replication_network_mappings = @client_0.replication_network_mappings - @replication_fabrics = @client_0.replication_fabrics - @replicationv_centers = @client_0.replicationv_centers - @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings @model_classes = ModelClasses.new end @@ -405,14 +405,26 @@ def method_missing(method, *args) end class ModelClasses - def azure_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails + def vmm_to_vmm_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput end def vmm_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails end - def hyper_vreplica_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails + def vmm_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + end + def vmware_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails + end + def azure_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails + end + def hyper_vreplica_base_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails + end + def hyper_vsite_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails end def hyper_vreplica_blue_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails @@ -420,11 +432,11 @@ def hyper_vreplica_blue_replication_details def vmware_v2_fabric_specific_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails end - def hyper_vreplica_base_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails + def in_mage_azure_v2_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails end - def in_mage_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails + def hyper_vreplica_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails end def a2_areplication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails @@ -432,11 +444,11 @@ def a2_areplication_details def hyper_vreplica_azure_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails end - def in_mage_azure_v2_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails + def san_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput end - def in_mage_azure_v2_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput + def in_mage_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails end def in_mage_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput @@ -444,11 +456,11 @@ def in_mage_enable_protection_input def hyper_vreplica_azure_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput end - def san_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput + def hyper_vreplica_azure_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput end - def in_mage_azure_v2_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + def in_mage_azure_v2_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput end def a2_aupdate_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput @@ -456,11 +468,11 @@ def a2_aupdate_replication_protected_item_input def a2_aenable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput end - def hyper_vreplica_azure_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + def hyper_vreplica2012_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails end - def hyper_vreplica2012_r2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails + def in_mage_azure_v2_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput end def hyper_vreplica_azure_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails @@ -468,11 +480,11 @@ def hyper_vreplica_azure_event_details def hyper_vreplica_base_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails end - def hyper_vreplica2012_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails + def in_mage_azure_v2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails end - def job_status_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails + def hyper_vreplica2012_r2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails end def hyper_vvirtual_machine_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails @@ -480,11 +492,11 @@ def hyper_vvirtual_machine_details def a2_aevent_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails end - def in_mage_azure_v2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails + def replication_group_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails end - def in_mage_azure_v2_recovery_point_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails + def job_status_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails end def in_mage_disable_protection_provider_specific_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput @@ -492,11 +504,11 @@ def in_mage_disable_protection_provider_specific_input def vmware_virtual_machine_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails end - def replication_group_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails + def hyper_vreplica_azure_failback_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput end - def in_mage_azure_v2_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput + def in_mage_azure_v2_recovery_point_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails end def in_mage_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput @@ -504,11 +516,11 @@ def in_mage_failover_provider_input def hyper_vreplica_azure_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput end - def hyper_vreplica_azure_failback_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput + def hyper_vreplica_azure_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput end - def in_mage_azure_v2_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput + def in_mage_azure_v2_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput end def in_mage_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput @@ -516,11 +528,11 @@ def in_mage_reprotect_input def a2_afailover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput end - def hyper_vreplica_azure_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput + def hyper_vreplica_azure_apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput end - def in_mage_azure_v2_apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput + def in_mage_azure_v2_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput end def a2_aapply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput @@ -528,11 +540,11 @@ def a2_aapply_recovery_point_input def a2_areprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput end - def hyper_vreplica_azure_apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput + def virtual_machine_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails end - def fabric_replication_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails + def in_mage_azure_v2_apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput end def manual_action_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails @@ -540,11 +552,11 @@ def manual_action_task_details def job_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails end - def virtual_machine_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails + def vm_nic_updates_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails end - def consistency_check_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails + def fabric_replication_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails end def automation_runbook_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails @@ -552,11 +564,11 @@ def automation_runbook_task_details def script_action_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails end - def vm_nic_updates_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails + def recovery_plan_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails end - def recovery_plan_shutdown_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails + def consistency_check_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails end def asr_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails @@ -564,11 +576,11 @@ def asr_job_details def inline_workflow_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails end - def recovery_plan_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails + def failover_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails end - def export_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails + def recovery_plan_shutdown_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails end def switch_protection_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails @@ -576,11 +588,11 @@ def switch_protection_job_details def test_failover_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails end - def failover_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails + def a2_aswitch_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput end - def hyper_vreplica_azure_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails + def export_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails end def hyper_vreplica_base_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails @@ -588,35 +600,35 @@ def hyper_vreplica_base_policy_details def a2_acontainer_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput end - def a2_aswitch_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput + def hyper_vreplica_blue_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails end - def in_mage_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails + def hyper_vreplica_azure_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails end - def in_mage_azure_v2_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails + def job + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job end def hyper_vreplica_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails end - def hyper_vreplica_blue_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails + def a2_apolicy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails end - def rcm_azure_migration_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails + def in_mage_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails end - def job - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job + def in_mage_azure_v2_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails end def in_mage_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails end - def a2_apolicy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails + def hyper_vreplica_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput end - def hyper_vreplica_blue_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput + def rcm_azure_migration_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails end def vmware_cbt_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails @@ -624,11 +636,11 @@ def vmware_cbt_policy_details def hyper_vreplica_azure_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput end - def hyper_vreplica_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput + def a2_apolicy_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput end - def vmware_cbt_policy_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput + def hyper_vreplica_blue_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput end def in_mage_azure_v2_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput @@ -636,11 +648,11 @@ def in_mage_azure_v2_policy_input def in_mage_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput end - def a2_apolicy_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput + def recovery_plan_manual_action_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails end - def recovery_plan_hyper_vreplica_azure_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput + def vmware_cbt_policy_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput end def recovery_plan_script_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails @@ -648,11 +660,11 @@ def recovery_plan_script_action_details def recovery_plan_automation_runbook_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails end - def recovery_plan_manual_action_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails + def recovery_plan_in_mage_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput end - def recovery_plan_a2_afailover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput + def recovery_plan_hyper_vreplica_azure_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput end def recovery_plan_hyper_vreplica_azure_failback_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput @@ -660,11 +672,11 @@ def recovery_plan_hyper_vreplica_azure_failback_input def recovery_plan_in_mage_azure_v2_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput end - def recovery_plan_in_mage_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput + def recovery_plan_group_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType end - def replication_protected_item_operation - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation + def recovery_plan_a2_afailover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput end def azure_fabric_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput @@ -672,11 +684,11 @@ def azure_fabric_creation_input def vmware_v2_fabric_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricCreationInput end - def recovery_plan_group_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType + def source_site_operations + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations end - def license_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType + def replication_protected_item_operation + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation end def possible_operations_directions Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections @@ -684,11 +696,11 @@ def possible_operations_directions def failover_deployment_model Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel end - def source_site_operations - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations + def recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType end - def multi_vm_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus + def license_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType end def disable_protection_reason Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason @@ -696,11 +708,11 @@ def disable_protection_reason def health_error_category Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorCategory end - def recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType + def hyper_vreplica_azure_rp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType end - def data_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus + def multi_vm_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus end def set_multi_vm_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus @@ -708,11 +720,11 @@ def set_multi_vm_sync_status def recovery_plan_action_location Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionLocation end - def hyper_vreplica_azure_rp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType + def rp_in_mage_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType end - def a2_arp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType + def data_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus end def alternate_location_recovery_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlternateLocationRecoveryOption @@ -720,8 +732,8 @@ def alternate_location_recovery_option def in_mage_v2_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageV2RpRecoveryPointType end - def rp_in_mage_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType + def a2_arp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType end def identity_provider_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType @@ -1239,8 +1251,8 @@ def display def a2_avm_managed_disk_input_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmManagedDiskInputDetails end - def resource - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource + def a2_avm_disk_input_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails end def configuration_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings @@ -1248,20 +1260,20 @@ def configuration_settings def encryption_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails end - def a2_aprotected_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails + def subnet + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet end def in_mage_disk_exclusion_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput end - def a2_avm_disk_input_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails + def a2_aprotected_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails end def in_mage_disk_signature_exclusion_options Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions end - def subnet - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet + def event_query_parameter + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter end def in_mage_volume_exclusion_options Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions @@ -1269,89 +1281,89 @@ def in_mage_volume_exclusion_options def network_mapping_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties end - def event_query_parameter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter - end - def replication_provider_specific_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput - end - def input_endpoint - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint - end def azure_to_azure_vm_synced_config_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails end - def switch_protection_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties + def replication_provider_specific_container_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput end - def a2_aprotected_managed_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails + def resource + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource end def asrtask Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask end - def mobility_service_update - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate + def switch_protection_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties end - def alert - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert + def input_endpoint + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint end def policy_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties end - def logical_network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork + def mobility_service_update + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate end - def network_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping + def a2_aprotected_managed_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails end def fabric Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric end - def protection_container_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping + def logical_network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork end - def policy - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy + def alert + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert end def protectable_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem end - def protection_container - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer - end def network Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network end + def network_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping + end def recovery_services_provider Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider end + def protection_container_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping + end + def recovery_plan + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + end + def storage_classification_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping + end def replication_protected_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem end def storage_classification Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification end - def recovery_plan - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + def policy + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy end def vcenter Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter end - def vault_health_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails + def protection_container + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer end def azure_to_azure_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings end - def storage_classification_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping + def vmm_to_azure_network_mapping_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings end def vmm_to_vmm_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings end - def azure_to_azure_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput + def vault_health_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails end def vmm_to_azure_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput @@ -1362,24 +1374,12 @@ def recovery_point def azure_to_azure_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput end - def vmm_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + def azure_to_azure_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput end def vmm_to_vmm_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput end - def vmm_to_vmm_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput - end - def vmm_to_azure_network_mapping_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings - end - def hyper_vsite_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails - end - def vmware_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails - end end end end diff --git a/azure_sdk/lib/latest/modules/redis_profile_module.rb b/azure_sdk/lib/latest/modules/redis_profile_module.rb index eef5a07bbe..986be22efd 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -7,49 +7,49 @@ module Azure::Profiles::Latest module Redis module Mgmt + PatchSchedules = Azure::Redis::Mgmt::V2017_10_01::PatchSchedules LinkedServer = Azure::Redis::Mgmt::V2017_10_01::LinkedServer Operations = Azure::Redis::Mgmt::V2017_10_01::Operations FirewallRules = Azure::Redis::Mgmt::V2017_10_01::FirewallRules Redis = Azure::Redis::Mgmt::V2017_10_01::Redis - PatchSchedules = Azure::Redis::Mgmt::V2017_10_01::PatchSchedules module Models + RedisKeyType = Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType + ReplicationRole = Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole Sku = Azure::Redis::Mgmt::V2017_10_01::Models::Sku DayOfWeek = Azure::Redis::Mgmt::V2017_10_01::Models::DayOfWeek Resource = Azure::Redis::Mgmt::V2017_10_01::Models::Resource SkuName = Azure::Redis::Mgmt::V2017_10_01::Models::SkuName RedisListResult = Azure::Redis::Mgmt::V2017_10_01::Models::RedisListResult - RedisRegenerateKeyParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisRegenerateKeyParameters + OperationDisplay = Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleListResult RedisAccessKeys = Azure::Redis::Mgmt::V2017_10_01::Models::RedisAccessKeys RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerCreateParameters - OperationDisplay = Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay RedisUpdateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisUpdateParameters RedisRebootParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisRebootParameters - ExportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters - ImportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters + RedisRegenerateKeyParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisRegenerateKeyParameters + RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters OperationListResult = Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult - ScheduleEntry = Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry + ImportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters + ExportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters RedisCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters - RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters - RedisLinkedServer = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer + ScheduleEntry = Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry + RedisForceRebootResponse = Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList + Operation = Azure::Redis::Mgmt::V2017_10_01::Models::Operation ProxyResource = Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource - RedisForceRebootResponse = Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse RedisFirewallRule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule - RedisResource = Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource - Operation = Azure::Redis::Mgmt::V2017_10_01::Models::Operation TrackedResource = Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource - SkuFamily = Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily RedisPatchSchedule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties - ReplicationRole = Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole - RedisKeyType = Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType + RedisResource = Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource + RedisLinkedServer = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer RebootType = Azure::Redis::Mgmt::V2017_10_01::Models::RebootType + SkuFamily = Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily end class RedisManagementClass - attr_reader :linked_server, :operations, :firewall_rules, :redis, :patch_schedules, :configurable, :base_url, :options, :model_classes + attr_reader :patch_schedules, :linked_server, :operations, :firewall_rules, :redis, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -59,11 +59,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @patch_schedules = @client_0.patch_schedules @linked_server = @client_0.linked_server @operations = @client_0.operations @firewall_rules = @client_0.firewall_rules @redis = @client_0.redis - @patch_schedules = @client_0.patch_schedules @model_classes = ModelClasses.new end @@ -82,6 +82,12 @@ def method_missing(method, *args) end class ModelClasses + def redis_key_type + Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType + end + def replication_role + Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole + end def sku Azure::Redis::Mgmt::V2017_10_01::Models::Sku end @@ -97,8 +103,8 @@ def sku_name def redis_list_result Azure::Redis::Mgmt::V2017_10_01::Models::RedisListResult end - def redis_regenerate_key_parameters - Azure::Redis::Mgmt::V2017_10_01::Models::RedisRegenerateKeyParameters + def operation_display + Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay end def redis_firewall_rule_list_result Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleListResult @@ -109,75 +115,69 @@ def redis_access_keys def redis_linked_server_create_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerCreateParameters end - def operation_display - Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay - end def redis_update_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisUpdateParameters end def redis_reboot_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisRebootParameters end - def export_rdbparameters - Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters + def redis_regenerate_key_parameters + Azure::Redis::Mgmt::V2017_10_01::Models::RedisRegenerateKeyParameters end - def import_rdbparameters - Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters + def redis_firewall_rule_create_parameters + Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters end def operation_list_result Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult end - def schedule_entry - Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry + def import_rdbparameters + Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters + end + def export_rdbparameters + Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters end def redis_create_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters end - def redis_firewall_rule_create_parameters - Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters + def schedule_entry + Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry end - def redis_linked_server - Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer + def redis_force_reboot_response + Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse end def redis_linked_server_with_properties_list Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList end + def operation + Azure::Redis::Mgmt::V2017_10_01::Models::Operation + end def proxy_resource Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource end - def redis_force_reboot_response - Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse - end def redis_firewall_rule Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule end - def redis_resource - Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource - end - def operation - Azure::Redis::Mgmt::V2017_10_01::Models::Operation - end def tracked_resource Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource end - def sku_family - Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily - end def redis_patch_schedule Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule end def redis_linked_server_with_properties Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties end - def replication_role - Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole + def redis_resource + Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource end - def redis_key_type - Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType + def redis_linked_server + Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer end def reboot_type Azure::Redis::Mgmt::V2017_10_01::Models::RebootType end + def sku_family + Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily + end end end end diff --git a/azure_sdk/lib/latest/modules/relay_profile_module.rb b/azure_sdk/lib/latest/modules/relay_profile_module.rb index 8d52c82e9f..945661c6a1 100644 --- a/azure_sdk/lib/latest/modules/relay_profile_module.rb +++ b/azure_sdk/lib/latest/modules/relay_profile_module.rb @@ -8,42 +8,42 @@ module Azure::Profiles::Latest module Relay module Mgmt Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces - Operations = Azure::Relay::Mgmt::V2017_04_01::Operations HybridConnections = Azure::Relay::Mgmt::V2017_04_01::HybridConnections WCFRelays = Azure::Relay::Mgmt::V2017_04_01::WCFRelays + Operations = Azure::Relay::Mgmt::V2017_04_01::Operations module Models Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType - RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource + AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys + AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult CheckNameAvailability = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability - HybridConnectionListResult = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult + WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection - WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule - Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype + WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters - WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult - AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype + RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay - AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys + HybridConnectionListResult = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult - SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum - CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier end class RelayManagementClass - attr_reader :namespaces, :operations, :hybrid_connections, :wcfrelays, :configurable, :base_url, :options, :model_classes + attr_reader :namespaces, :hybrid_connections, :wcfrelays, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -54,9 +54,9 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @namespaces = @client_0.namespaces - @operations = @client_0.operations @hybrid_connections = @client_0.hybrid_connections @wcfrelays = @client_0.wcfrelays + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -81,17 +81,26 @@ def sku def key_type Azure::Relay::Mgmt::V2017_04_01::Models::KeyType end - def relay_namespace_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + def check_name_availability_result + Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end def resource Azure::Relay::Mgmt::V2017_04_01::Models::Resource end + def access_keys + Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys + end + def authorization_rule_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + end + def relay_namespace_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + end def check_name_availability Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability end - def hybrid_connection_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult + def wcf_relays_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult end def resource_namespace_patch Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch @@ -99,48 +108,36 @@ def resource_namespace_patch def hybrid_connection Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection end - def wcf_relay - Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay - end def regenerate_access_key_parameters Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end - def relay_namespace - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - end - def authorization_rule - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule - end - def relaytype - Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype + def wcf_relay + Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay end def relay_update_parameters Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters end - def wcf_relays_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult + def relaytype + Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype end - def authorization_rule_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + def relay_namespace + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace end def operation_display Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay end - def access_keys - Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys + def hybrid_connection_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult end def operation_list_result Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult end - def sku_tier - Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + def authorization_rule + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule end def provisioning_state_enum Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end - def check_name_availability_result - Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - end def unavailable_reason Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason end @@ -156,6 +153,9 @@ def operation def tracked_resource Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource end + def sku_tier + Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + end end end end diff --git a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb index b986fcb40f..7af6ff1c6b 100644 --- a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb @@ -7,27 +7,27 @@ module Azure::Profiles::Latest module ResourcesManagement module Mgmt + Operations = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Operations ManagementGroups = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::ManagementGroups ManagementGroupSubscriptions = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::ManagementGroupSubscriptions - Operations = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Operations module Models + ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult + ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo + ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails + ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupInfo + ManagementGroup = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup CreateGroupRequest = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest - ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo - ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails OperationDisplay = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationDisplay OperationListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult ErrorResponse = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse Operation = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation - ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult - ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo - ManagementGroup = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup ErrorDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorDetails end class ResourcesManagementManagementClass - attr_reader :management_groups, :management_group_subscriptions, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :management_groups, :management_group_subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -37,9 +37,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @operations = @client_0.operations @management_groups = @client_0.management_groups @management_group_subscriptions = @client_0.management_group_subscriptions - @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -58,17 +58,26 @@ def method_missing(method, *args) end class ModelClasses - def management_group_info - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupInfo + def management_group_list_result + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult end - def create_group_request - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest + def parent_group_info + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo + end + def management_group_details + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails end def management_group_child_info Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo end - def management_group_details - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails + def management_group_info + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupInfo + end + def management_group + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup + end + def create_group_request + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest end def operation_display Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationDisplay @@ -82,15 +91,6 @@ def error_response def operation Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation end - def management_group_list_result - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult - end - def parent_group_info - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo - end - def management_group - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup - end def error_details Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorDetails end diff --git a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb index c231aae1ac..f11d0ed35d 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module Scheduler module Mgmt - JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections Jobs = Azure::Scheduler::Mgmt::V2016_03_01::Jobs + JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections module Models JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence @@ -31,34 +31,34 @@ module Models JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction 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 JobCollectionListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult ServiceBusAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication - ServiceBusMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage + ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage ServiceBusTopicMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage ClientCertAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication - ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage + OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication SkuDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition JobCollectionState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState - OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication + JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType RetryType = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType - JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType - JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType + JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus Sku = Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState + BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek - BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult end class SchedulerManagementClass - attr_reader :job_collections, :jobs, :configurable, :base_url, :options, :model_classes + attr_reader :jobs, :job_collections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -68,8 +68,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @job_collections = @client_0.job_collections @jobs = @client_0.jobs + @job_collections = @client_0.job_collections @model_classes = ModelClasses.new end @@ -148,14 +148,17 @@ def job_state_filter def job_recurrence_schedule_monthly_occurrence Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence end + def service_bus_message + Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage + end def job_collection_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult end def service_bus_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication end - def service_bus_message - Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage + def service_bus_queue_message + Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage end def service_bus_topic_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage @@ -163,8 +166,8 @@ def service_bus_topic_message def client_cert_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication end - def service_bus_queue_message - Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage + def oauth_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication end def sku_definition Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition @@ -172,15 +175,12 @@ def sku_definition def job_collection_state Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState end - def oauth_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication + def job_action_type + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType end def retry_type Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType end - def job_schedule_day - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay - end def job_history_action_name Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName end @@ -190,12 +190,12 @@ def job_execution_status def service_bus_authentication_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType end - def job_action_type - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType - end def service_bus_transport_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType end + def job_schedule_day + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay + end def job_status Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus end @@ -205,15 +205,15 @@ def sku def job_state Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState end + def basic_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication + end def recurrence_frequency Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency end def day_of_week Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek end - def basic_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication - end def retry_policy Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy end diff --git a/azure_sdk/lib/latest/modules/search_profile_module.rb b/azure_sdk/lib/latest/modules/search_profile_module.rb index e8ff29c2d7..0b265c0dd1 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -7,24 +7,24 @@ module Azure::Profiles::Latest module Search module Mgmt + AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys + Operations = Azure::Search::Mgmt::V2015_08_19::Operations QueryKeys = Azure::Search::Mgmt::V2015_08_19::QueryKeys Services = Azure::Search::Mgmt::V2015_08_19::Services - Operations = Azure::Search::Mgmt::V2015_08_19::Operations - AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys module Models - AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput - SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions - SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService - OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput - OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult - Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku + OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay + SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey - SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus + AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult + Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku + OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult + SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService 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 Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource @@ -33,7 +33,7 @@ module Models end class SearchManagementClass - attr_reader :query_keys, :services, :operations, :admin_keys, :configurable, :base_url, :options, :model_classes + attr_reader :admin_keys, :operations, :query_keys, :services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,10 +43,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @admin_keys = @client_0.admin_keys + @operations = @client_0.operations @query_keys = @client_0.query_keys @services = @client_0.services - @operations = @client_0.operations - @admin_keys = @client_0.admin_keys @model_classes = ModelClasses.new end @@ -65,35 +65,32 @@ def method_missing(method, *args) end class ModelClasses - def admin_key_result - Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult - end def check_name_availability_input Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput end - def search_management_request_options - Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions - end - def search_service - Azure::Search::Mgmt::V2015_08_19::Models::SearchService + def check_name_availability_output + Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput end def operation_display Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay end - def check_name_availability_output - Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput + def search_management_request_options + Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions end - def operation_list_result - Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult + def query_key + Azure::Search::Mgmt::V2015_08_19::Models::QueryKey + end + def admin_key_result + Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult end def sku Azure::Search::Mgmt::V2015_08_19::Models::Sku end - def query_key - Azure::Search::Mgmt::V2015_08_19::Models::QueryKey + def operation_list_result + Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult end - def search_service_status - Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus + def search_service + Azure::Search::Mgmt::V2015_08_19::Models::SearchService end def unavailable_name_reason Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason @@ -101,6 +98,9 @@ def unavailable_name_reason def hosting_mode Azure::Search::Mgmt::V2015_08_19::Models::HostingMode end + 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 diff --git a/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb b/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb index 1fd732239e..df92b1c311 100644 --- a/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb @@ -7,12 +7,13 @@ module Azure::Profiles::Latest module ServerManagement module Mgmt - PowerShell = Azure::ServerManagement::Mgmt::V2016_07_01_preview::PowerShell + Gateway = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Gateway Session = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Session + PowerShell = Azure::ServerManagement::Mgmt::V2016_07_01_preview::PowerShell Node = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Node - Gateway = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Gateway module Models + PowerShellExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption UpgradeMode = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::UpgradeMode Resource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource EncryptionJwkResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::EncryptionJwkResource @@ -33,20 +34,19 @@ module Models PromptMessageResponse = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptMessageResponse GatewayResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResource NodeResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResource + Version = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version SessionResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionResource PowerShellSessionResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResource PowerShellCommandStatus = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandStatus RetentionPeriod = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::RetentionPeriod - Version = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version CredentialDataFormat = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::CredentialDataFormat - PromptFieldType = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType - GatewayExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayExpandOption - PowerShellExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption Error = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Error + GatewayExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayExpandOption + PromptFieldType = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType end class ServerManagementManagementClass - attr_reader :power_shell, :session, :node, :gateway, :configurable, :base_url, :options, :model_classes + attr_reader :gateway, :session, :power_shell, :node, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -56,10 +56,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @power_shell = @client_0.power_shell + @gateway = @client_0.gateway @session = @client_0.session + @power_shell = @client_0.power_shell @node = @client_0.node - @gateway = @client_0.gateway @model_classes = ModelClasses.new end @@ -78,6 +78,9 @@ def method_missing(method, *args) end class ModelClasses + def power_shell_expand_option + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption + end def upgrade_mode Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::UpgradeMode end @@ -138,6 +141,9 @@ def gateway_resource def node_resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResource end + def version + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version + end def session_resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionResource end @@ -150,23 +156,17 @@ def power_shell_command_status def retention_period Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::RetentionPeriod end - def version - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version - end def credential_data_format Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::CredentialDataFormat end - def prompt_field_type - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType + def error + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Error end def gateway_expand_option Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayExpandOption end - def power_shell_expand_option - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption - end - def error - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Error + def prompt_field_type + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType end end end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index dacd8a6098..cf3fa410b7 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -7,11 +7,11 @@ module Azure::Profiles::Latest module ServiceBus module Mgmt + Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions + Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations Queues = Azure::ServiceBus::Mgmt::V2017_04_01::Queues Rules = Azure::ServiceBus::Mgmt::V2017_04_01::Rules PremiumMessagingRegionsOperations = Azure::ServiceBus::Mgmt::V2017_04_01::PremiumMessagingRegionsOperations - Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations - Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces DisasterRecoveryConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::DisasterRecoveryConfigs Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics @@ -38,41 +38,41 @@ module Models SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace - SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters - SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule - SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue - SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource - CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult - AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult + AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription - Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction - PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action - Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier - ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName + EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR - EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery - FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType end class ServiceBusManagementClass - attr_reader :queues, :rules, :premium_messaging_regions_operations, :operations, :regions, :namespaces, :disaster_recovery_configs, :topics, :event_hubs, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :regions, :operations, :queues, :rules, :premium_messaging_regions_operations, :namespaces, :disaster_recovery_configs, :topics, :event_hubs, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -82,11 +82,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @regions = @client_0.regions + @operations = @client_0.operations @queues = @client_0.queues @rules = @client_0.rules @premium_messaging_regions_operations = @client_0.premium_messaging_regions_operations - @operations = @client_0.operations - @regions = @client_0.regions @namespaces = @client_0.namespaces @disaster_recovery_configs = @client_0.disaster_recovery_configs @topics = @client_0.topics @@ -167,18 +167,6 @@ def correlation_filter def sbnamespace Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace end - def sbnamespace_update_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters - end - def sbauthorization_rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule - end - def sbqueue - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue - end - def sbtopic - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic - end def capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription end @@ -191,47 +179,56 @@ def check_name_availability_result def resource Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource end - def check_name_availability - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability - end def arm_disaster_recovery_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult end + def event_hub_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult + end def access_keys Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys end - def resource_namespace_patch - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + 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 sbqueue + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue end def regenerate_access_key_parameters Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end - def sbsubscription - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + def resource_namespace_patch + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end - def rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + def sbauthorization_rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule end def sql_rule_action Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction end - def premium_messaging_regions - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + def sbtopic + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic end def action Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action end - def eventhub - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + def sbnamespace_update_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters end def sku_tier Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier 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 eventhub + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + end + def sbsubscription + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + end + def rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule end def access_rights Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights @@ -239,27 +236,30 @@ def access_rights def entity_status Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus end + def filter_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + end + def arm_disaster_recovery + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + end + def key_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + end def sku_name Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end + def encoding_capture_description + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription + end def unavailable_reason Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason end def provisioning_state_dr Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR end - def encoding_capture_description - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - end - def key_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType - end 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 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 55976943d4..75e6fdbdea 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,15 +7,17 @@ module Azure::Profiles::Latest module ServiceFabric module Mgmt + Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service Operations = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Operations Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version + Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application Clusters = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Clusters ClusterVersions = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ClusterVersions ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType - Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service - Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application module Models + ServicePropertiesBase = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase + ErrorModel = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ErrorModel ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem ApplicationMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription ServiceCorrelationDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceCorrelationDescription @@ -53,30 +55,28 @@ module Models SingletonPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription ApplicationTypeResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource + OperationListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties - OperationListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource ServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties ServiceResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate - StatelessServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties + ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource StatelessServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties - StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties + StatelessServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties - ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties Cluster = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster CertificateDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription OperationResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult Resource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Resource ProvisioningState = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProvisioningState - ServicePropertiesBase = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase - ErrorModel = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ErrorModel end class ServiceFabricManagementClass - attr_reader :operations, :version, :clusters, :cluster_versions, :application_type, :service, :application, :configurable, :base_url, :options, :model_classes + attr_reader :service, :operations, :version, :application, :clusters, :cluster_versions, :application_type, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -86,13 +86,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @service = @client_0.service @operations = @client_0.operations @version = @client_0.version + @application = @client_0.application @clusters = @client_0.clusters @cluster_versions = @client_0.cluster_versions @application_type = @client_0.application_type - @service = @client_0.service - @application = @client_0.application @model_classes = ModelClasses.new end @@ -111,6 +111,12 @@ def method_missing(method, *args) end class ModelClasses + def service_properties_base + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase + end + def error_model + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ErrorModel + end def service_type_health_policy_map_item Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem end @@ -222,6 +228,9 @@ def uniform_int64_range_partition_scheme_description def application_type_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource end + def operation_list_result + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult + end def version_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource end @@ -234,9 +243,6 @@ def application_resource_update def service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties end - def operation_list_result - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult - end def service_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource end @@ -246,20 +252,20 @@ def service_update_properties def service_resource_update Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate end - def stateless_service_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties + def proxy_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource end def stateless_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties end - def stateful_service_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties + def stateless_service_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties end def stateful_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties end - def proxy_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + def stateful_service_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties end def cluster Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster @@ -276,12 +282,6 @@ def resource def provisioning_state Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProvisioningState end - def service_properties_base - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase - end - def error_model - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ErrorModel - 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 78f40214a2..333a554f60 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -7,35 +7,35 @@ module Azure::Profiles::Latest module Signalr module Mgmt - SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR Operations = Azure::Signalr::Mgmt::V2018_03_01_preview::Operations + SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR module Models OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability - OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties + ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys + OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters - ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku - SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource - RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource - KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState end class SignalrManagementClass - attr_reader :signal_r, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :signal_r, :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) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @signal_r = @client_0.signal_r @operations = @client_0.operations + @signal_r = @client_0.signal_r @model_classes = ModelClasses.new end @@ -74,6 +74,9 @@ def operation_display def metric_specification Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification end + def key_type + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + end def signal_rresource_list Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList end @@ -86,45 +89,42 @@ def service_specification def name_availability Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability end - def operation_properties - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties + def resource_sku + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku 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 + def operation_properties + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties end def name_availability_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end - def resource_sku - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku - end - def signal_rcreate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - end - def signal_rresource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource - end - def regenerate_key_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters - end def operation Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation end def tracked_resource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource end + def regenerate_key_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + end def resource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource end - def key_type - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType - end def signal_rsku_tier Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier end + 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 signal_rkeys + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys + end def provisioning_state Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState end diff --git a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb index 79561549a3..19e9f6eef9 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,20 +8,20 @@ module Azure::Profiles::Latest module SpellCheck module Models + ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType + ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response + Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode + Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken - ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType - Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType - ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode end class SpellCheckDataClass @@ -53,9 +53,18 @@ def method_missing(method, *args) end class ModelClasses + def error_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType + end + def action_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + end def mode Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode end + def error_sub_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + end def response_base Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase end @@ -68,33 +77,24 @@ def spell_check def identifiable Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable end - def answer - Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - end def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end + def answer + Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer + end def error_code Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode end + def error + Azure::CognitiveServices::SpellCheck::V1_0::Models::Error + end def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion end def spelling_flagged_token Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken end - def error_type - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType - end - def error - Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - end - def action_type - Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType - end - def error_sub_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode - 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 d81f3ac46c..6d14c7b3c6 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -7,12 +7,16 @@ module Azure::Profiles::Latest module SQL module Mgmt + DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies + DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies + ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages + DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities BackupLongTermRetentionVaults = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionVaults RecoverableDatabases = Azure::SQL::Mgmt::V2014_04_01::RecoverableDatabases RestorableDroppedDatabases = Azure::SQL::Mgmt::V2014_04_01::RestorableDroppedDatabases - ServerConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerConnectionPolicies DatabaseThreatDetectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseThreatDetectionPolicies + ServerConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerConnectionPolicies DataMaskingPolicies = Azure::SQL::Mgmt::V2014_04_01::DataMaskingPolicies DataMaskingRules = Azure::SQL::Mgmt::V2014_04_01::DataMaskingRules TransparentDataEncryptionConfigurations = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionConfigurations @@ -23,37 +27,33 @@ module Mgmt Queries = Azure::SQL::Mgmt::V2014_04_01::Queries QueryStatistics = Azure::SQL::Mgmt::V2014_04_01::QueryStatistics QueryTexts = Azure::SQL::Mgmt::V2014_04_01::QueryTexts - ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks RecommendedElasticPools = Azure::SQL::Mgmt::V2014_04_01::RecommendedElasticPools - ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators - ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives + ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks - ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities + ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives + ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators + ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies - DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies - DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies - ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages - DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages - ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations - Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers + EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors + FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups + ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations + ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys + Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors + DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions - DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors - EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors - FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups - ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies @@ -80,6 +80,8 @@ module Mgmt RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints module Models + MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + ServiceObjectiveListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult DataMaskingRuleListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult QueryText = Azure::SQL::Mgmt::V2014_04_01::Models::QueryText DatabaseUsageListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult @@ -127,41 +129,41 @@ module Models CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult - RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval - QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic - DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult 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 TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult + AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase - QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult - ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor - TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault - DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy - 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 - DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase + DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule + ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor ElasticPoolUpdate = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate - GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy - ElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy - RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse + ElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest - ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy + DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink - ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + 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 ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink - DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy + ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy - ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity + DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState CapabilityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::CapabilityStatus @@ -201,35 +203,35 @@ module Models ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus - ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole + ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName - MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue - ServiceObjectiveListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult - RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay - RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult - FirewallRuleList = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList + RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo + RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord ManagedInstanceUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate - SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema + FirewallRuleList = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList ResourceIdentity = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity - SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable + SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema SyncDatabaseIdListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult - SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn + SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable SyncFullSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable - EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult + SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn ManagedInstanceListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult - RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo - SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn + EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation - FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult + SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn + RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo SyncGroupLogProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint - SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult - RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult + RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo + SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult + VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult @@ -242,108 +244,110 @@ module Models FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions - ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult - SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties + RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning - VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult - FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup + ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector - RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction + FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate - ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance - Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor - SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent - Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage + SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase - ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember - AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod + AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom + SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy + ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode + ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy - ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy + 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 SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType - SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin + JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition + ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult + JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult JobAgentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition - AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction - DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem + ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy - DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult + DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation - ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities - ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent - JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential - DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline - JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution - JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup - ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup - ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias + JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning - DatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus + ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase ManagementOperationState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState - JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias CatalogCollationType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType - JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + DatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - DatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult + JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + DatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult + ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType - JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType - ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource - ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode - AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason - TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource + ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode - JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy @@ -354,24 +358,20 @@ module Models DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource - BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult - AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual SampleName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType JobCredentialListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate - JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult - ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition - ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult - JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget end class SQLManagementClass - attr_reader :capabilities, :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :replication_links, :recommended_elastic_pools, :server_azure_adadministrators, :service_objectives, :server_communication_links, :elastic_pool_database_activities, :elastic_pool_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :server_keys, :database_automatic_tuning_operations, :servers, :operations, :sync_groups, :sync_members, :sync_agents, :virtual_network_rules, :subscription_usages, :firewall_rules, :server_advisors, :database_recommended_actions, :database_advisors, :encryption_protectors, :failover_groups, :managed_instances, :database_blob_auditing_policies, :jobs, :backup_long_term_retention_policies, :databases, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_operations, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :server_automatic_tuning_operations, :server_dns_aliases, :restore_points, :configurable, :base_url, :options, :model_classes + attr_reader :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :capabilities, :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :database_threat_detection_policies, :server_connection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_communication_links, :elastic_pool_activities, :service_objectives, :server_azure_adadministrators, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :operations, :server_keys, :servers, :sync_groups, :server_advisors, :database_advisors, :sync_members, :sync_agents, :virtual_network_rules, :subscription_usages, :firewall_rules, :database_recommended_actions, :database_blob_auditing_policies, :jobs, :backup_long_term_retention_policies, :databases, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_operations, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :server_automatic_tuning_operations, :server_dns_aliases, :restore_points, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -381,12 +381,16 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @database_table_auditing_policies = @client_0.database_table_auditing_policies + @database_connection_policies = @client_0.database_connection_policies + @server_usages = @client_0.server_usages + @database_usages = @client_0.database_usages @capabilities = @client_0.capabilities @backup_long_term_retention_vaults = @client_0.backup_long_term_retention_vaults @recoverable_databases = @client_0.recoverable_databases @restorable_dropped_databases = @client_0.restorable_dropped_databases - @server_connection_policies = @client_0.server_connection_policies @database_threat_detection_policies = @client_0.database_threat_detection_policies + @server_connection_policies = @client_0.server_connection_policies @data_masking_policies = @client_0.data_masking_policies @data_masking_rules = @client_0.data_masking_rules @transparent_data_encryption_configurations = @client_0.transparent_data_encryption_configurations @@ -397,43 +401,39 @@ def initialize(configurable, base_url=nil, options=nil) @queries = @client_0.queries @query_statistics = @client_0.query_statistics @query_texts = @client_0.query_texts - @replication_links = @client_0.replication_links @recommended_elastic_pools = @client_0.recommended_elastic_pools - @server_azure_adadministrators = @client_0.server_azure_adadministrators - @service_objectives = @client_0.service_objectives + @replication_links = @client_0.replication_links @server_communication_links = @client_0.server_communication_links - @elastic_pool_database_activities = @client_0.elastic_pool_database_activities @elastic_pool_activities = @client_0.elastic_pool_activities + @service_objectives = @client_0.service_objectives + @server_azure_adadministrators = @client_0.server_azure_adadministrators + @elastic_pool_database_activities = @client_0.elastic_pool_database_activities @service_tier_advisors = @client_0.service_tier_advisors @transparent_data_encryptions = @client_0.transparent_data_encryptions @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities @server_table_auditing_policies = @client_0.server_table_auditing_policies - @database_table_auditing_policies = @client_0.database_table_auditing_policies - @database_connection_policies = @client_0.database_connection_policies - @server_usages = @client_0.server_usages - @database_usages = @client_0.database_usages @client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.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) - @server_keys = @client_1.server_keys @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations - @servers = @client_1.servers + @encryption_protectors = @client_1.encryption_protectors + @failover_groups = @client_1.failover_groups + @managed_instances = @client_1.managed_instances @operations = @client_1.operations + @server_keys = @client_1.server_keys + @servers = @client_1.servers @sync_groups = @client_1.sync_groups + @server_advisors = @client_1.server_advisors + @database_advisors = @client_1.database_advisors @sync_members = @client_1.sync_members @sync_agents = @client_1.sync_agents @virtual_network_rules = @client_1.virtual_network_rules @subscription_usages = @client_1.subscription_usages @firewall_rules = @client_1.firewall_rules - @server_advisors = @client_1.server_advisors @database_recommended_actions = @client_1.database_recommended_actions - @database_advisors = @client_1.database_advisors - @encryption_protectors = @client_1.encryption_protectors - @failover_groups = @client_1.failover_groups - @managed_instances = @client_1.managed_instances @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -486,6 +486,12 @@ def method_missing(method, *args) end class ModelClasses + def metric_value + Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + end + def service_objective_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult + end def data_masking_rule_list_result Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult end @@ -627,92 +633,92 @@ def query_metric def service_tier_advisor_list_result Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult end - def recoverable_database_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult - end def query_interval Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval end - def query_statistic - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + def recoverable_database_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult + end + def top_queries + Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries end def database_table_auditing_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult end - def top_queries - Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries + def top_queries_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult end def advisor_list_result Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end - def top_queries_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult + def query_statistic_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult end def elastic_pool_dtu_capability Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability end + def query_statistic + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + end def recoverable_database Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase end - def query_statistic_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult - end - def service_tier_advisor - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor - end - def transparent_data_encryption - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption - end def backup_long_term_retention_vault Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault end - def database_security_alert_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + def server_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy + end + def recommended_index + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex end def restorable_dropped_database Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end - def server_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy + def database_security_alert_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + end + def transparent_data_encryption + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption end def data_masking_rule Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule end - def disaster_recovery_configuration - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration - end - def recommended_index - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + def service_tier_advisor + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor end def elastic_pool_update Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate end - def geo_backup_policy - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy - end - def elastic_pool - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool - end def data_masking_policy Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy end - def recommended_elastic_pool - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool - end def import_export_response Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse end + def elastic_pool + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool + end def import_request Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest end - def server_azure_adadministrator - Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + def geo_backup_policy + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy + end + def disaster_recovery_configuration + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration end def replication_link Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink end - def elastic_pool_database_activity - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + 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 elastic_pool_activity + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity end def service_objective Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective @@ -720,8 +726,8 @@ def service_objective def server_communication_link Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink end - def database_table_auditing_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy + 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 @@ -729,8 +735,8 @@ def transparent_data_encryption_activity def database_connection_policy Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy end - def elastic_pool_activity - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity + def database_table_auditing_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy end def server_table_auditing_policy Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy @@ -849,77 +855,68 @@ def query_observed_metric_type def transparent_data_encryption_activity_status Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus end - def server_state - Azure::SQL::Mgmt::V2014_04_01::Models::ServerState - end def replication_role Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole end + def server_state + Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + end def metric_name Azure::SQL::Mgmt::V2014_04_01::Models::MetricName end - def metric_value - Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue - end - def service_objective_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult - end def server_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult end - def recommended_action_implementation_info - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo - end def operation_display Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay end - def recommended_action_impact_record - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord - end def operation_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult end - def firewall_rule_list - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList + def recommended_action_implementation_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo + end + def recommended_action_impact_record + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord end def managed_instance_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate end - def sync_group_schema - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema + def firewall_rule_list + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList end def resource_identity Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity end - def sync_group_schema_table - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable + def sync_group_schema + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema end def sync_database_id_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult end - def sync_group_schema_table_column - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn + def sync_group_schema_table + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable end def sync_full_schema_table Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable end - def encryption_protector_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult + def sync_group_schema_table_column + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn end def managed_instance_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult end - def recommended_action_state_info - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo - end - def sync_full_schema_table_column - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn + def encryption_protector_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult end def operation Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation end - def failover_group_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult + def sync_full_schema_table_column + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn + end + def recommended_action_state_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo end def sync_group_log_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties @@ -927,14 +924,23 @@ def sync_group_log_properties def failover_group_read_only_endpoint Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint end - def sync_full_schema_properties_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult + def recommended_action_error_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + end + def failover_group_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult end def recommended_action_metric_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo end - def recommended_action_error_info - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + def sync_full_schema_properties_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult + end + def virtual_network_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + end + def sync_group_log_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult end def partner_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo @@ -972,65 +978,65 @@ def sync_agent_linked_database_list_result def automatic_tuning_options Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions end - def server_key_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult - end - def sync_group_log_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult - end def sync_database_id_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties end + 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 virtual_network_rule_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + def server_key_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult end - def failover_group - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + end + def proxy_resource_with_writable_name + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end def encryption_protector Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector end - def recommended_action - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction + def failover_group + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end def server_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate end - def managed_instance - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance - end - def advisor - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + def server_key + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end def sync_agent Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end - def server - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + def sync_agent_linked_database + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase end - def server_key - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + def managed_instance + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + end + def sync_member + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember end def 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 virtual_network_rule + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end - def proxy_resource_with_writable_name - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + def server + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server end - def sync_member - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + def auto_execute_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus end def advisor_status Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus end - def virtual_network_rule - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule + def implementation_method + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod end def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom @@ -1038,11 +1044,8 @@ def auto_execute_status_inherited_from def sync_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end - def auto_execute_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus - end - def implementation_method - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod + def recommended_action_initiated_by + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy end def is_retryable Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable @@ -1050,8 +1053,8 @@ def is_retryable def recommended_action_current_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end - def recommended_action_initiated_by - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy + def read_write_endpoint_failover_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy end def automatic_tuning_disabled_reason Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason @@ -1062,6 +1065,9 @@ def server_key_type def automatic_tuning_mode Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode end + def read_only_endpoint_failover_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy + end def failover_group_replication_role Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole end @@ -1071,11 +1077,11 @@ def identity_type def sync_agent_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState end - def read_write_endpoint_failover_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy + def sync_member_db_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType end - def read_only_endpoint_failover_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy + def sync_group_log_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType end def sync_conflict_resolution_policy Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy @@ -1086,12 +1092,6 @@ def sync_group_state def sync_direction Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection end - def sync_member_db_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType - end - def sync_group_log_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType - end def sync_member_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState end @@ -1107,6 +1107,18 @@ def firewall_rule def operation_origin Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin end + def job_target_group_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + end + def resource_move_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition + end + def server_dns_alias_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult + end + def job_target + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget + end def long_term_retention_backup_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult end @@ -1125,20 +1137,20 @@ def job_step_list_result def job_version_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult end + def job_schedule + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + end def server_dns_alias_acquisition Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition end - def automatic_tuning_server_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions - end def job_execution_target Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget end def complete_database_restore_definition Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition end - def job_schedule - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + def automatic_tuning_server_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions end def job_step_execution_options Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions @@ -1152,14 +1164,23 @@ def managed_database_list_result def restore_point_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult end + def database_operation_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult + end def job_step_action Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction end + def job_execution_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + end + def job_step_output + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + end def database_vulnerability_assessment_rule_baseline_item Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem end - def job_execution_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + def server_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end def extended_database_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy @@ -1167,98 +1188,89 @@ def extended_database_blob_auditing_policy def extended_server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy end - def database_operation_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult + def database_vulnerability_assessment_rule_baseline + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline end def database_operation Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation end - def import_export_operation_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - end - def job_step_output - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput - end def database_vulnerability_assessment Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment end def data_warehouse_user_activities Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end - def server_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy - end def job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end - def job_credential - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential - end - def database_vulnerability_assessment_rule_baseline - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline - end - def job_step - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + def import_export_operation_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult end def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution end - def job_version - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + def job_credential + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential end def job_target_group Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup end - def managed_database - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + def job_step + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep end def long_term_retention_backup Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup end - def server_dns_alias - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias + def job_version + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion end def server_automatic_tuning Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning end - def database_status - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus + def managed_database + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase end def management_operation_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState end - def job_agent_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + def server_dns_alias + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias end def catalog_collation_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType end - def job_target_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + def database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus end def job_execution_lifecycle Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle end - def database_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult + def job_agent_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState end def job_schedule_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType end + def database_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult + end + def proxy_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource + end 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 + def job_target_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType end def job_step_output_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType end - def proxy_resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource + 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 tracked_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource end def managed_database_create_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode @@ -1266,17 +1278,17 @@ def managed_database_create_mode def create_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode end - def automatic_tuning_server_reason - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + def managed_database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end - def tracked_resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource + def job_step_action_source + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource end def automatic_tuning_server_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode end - def job_target_group_membership_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + def automatic_tuning_server_reason + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason end def long_term_retention_database_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState @@ -1308,21 +1320,21 @@ def restore_point def resource Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource end - def blob_auditing_policy_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState - end def provisioning_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState end def job_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult end - def automatic_tuning_option_mode_actual - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + def blob_auditing_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState end def automatic_tuning_option_mode_desired Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired end + def automatic_tuning_option_mode_actual + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + end def sample_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName end @@ -1338,18 +1350,6 @@ def vulnerability_assessment_recurring_scans_properties def managed_database_update Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate end - def job_target_group_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult - end - def resource_move_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition - end - def server_dns_alias_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult - end - def job_target - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget - 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 37497914dd..70370c88c2 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -7,13 +7,17 @@ module Azure::Profiles::Latest module Storage module Mgmt - Skus = Azure::Storage::Mgmt::V2018_03_01_preview::Skus Operations = Azure::Storage::Mgmt::V2018_03_01_preview::Operations StorageAccounts = Azure::Storage::Mgmt::V2018_03_01_preview::StorageAccounts + Skus = Azure::Storage::Mgmt::V2018_03_01_preview::Skus BlobContainers = Azure::Storage::Mgmt::V2018_03_01_preview::BlobContainers Usages = Azure::Storage::Mgmt::V2018_03_01_preview::Usages module Models + IPRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::IPRule + ManagementPoliciesRulesSetParameter = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter + StorageSkuListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageSkuListResult + ListContainerItems = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItems LegalHold = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHold LegalHoldProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHoldProperties Restriction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction @@ -30,9 +34,9 @@ module Models Bypass = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass DefaultAction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction SignedResourceTypes = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes - Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions HttpProtocol = Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol SignedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource + Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions PublicAccess = Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess LeaseStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState @@ -67,8 +71,8 @@ module Models UsageListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageListResult CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult Resource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource - VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule StorageAccount = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount + VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule SkuName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName SkuTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier Kind = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind @@ -87,14 +91,10 @@ module Models ServiceSasParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSasParameters ListServiceSasResponse = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListServiceSasResponse NetworkRuleSet = Azure::Storage::Mgmt::V2018_03_01_preview::Models::NetworkRuleSet - IPRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::IPRule - ManagementPoliciesRulesSetParameter = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter - StorageSkuListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageSkuListResult - ListContainerItems = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItems end class StorageManagementClass - attr_reader :skus, :operations, :storage_accounts, :blob_containers, :usages, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :storage_accounts, :skus, :blob_containers, :usages, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -104,9 +104,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @skus = @client_0.skus @operations = @client_0.operations @storage_accounts = @client_0.storage_accounts + @skus = @client_0.skus @blob_containers = @client_0.blob_containers @usages = @client_0.usages @@ -127,6 +127,18 @@ def method_missing(method, *args) end class ModelClasses + def iprule + Azure::Storage::Mgmt::V2018_03_01_preview::Models::IPRule + end + 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_03_01_preview::Models::StorageSkuListResult + end + def list_container_items + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItems + end def legal_hold Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHold end @@ -175,15 +187,15 @@ def default_action def signed_resource_types Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes end - def permissions - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions - end def http_protocol Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol end def signed_resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource end + def permissions + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions + end def public_access Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess end @@ -286,12 +298,12 @@ def check_name_availability_result def resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource end - def virtual_network_rule - Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule - end def storage_account Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount end + def virtual_network_rule + Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule + end def sku_name Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName end @@ -346,18 +358,6 @@ def list_service_sas_response def network_rule_set Azure::Storage::Mgmt::V2018_03_01_preview::Models::NetworkRuleSet end - def iprule - Azure::Storage::Mgmt::V2018_03_01_preview::Models::IPRule - end - 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_03_01_preview::Models::StorageSkuListResult - end - def list_container_items - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItems - 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 36e913e499..7e7ee8850e 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -7,36 +7,40 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs + Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings - CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances + BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies DeviceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::DeviceSettings BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules - BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies + CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups - Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs - Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices module Models + MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter + AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList - DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings - MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName - BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup - AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration @@ -53,11 +57,11 @@ module Models 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 - VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType @@ -85,23 +89,23 @@ module Models TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId - NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType - RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration - JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + 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 - Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails - Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume - OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType - 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 + JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType @@ -114,6 +118,7 @@ module Models AlertSource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSource Feature = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Feature RemoteManagementSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettings + MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName FailoverRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverRequest AlertList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertList VolumeFailoverMetadata = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeFailoverMetadata @@ -132,62 +137,57 @@ module Models NicIPv6 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 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 + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time PublicKey = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::PublicKey - ClearAlertRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ClearAlertRequest + BaseModel = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel FeatureFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureFilter - CloudAppliance = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudAppliance + ClearAlertRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ClearAlertRequest FeatureList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureList - SendTestAlertEmailRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest + CloudAppliance = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudAppliance HardwareComponent = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponent - CloudApplianceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings + SendTestAlertEmailRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest NetworkSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch - NetworkInterfaceData0Settings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings + CloudApplianceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings HardwareComponentGroupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList - DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + NetworkInterfaceData0Settings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch JobErrorItem = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem + DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage - WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings DNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings - DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings + JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList - ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest - Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList + Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku - NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList - CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings - SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest - ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch - DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters - AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay - MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension - MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity - SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList + 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 - MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter - AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end class StorSimple8000SeriesManagementClass - attr_reader :operations, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :device_settings, :backup_schedules, :backup_policies, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :backups, :jobs, :devices, :configurable, :base_url, :options, :model_classes + attr_reader :jobs, :devices, :operations, :managers, :access_control_records, :alerts, :bandwidth_settings, :backup_policies, :device_settings, :backup_schedules, :cloud_appliances, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :backups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -197,22 +197,22 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @jobs = @client_0.jobs + @devices = @client_0.devices @operations = @client_0.operations @managers = @client_0.managers @access_control_records = @client_0.access_control_records @alerts = @client_0.alerts @bandwidth_settings = @client_0.bandwidth_settings - @cloud_appliances = @client_0.cloud_appliances + @backup_policies = @client_0.backup_policies @device_settings = @client_0.device_settings @backup_schedules = @client_0.backup_schedules - @backup_policies = @client_0.backup_policies + @cloud_appliances = @client_0.cloud_appliances @hardware_component_groups = @client_0.hardware_component_groups @volume_containers = @client_0.volume_containers @volumes = @client_0.volumes @storage_account_credentials = @client_0.storage_account_credentials @backups = @client_0.backups - @jobs = @client_0.jobs - @devices = @client_0.devices @model_classes = ModelClasses.new end @@ -231,6 +231,18 @@ def method_missing(method, *args) end class ModelClasses + def metric_name_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + end + def vm_image + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + end + def metric_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter + end + def alert_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter + end def metrics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics end @@ -240,32 +252,32 @@ def data_statistics def metric_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList end - def device_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - end - def backup_policy_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList + def bandwidth_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end def nic_ipv4 Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 end - def bandwidth_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + def manager_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch end - def alert_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings + def access_control_record + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end - def metric_name - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + def secondary_dnssettings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings end - def backup_policy - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + def available_provider_operation_display + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + end + def alert_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings end def backup Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup end - def access_control_record - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + def backup_policy + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy end def backup_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule @@ -315,8 +327,8 @@ def alert_scope def alert_source_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType end - def volume_container - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end def alert_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus @@ -327,8 +339,8 @@ def alert_email_notification_status def alert_severity Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + def volume_container + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer end def scheduled_backup_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus @@ -411,8 +423,8 @@ def feature_support_status def net_interface_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId end - def net_interface_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + def job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus end def metric_unit Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit @@ -420,11 +432,11 @@ def metric_unit def metric_aggregation_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType end - def remote_management_mode_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + def job + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job end - def job_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + 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 @@ -432,8 +444,8 @@ def iscsiand_cloud_status def network_mode Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode end - def job - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end def ssl_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus @@ -444,24 +456,24 @@ def volume_status def job_error_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails end - def volume - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + def owner_ship_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus end - def operation_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + def remote_management_mode_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration end def job_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType end - def monitoring_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus - end - def owner_ship_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + 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 monitoring_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + end def resource Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource end @@ -498,6 +510,9 @@ def feature def remote_management_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettings end + def metric_name + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + end def failover_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverRequest end @@ -552,50 +567,47 @@ def acs_configuration 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 - def base_model - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time end def public_key Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::PublicKey end - def clear_alert_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ClearAlertRequest + def base_model + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel end def feature_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureFilter end - def cloud_appliance - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudAppliance + def clear_alert_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ClearAlertRequest end def feature_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureList end - def send_test_alert_email_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest + def cloud_appliance + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudAppliance end def hardware_component Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponent end - def cloud_appliance_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings + def send_test_alert_email_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest end def network_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch end - def network_interface_data0_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings + def cloud_appliance_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings end def hardware_component_group_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList end - def device_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + def network_interface_data0_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings end def remote_management_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch @@ -603,80 +615,80 @@ def remote_management_settings_patch 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 device_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + end def job_stage Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage end - def webproxy_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings - end def dnssettings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings end - def device_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + 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 job_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter end - def available_provider_operation_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList - end def backup_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList end - def job_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList + def available_provider_operation_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList end - def list_failover_targets_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + def backup_schedule_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList end def key Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key end - def bandwidth_setting_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList - 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 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 list_failover_targets_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest end def cloud_appliance_configuration_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList end - def manager_intrinsic_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + def clone_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest end - def security_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + def bandwidth_setting_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList end def manager_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList end - def clone_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest + def network_adapters + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters end - def manager_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + def network_adapter_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList end def dimension_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter end - def network_adapters - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + def device_rollover_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails end - def available_provider_operation_display - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + def security_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch end def metric_data Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData end - def device_rollover_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + def metric_availablity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity end def chap_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings @@ -684,11 +696,11 @@ def chap_settings def metric_dimension Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension end - def metric_availablity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + def backup_policy_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList end - def secondary_dnssettings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + def device_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList end def metric_definition_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList @@ -696,18 +708,6 @@ def metric_definition_list def volume_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList end - def metric_name_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter - end - def vm_image - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage - end - def metric_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter - end - def alert_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - end end end end diff --git a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb index 5b30de87ee..18150a8ffe 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -7,91 +7,91 @@ module Azure::Profiles::Latest module StreamAnalytics module Mgmt - StreamingJobs = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamingJobs Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations + StreamingJobs = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamingJobs Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs Outputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Outputs - Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations + Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions module Models + IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource + 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 JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota - AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters - EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy - OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode - JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization - AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + 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 Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics + SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition OutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties - FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding + 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 - FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties FunctionInput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput + StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource - SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult - AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties - 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 + AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult - Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation - Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob - JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding + FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties - AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization + Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding - CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization + AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization + AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding + ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource - EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties - IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource - BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource - StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties end class StreamAnalyticsManagementClass - attr_reader :streaming_jobs, :operations, :inputs, :outputs, :functions, :transformations, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -101,12 +101,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @streaming_jobs = @client_0.streaming_jobs @operations = @client_0.operations + @streaming_jobs = @client_0.streaming_jobs @inputs = @client_0.inputs @outputs = @client_0.outputs - @functions = @client_0.functions @transformations = @client_0.transformations + @functions = @client_0.functions @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new @@ -126,39 +126,48 @@ def method_missing(method, *args) end class ModelClasses + def io_thub_stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource + end def event_hub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource end - def java_script_function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + def blob_stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource end - def subscription_quota - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota + def stream_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties end def azure_machine_learning_web_service_function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters end - def events_out_of_order_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + def java_script_function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters end - def output_error_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + def subscription_quota + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota end def output_start_mode Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode end - def json_output_serialization_format - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - end def sku_name Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end + def output_error_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + end def compatibility_level Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel end + def events_out_of_order_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + end def udf_type Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType end + def json_output_serialization_format + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat + end def operation_display Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay end @@ -177,21 +186,27 @@ def encoding def serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization end - def azure_machine_learning_web_service_input_column - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn - end def sku Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku end + def azure_machine_learning_web_service_input_column + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn + end def azure_machine_learning_web_service_inputs Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs end 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 diagnostics Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics end + def sub_resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + end def function_output Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput end @@ -204,8 +219,8 @@ def output_data_source def input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties end - def function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding + def function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties end def service_bus_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties @@ -213,29 +228,26 @@ def service_bus_data_source_properties def output_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult end - def function_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties - end def function_input Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput end + def start_streaming_job_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters + end def blob_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties end def function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters end - def start_streaming_job_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters - end - def storage_account - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + def azure_sql_database_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties end def stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource end - def sub_resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount end def input_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult @@ -243,41 +255,32 @@ def input_list_result def streaming_job_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult end - def azure_sql_database_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties - end - 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 end - def resource_test_status - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + def azure_machine_learning_web_service_output_column + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn end def subscription_quotas_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult end - def function_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult - end - def input - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + def resource_test_status + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus end def transformation Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation end - def output - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output - end def resource Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource end + def input + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + end def streaming_job Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob end - def java_script_function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding + def function_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult end def function Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function @@ -285,24 +288,33 @@ def function def scalar_function_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties end - def avro_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization + def output + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output end def azure_machine_learning_web_service_function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + def json_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization + end + def avro_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end def azure_data_lake_store_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource end - def json_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization end def event_hub_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end + def java_script_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding + end + def service_bus_queue_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + end def service_bus_topic_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource end @@ -315,8 +327,8 @@ def document_db_output_data_source def azure_sql_database_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource end - def service_bus_queue_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + def event_hub_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource end def azure_table_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource @@ -324,23 +336,11 @@ def azure_table_output_data_source def blob_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource end - def event_hub_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - 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_reference_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource end - def blob_stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource - end - def stream_input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + def reference_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties 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 6ec2ef0458..e1a864cdad 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -15,11 +15,11 @@ module Models KeyPhraseBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem KeyPhraseBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem + ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse LanguageBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput - ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError AzureRegions = Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions @@ -75,6 +75,9 @@ def key_phrase_batch_result def language_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem end + def error_response + Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse + end def language_batch_result Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult end @@ -87,9 +90,6 @@ def sentiment_batch_result_item def multi_language_batch_input Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput end - def error_response - Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse - end def sentiment_batch_result Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult end diff --git a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb index 2ce4c10196..647911efb7 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -14,30 +14,30 @@ module Mgmt TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2017_09_01_preview::TrafficManagerUserMetricsKeys module Models + ProfileStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus MonitorProtocol = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod Profile = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile + ProfileListResult = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult + Endpoint = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint TrafficManagerNameAvailability = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerNameAvailability Region = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Region CheckTrafficManagerRelativeDnsNameAvailabilityParameters = Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters DnsConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig MonitorConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig - ProfileListResult = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy + EndpointStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus - Endpoint = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus - EndpointStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus - ProfileStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus + QueryExperience = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource - DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult + HeatMapModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel + TrafficManagerUserMetricsKeyModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel TrackedResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource + DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint TrafficFlow = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficFlow - QueryExperience = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience - HeatMapModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel - TrafficManagerUserMetricsKeyModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel end class TrafficManagerManagementClass @@ -82,6 +82,9 @@ def method_missing(method, *args) end class ModelClasses + def profile_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus + end def monitor_protocol Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol end @@ -91,6 +94,12 @@ def traffic_routing_method def profile Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile end + def profile_list_result + Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult + end + def endpoint + Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint + end def traffic_manager_name_availability Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerNameAvailability end @@ -106,36 +115,36 @@ def dns_config def monitor_config Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig end - def profile_list_result - Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult - end def traffic_manager_geographic_hierarchy Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy end + def endpoint_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + end def endpoint_monitor_status Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus end - def endpoint - Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint - end def profile_monitor_status Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus end - def endpoint_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus - end - def profile_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus + def query_experience + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience end def proxy_resource Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end - def delete_operation_result - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult + def heat_map_model + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel + end + def traffic_manager_user_metrics_key_model + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel end def tracked_resource Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource end + def delete_operation_result + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult + end def resource Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource end @@ -145,15 +154,6 @@ def heat_map_endpoint def traffic_flow Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficFlow end - def query_experience - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience - end - def heat_map_model - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel - end - def traffic_manager_user_metrics_key_model - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel - 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 0be01f30db..811702cf0b 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,10 +9,12 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule @@ -26,21 +28,19 @@ module Models VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase + ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject - ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat - Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end class VideoSearchDataClass @@ -73,18 +73,24 @@ def method_missing(method, *args) end class ModelClasses + def error_sub_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + end + def text_format + Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + end def freshness Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness end def image_object Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject end - def media_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - end def response Azure::CognitiveServices::VideoSearch::V1_0::Models::Response end + def media_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject + end def trending_videos_category Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory end @@ -124,6 +130,9 @@ def video_insight_module def response_base Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase end + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + end def query_context Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext end @@ -133,9 +142,6 @@ def query def video_object Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject end - def error_response - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse - end def pivot_suggestions Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions end @@ -154,8 +160,8 @@ def creative_work def error_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode end - def error_sub_code - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + def error + Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end def identifiable Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable @@ -163,12 +169,6 @@ def identifiable def safe_search Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch end - def text_format - Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat - end - def error - Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - 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 e13941a30c..f9e9a8632b 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -7,21 +7,22 @@ module Azure::Profiles::Latest module Web module Mgmt - Domains = Azure::Web::Mgmt::V2015_04_01::Domains DomainRegistrationProvider = Azure::Web::Mgmt::V2015_04_01::DomainRegistrationProvider TopLevelDomains = Azure::Web::Mgmt::V2015_04_01::TopLevelDomains + Domains = Azure::Web::Mgmt::V2015_04_01::Domains AppServiceCertificateOrders = Azure::Web::Mgmt::V2015_08_01::AppServiceCertificateOrders CertificateRegistrationProvider = Azure::Web::Mgmt::V2015_08_01::CertificateRegistrationProvider + Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics Provider = Azure::Web::Mgmt::V2016_03_01::Provider + Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates DeletedWebApps = Azure::Web::Mgmt::V2016_03_01::DeletedWebApps Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations - Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics - Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates WebApps = Azure::Web::Mgmt::V2016_08_01::WebApps AppServiceEnvironments = Azure::Web::Mgmt::V2016_09_01::AppServiceEnvironments AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans module Models + TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption TldLegalAgreementCollection = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection DomainOwnershipIdentifier = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier DomainPatchResource = Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource @@ -29,6 +30,7 @@ module Models DomainStatus = Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus DnsType = Azure::Web::Mgmt::V2015_04_01::Models::DnsType DomainType = Azure::Web::Mgmt::V2015_04_01::Models::DomainType + TldLegalAgreement = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement ErrorResponse = Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse Domain = Azure::Web::Mgmt::V2015_04_01::Models::Domain Contact = Azure::Web::Mgmt::V2015_04_01::Models::Contact @@ -40,27 +42,25 @@ module Models NameIdentifierCollection = Azure::Web::Mgmt::V2015_04_01::Models::NameIdentifierCollection HostName = Azure::Web::Mgmt::V2015_04_01::Models::HostName Address = Azure::Web::Mgmt::V2015_04_01::Models::Address - TopLevelDomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection DomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::DomainCollection - TldLegalAgreement = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement - TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption + TopLevelDomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection + AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource CertificateEmail = Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail - ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest RenewCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource CertificateProductType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType CertificateOrderStatus = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType AppServiceCertificate = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificate - AppServiceCertificateCollection = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderCollection - CertificateDetails = Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails SiteSealRequest = Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest - AppServiceCertificateOrder = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder + AppServiceCertificateCollection = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection SiteSeal = Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal + AppServiceCertificateOrder = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder + CertificateDetails = Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails + ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource CertificateOrderAction = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction - AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes @@ -70,8 +70,8 @@ module Models VnetValidationTestFailure = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure MetricAvailability = Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification - InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType Channels = Azure::Web::Mgmt::V2016_03_01::Models::Channels + InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType IssueType = Azure::Web::Mgmt::V2016_03_01::Models::IssueType SkuName = Azure::Web::Mgmt::V2016_03_01::Models::SkuName KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus @@ -83,8 +83,8 @@ module Models PremierAddOnOfferCollection = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection AppServiceEnvironment = Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment GeoRegionCollection = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection - CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope DeploymentLocations = Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations + CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope SourceControlCollection = Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection GlobalCsmSkuDescription = Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription DeletedSite = Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite @@ -99,18 +99,18 @@ module Models ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample Recommendation = Azure::Web::Mgmt::V2016_03_01::Models::Recommendation - SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection - DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource - CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection - CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection + DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection + SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource + DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition - AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData - DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory DiagnosticAnalysis = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis - DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition + DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory CsmOperationDisplay = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay CsmOperationCollection = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl @@ -124,17 +124,18 @@ module Models ResourceScopeType = Azure::Web::Mgmt::V2016_03_01::Models::ResourceScopeType NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription + ProcessInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest BackupSchedule = Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule - PremierAddOn = Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn + RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest FunctionSecrets = Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets PublicCertificate = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate RestoreResponse = Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse SiteAuthSettings = Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings MigrateMySqlStatus = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo - RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance SiteLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig SitePhpErrorLogFlag = Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag @@ -151,18 +152,18 @@ module Models BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary - TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob + Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType LogLevel = Azure::Web::Mgmt::V2016_08_01::Models::LogLevel HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType - Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType - ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult + TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob MySqlMigrationType = Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType - AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType + BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType @@ -171,7 +172,7 @@ module Models UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction CloneAbilityResult = Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult SiteExtensionType = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType - BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider + ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig ApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::ApplicationLogsConfig @@ -180,57 +181,58 @@ module Models ProcessInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfoCollection ConnStringValueTypePair = Azure::Web::Mgmt::V2016_08_01::Models::ConnStringValueTypePair ProcessModuleInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection - ProcessThreadInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection CsmPublishingProfileOptions = Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions + PublicCertificateCollection = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection WebAppInstanceCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection - TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection + ProcessThreadInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion HostNameBindingCollection = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection SiteCloneability = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability - PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection - ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection - PublicCertificateCollection = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection - WebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection - EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig + PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig - FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig - PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection - DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection - MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry + TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection + EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection + PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection + WebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection + ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection + FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig - HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig + MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry + FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig SiteConfigResourceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample PerfMonResponse = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection - CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary - CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult + CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity BackupItem = Azure::Web::Mgmt::V2016_08_01::Models::BackupItem ContinuousWebJob = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob FunctionEnvelope = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope - HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding - FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment - SiteExtensionInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection MSDeployLog = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog - MSDeployStatus = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus MigrateMySqlRequest = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest - NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures + SiteExtensionInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection + PremierAddOn = Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn + MSDeployStatus = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus + CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult + HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding ProcessModuleInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo RelayServiceConnectionEntity = Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity MSDeploy = Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy - ProcessInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo + AutoHealTriggers = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers + AutoHealRules = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules + ResourceMetricName = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName SiteLimits = Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits SkuCapacity = Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity RampUpRule = Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments - ResourceMetricName = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping @@ -260,10 +262,10 @@ module Models Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation Usage = Azure::Web::Mgmt::V2016_09_01::Models::Usage Resource = Azure::Web::Mgmt::V2016_09_01::Models::Resource - HybridConnection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection ProvisioningState = Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState - ProxyOnlyResource = Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource + HybridConnection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection User = Azure::Web::Mgmt::V2016_09_01::Models::User + ProxyOnlyResource = Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource LocalizableString = Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString VirtualNetworkProfile = Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile WorkerPool = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool @@ -278,10 +280,10 @@ module Models WorkerPoolCollection = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection HybridConnectionCollection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + UsageCollection = Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity - ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection - UsageCollection = Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection @@ -289,14 +291,14 @@ module Models ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection - ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource - AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource - StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection - AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits + AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo HostingEnvironmentProfile = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile @@ -304,12 +306,12 @@ module Models IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction InternalLoadBalancingMode = Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode ApiDefinitionInfo = Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo - AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction - CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings AutoHealCustomAction = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction ComputeModeOptions = Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions AutoHealActions = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions + AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger StatusCodesBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger RequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger @@ -321,13 +323,11 @@ module Models SkuDescription = Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription Capability = Azure::Web::Mgmt::V2016_09_01::Models::Capability HostNameSslState = Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState - AutoHealTriggers = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers - AutoHealRules = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end class WebManagementClass - attr_reader :domains, :domain_registration_provider, :top_level_domains, :app_service_certificate_orders, :certificate_registration_provider, :provider, :deleted_web_apps, :recommendations, :diagnostics, :certificates, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes + attr_reader :domain_registration_provider, :top_level_domains, :domains, :app_service_certificate_orders, :certificate_registration_provider, :diagnostics, :provider, :certificates, :deleted_web_apps, :recommendations, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -337,9 +337,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @domains = @client_0.domains @domain_registration_provider = @client_0.domain_registration_provider @top_level_domains = @client_0.top_level_domains + @domains = @client_0.domains @client_1 = Azure::Web::Mgmt::V2015_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -354,11 +354,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @diagnostics = @client_2.diagnostics @provider = @client_2.provider + @certificates = @client_2.certificates @deleted_web_apps = @client_2.deleted_web_apps @recommendations = @client_2.recommendations - @diagnostics = @client_2.diagnostics - @certificates = @client_2.certificates @client_3 = Azure::Web::Mgmt::V2016_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @@ -400,6 +400,9 @@ def method_missing(method, *args) end class ModelClasses + def top_level_domain_agreement_option + Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption + end def tld_legal_agreement_collection Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection end @@ -421,6 +424,9 @@ def dns_type def domain_type Azure::Web::Mgmt::V2015_04_01::Models::DomainType end + def tld_legal_agreement + Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement + end def error_response Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse end @@ -454,24 +460,18 @@ def host_name def address Azure::Web::Mgmt::V2015_04_01::Models::Address end - def top_level_domain_collection - Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection - end def domain_collection Azure::Web::Mgmt::V2015_04_01::Models::DomainCollection end - def tld_legal_agreement - Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement + def top_level_domain_collection + Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection end - def top_level_domain_agreement_option - Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption + def app_service_certificate_patch_resource + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource end def certificate_email Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail end - def reissue_certificate_order_request - Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest - end def renew_certificate_order_request Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest end @@ -490,33 +490,33 @@ def certificate_order_action_type def app_service_certificate Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificate end - def app_service_certificate_collection - Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection - end def app_service_certificate_order_collection Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderCollection end - def certificate_details - Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails - end def site_seal_request Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest end - def app_service_certificate_order - Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder + def app_service_certificate_collection + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection end def site_seal Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal end + def app_service_certificate_order + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder + end + def certificate_details + Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails + end + def reissue_certificate_order_request + Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest + end def app_service_certificate_order_patch_resource Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource end def certificate_order_action Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction end - def app_service_certificate_patch_resource - Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource - end def csm_operation_description_properties Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties end @@ -544,12 +544,12 @@ def metric_availability def service_specification Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification end - def in_availability_reason_type - Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType - end def channels Azure::Web::Mgmt::V2016_03_01::Models::Channels end + def in_availability_reason_type + Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType + end def issue_type Azure::Web::Mgmt::V2016_03_01::Models::IssueType end @@ -583,12 +583,12 @@ def app_service_environment def geo_region_collection Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection end - def csm_move_resource_envelope - Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope - end def deployment_locations Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations end + def csm_move_resource_envelope + Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope + end def source_control_collection Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection end @@ -631,41 +631,41 @@ def diagnostic_metric_sample def recommendation Azure::Web::Mgmt::V2016_03_01::Models::Recommendation end - def sku_infos - Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + def certificate_collection + Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + end + def analysis_data + Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData end def diagnostic_detector_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection end - def diagnostic_analysis_collection - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection - end def data_source Azure::Web::Mgmt::V2016_03_01::Models::DataSource end - def certificate_collection - Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + def diagnostic_category_collection + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection + end + def diagnostic_analysis_collection + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection + end + def sku_infos + Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos end def certificate_patch_resource Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource end - def diagnostic_category_collection - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection + def detector_definition + Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition end def analysis_definition Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition end - def analysis_data - Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData - end - def diagnostic_category - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory - end def diagnostic_analysis Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis end - def detector_definition - Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition + def diagnostic_category + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory end def csm_operation_display Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay @@ -706,6 +706,9 @@ def name_identifier def csm_operation_description Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription end + def process_info + Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo + end def process_thread_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo end @@ -715,8 +718,8 @@ def backup_request def backup_schedule Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule end - def premier_add_on - Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn + def restore_request + Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest end def function_secrets Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets @@ -736,8 +739,8 @@ def migrate_my_sql_status def site_configuration_snapshot_info Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo end - def restore_request - Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + def network_features + Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures end def site_instance Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance @@ -787,8 +790,11 @@ def storage_migration_options def string_dictionary Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary end - def triggered_web_job - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob + def snapshot + Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + end + def azure_resource_type + Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType end def log_level Azure::Web::Mgmt::V2016_08_01::Models::LogLevel @@ -796,32 +802,29 @@ def log_level def host_name_type Azure::Web::Mgmt::V2016_08_01::Models::HostNameType end - def snapshot - Azure::Web::Mgmt::V2016_08_01::Models::Snapshot - end def frequency_unit Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit end def backup_restore_operation_type Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType end - def continuous_web_job_status - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus - end def publishing_profile_format Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat end def dns_verification_test_result Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult end + def triggered_web_job + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob + end def my_sql_migration_type Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType end def database_type Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType end - def azure_resource_type - Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType + def built_in_authentication_provider + Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider end def custom_host_name_dns_record_type Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType @@ -847,8 +850,8 @@ def clone_ability_result def site_extension_type Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType end - def built_in_authentication_provider - Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider + def continuous_web_job_status + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus end def triggered_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus @@ -874,17 +877,17 @@ def conn_string_value_type_pair def process_module_info_collection Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection end - def process_thread_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection - end def csm_publishing_profile_options Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions end + def public_certificate_collection + Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection + end def web_app_instance_collection Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection end - def triggered_web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection + def process_thread_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection end def snapshot_collection Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection @@ -898,53 +901,53 @@ def host_name_binding_collection def site_cloneability Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability end - def perf_mon_set - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet - end def identifier_collection Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection end def triggered_job_history_collection Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection end - def continuous_web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection + def perf_mon_set + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet end - def public_certificate_collection - Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection + def file_system_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig end - def web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection + def triggered_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection end def enabled_config Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig end - def file_system_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + def slot_difference_collection + Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + def perf_mon_counter_collection + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection + end + def web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection + end + def continuous_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection end def file_system_http_logs_config Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig end - def perf_mon_counter_collection - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection - end - def deployment_collection - Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + def azure_blob_storage_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig end def msdeploy_log_entry Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry end - def slot_difference_collection - Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection + def function_envelope_collection + Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection end - def azure_blob_storage_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig + def deployment_collection + Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection end - def http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig end def site_config_resource_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection @@ -958,14 +961,14 @@ def perf_mon_response def site_configuration_snapshot_info_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection end - def csm_slot_entity - Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + def http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig end def connection_string_dictionary Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary end - def custom_hostname_analysis_result - Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult + def csm_slot_entity + Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity end def backup_item Azure::Web::Mgmt::V2016_08_01::Models::BackupItem @@ -976,29 +979,29 @@ def continuous_web_job def function_envelope Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope end - def host_name_binding - Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding - end - def function_envelope_collection - Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection - end def deployment Azure::Web::Mgmt::V2016_08_01::Models::Deployment end + def msdeploy_log + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog + end + def migrate_my_sql_request + Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest + end def site_extension_info_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection end - def msdeploy_log - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog + def premier_add_on + Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn end def msdeploy_status Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus end - def migrate_my_sql_request - Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest + def custom_hostname_analysis_result + Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult end - def network_features - Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures + def host_name_binding + Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding end def process_module_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo @@ -1009,8 +1012,14 @@ def relay_service_connection_entity def msdeploy Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy end - def process_info - Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo + def auto_heal_triggers + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers + end + def auto_heal_rules + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules + end + def resource_metric_name + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName end def site_limits Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits @@ -1024,9 +1033,6 @@ def ramp_up_rule def experiments Azure::Web::Mgmt::V2016_09_01::Models::Experiments end - def resource_metric_name - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName - end def virtual_directory Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory end @@ -1114,18 +1120,18 @@ def usage def resource Azure::Web::Mgmt::V2016_09_01::Models::Resource end - def hybrid_connection - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection - end def provisioning_state Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState end - def proxy_only_resource - Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource + def hybrid_connection + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection end def user Azure::Web::Mgmt::V2016_09_01::Models::User end + def proxy_only_resource + Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource + end def localizable_string Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString end @@ -1168,17 +1174,17 @@ def hybrid_connection_collection def sku_info Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo end + def usage_collection + Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + end def error_entity Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - end def csm_usage_quota_collection Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection end - def usage_collection - Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + def managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity end def metric_availabilily Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily @@ -1201,8 +1207,8 @@ def resource_metric_definition_collection def web_app_collection Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection end - def resource_metric_value - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + def stamp_capacity_collection + Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection end def app_service_environment_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource @@ -1213,17 +1219,17 @@ def csm_usage_quota def worker_pool_resource Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + def resource_metric_value + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue end - def stamp_capacity_collection - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + def hybrid_connection_limits + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits end def app_service_environment_patch_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource end - def hybrid_connection_limits - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource end def slot_swap_status Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus @@ -1246,15 +1252,12 @@ def internal_load_balancing_mode def api_definition_info Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo end - def access_control_entry_action - Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + def worker_size_options + Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions end def cors_settings Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings end - def worker_size_options - Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions - end def auto_heal_custom_action Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction end @@ -1264,6 +1267,9 @@ def compute_mode_options def auto_heal_actions Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions end + def access_control_entry_action + Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + end def slow_requests_based_trigger Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger end @@ -1297,12 +1303,6 @@ def capability def host_name_ssl_state Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState end - def auto_heal_triggers - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers - end - def auto_heal_rules - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules - end def identifier Azure::Web::Mgmt::V2016_09_01::Models::Identifier end diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index f3fbcac06f..cef8e73a5c 100644 --- a/azure_sdk/lib/latest/modules/websearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/websearch_profile_module.rb @@ -9,47 +9,47 @@ module WebSearch Web = Azure::CognitiveServices::WebSearch::V1_0::Web module Models + RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer News = Azure::CognitiveServices::WebSearch::V1_0::Models::News - SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article + Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse - RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places - Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images - MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response + MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle - ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation - RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error - TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end class WebSearchDataClass @@ -82,33 +82,48 @@ def method_missing(method, *args) end class ModelClasses + def related_searches_related_search_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + end + def spell_suggestions + Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + end + def time_zone + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + end + def web_page + Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + end def web_web_answer Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer end def news Azure::CognitiveServices::WebSearch::V1_0::Models::News end - def spell_suggestions - Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse end def article Azure::CognitiveServices::WebSearch::V1_0::Models::Article end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - end - def text_format - Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end - def related_searches_related_search_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + def error_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end def error_sub_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode end + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + end + def text_format + Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + end def freshness Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end @@ -118,21 +133,18 @@ def image_object def places Azure::CognitiveServices::WebSearch::V1_0::Models::Places end - def intangible - Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - end - def error_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode - end def images Azure::CognitiveServices::WebSearch::V1_0::Models::Images end - def media_object - Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + def intangible + Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible end def response Azure::CognitiveServices::WebSearch::V1_0::Models::Response end + def media_object + Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + end def structured_value Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue end @@ -145,11 +157,11 @@ def answer_type def news_article Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle end - def response_base - Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + def ranking_ranking_item + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem end - def query_context - Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + def ranking_ranking_group + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup end def ranking_ranking_response Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse @@ -157,14 +169,14 @@ def ranking_ranking_response def web_meta_tag Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag end - def time_zone_time_zone_information - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end def computation Azure::CognitiveServices::WebSearch::V1_0::Models::Computation end - def ranking_ranking_item - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse end def search_results_answer Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer @@ -178,32 +190,20 @@ def identifiable def thing Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end - def ranking_ranking_group - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + def query_context + Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end def creative_work Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end - def web_web_grouping - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping - end - def web_page - Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - end def error Azure::CognitiveServices::WebSearch::V1_0::Models::Error end - def time_zone - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + def time_zone_time_zone_information + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + def response_base + Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end end end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb index a5da5f79a2..f1b2d373d5 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb @@ -655,6 +655,89 @@ def add_owner_async(application_object_id, parameters, custom_headers = nil) promise.execute end + # + # Remove a member from owners. + # + # @param application_object_id [String] The object ID of the application from + # which to remove the owner. + # @param owner_object_id [String] Owner object id + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def remove_owner(application_object_id, owner_object_id, custom_headers = nil) + response = remove_owner_async(application_object_id, owner_object_id, custom_headers).value! + nil + end + + # + # Remove a member from owners. + # + # @param application_object_id [String] The object ID of the application from + # which to remove the owner. + # @param owner_object_id [String] Owner object id + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def remove_owner_with_http_info(application_object_id, owner_object_id, custom_headers = nil) + remove_owner_async(application_object_id, owner_object_id, custom_headers).value! + end + + # + # Remove a member from owners. + # + # @param application_object_id [String] The object ID of the application from + # which to remove the owner. + # @param owner_object_id [String] Owner object id + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def remove_owner_async(application_object_id, owner_object_id, custom_headers = nil) + fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? + fail ArgumentError, 'owner_object_id is nil' if owner_object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/applications/{applicationObjectId}/$links/owners/{ownerObjectId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'applicationObjectId' => application_object_id,'ownerObjectId' => owner_object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + # # Get the keyCredentials associated with an application. # diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb index fc26c3f990..888db23f40 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb @@ -1045,6 +1045,89 @@ def add_owner_async(object_id, parameters, custom_headers = nil) promise.execute end + # + # Remove a member from owners. + # + # @param object_id [String] The object ID of the group from which to remove the + # owner. + # @param owner_object_id [String] Owner object id + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def remove_owner(object_id, owner_object_id, custom_headers = nil) + response = remove_owner_async(object_id, owner_object_id, custom_headers).value! + nil + end + + # + # Remove a member from owners. + # + # @param object_id [String] The object ID of the group from which to remove the + # owner. + # @param owner_object_id [String] Owner object id + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def remove_owner_with_http_info(object_id, owner_object_id, custom_headers = nil) + remove_owner_async(object_id, owner_object_id, custom_headers).value! + end + + # + # Remove a member from owners. + # + # @param object_id [String] The object ID of the group from which to remove the + # owner. + # @param owner_object_id [String] Owner object id + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def remove_owner_async(object_id, owner_object_id, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, 'owner_object_id is nil' if owner_object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/groups/{objectId}/$links/owners/{ownerObjectId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'ownerObjectId' => owner_object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + # # Gets a list of groups for the current tenant. #