diff --git a/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb b/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb index bc16075a84..4f980a1b13 100644 --- a/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb @@ -11,6 +11,7 @@ module Mgmt Operations = Azure::AnalysisServices::Mgmt::V2017_08_01::Operations module Models + Status = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status Resource = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource SkuTier = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier State = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State @@ -37,7 +38,6 @@ module Models SkuEnumerationForExistingResourceResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuEnumerationForExistingResourceResult AnalysisServicesServer = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServer ConnectionMode = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode - Status = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status end class AnalysisServicesManagementClass @@ -71,6 +71,9 @@ def method_missing(method, *args) end class ModelClasses + def status + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status + end def resource Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource end @@ -149,9 +152,6 @@ def analysis_services_server def connection_mode Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode end - def status - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status - end end end end diff --git a/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb b/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb index 8cae55cd93..99b93b7013 100644 --- a/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb @@ -7,24 +7,27 @@ module Azure::Profiles::Latest module ApiManagement module Mgmt + ProductSubscriptions = Azure::ApiManagement::Mgmt::V2018_01_01_preview::ProductSubscriptions + ProductPolicy = Azure::ApiManagement::Mgmt::V2018_01_01_preview::ProductPolicy + Property = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Property QuotaByCounterKeys = Azure::ApiManagement::Mgmt::V2018_01_01_preview::QuotaByCounterKeys QuotaByPeriodKeys = Azure::ApiManagement::Mgmt::V2018_01_01_preview::QuotaByPeriodKeys + Group = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Group Reports = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Reports - ProductSubscriptions = Azure::ApiManagement::Mgmt::V2018_01_01_preview::ProductSubscriptions TagResource = Azure::ApiManagement::Mgmt::V2018_01_01_preview::TagResource - Group = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Group - OperationOperations = Azure::ApiManagement::Mgmt::V2018_01_01_preview::OperationOperations TagDescription = Azure::ApiManagement::Mgmt::V2018_01_01_preview::TagDescription - TenantAccessGit = Azure::ApiManagement::Mgmt::V2018_01_01_preview::TenantAccessGit + OperationOperations = Azure::ApiManagement::Mgmt::V2018_01_01_preview::OperationOperations TenantAccess = Azure::ApiManagement::Mgmt::V2018_01_01_preview::TenantAccess - User = Azure::ApiManagement::Mgmt::V2018_01_01_preview::User + DelegationSettings = Azure::ApiManagement::Mgmt::V2018_01_01_preview::DelegationSettings TenantConfiguration = Azure::ApiManagement::Mgmt::V2018_01_01_preview::TenantConfiguration - UserSubscription = Azure::ApiManagement::Mgmt::V2018_01_01_preview::UserSubscription + TenantAccessGit = Azure::ApiManagement::Mgmt::V2018_01_01_preview::TenantAccessGit UserGroup = Azure::ApiManagement::Mgmt::V2018_01_01_preview::UserGroup - ApiVersionSet = Azure::ApiManagement::Mgmt::V2018_01_01_preview::ApiVersionSet + User = Azure::ApiManagement::Mgmt::V2018_01_01_preview::User UserIdentities = Azure::ApiManagement::Mgmt::V2018_01_01_preview::UserIdentities - Subscription = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Subscription + UserSubscription = Azure::ApiManagement::Mgmt::V2018_01_01_preview::UserSubscription ApiExport = Azure::ApiManagement::Mgmt::V2018_01_01_preview::ApiExport + Subscription = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Subscription + ApiVersionSet = Azure::ApiManagement::Mgmt::V2018_01_01_preview::ApiVersionSet Policy = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Policy Tag = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Tag Logger = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Logger @@ -57,12 +60,9 @@ module Mgmt SignInSettings = Azure::ApiManagement::Mgmt::V2018_01_01_preview::SignInSettings SignUpSettings = Azure::ApiManagement::Mgmt::V2018_01_01_preview::SignUpSettings Certificate = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Certificate - DelegationSettings = Azure::ApiManagement::Mgmt::V2018_01_01_preview::DelegationSettings + Product = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Product ProductApi = Azure::ApiManagement::Mgmt::V2018_01_01_preview::ProductApi ProductGroup = Azure::ApiManagement::Mgmt::V2018_01_01_preview::ProductGroup - Product = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Product - ProductPolicy = Azure::ApiManagement::Mgmt::V2018_01_01_preview::ProductPolicy - Property = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Property module Models SubscriptionState = Azure::ApiManagement::Mgmt::V2018_01_01_preview::Models::SubscriptionState @@ -266,7 +266,7 @@ module Models end class ApiManagementManagementClass - attr_reader :quota_by_counter_keys, :quota_by_period_keys, :reports, :product_subscriptions, :tag_resource, :group, :operation_operations, :tag_description, :tenant_access_git, :tenant_access, :user, :tenant_configuration, :user_subscription, :user_group, :api_version_set, :user_identities, :subscription, :api_export, :policy, :tag, :logger, :policy_snippets, :regions, :api, :api_revisions, :api_release, :api_operation, :api_operation_policy, :api_product, :api_policy, :api_schema, :api_diagnostic, :api_diagnostic_logger, :authorization_server, :backend, :api_management_operations, :api_management_service, :diagnostic, :diagnostic_logger, :email_template, :group_user, :identity_provider, :notification, :notification_recipient_user, :notification_recipient_email, :network_status, :open_id_connect_provider, :sign_in_settings, :sign_up_settings, :certificate, :delegation_settings, :product_api, :product_group, :product, :product_policy, :property, :configurable, :base_url, :options, :model_classes + attr_reader :product_subscriptions, :product_policy, :property, :quota_by_counter_keys, :quota_by_period_keys, :group, :reports, :tag_resource, :tag_description, :operation_operations, :tenant_access, :delegation_settings, :tenant_configuration, :tenant_access_git, :user_group, :user, :user_identities, :user_subscription, :api_export, :subscription, :api_version_set, :policy, :tag, :logger, :policy_snippets, :regions, :api, :api_revisions, :api_release, :api_operation, :api_operation_policy, :api_product, :api_policy, :api_schema, :api_diagnostic, :api_diagnostic_logger, :authorization_server, :backend, :api_management_operations, :api_management_service, :diagnostic, :diagnostic_logger, :email_template, :group_user, :identity_provider, :notification, :notification_recipient_user, :notification_recipient_email, :network_status, :open_id_connect_provider, :sign_in_settings, :sign_up_settings, :certificate, :product, :product_api, :product_group, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -276,24 +276,27 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @product_subscriptions = @client_0.product_subscriptions + @product_policy = @client_0.product_policy + @property = @client_0.property @quota_by_counter_keys = @client_0.quota_by_counter_keys @quota_by_period_keys = @client_0.quota_by_period_keys + @group = @client_0.group @reports = @client_0.reports - @product_subscriptions = @client_0.product_subscriptions @tag_resource = @client_0.tag_resource - @group = @client_0.group - @operation_operations = @client_0.operation_operations @tag_description = @client_0.tag_description - @tenant_access_git = @client_0.tenant_access_git + @operation_operations = @client_0.operation_operations @tenant_access = @client_0.tenant_access - @user = @client_0.user + @delegation_settings = @client_0.delegation_settings @tenant_configuration = @client_0.tenant_configuration - @user_subscription = @client_0.user_subscription + @tenant_access_git = @client_0.tenant_access_git @user_group = @client_0.user_group - @api_version_set = @client_0.api_version_set + @user = @client_0.user @user_identities = @client_0.user_identities - @subscription = @client_0.subscription + @user_subscription = @client_0.user_subscription @api_export = @client_0.api_export + @subscription = @client_0.subscription + @api_version_set = @client_0.api_version_set @policy = @client_0.policy @tag = @client_0.tag @logger = @client_0.logger @@ -326,12 +329,9 @@ def initialize(configurable, base_url=nil, options=nil) @sign_in_settings = @client_0.sign_in_settings @sign_up_settings = @client_0.sign_up_settings @certificate = @client_0.certificate - @delegation_settings = @client_0.delegation_settings + @product = @client_0.product @product_api = @client_0.product_api @product_group = @client_0.product_group - @product = @client_0.product - @product_policy = @client_0.product_policy - @property = @client_0.property @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/latest/modules/authorization_profile_module.rb b/azure_sdk/lib/latest/modules/authorization_profile_module.rb index 0a2cc51141..e6061cd6f9 100644 --- a/azure_sdk/lib/latest/modules/authorization_profile_module.rb +++ b/azure_sdk/lib/latest/modules/authorization_profile_module.rb @@ -8,14 +8,14 @@ module Azure::Profiles::Latest module Authorization module Mgmt ClassicAdministrators = Azure::Authorization::Mgmt::V2015_06_01_preview::ClassicAdministrators - ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2018_01_01_preview::ProviderOperationsMetadataOperations Permissions = Azure::Authorization::Mgmt::V2018_01_01_preview::Permissions RoleAssignments = Azure::Authorization::Mgmt::V2018_01_01_preview::RoleAssignments RoleDefinitions = Azure::Authorization::Mgmt::V2018_01_01_preview::RoleDefinitions + ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2018_01_01_preview::ProviderOperationsMetadataOperations module Models - ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult ClassicAdministrator = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministrator + ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult RoleDefinitionFilter = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter RoleDefinition = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition ResourceType = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType @@ -32,7 +32,7 @@ module Models end class AuthorizationManagementClass - attr_reader :classic_administrators, :provider_operations_metadata_operations, :permissions, :role_assignments, :role_definitions, :configurable, :base_url, :options, :model_classes + attr_reader :classic_administrators, :permissions, :role_assignments, :role_definitions, :provider_operations_metadata_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -49,10 +49,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @provider_operations_metadata_operations = @client_1.provider_operations_metadata_operations @permissions = @client_1.permissions @role_assignments = @client_1.role_assignments @role_definitions = @client_1.role_definitions + @provider_operations_metadata_operations = @client_1.provider_operations_metadata_operations @model_classes = ModelClasses.new end @@ -73,12 +73,12 @@ def method_missing(method, *args) end class ModelClasses - def classic_administrator_list_result - Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult - end def classic_administrator Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministrator end + def classic_administrator_list_result + Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult + end def role_definition_filter Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter end diff --git a/azure_sdk/lib/latest/modules/automation_profile_module.rb b/azure_sdk/lib/latest/modules/automation_profile_module.rb index c27e9acb80..3f41b9f924 100644 --- a/azure_sdk/lib/latest/modules/automation_profile_module.rb +++ b/azure_sdk/lib/latest/modules/automation_profile_module.rb @@ -7,6 +7,9 @@ module Azure::Profiles::Latest module Automation module Mgmt + DscNodeConfigurationOperations = Azure::Automation::Mgmt::V2015_10_31::DscNodeConfigurationOperations + HybridRunbookWorkerGroupOperations = Azure::Automation::Mgmt::V2015_10_31::HybridRunbookWorkerGroupOperations + JobOperations = Azure::Automation::Mgmt::V2015_10_31::JobOperations JobStreamOperations = Azure::Automation::Mgmt::V2015_10_31::JobStreamOperations JobScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::JobScheduleOperations LinkedWorkspaceOperations = Azure::Automation::Mgmt::V2015_10_31::LinkedWorkspaceOperations @@ -36,11 +39,11 @@ module Mgmt AgentRegistrationInformation = Azure::Automation::Mgmt::V2015_10_31::AgentRegistrationInformation DscNodeOperations = Azure::Automation::Mgmt::V2015_10_31::DscNodeOperations NodeReports = Azure::Automation::Mgmt::V2015_10_31::NodeReports - DscNodeConfigurationOperations = Azure::Automation::Mgmt::V2015_10_31::DscNodeConfigurationOperations - HybridRunbookWorkerGroupOperations = Azure::Automation::Mgmt::V2015_10_31::HybridRunbookWorkerGroupOperations - JobOperations = Azure::Automation::Mgmt::V2015_10_31::JobOperations module Models + RunAsCredentialAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty + ActivityParameter = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter + HybridRunbookWorkerGroup = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup ActivityOutputType = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType HybridRunbookWorkerGroupsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupsListResult ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult @@ -112,22 +115,22 @@ module Models RunbookTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum RunbookState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState RunbookProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState - ModuleProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState + Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku ContentSourceType = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType DscConfigurationProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState - Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku - SkuNameEnum = Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum + DscConfigurationState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState + ModuleProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState AutomationAccountState = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState ScheduleDay = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay - DscConfigurationState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState + AgentRegistrationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName SubResource = Azure::Automation::Mgmt::V2015_10_31::Models::SubResource HttpStatusCode = Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode ScheduleFrequency = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency - AgentRegistrationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName - JobStreamType = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage + JobStreamType = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult Resource = Azure::Automation::Mgmt::V2015_10_31::Models::Resource + SkuNameEnum = Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection AgentRegistration = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration @@ -176,13 +179,10 @@ module Models ConnectionTypeCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters HybridRunbookWorker = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorker CredentialUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters - RunAsCredentialAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty - ActivityParameter = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter - HybridRunbookWorkerGroup = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup end class AutomationManagementClass - attr_reader :job_stream_operations, :job_schedule_operations, :linked_workspace_operations, :activity_operations, :module_model_operations, :object_data_types, :usages, :fields, :runbook_draft_operations, :runbook_operations, :test_job_streams, :test_job_operations, :schedule_operations, :variable_operations, :webhook_operations, :operations, :automation_account_operations, :statistics_operations, :keys, :certificate_operations, :connection_operations, :connection_type_operations, :credential_operations, :dsc_compilation_job_operations, :dsc_compilation_job_stream, :dsc_configuration_operations, :agent_registration_information, :dsc_node_operations, :node_reports, :dsc_node_configuration_operations, :hybrid_runbook_worker_group_operations, :job_operations, :configurable, :base_url, :options, :model_classes + attr_reader :dsc_node_configuration_operations, :hybrid_runbook_worker_group_operations, :job_operations, :job_stream_operations, :job_schedule_operations, :linked_workspace_operations, :activity_operations, :module_model_operations, :object_data_types, :usages, :fields, :runbook_draft_operations, :runbook_operations, :test_job_streams, :test_job_operations, :schedule_operations, :variable_operations, :webhook_operations, :operations, :automation_account_operations, :statistics_operations, :keys, :certificate_operations, :connection_operations, :connection_type_operations, :credential_operations, :dsc_compilation_job_operations, :dsc_compilation_job_stream, :dsc_configuration_operations, :agent_registration_information, :dsc_node_operations, :node_reports, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -192,6 +192,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @dsc_node_configuration_operations = @client_0.dsc_node_configuration_operations + @hybrid_runbook_worker_group_operations = @client_0.hybrid_runbook_worker_group_operations + @job_operations = @client_0.job_operations @job_stream_operations = @client_0.job_stream_operations @job_schedule_operations = @client_0.job_schedule_operations @linked_workspace_operations = @client_0.linked_workspace_operations @@ -221,9 +224,6 @@ def initialize(configurable, base_url=nil, options=nil) @agent_registration_information = @client_0.agent_registration_information @dsc_node_operations = @client_0.dsc_node_operations @node_reports = @client_0.node_reports - @dsc_node_configuration_operations = @client_0.dsc_node_configuration_operations - @hybrid_runbook_worker_group_operations = @client_0.hybrid_runbook_worker_group_operations - @job_operations = @client_0.job_operations @model_classes = ModelClasses.new end @@ -242,6 +242,15 @@ def method_missing(method, *args) end class ModelClasses + def run_as_credential_association_property + Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty + end + def activity_parameter + Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter + end + def hybrid_runbook_worker_group + Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup + end def activity_output_type Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType end @@ -455,8 +464,8 @@ def runbook_state def runbook_provisioning_state Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState end - def module_provisioning_state - Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState + def sku + Azure::Automation::Mgmt::V2015_10_31::Models::Sku end def content_source_type Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType @@ -464,11 +473,11 @@ def content_source_type def dsc_configuration_provisioning_state Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState end - def sku - Azure::Automation::Mgmt::V2015_10_31::Models::Sku + def dsc_configuration_state + Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState end - def sku_name_enum - Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum + def module_provisioning_state + Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState end def automation_account_state Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState @@ -476,8 +485,8 @@ def automation_account_state def schedule_day Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay end - def dsc_configuration_state - Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState + def agent_registration_key_name + Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName end def sub_resource Azure::Automation::Mgmt::V2015_10_31::Models::SubResource @@ -488,21 +497,21 @@ def http_status_code def schedule_frequency Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency end - def agent_registration_key_name - Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName + def usage + Azure::Automation::Mgmt::V2015_10_31::Models::Usage end def job_stream_type Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType end - def usage - Azure::Automation::Mgmt::V2015_10_31::Models::Usage - end def usage_list_result Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult end def resource Azure::Automation::Mgmt::V2015_10_31::Models::Resource end + def sku_name_enum + Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum + end def certificate Azure::Automation::Mgmt::V2015_10_31::Models::Certificate end @@ -647,15 +656,6 @@ def hybrid_runbook_worker def credential_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters end - def run_as_credential_association_property - Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty - end - def activity_parameter - Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter - end - def hybrid_runbook_worker_group - Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup - end end end end diff --git a/azure_sdk/lib/latest/modules/batch_profile_module.rb b/azure_sdk/lib/latest/modules/batch_profile_module.rb index acae668e51..d3d063dd6d 100644 --- a/azure_sdk/lib/latest/modules/batch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/batch_profile_module.rb @@ -16,6 +16,9 @@ module Mgmt PoolOperations = Azure::Batch::Mgmt::V2017_09_01::PoolOperations module Models + CheckNameAvailabilityParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityParameters + TaskSchedulingPolicy = Azure::Batch::Mgmt::V2017_09_01::Models::TaskSchedulingPolicy + CloudServiceConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::CloudServiceConfiguration LinuxUserConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::LinuxUserConfiguration UserAccount = Azure::Batch::Mgmt::V2017_09_01::Models::UserAccount OSDisk = Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk @@ -92,9 +95,6 @@ module Models PoolEndpointConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::PoolEndpointConfiguration DeleteCertificateError = Azure::Batch::Mgmt::V2017_09_01::Models::DeleteCertificateError NetworkConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::NetworkConfiguration - CheckNameAvailabilityParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityParameters - TaskSchedulingPolicy = Azure::Batch::Mgmt::V2017_09_01::Models::TaskSchedulingPolicy - CloudServiceConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::CloudServiceConfiguration end class BatchManagementClass @@ -133,6 +133,15 @@ def method_missing(method, *args) end class ModelClasses + def check_name_availability_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityParameters + end + def task_scheduling_policy + Azure::Batch::Mgmt::V2017_09_01::Models::TaskSchedulingPolicy + end + def cloud_service_configuration + Azure::Batch::Mgmt::V2017_09_01::Models::CloudServiceConfiguration + end def linux_user_configuration Azure::Batch::Mgmt::V2017_09_01::Models::LinuxUserConfiguration end @@ -361,15 +370,6 @@ def delete_certificate_error def network_configuration Azure::Batch::Mgmt::V2017_09_01::Models::NetworkConfiguration end - def check_name_availability_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityParameters - end - def task_scheduling_policy - Azure::Batch::Mgmt::V2017_09_01::Models::TaskSchedulingPolicy - end - def cloud_service_configuration - Azure::Batch::Mgmt::V2017_09_01::Models::CloudServiceConfiguration - end end end end diff --git a/azure_sdk/lib/latest/modules/billing_profile_module.rb b/azure_sdk/lib/latest/modules/billing_profile_module.rb index 0259fae8b7..fdbac53f4c 100644 --- a/azure_sdk/lib/latest/modules/billing_profile_module.rb +++ b/azure_sdk/lib/latest/modules/billing_profile_module.rb @@ -12,17 +12,17 @@ module Mgmt Invoices = Azure::Billing::Mgmt::V2017_04_24_preview::Invoices module Models + Invoice = Azure::Billing::Mgmt::V2017_04_24_preview::Models::Invoice + ErrorResponse = Azure::Billing::Mgmt::V2017_04_24_preview::Models::ErrorResponse Operation = Azure::Billing::Mgmt::V2017_04_24_preview::Models::Operation OperationDisplay = Azure::Billing::Mgmt::V2017_04_24_preview::Models::OperationDisplay + Resource = Azure::Billing::Mgmt::V2017_04_24_preview::Models::Resource BillingPeriodsListResult = Azure::Billing::Mgmt::V2017_04_24_preview::Models::BillingPeriodsListResult InvoicesListResult = Azure::Billing::Mgmt::V2017_04_24_preview::Models::InvoicesListResult - DownloadUrl = Azure::Billing::Mgmt::V2017_04_24_preview::Models::DownloadUrl - Resource = Azure::Billing::Mgmt::V2017_04_24_preview::Models::Resource ErrorDetails = Azure::Billing::Mgmt::V2017_04_24_preview::Models::ErrorDetails - Invoice = Azure::Billing::Mgmt::V2017_04_24_preview::Models::Invoice - OperationListResult = Azure::Billing::Mgmt::V2017_04_24_preview::Models::OperationListResult - ErrorResponse = Azure::Billing::Mgmt::V2017_04_24_preview::Models::ErrorResponse BillingPeriod = Azure::Billing::Mgmt::V2017_04_24_preview::Models::BillingPeriod + DownloadUrl = Azure::Billing::Mgmt::V2017_04_24_preview::Models::DownloadUrl + OperationListResult = Azure::Billing::Mgmt::V2017_04_24_preview::Models::OperationListResult end class BillingManagementClass @@ -57,39 +57,39 @@ def method_missing(method, *args) end class ModelClasses + def invoice + Azure::Billing::Mgmt::V2017_04_24_preview::Models::Invoice + end + def error_response + Azure::Billing::Mgmt::V2017_04_24_preview::Models::ErrorResponse + end def operation Azure::Billing::Mgmt::V2017_04_24_preview::Models::Operation end def operation_display Azure::Billing::Mgmt::V2017_04_24_preview::Models::OperationDisplay end + def resource + Azure::Billing::Mgmt::V2017_04_24_preview::Models::Resource + end def billing_periods_list_result Azure::Billing::Mgmt::V2017_04_24_preview::Models::BillingPeriodsListResult end def invoices_list_result Azure::Billing::Mgmt::V2017_04_24_preview::Models::InvoicesListResult end - def download_url - Azure::Billing::Mgmt::V2017_04_24_preview::Models::DownloadUrl - end - def resource - Azure::Billing::Mgmt::V2017_04_24_preview::Models::Resource - end def error_details Azure::Billing::Mgmt::V2017_04_24_preview::Models::ErrorDetails end - def invoice - Azure::Billing::Mgmt::V2017_04_24_preview::Models::Invoice + def billing_period + Azure::Billing::Mgmt::V2017_04_24_preview::Models::BillingPeriod + end + def download_url + Azure::Billing::Mgmt::V2017_04_24_preview::Models::DownloadUrl end def operation_list_result Azure::Billing::Mgmt::V2017_04_24_preview::Models::OperationListResult end - def error_response - Azure::Billing::Mgmt::V2017_04_24_preview::Models::ErrorResponse - end - def billing_period - Azure::Billing::Mgmt::V2017_04_24_preview::Models::BillingPeriod - end end end end diff --git a/azure_sdk/lib/latest/modules/cdn_profile_module.rb b/azure_sdk/lib/latest/modules/cdn_profile_module.rb index f82d91819b..24d13d894e 100644 --- a/azure_sdk/lib/latest/modules/cdn_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cdn_profile_module.rb @@ -16,6 +16,9 @@ module Mgmt EdgeNodes = Azure::CDN::Mgmt::V2017_10_12::EdgeNodes module Models + ValidateCustomDomainInput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput + IpAddressGroup = Azure::CDN::Mgmt::V2017_10_12::Models::IpAddressGroup + ValidateCustomDomainOutput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput CheckNameAvailabilityInput = Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput DeliveryRuleCondition = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCondition CheckNameAvailabilityOutput = Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityOutput @@ -72,9 +75,6 @@ module Models CustomDomainParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainParameters EdgenodeResult = Azure::CDN::Mgmt::V2017_10_12::Models::EdgenodeResult CustomDomainListResult = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult - ValidateCustomDomainInput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput - IpAddressGroup = Azure::CDN::Mgmt::V2017_10_12::Models::IpAddressGroup - ValidateCustomDomainOutput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput end class CDNManagementClass @@ -113,6 +113,15 @@ def method_missing(method, *args) end class ModelClasses + def validate_custom_domain_input + Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput + end + def ip_address_group + Azure::CDN::Mgmt::V2017_10_12::Models::IpAddressGroup + end + def validate_custom_domain_output + Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput + end def check_name_availability_input Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput end @@ -281,15 +290,6 @@ def edgenode_result def custom_domain_list_result Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult end - def validate_custom_domain_input - Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput - end - def ip_address_group - Azure::CDN::Mgmt::V2017_10_12::Models::IpAddressGroup - end - def validate_custom_domain_output - Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput - end end end end diff --git a/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb b/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb index 0ca9f9cf2d..2af93da8ba 100644 --- a/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb @@ -7,9 +7,9 @@ module Azure::Profiles::Latest module CognitiveServices module Mgmt + CheckSkuAvailability = Azure::CognitiveServices::Mgmt::V2017_04_18::CheckSkuAvailability Operations = Azure::CognitiveServices::Mgmt::V2017_04_18::Operations Accounts = Azure::CognitiveServices::Mgmt::V2017_04_18::Accounts - CheckSkuAvailability = Azure::CognitiveServices::Mgmt::V2017_04_18::CheckSkuAvailability module Models CognitiveServicesAccountEnumerateSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountEnumerateSkusResult @@ -27,8 +27,8 @@ module Models CheckSkuAvailabilityResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResult CognitiveServicesAccountListResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountListResult CheckSkuAvailabilityResultList = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResultList - KeyName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName Sku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku + KeyName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName SkuName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName SkuTier = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier Error = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error @@ -37,7 +37,7 @@ module Models end class CognitiveServicesManagementClass - attr_reader :operations, :accounts, :check_sku_availability, :configurable, :base_url, :options, :model_classes + attr_reader :check_sku_availability, :operations, :accounts, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -47,9 +47,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @check_sku_availability = @client_0.check_sku_availability @operations = @client_0.operations @accounts = @client_0.accounts - @check_sku_availability = @client_0.check_sku_availability @model_classes = ModelClasses.new end @@ -113,12 +113,12 @@ def cognitive_services_account_list_result def check_sku_availability_result_list Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResultList end - def key_name - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName - end def sku Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku end + def key_name + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName + end def sku_name Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName end diff --git a/azure_sdk/lib/latest/modules/commerce_profile_module.rb b/azure_sdk/lib/latest/modules/commerce_profile_module.rb index d0a33f4a88..425065162c 100644 --- a/azure_sdk/lib/latest/modules/commerce_profile_module.rb +++ b/azure_sdk/lib/latest/modules/commerce_profile_module.rb @@ -20,9 +20,9 @@ module Models RateCardQueryParameters = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::RateCardQueryParameters MonetaryCredit = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCredit ErrorResponse = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse + MonetaryCommitment = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCommitment RecurringCharge = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::RecurringCharge AggregationGranularity = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::AggregationGranularity - MonetaryCommitment = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCommitment end class CommerceManagementClass @@ -83,15 +83,15 @@ def monetary_credit def error_response Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse end + def monetary_commitment + Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCommitment + end def recurring_charge Azure::Commerce::Mgmt::V2015_06_01_preview::Models::RecurringCharge end def aggregation_granularity Azure::Commerce::Mgmt::V2015_06_01_preview::Models::AggregationGranularity end - def monetary_commitment - Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCommitment - end end end end diff --git a/azure_sdk/lib/latest/modules/compute_profile_module.rb b/azure_sdk/lib/latest/modules/compute_profile_module.rb index 63f397f731..3c1757ccb2 100644 --- a/azure_sdk/lib/latest/modules/compute_profile_module.rb +++ b/azure_sdk/lib/latest/modules/compute_profile_module.rb @@ -10,23 +10,26 @@ module Mgmt Disks = Azure::Compute::Mgmt::V2018_04_01::Disks Snapshots = Azure::Compute::Mgmt::V2018_04_01::Snapshots ResourceSkus = Azure::Compute::Mgmt::V2017_09_01::ResourceSkus + AvailabilitySets = Azure::Compute::Mgmt::V2017_12_01::AvailabilitySets + VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineExtensionImages + VirtualMachineExtensions = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineExtensions VirtualMachines = Azure::Compute::Mgmt::V2017_12_01::VirtualMachines Operations = Azure::Compute::Mgmt::V2017_12_01::Operations VirtualMachineImages = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineImages - VirtualMachineSizes = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineSizes - VirtualMachineScaleSets = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineScaleSets UsageOperations = Azure::Compute::Mgmt::V2017_12_01::UsageOperations + VirtualMachineScaleSets = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineScaleSets + VirtualMachineSizes = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineSizes VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineScaleSetVMs Images = Azure::Compute::Mgmt::V2017_12_01::Images VirtualMachineScaleSetExtensions = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineScaleSetExtensions VirtualMachineScaleSetRollingUpgrades = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineScaleSetRollingUpgrades LogAnalytics = Azure::Compute::Mgmt::V2017_12_01::LogAnalytics VirtualMachineRunCommands = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineRunCommands - AvailabilitySets = Azure::Compute::Mgmt::V2017_12_01::AvailabilitySets - VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineExtensionImages - VirtualMachineExtensions = Azure::Compute::Mgmt::V2017_12_01::VirtualMachineExtensions module Models + EncryptionSettings = Azure::Compute::Mgmt::V2018_04_01::Models::EncryptionSettings + DiskSku = Azure::Compute::Mgmt::V2018_04_01::Models::DiskSku + DiskUpdate = Azure::Compute::Mgmt::V2018_04_01::Models::DiskUpdate CreationData = Azure::Compute::Mgmt::V2018_04_01::Models::CreationData DiskList = Azure::Compute::Mgmt::V2018_04_01::Models::DiskList KeyVaultAndSecretReference = Azure::Compute::Mgmt::V2018_04_01::Models::KeyVaultAndSecretReference @@ -43,9 +46,9 @@ module Models DiskCreateOption = Azure::Compute::Mgmt::V2018_04_01::Models::DiskCreateOption SnapshotStorageAccountTypes = Azure::Compute::Mgmt::V2018_04_01::Models::SnapshotStorageAccountTypes AccessLevel = Azure::Compute::Mgmt::V2018_04_01::Models::AccessLevel - EncryptionSettings = Azure::Compute::Mgmt::V2018_04_01::Models::EncryptionSettings - DiskSku = Azure::Compute::Mgmt::V2018_04_01::Models::DiskSku - DiskUpdate = Azure::Compute::Mgmt::V2018_04_01::Models::DiskUpdate + ResourceSkuRestrictionsType = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsType + ResourceSkuRestrictionsReasonCode = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode + ResourceSku = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku ResourceSkuRestrictions = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity ResourceSkuLocationInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo @@ -54,17 +57,14 @@ module Models ResourceSkusResult = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult ResourceSkuRestrictionInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo ResourceSkuCapacityScaleType = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacityScaleType - ResourceSkuRestrictionsType = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsType - ResourceSkuRestrictionsReasonCode = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode - ResourceSku = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku StorageAccountTypes = Azure::Compute::Mgmt::V2017_12_01::Models::StorageAccountTypes Sku = Azure::Compute::Mgmt::V2017_12_01::Models::Sku SubResource = Azure::Compute::Mgmt::V2017_12_01::Models::SubResource UsageName = Azure::Compute::Mgmt::V2017_12_01::Models::UsageName Usage = Azure::Compute::Mgmt::V2017_12_01::Models::Usage + Resource = Azure::Compute::Mgmt::V2017_12_01::Models::Resource ComputeOperationValue = Azure::Compute::Mgmt::V2017_12_01::Models::ComputeOperationValue VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateOSProfile - Resource = Azure::Compute::Mgmt::V2017_12_01::Models::Resource VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetManagedDiskParameters AutoOSUpgradePolicy = Azure::Compute::Mgmt::V2017_12_01::Models::AutoOSUpgradePolicy RollingUpgradePolicy = Azure::Compute::Mgmt::V2017_12_01::Models::RollingUpgradePolicy @@ -78,18 +78,19 @@ module Models RollingUpgradeProgressInfo = Azure::Compute::Mgmt::V2017_12_01::Models::RollingUpgradeProgressInfo VirtualMachineScaleSetUpdateOSDisk = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateOSDisk VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetDataDisk + VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateStorageProfile InstanceViewStatus = Azure::Compute::Mgmt::V2017_12_01::Models::InstanceViewStatus VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings - VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateStorageProfile + VaultCertificate = Azure::Compute::Mgmt::V2017_12_01::Models::VaultCertificate VaultSecretGroup = Azure::Compute::Mgmt::V2017_12_01::Models::VaultSecretGroup VirtualMachineSize = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineSize - VaultCertificate = Azure::Compute::Mgmt::V2017_12_01::Models::VaultCertificate + VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration OSProfile = Azure::Compute::Mgmt::V2017_12_01::Models::OSProfile VirtualMachineHealthStatus = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineHealthStatus RunCommandListResult = Azure::Compute::Mgmt::V2017_12_01::Models::RunCommandListResult VirtualMachineScaleSetUpdateNetworkProfile = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateNetworkProfile RunCommandInput = Azure::Compute::Mgmt::V2017_12_01::Models::RunCommandInput - VirtualMachineScaleSetListOSUpgradeHistory = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListOSUpgradeHistory + NetworkProfile = Azure::Compute::Mgmt::V2017_12_01::Models::NetworkProfile VirtualMachineScaleSetExtensionListResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetExtensionListResult LogAnalyticsOutput = Azure::Compute::Mgmt::V2017_12_01::Models::LogAnalyticsOutput LogAnalyticsInputBase = Azure::Compute::Mgmt::V2017_12_01::Models::LogAnalyticsInputBase @@ -100,9 +101,9 @@ module Models BootDiagnostics = Azure::Compute::Mgmt::V2017_12_01::Models::BootDiagnostics DiagnosticsProfile = Azure::Compute::Mgmt::V2017_12_01::Models::DiagnosticsProfile VirtualMachineInstanceView = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineInstanceView - VirtualMachineExtensionInstanceView = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionInstanceView - NetworkProfile = Azure::Compute::Mgmt::V2017_12_01::Models::NetworkProfile - RollingUpgradeRunningStatus = Azure::Compute::Mgmt::V2017_12_01::Models::RollingUpgradeRunningStatus + DiskEncryptionSettings = Azure::Compute::Mgmt::V2017_12_01::Models::DiskEncryptionSettings + VirtualMachineScaleSetVMListResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetVMListResult + OSDisk = Azure::Compute::Mgmt::V2017_12_01::Models::OSDisk VirtualMachineListResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineListResult StorageProfile = Azure::Compute::Mgmt::V2017_12_01::Models::StorageProfile WinRMListener = Azure::Compute::Mgmt::V2017_12_01::Models::WinRMListener @@ -113,7 +114,7 @@ module Models VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetOSProfile AvailabilitySetListResult = Azure::Compute::Mgmt::V2017_12_01::Models::AvailabilitySetListResult VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetOSDisk - ListUsagesResult = Azure::Compute::Mgmt::V2017_12_01::Models::ListUsagesResult + VirtualMachineExtensionInstanceView = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionInstanceView VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetStorageProfile VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionsListResult ApiEntityReference = Azure::Compute::Mgmt::V2017_12_01::Models::ApiEntityReference @@ -121,7 +122,7 @@ module Models VirtualMachineScaleSetVMInstanceView = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetVMInstanceView VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineCaptureParameters RecoveryWalkResponse = Azure::Compute::Mgmt::V2017_12_01::Models::RecoveryWalkResponse - DiskEncryptionSettings = Azure::Compute::Mgmt::V2017_12_01::Models::DiskEncryptionSettings + VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListSkusResult VirtualMachineScaleSetNetworkProfile = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetNetworkProfile VirtualHardDisk = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualHardDisk PurchasePlan = Azure::Compute::Mgmt::V2017_12_01::Models::PurchasePlan @@ -130,14 +131,14 @@ module Models SshPublicKey = Azure::Compute::Mgmt::V2017_12_01::Models::SshPublicKey VirtualMachineScaleSetVMProfile = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetVMProfile VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineSizeListResult - OSDisk = Azure::Compute::Mgmt::V2017_12_01::Models::OSDisk + VirtualMachineScaleSetSkuCapacity = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetSkuCapacity BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2017_12_01::Models::BootDiagnosticsInstanceView VirtualMachineScaleSetVMInstanceIDs = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetVMInstanceIDs Plan = Azure::Compute::Mgmt::V2017_12_01::Models::Plan VirtualMachineScaleSetVMInstanceRequiredIDs = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetVMInstanceRequiredIDs - VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + DataDisk = Azure::Compute::Mgmt::V2017_12_01::Models::DataDisk VirtualMachineStatusCodeCount = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineStatusCodeCount - MaintenanceRedeployStatus = Azure::Compute::Mgmt::V2017_12_01::Models::MaintenanceRedeployStatus + ListUsagesResult = Azure::Compute::Mgmt::V2017_12_01::Models::ListUsagesResult VirtualMachineScaleSetNetworkConfigurationDnsSettings = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings VirtualMachineScaleSetInstanceViewStatusesSummary = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetInstanceViewStatusesSummary VirtualMachineScaleSetVMExtensionsSummary = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetVMExtensionsSummary @@ -147,31 +148,31 @@ module Models UpdateResource = Azure::Compute::Mgmt::V2017_12_01::Models::UpdateResource VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineAgentInstanceView - LinuxConfiguration = Azure::Compute::Mgmt::V2017_12_01::Models::LinuxConfiguration - VirtualMachineScaleSetListWithLinkResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListWithLinkResult + RollingUpgradeRunningStatus = Azure::Compute::Mgmt::V2017_12_01::Models::RollingUpgradeRunningStatus + MaintenanceRedeployStatus = Azure::Compute::Mgmt::V2017_12_01::Models::MaintenanceRedeployStatus VirtualMachineScaleSetListResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListResult - DataDisk = Azure::Compute::Mgmt::V2017_12_01::Models::DataDisk - VirtualMachineScaleSetSkuCapacity = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetSkuCapacity + WinRMConfiguration = Azure::Compute::Mgmt::V2017_12_01::Models::WinRMConfiguration + VirtualMachineScaleSetListWithLinkResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListWithLinkResult OSDiskImage = Azure::Compute::Mgmt::V2017_12_01::Models::OSDiskImage RollbackStatusInfo = Azure::Compute::Mgmt::V2017_12_01::Models::RollbackStatusInfo UpgradeOperationHistoryStatus = Azure::Compute::Mgmt::V2017_12_01::Models::UpgradeOperationHistoryStatus DataDiskImage = Azure::Compute::Mgmt::V2017_12_01::Models::DataDiskImage - VirtualMachineScaleSetVMListResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetVMListResult + ApiErrorBase = Azure::Compute::Mgmt::V2017_12_01::Models::ApiErrorBase VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionHandlerInstanceView - OperationStatusResponse = Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse + LinuxConfiguration = Azure::Compute::Mgmt::V2017_12_01::Models::LinuxConfiguration VirtualMachineExtension = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtension VirtualMachineScaleSetSku = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetSku - WinRMConfiguration = Azure::Compute::Mgmt::V2017_12_01::Models::WinRMConfiguration + AvailabilitySet = Azure::Compute::Mgmt::V2017_12_01::Models::AvailabilitySet SubResourceReadOnly = Azure::Compute::Mgmt::V2017_12_01::Models::SubResourceReadOnly VirtualMachineIdentity = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineIdentity VirtualMachine = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachine - VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListSkusResult + VirtualMachineExtensionUpdate = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionUpdate AvailabilitySetUpdate = Azure::Compute::Mgmt::V2017_12_01::Models::AvailabilitySetUpdate - AvailabilitySet = Azure::Compute::Mgmt::V2017_12_01::Models::AvailabilitySet - ApiErrorBase = Azure::Compute::Mgmt::V2017_12_01::Models::ApiErrorBase + VirtualMachineScaleSetListOSUpgradeHistory = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListOSUpgradeHistory + OperationStatusResponse = Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse VirtualMachineImageResource = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineImageResource KeyVaultKeyReference = Azure::Compute::Mgmt::V2017_12_01::Models::KeyVaultKeyReference - VirtualMachineExtensionUpdate = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionUpdate + VirtualMachineScaleSetUpdateIPConfiguration = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateIPConfiguration ApiError = Azure::Compute::Mgmt::V2017_12_01::Models::ApiError VirtualMachineCaptureResult = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineCaptureResult NetworkInterfaceReference = Azure::Compute::Mgmt::V2017_12_01::Models::NetworkInterfaceReference @@ -196,14 +197,14 @@ module Models PassNames = Azure::Compute::Mgmt::V2017_12_01::Models::PassNames ComponentNames = Azure::Compute::Mgmt::V2017_12_01::Models::ComponentNames SettingNames = Azure::Compute::Mgmt::V2017_12_01::Models::SettingNames - VirtualMachineScaleSetUpdateIPConfiguration = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateIPConfiguration + StatusLevelTypes = Azure::Compute::Mgmt::V2017_12_01::Models::StatusLevelTypes OperatingSystemTypes = Azure::Compute::Mgmt::V2017_12_01::Models::OperatingSystemTypes VirtualMachineSizeTypes = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineSizeTypes RollingUpgradeStatusInfo = Azure::Compute::Mgmt::V2017_12_01::Models::RollingUpgradeStatusInfo RequestRateByIntervalInput = Azure::Compute::Mgmt::V2017_12_01::Models::RequestRateByIntervalInput ThrottledRequestsInput = Azure::Compute::Mgmt::V2017_12_01::Models::ThrottledRequestsInput RunCommandResult = Azure::Compute::Mgmt::V2017_12_01::Models::RunCommandResult - StatusLevelTypes = Azure::Compute::Mgmt::V2017_12_01::Models::StatusLevelTypes + ResourceIdentityType = Azure::Compute::Mgmt::V2017_12_01::Models::ResourceIdentityType UpgradeMode = Azure::Compute::Mgmt::V2017_12_01::Models::UpgradeMode IPVersion = Azure::Compute::Mgmt::V2017_12_01::Models::IPVersion CachingTypes = Azure::Compute::Mgmt::V2017_12_01::Models::CachingTypes @@ -212,7 +213,7 @@ module Models UpgradeOperationInvoker = Azure::Compute::Mgmt::V2017_12_01::Models::UpgradeOperationInvoker RollingUpgradeStatusCode = Azure::Compute::Mgmt::V2017_12_01::Models::RollingUpgradeStatusCode ProtocolTypes = Azure::Compute::Mgmt::V2017_12_01::Models::ProtocolTypes - ResourceIdentityType = Azure::Compute::Mgmt::V2017_12_01::Models::ResourceIdentityType + IntervalInMins = Azure::Compute::Mgmt::V2017_12_01::Models::IntervalInMins VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetSkuScaleType InstanceViewTypes = Azure::Compute::Mgmt::V2017_12_01::Models::InstanceViewTypes MaintenanceOperationResultCodeTypes = Azure::Compute::Mgmt::V2017_12_01::Models::MaintenanceOperationResultCodeTypes @@ -220,11 +221,10 @@ module Models VirtualMachinePriorityTypes = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachinePriorityTypes VirtualMachineEvictionPolicyTypes = Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineEvictionPolicyTypes RollingUpgradeActionType = Azure::Compute::Mgmt::V2017_12_01::Models::RollingUpgradeActionType - IntervalInMins = Azure::Compute::Mgmt::V2017_12_01::Models::IntervalInMins end class ComputeManagementClass - attr_reader :disks, :snapshots, :resource_skus, :virtual_machines, :operations, :virtual_machine_images, :virtual_machine_sizes, :virtual_machine_scale_sets, :usage_operations, :virtual_machine_scale_set_vms, :images, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :log_analytics, :virtual_machine_run_commands, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :configurable, :base_url, :options, :model_classes + attr_reader :disks, :snapshots, :resource_skus, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :operations, :virtual_machine_images, :usage_operations, :virtual_machine_scale_sets, :virtual_machine_sizes, :virtual_machine_scale_set_vms, :images, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :log_analytics, :virtual_machine_run_commands, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -249,21 +249,21 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @availability_sets = @client_2.availability_sets + @virtual_machine_extension_images = @client_2.virtual_machine_extension_images + @virtual_machine_extensions = @client_2.virtual_machine_extensions @virtual_machines = @client_2.virtual_machines @operations = @client_2.operations @virtual_machine_images = @client_2.virtual_machine_images - @virtual_machine_sizes = @client_2.virtual_machine_sizes - @virtual_machine_scale_sets = @client_2.virtual_machine_scale_sets @usage_operations = @client_2.usage_operations + @virtual_machine_scale_sets = @client_2.virtual_machine_scale_sets + @virtual_machine_sizes = @client_2.virtual_machine_sizes @virtual_machine_scale_set_vms = @client_2.virtual_machine_scale_set_vms @images = @client_2.images @virtual_machine_scale_set_extensions = @client_2.virtual_machine_scale_set_extensions @virtual_machine_scale_set_rolling_upgrades = @client_2.virtual_machine_scale_set_rolling_upgrades @log_analytics = @client_2.log_analytics @virtual_machine_run_commands = @client_2.virtual_machine_run_commands - @availability_sets = @client_2.availability_sets - @virtual_machine_extension_images = @client_2.virtual_machine_extension_images - @virtual_machine_extensions = @client_2.virtual_machine_extensions @model_classes = ModelClasses.new end @@ -286,6 +286,15 @@ def method_missing(method, *args) end class ModelClasses + def encryption_settings + Azure::Compute::Mgmt::V2018_04_01::Models::EncryptionSettings + end + def disk_sku + Azure::Compute::Mgmt::V2018_04_01::Models::DiskSku + end + def disk_update + Azure::Compute::Mgmt::V2018_04_01::Models::DiskUpdate + end def creation_data Azure::Compute::Mgmt::V2018_04_01::Models::CreationData end @@ -334,14 +343,14 @@ def snapshot_storage_account_types def access_level Azure::Compute::Mgmt::V2018_04_01::Models::AccessLevel end - def encryption_settings - Azure::Compute::Mgmt::V2018_04_01::Models::EncryptionSettings + def resource_sku_restrictions_type + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsType end - def disk_sku - Azure::Compute::Mgmt::V2018_04_01::Models::DiskSku + def resource_sku_restrictions_reason_code + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode end - def disk_update - Azure::Compute::Mgmt::V2018_04_01::Models::DiskUpdate + def resource_sku + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku end def resource_sku_restrictions Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions @@ -367,15 +376,6 @@ def resource_sku_restriction_info def resource_sku_capacity_scale_type Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacityScaleType end - def resource_sku_restrictions_type - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsType - end - def resource_sku_restrictions_reason_code - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode - end - def resource_sku - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku - end def storage_account_types Azure::Compute::Mgmt::V2017_12_01::Models::StorageAccountTypes end @@ -391,15 +391,15 @@ def usage_name def usage Azure::Compute::Mgmt::V2017_12_01::Models::Usage end + def resource + Azure::Compute::Mgmt::V2017_12_01::Models::Resource + end def compute_operation_value Azure::Compute::Mgmt::V2017_12_01::Models::ComputeOperationValue end def virtual_machine_scale_set_update_osprofile Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateOSProfile end - def resource - Azure::Compute::Mgmt::V2017_12_01::Models::Resource - end def virtual_machine_scale_set_managed_disk_parameters Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetManagedDiskParameters end @@ -439,14 +439,17 @@ def virtual_machine_scale_set_update_osdisk def virtual_machine_scale_set_data_disk Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetDataDisk end + def virtual_machine_scale_set_update_storage_profile + Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateStorageProfile + end def instance_view_status Azure::Compute::Mgmt::V2017_12_01::Models::InstanceViewStatus end def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings end - def virtual_machine_scale_set_update_storage_profile - Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateStorageProfile + def vault_certificate + Azure::Compute::Mgmt::V2017_12_01::Models::VaultCertificate end def vault_secret_group Azure::Compute::Mgmt::V2017_12_01::Models::VaultSecretGroup @@ -454,8 +457,8 @@ def vault_secret_group def virtual_machine_size Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineSize end - def vault_certificate - Azure::Compute::Mgmt::V2017_12_01::Models::VaultCertificate + def virtual_machine_scale_set_update_public_ipaddress_configuration + Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration end def osprofile Azure::Compute::Mgmt::V2017_12_01::Models::OSProfile @@ -472,8 +475,8 @@ def virtual_machine_scale_set_update_network_profile def run_command_input Azure::Compute::Mgmt::V2017_12_01::Models::RunCommandInput end - def virtual_machine_scale_set_list_osupgrade_history - Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListOSUpgradeHistory + def network_profile + Azure::Compute::Mgmt::V2017_12_01::Models::NetworkProfile end def virtual_machine_scale_set_extension_list_result Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetExtensionListResult @@ -505,14 +508,14 @@ def diagnostics_profile def virtual_machine_instance_view Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineInstanceView end - def virtual_machine_extension_instance_view - Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionInstanceView + def disk_encryption_settings + Azure::Compute::Mgmt::V2017_12_01::Models::DiskEncryptionSettings end - def network_profile - Azure::Compute::Mgmt::V2017_12_01::Models::NetworkProfile + def virtual_machine_scale_set_vmlist_result + Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetVMListResult end - def rolling_upgrade_running_status - Azure::Compute::Mgmt::V2017_12_01::Models::RollingUpgradeRunningStatus + def osdisk + Azure::Compute::Mgmt::V2017_12_01::Models::OSDisk end def virtual_machine_list_result Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineListResult @@ -544,8 +547,8 @@ def availability_set_list_result def virtual_machine_scale_set_osdisk Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetOSDisk end - def list_usages_result - Azure::Compute::Mgmt::V2017_12_01::Models::ListUsagesResult + def virtual_machine_extension_instance_view + Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionInstanceView end def virtual_machine_scale_set_storage_profile Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetStorageProfile @@ -568,8 +571,8 @@ def virtual_machine_capture_parameters def recovery_walk_response Azure::Compute::Mgmt::V2017_12_01::Models::RecoveryWalkResponse end - def disk_encryption_settings - Azure::Compute::Mgmt::V2017_12_01::Models::DiskEncryptionSettings + def virtual_machine_scale_set_list_skus_result + Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListSkusResult end def virtual_machine_scale_set_network_profile Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetNetworkProfile @@ -595,8 +598,8 @@ def virtual_machine_scale_set_vmprofile def virtual_machine_size_list_result Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineSizeListResult end - def osdisk - Azure::Compute::Mgmt::V2017_12_01::Models::OSDisk + def virtual_machine_scale_set_sku_capacity + Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetSkuCapacity end def boot_diagnostics_instance_view Azure::Compute::Mgmt::V2017_12_01::Models::BootDiagnosticsInstanceView @@ -610,14 +613,14 @@ def plan def virtual_machine_scale_set_vminstance_required_ids Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetVMInstanceRequiredIDs end - def virtual_machine_scale_set_update_public_ipaddress_configuration - Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + def data_disk + Azure::Compute::Mgmt::V2017_12_01::Models::DataDisk end def virtual_machine_status_code_count Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineStatusCodeCount end - def maintenance_redeploy_status - Azure::Compute::Mgmt::V2017_12_01::Models::MaintenanceRedeployStatus + def list_usages_result + Azure::Compute::Mgmt::V2017_12_01::Models::ListUsagesResult end def virtual_machine_scale_set_network_configuration_dns_settings Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings @@ -646,20 +649,20 @@ def virtual_machine_scale_set_public_ipaddress_configuration def virtual_machine_agent_instance_view Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineAgentInstanceView end - def linux_configuration - Azure::Compute::Mgmt::V2017_12_01::Models::LinuxConfiguration + def rolling_upgrade_running_status + Azure::Compute::Mgmt::V2017_12_01::Models::RollingUpgradeRunningStatus end - def virtual_machine_scale_set_list_with_link_result - Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListWithLinkResult + def maintenance_redeploy_status + Azure::Compute::Mgmt::V2017_12_01::Models::MaintenanceRedeployStatus end def virtual_machine_scale_set_list_result Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListResult end - def data_disk - Azure::Compute::Mgmt::V2017_12_01::Models::DataDisk + def win_rmconfiguration + Azure::Compute::Mgmt::V2017_12_01::Models::WinRMConfiguration end - def virtual_machine_scale_set_sku_capacity - Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetSkuCapacity + def virtual_machine_scale_set_list_with_link_result + Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListWithLinkResult end def osdisk_image Azure::Compute::Mgmt::V2017_12_01::Models::OSDiskImage @@ -673,14 +676,14 @@ def upgrade_operation_history_status def data_disk_image Azure::Compute::Mgmt::V2017_12_01::Models::DataDiskImage end - def virtual_machine_scale_set_vmlist_result - Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetVMListResult + def api_error_base + Azure::Compute::Mgmt::V2017_12_01::Models::ApiErrorBase end def virtual_machine_extension_handler_instance_view Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionHandlerInstanceView end - def operation_status_response - Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse + def linux_configuration + Azure::Compute::Mgmt::V2017_12_01::Models::LinuxConfiguration end def virtual_machine_extension Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtension @@ -688,8 +691,8 @@ def virtual_machine_extension def virtual_machine_scale_set_sku Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetSku end - def win_rmconfiguration - Azure::Compute::Mgmt::V2017_12_01::Models::WinRMConfiguration + def availability_set + Azure::Compute::Mgmt::V2017_12_01::Models::AvailabilitySet end def sub_resource_read_only Azure::Compute::Mgmt::V2017_12_01::Models::SubResourceReadOnly @@ -700,17 +703,17 @@ def virtual_machine_identity def virtual_machine Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachine end - def virtual_machine_scale_set_list_skus_result - Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListSkusResult + def virtual_machine_extension_update + Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionUpdate end def availability_set_update Azure::Compute::Mgmt::V2017_12_01::Models::AvailabilitySetUpdate end - def availability_set - Azure::Compute::Mgmt::V2017_12_01::Models::AvailabilitySet + def virtual_machine_scale_set_list_osupgrade_history + Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetListOSUpgradeHistory end - def api_error_base - Azure::Compute::Mgmt::V2017_12_01::Models::ApiErrorBase + def operation_status_response + Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse end def virtual_machine_image_resource Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineImageResource @@ -718,8 +721,8 @@ def virtual_machine_image_resource def key_vault_key_reference Azure::Compute::Mgmt::V2017_12_01::Models::KeyVaultKeyReference end - def virtual_machine_extension_update - Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineExtensionUpdate + def virtual_machine_scale_set_update_ipconfiguration + Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateIPConfiguration end def api_error Azure::Compute::Mgmt::V2017_12_01::Models::ApiError @@ -793,8 +796,8 @@ def component_names def setting_names Azure::Compute::Mgmt::V2017_12_01::Models::SettingNames end - def virtual_machine_scale_set_update_ipconfiguration - Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetUpdateIPConfiguration + def status_level_types + Azure::Compute::Mgmt::V2017_12_01::Models::StatusLevelTypes end def operating_system_types Azure::Compute::Mgmt::V2017_12_01::Models::OperatingSystemTypes @@ -814,8 +817,8 @@ def throttled_requests_input def run_command_result Azure::Compute::Mgmt::V2017_12_01::Models::RunCommandResult end - def status_level_types - Azure::Compute::Mgmt::V2017_12_01::Models::StatusLevelTypes + def resource_identity_type + Azure::Compute::Mgmt::V2017_12_01::Models::ResourceIdentityType end def upgrade_mode Azure::Compute::Mgmt::V2017_12_01::Models::UpgradeMode @@ -841,8 +844,8 @@ def rolling_upgrade_status_code def protocol_types Azure::Compute::Mgmt::V2017_12_01::Models::ProtocolTypes end - def resource_identity_type - Azure::Compute::Mgmt::V2017_12_01::Models::ResourceIdentityType + def interval_in_mins + Azure::Compute::Mgmt::V2017_12_01::Models::IntervalInMins end def virtual_machine_scale_set_sku_scale_type Azure::Compute::Mgmt::V2017_12_01::Models::VirtualMachineScaleSetSkuScaleType @@ -865,9 +868,6 @@ def virtual_machine_eviction_policy_types def rolling_upgrade_action_type Azure::Compute::Mgmt::V2017_12_01::Models::RollingUpgradeActionType end - def interval_in_mins - Azure::Compute::Mgmt::V2017_12_01::Models::IntervalInMins - end end end end diff --git a/azure_sdk/lib/latest/modules/computervision_profile_module.rb b/azure_sdk/lib/latest/modules/computervision_profile_module.rb index 003cc18c87..be92ef548f 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,9 @@ module Azure::Profiles::Latest module ComputerVision module Models + OcrLanguages = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLanguages + AzureRegions = Azure::CognitiveServices::ComputerVision::V1_0::Models::AzureRegions + Details = Azure::CognitiveServices::ComputerVision::V1_0::Models::Details FaceDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceDescription ImageAnalysis = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageAnalysis Line = Azure::CognitiveServices::ComputerVision::V1_0::Models::Line @@ -43,9 +46,6 @@ module Models Gender = Azure::CognitiveServices::ComputerVision::V1_0::Models::Gender ComputerVisionErrorCodes = Azure::CognitiveServices::ComputerVision::V1_0::Models::ComputerVisionErrorCodes VisualFeatureTypes = Azure::CognitiveServices::ComputerVision::V1_0::Models::VisualFeatureTypes - OcrLanguages = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLanguages - AzureRegions = Azure::CognitiveServices::ComputerVision::V1_0::Models::AzureRegions - Details = Azure::CognitiveServices::ComputerVision::V1_0::Models::Details end class ComputerVisionDataClass @@ -77,6 +77,15 @@ def method_missing(method, *args) end class ModelClasses + def ocr_languages + Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLanguages + end + def azure_regions + Azure::CognitiveServices::ComputerVision::V1_0::Models::AzureRegions + end + def details + Azure::CognitiveServices::ComputerVision::V1_0::Models::Details + end def face_description Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceDescription end @@ -182,15 +191,6 @@ def computer_vision_error_codes def visual_feature_types Azure::CognitiveServices::ComputerVision::V1_0::Models::VisualFeatureTypes end - def ocr_languages - Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLanguages - end - def azure_regions - Azure::CognitiveServices::ComputerVision::V1_0::Models::AzureRegions - end - def details - Azure::CognitiveServices::ComputerVision::V1_0::Models::Details - end end end end diff --git a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb index a9f74f47e1..71136e0463 100644 --- a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb @@ -7,16 +7,19 @@ module Azure::Profiles::Latest module ContainerInstance module Mgmt + ContainerLogs = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::ContainerLogs + StartContainer = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::StartContainer Operations = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Operations ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::ContainerGroups ContainerGroupUsage = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::ContainerGroupUsage - ContainerLogs = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::ContainerLogs - StartContainer = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::StartContainer module Models + Logs = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Logs + Port = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Port ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerExecRequestTerminalSize VolumeMount = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::VolumeMount ContainerExecRequest = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerExecRequest + Operation = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Operation ContainerPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerPropertiesInstanceView ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerExecResponse Volume = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Volume @@ -42,17 +45,14 @@ module Models Container = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Container GitRepoVolume = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::GitRepoVolume ImageRegistryCredential = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ImageRegistryCredential - Operation = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Operation + EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::EnvironmentVariable ResourceLimits = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ResourceLimits ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerGroupListResult - EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::EnvironmentVariable - Logs = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Logs - Port = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Port AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::AzureFileVolume end class ContainerInstanceManagementClass - attr_reader :operations, :container_groups, :container_group_usage, :container_logs, :start_container, :configurable, :base_url, :options, :model_classes + attr_reader :container_logs, :start_container, :operations, :container_groups, :container_group_usage, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -62,11 +62,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @container_logs = @client_0.container_logs + @start_container = @client_0.start_container @operations = @client_0.operations @container_groups = @client_0.container_groups @container_group_usage = @client_0.container_group_usage - @container_logs = @client_0.container_logs - @start_container = @client_0.start_container @model_classes = ModelClasses.new end @@ -85,6 +85,12 @@ def method_missing(method, *args) end class ModelClasses + def logs + Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Logs + end + def port + Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Port + end def container_exec_request_terminal_size Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerExecRequestTerminalSize end @@ -94,6 +100,9 @@ def volume_mount def container_exec_request Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerExecRequest end + def operation + Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Operation + end def container_properties_instance_view Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerPropertiesInstanceView end @@ -169,8 +178,8 @@ def git_repo_volume def image_registry_credential Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ImageRegistryCredential end - def operation - Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Operation + def environment_variable + Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::EnvironmentVariable end def resource_limits Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ResourceLimits @@ -178,15 +187,6 @@ def resource_limits def container_group_list_result Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerGroupListResult end - def environment_variable - Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::EnvironmentVariable - end - def logs - Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Logs - end - def port - Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Port - end def azure_file_volume Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::AzureFileVolume end diff --git a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb index 469d34c3e0..0b37b932b0 100644 --- a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb @@ -13,14 +13,17 @@ module Mgmt Webhooks = Azure::ContainerRegistry::Mgmt::V2017_10_01::Webhooks module Models + WebhookAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction + Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit - ProvisioningState = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request - Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event Sku = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku + Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event Resource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Resource SkuName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName SkuTier = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier + ProvisioningState = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState ReplicationUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters ReplicationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult RegistryNameStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus @@ -41,19 +44,16 @@ module Models RegistryListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult Actor = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor EventContent = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent + RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status - RegistryListCredentialsResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult EventRequestMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage - RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult EventResponseMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage EventListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult - Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry + RegistryListCredentialsResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult Replication = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication PasswordName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName - OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult - WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus - WebhookAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction - Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source end @@ -90,21 +90,27 @@ def method_missing(method, *args) end class ModelClasses + def webhook_action + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction + end + def webhook + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + end + def webhook_status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + end def registry_usage_unit Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit end - def provisioning_state - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState - end def request Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request end - def event - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event - end def sku Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku end + def event + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event + end def resource Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Resource end @@ -114,6 +120,9 @@ def sku_name def sku_tier Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier end + def provisioning_state + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState + end def replication_update_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters end @@ -174,17 +183,17 @@ def actor def event_content Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent end + def registry_usage + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + end def status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status end - def registry_list_credentials_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult - end def event_request_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage end - def registry_usage - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + def operation_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult end def event_response_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage @@ -192,8 +201,8 @@ def event_response_message def event_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult end - def registry - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry + def registry_list_credentials_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult end def replication Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication @@ -201,17 +210,8 @@ def replication def password_name Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName end - def operation_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult - end - def webhook_status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus - end - def webhook_action - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction - end - def webhook - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + def registry + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry end def source Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source diff --git a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb index 65fd0a6759..00c753b191 100644 --- a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb @@ -22,9 +22,9 @@ module Models ContainerServiceAgentPoolProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceAgentPoolProfile ContainerServiceCustomProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceCustomProfile ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceListResult + ContainerService = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceOrchestratorTypes ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceVMSizeTypes - ContainerService = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService Resource = Azure::ContainerService::Mgmt::V2017_01_31::Models::Resource end @@ -94,15 +94,15 @@ def container_service_custom_profile def container_service_list_result Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceListResult end + def container_service + Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService + end def container_service_orchestrator_types Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceOrchestratorTypes end def container_service_vmsize_types Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceVMSizeTypes end - def container_service - Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService - end def resource Azure::ContainerService::Mgmt::V2017_01_31::Models::Resource end diff --git a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb index 9d425b5825..cfa3da2718 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -6,13 +6,13 @@ module Azure::Profiles::Latest module ContentModerator + TextModeration = Azure::CognitiveServices::ContentModerator::V1_0::TextModeration + ListManagementImageLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImageLists + ListManagementTermLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTermLists ListManagementImage = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImage ListManagementTerm = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTerm Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews ImageModeration = Azure::CognitiveServices::ContentModerator::V1_0::ImageModeration - TextModeration = Azure::CognitiveServices::ContentModerator::V1_0::TextModeration - ListManagementImageLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImageLists - ListManagementTermLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTermLists module Models Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image @@ -30,10 +30,10 @@ module Models JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails Candidate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate Evaluate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate + Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse ImageListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata - Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError @@ -51,9 +51,9 @@ module Models CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata - ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex + ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen @@ -70,14 +70,14 @@ module Models ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status end class ContentModeratorDataClass - attr_reader :list_management_image, :list_management_term, :reviews, :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :configurable, :base_url, :options, :model_classes + attr_reader :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :reviews, :image_moderation, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -87,13 +87,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @text_moderation = @client_0.text_moderation + @list_management_image_lists = @client_0.list_management_image_lists + @list_management_term_lists = @client_0.list_management_term_lists @list_management_image = @client_0.list_management_image @list_management_term = @client_0.list_management_term @reviews = @client_0.reviews @image_moderation = @client_0.image_moderation - @text_moderation = @client_0.text_moderation - @list_management_image_lists = @client_0.list_management_image_lists - @list_management_term_lists = @client_0.list_management_term_lists @model_classes = ModelClasses.new end @@ -157,6 +157,9 @@ def candidate def evaluate Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate end + def face + Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + end def job_id Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId end @@ -166,9 +169,6 @@ def match_response def image_list_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata end - def face - Azure::CognitiveServices::ContentModerator::V1_0::Models::Face - end def term_list_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata end @@ -220,15 +220,15 @@ def match def body_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata end - def image_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList - end def body Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end def refresh_index Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex end + def image_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + end def classification Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification end @@ -277,12 +277,12 @@ def error def job Azure::CognitiveServices::ContentModerator::V1_0::Models::Job end - def address - Azure::CognitiveServices::ContentModerator::V1_0::Models::Address - end def tag Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag end + def address + Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + end def job_list_result Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult end diff --git a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb index 896c5385c9..fc83a9950a 100644 --- a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb @@ -7,9 +7,12 @@ module Azure::Profiles::Latest module CustomerInsights module Mgmt + WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes + Views = Azure::CustomerInsights::Mgmt::V2017_04_26::Views Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles - Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions + Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations + Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images @@ -21,11 +24,11 @@ module Mgmt Connectors = Azure::CustomerInsights::Mgmt::V2017_04_26::Connectors ConnectorMappings = Azure::CustomerInsights::Mgmt::V2017_04_26::ConnectorMappings Kpi = Azure::CustomerInsights::Mgmt::V2017_04_26::Kpi - WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes - Views = Azure::CustomerInsights::Mgmt::V2017_04_26::Views - Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links module Models + ImageDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition + Hub = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub + EntityTypeDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition ProfileResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileResourceFormat InteractionResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InteractionResourceFormat KpiResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiResourceFormat @@ -48,10 +51,10 @@ module Models ConnectorTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorTypes ConnectorStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorStates ErrorManagementTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ErrorManagementTypes + Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status FrequencyTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::FrequencyTypes CompletionOperationTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CompletionOperationTypes ConnectorMappingStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates - Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status CalculationWindowTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes KpiFunctions = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions EntityType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType @@ -127,13 +130,10 @@ module Models ConnectorMappingStructure = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStructure GetImageUploadUrlInput = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::GetImageUploadUrlInput ParticipantProfilePropertyReference = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference - ImageDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition - Hub = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub - EntityTypeDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition end class CustomerInsightsManagementClass - attr_reader :roles, :operations, :predictions, :profiles, :role_assignments, :images, :hubs, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :connector_mappings, :kpi, :widget_types, :views, :links, :configurable, :base_url, :options, :model_classes + attr_reader :widget_types, :views, :roles, :predictions, :operations, :links, :profiles, :role_assignments, :images, :hubs, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :connector_mappings, :kpi, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -143,9 +143,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @widget_types = @client_0.widget_types + @views = @client_0.views @roles = @client_0.roles - @operations = @client_0.operations @predictions = @client_0.predictions + @operations = @client_0.operations + @links = @client_0.links @profiles = @client_0.profiles @role_assignments = @client_0.role_assignments @images = @client_0.images @@ -157,9 +160,6 @@ def initialize(configurable, base_url=nil, options=nil) @connectors = @client_0.connectors @connector_mappings = @client_0.connector_mappings @kpi = @client_0.kpi - @widget_types = @client_0.widget_types - @views = @client_0.views - @links = @client_0.links @model_classes = ModelClasses.new end @@ -178,6 +178,15 @@ def method_missing(method, *args) end class ModelClasses + def image_definition + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition + end + def hub + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub + end + def entity_type_definition + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition + end def profile_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileResourceFormat end @@ -244,6 +253,9 @@ def connector_states def error_management_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ErrorManagementTypes end + def status + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + end def frequency_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::FrequencyTypes end @@ -253,9 +265,6 @@ def completion_operation_types def connector_mapping_states Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates end - def status - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status - end def calculation_window_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes end @@ -481,15 +490,6 @@ def get_image_upload_url_input def participant_profile_property_reference Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference end - def image_definition - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition - end - def hub - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub - end - def entity_type_definition - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition - end end end end diff --git a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb index 80b33a6d40..465a72e89d 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -10,6 +10,9 @@ module CustomSearch module Models Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode @@ -17,17 +20,14 @@ module Models TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse - ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage - WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer - SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer end class CustomSearchDataClass @@ -63,6 +63,15 @@ class ModelClasses def identifiable Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end + def search_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + end + def answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + end + def web_web_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + end def creative_work Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork end @@ -84,12 +93,12 @@ def safe_search def error_response Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse end - def response_base - Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase - end def response Azure::CognitiveServices::CustomSearch::V1_0::Models::Response end + def response_base + Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase + end def query_context Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext end @@ -102,20 +111,11 @@ def web_meta_tag def web_page Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage end - def web_web_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer - end - def search_response - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - end - def search_results_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - end def error Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end - def answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + def search_results_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer end end end diff --git a/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb index 534b70de5f..ace40f9046 100644 --- a/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb @@ -8,14 +8,17 @@ module Azure::Profiles::Latest module DataLakeAnalytics module Mgmt Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations + StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts DataLakeStoreAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeStoreAccounts - ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies + FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts - StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts + ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies Locations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Locations - FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules module Models + AddDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters + CreateOrUpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters + AddStorageAccountWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters SasTokenInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformation CreateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateComputePolicyWithAccountParameters ComputePolicyListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyListResult @@ -28,15 +31,16 @@ module Models SasTokenInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult UpdateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyWithAccountParameters UpdateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters + CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters StorageContainerListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult UpdateDataLakeAnalyticsAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters - DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult AddDataLakeStoreParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters FirewallRuleListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult + DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters - DataLakeStoreAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation StorageAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation ComputePolicy = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy + DataLakeStoreAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule DataLakeAnalyticsAccount = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount DataLakeAnalyticsAccountBasic = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic @@ -48,9 +52,8 @@ module Models DataLakeAnalyticsAccountStatus = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState OperationOrigin = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin - SubscriptionState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState - AddStorageAccountWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay + SubscriptionState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState OperationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource @@ -61,13 +64,10 @@ module Models UpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyParameters UpdateStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters DataLakeStoreAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult - CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - AddDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters - CreateOrUpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters end class DataLakeAnalyticsManagementClass - attr_reader :operations, :data_lake_store_accounts, :compute_policies, :accounts, :storage_accounts, :locations, :firewall_rules, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :storage_accounts, :data_lake_store_accounts, :firewall_rules, :accounts, :compute_policies, :locations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -78,12 +78,12 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations + @storage_accounts = @client_0.storage_accounts @data_lake_store_accounts = @client_0.data_lake_store_accounts - @compute_policies = @client_0.compute_policies + @firewall_rules = @client_0.firewall_rules @accounts = @client_0.accounts - @storage_accounts = @client_0.storage_accounts + @compute_policies = @client_0.compute_policies @locations = @client_0.locations - @firewall_rules = @client_0.firewall_rules @model_classes = ModelClasses.new end @@ -102,6 +102,15 @@ def method_missing(method, *args) end class ModelClasses + def add_data_lake_store_with_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters + end + def create_or_update_compute_policy_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters + end + def add_storage_account_with_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters + end def sas_token_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformation end @@ -138,33 +147,36 @@ def update_compute_policy_with_account_parameters def update_firewall_rule_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters end + def check_name_availability_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end def storage_container_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult end def update_data_lake_analytics_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters end - def data_lake_analytics_account_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult - end def add_data_lake_store_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters end def firewall_rule_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult end + def data_lake_analytics_account_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult + end def add_storage_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters end - def data_lake_store_account_information - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation - end def storage_account_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation end def compute_policy Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy end + def data_lake_store_account_information + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation + end def firewall_rule Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule end @@ -198,15 +210,12 @@ def data_lake_analytics_account_state def operation_origin Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin end - def subscription_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState - end - def add_storage_account_with_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters - end def operation_display Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay end + def subscription_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState + end def operation_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult end @@ -237,15 +246,6 @@ def update_storage_account_parameters def data_lake_store_account_information_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult end - def check_name_availability_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end - def add_data_lake_store_with_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters - end - def create_or_update_compute_policy_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters - end end end end diff --git a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb index 9299b56682..15af917476 100644 --- a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb @@ -9,11 +9,12 @@ module DataLakeStore module Mgmt Operations = Azure::DataLakeStore::Mgmt::V2016_11_01::Operations Accounts = Azure::DataLakeStore::Mgmt::V2016_11_01::Accounts - FirewallRules = Azure::DataLakeStore::Mgmt::V2016_11_01::FirewallRules Locations = Azure::DataLakeStore::Mgmt::V2016_11_01::Locations + FirewallRules = Azure::DataLakeStore::Mgmt::V2016_11_01::FirewallRules TrustedIdProviders = Azure::DataLakeStore::Mgmt::V2016_11_01::TrustedIdProviders module Models + CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters CreateOrUpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters EncryptionIdentity = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionIdentity @@ -28,15 +29,15 @@ module Models UpdateEncryptionConfig = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateEncryptionConfig TrustedIdProviderListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderListResult UpdateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters - UpdateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters - UpdateTrustedIdProviderWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters - FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + UpdateTrustedIdProviderWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters + UpdateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters + SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource TrustedIdProvider = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider - DataLakeStoreAccount = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount + FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule DataLakeStoreAccountListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult EncryptionConfigType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType - SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource + DataLakeStoreAccount = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount DataLakeStoreAccountBasic = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic FirewallState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState EncryptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState @@ -54,11 +55,10 @@ module Models CapabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation NameAvailabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation UpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters - CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters end class DataLakeStoreManagementClass - attr_reader :operations, :accounts, :firewall_rules, :locations, :trusted_id_providers, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :accounts, :locations, :firewall_rules, :trusted_id_providers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -70,8 +70,8 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @operations = @client_0.operations @accounts = @client_0.accounts - @firewall_rules = @client_0.firewall_rules @locations = @client_0.locations + @firewall_rules = @client_0.firewall_rules @trusted_id_providers = @client_0.trusted_id_providers @model_classes = ModelClasses.new @@ -91,6 +91,9 @@ def method_missing(method, *args) end class ModelClasses + def check_name_availability_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end def create_firewall_rule_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters end @@ -133,23 +136,23 @@ def trusted_id_provider_list_result def update_firewall_rule_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters end - def update_data_lake_store_account_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters + def resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource end def update_trusted_id_provider_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters end - def firewall_rule - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule + def update_data_lake_store_account_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters end - def resource - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + def sub_resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource end def trusted_id_provider Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider end - def data_lake_store_account - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount + def firewall_rule + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule end def data_lake_store_account_list_result Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult @@ -157,8 +160,8 @@ def data_lake_store_account_list_result def encryption_config_type Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType end - def sub_resource - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource + def data_lake_store_account + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount end def data_lake_store_account_basic Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic @@ -211,9 +214,6 @@ def name_availability_information def update_firewall_rule_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters end - def check_name_availability_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end end end end diff --git a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb index ef880ab0df..9deb4ae56d 100644 --- a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb @@ -25,13 +25,16 @@ module Mgmt PolicySets = Azure::DevTestLabs::Mgmt::V2016_05_15::PolicySets Schedules = Azure::DevTestLabs::Mgmt::V2016_05_15::Schedules ServiceRunners = Azure::DevTestLabs::Mgmt::V2016_05_15::ServiceRunners - Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users + Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies Environments = Azure::DevTestLabs::Mgmt::V2016_05_15::Environments Secrets = Azure::DevTestLabs::Mgmt::V2016_05_15::Secrets VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules module Models + NotificationSettings = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings + SharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration + ExportResourceUsageParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters WeekDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment ExternalSubnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet HourDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment @@ -118,13 +121,13 @@ module Models EvaluatePoliciesResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse ResponseWithContinuationArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource ArmTemplateParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties - ResponseWithContinuationCustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage + Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource ComputeVmInstanceViewStatusFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment + ResponseWithContinuationCustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage + EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties ResponseWithContinuationDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk - Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource - ResponseWithContinuationDtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties - EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties + ResponseWithContinuationDtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment NotificationSettingsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment ResponseWithContinuationFormula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom @@ -185,13 +188,10 @@ module Models ExternalSubnetFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment GalleryImageReference = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReference DayDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails - NotificationSettings = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings - SharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration - ExportResourceUsageParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters end class DevTestLabsManagementClass - attr_reader :virtual_networks, :disks, :virtual_machines, :operations, :provider_operations, :labs, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :notification_channels, :policy_sets, :schedules, :service_runners, :policies, :users, :environments, :secrets, :virtual_machine_schedules, :configurable, :base_url, :options, :model_classes + attr_reader :virtual_networks, :disks, :virtual_machines, :operations, :provider_operations, :labs, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :notification_channels, :policy_sets, :schedules, :service_runners, :users, :policies, :environments, :secrets, :virtual_machine_schedules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -219,8 +219,8 @@ def initialize(configurable, base_url=nil, options=nil) @policy_sets = @client_0.policy_sets @schedules = @client_0.schedules @service_runners = @client_0.service_runners - @policies = @client_0.policies @users = @client_0.users + @policies = @client_0.policies @environments = @client_0.environments @secrets = @client_0.secrets @virtual_machine_schedules = @client_0.virtual_machine_schedules @@ -242,6 +242,15 @@ def method_missing(method, *args) end class ModelClasses + def notification_settings + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings + end + def shared_public_ip_address_configuration + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration + end + def export_resource_usage_parameters + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters + end def week_details_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment end @@ -500,26 +509,26 @@ def response_with_continuation_artifact_source def arm_template_parameter_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties end - def response_with_continuation_custom_image - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage + def resource + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource end def compute_vm_instance_view_status_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment end - def response_with_continuation_disk - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk + def response_with_continuation_custom_image + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage end - def resource - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + def evaluate_policies_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties end - def response_with_continuation_dtl_environment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment + def response_with_continuation_disk + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk end def attach_disk_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties end - def evaluate_policies_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties + def response_with_continuation_dtl_environment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment end def notification_settings_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment @@ -701,15 +710,6 @@ def gallery_image_reference def day_details Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails end - def notification_settings - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings - end - def shared_public_ip_address_configuration - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration - end - def export_resource_usage_parameters - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters - end 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 d140293ddd..dffd889e51 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,6 +9,9 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations 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 TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport @@ -52,9 +55,6 @@ module Models Place = Azure::CognitiveServices::EntitySearch::V1_0::Models::Place Organization = Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible - ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution - MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject - CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end class EntitySearchDataClass @@ -87,6 +87,15 @@ def method_missing(method, *args) end class ModelClasses + def contractual_rules_attribution + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution + end + def media_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + end + def civic_structure + Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure + end def local_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness end @@ -216,15 +225,6 @@ def organization def intangible Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible end - def contractual_rules_attribution - Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution - end - def media_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject - end - def civic_structure - Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure - end end end end diff --git a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb index a6127b82d7..ed16efe8c6 100644 --- a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb @@ -9,6 +9,9 @@ module Azure::Profiles::Latest module EventGrid module Models + EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData + ContainerRegistryEventActor = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor + ServiceBusDeadletterMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData ContainerRegistryEventSource = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData ContainerRegistryEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData @@ -38,9 +41,6 @@ module Models ContainerRegistryEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget ResourceDeleteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData ContainerRegistryEventRequest = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest - EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData - ContainerRegistryEventActor = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor - ServiceBusDeadletterMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData end class EventGridDataClass @@ -72,6 +72,15 @@ def method_missing(method, *args) end class ModelClasses + def event_hub_capture_file_created_event_data + Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData + end + def container_registry_event_actor + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor + end + def service_bus_deadletter_messages_available_with_no_listeners_event_data + Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData + end def container_registry_event_source Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource end @@ -159,36 +168,27 @@ def resource_delete_cancel_data def container_registry_event_request Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest end - def event_hub_capture_file_created_event_data - Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData - end - def container_registry_event_actor - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor - end - def service_bus_deadletter_messages_available_with_no_listeners_event_data - Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData - end end end module Mgmt - TopicTypes = Azure::EventGrid::Mgmt::V2018_05_01_preview::TopicTypes - Operations = Azure::EventGrid::Mgmt::V2018_05_01_preview::Operations EventSubscriptions = Azure::EventGrid::Mgmt::V2018_05_01_preview::EventSubscriptions Topics = Azure::EventGrid::Mgmt::V2018_05_01_preview::Topics + TopicTypes = Azure::EventGrid::Mgmt::V2018_05_01_preview::TopicTypes + Operations = Azure::EventGrid::Mgmt::V2018_05_01_preview::Operations module Models EventSubscriptionFilter = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFilter InputSchemaMapping = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::InputSchemaMapping DeadLetterDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::DeadLetterDestination JsonField = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonField + Resource = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource EventSubscriptionsListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionsListResult OperationInfo = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::OperationInfo EventTypesListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventTypesListResult - Resource = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource - EventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionDestination + TopicSharedAccessKeys = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicSharedAccessKeys RetryPolicy = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::RetryPolicy EventSubscriptionFullUrl = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFullUrl - TopicSharedAccessKeys = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicSharedAccessKeys + TopicRegenerateKeyRequest = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicRegenerateKeyRequest TopicsListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicsListResult TopicTypesListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypesListResult JsonFieldWithDefault = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonFieldWithDefault @@ -198,8 +198,8 @@ module Models WebHookEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::WebHookEventSubscriptionDestination EventHubEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventHubEventSubscriptionDestination StorageQueueEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::StorageQueueEventSubscriptionDestination - TopicRegenerateKeyRequest = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicRegenerateKeyRequest HybridConnectionEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::HybridConnectionEventSubscriptionDestination + EventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionDestination EventSubscription = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscription JsonInputSchemaMapping = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonInputSchemaMapping Topic = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Topic @@ -217,7 +217,7 @@ module Models end class EventGridManagementClass - attr_reader :topic_types, :operations, :event_subscriptions, :topics, :configurable, :base_url, :options, :model_classes + attr_reader :event_subscriptions, :topics, :topic_types, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -227,10 +227,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @topic_types = @client_0.topic_types - @operations = @client_0.operations @event_subscriptions = @client_0.event_subscriptions @topics = @client_0.topics + @topic_types = @client_0.topic_types + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -261,6 +261,9 @@ def dead_letter_destination def json_field Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonField end + def resource + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource + end def event_subscriptions_list_result Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionsListResult end @@ -270,11 +273,8 @@ def operation_info def event_types_list_result Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventTypesListResult end - def resource - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource - end - def event_subscription_destination - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionDestination + def topic_shared_access_keys + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicSharedAccessKeys end def retry_policy Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::RetryPolicy @@ -282,8 +282,8 @@ def retry_policy def event_subscription_full_url Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFullUrl end - def topic_shared_access_keys - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicSharedAccessKeys + def topic_regenerate_key_request + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicRegenerateKeyRequest end def topics_list_result Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicsListResult @@ -312,12 +312,12 @@ def event_hub_event_subscription_destination def storage_queue_event_subscription_destination Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::StorageQueueEventSubscriptionDestination end - def topic_regenerate_key_request - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicRegenerateKeyRequest - end def hybrid_connection_event_subscription_destination Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::HybridConnectionEventSubscriptionDestination end + def event_subscription_destination + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionDestination + end def event_subscription Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscription end diff --git a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb index 1303bebc8e..961ba2c5c9 100644 --- a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb @@ -7,49 +7,49 @@ module Azure::Profiles::Latest module EventHub module Mgmt + Namespaces = Azure::EventHub::Mgmt::V2017_04_01::Namespaces + DisasterRecoveryConfigs = Azure::EventHub::Mgmt::V2017_04_01::DisasterRecoveryConfigs EventHubs = Azure::EventHub::Mgmt::V2017_04_01::EventHubs Operations = Azure::EventHub::Mgmt::V2017_04_01::Operations ConsumerGroups = Azure::EventHub::Mgmt::V2017_04_01::ConsumerGroups - Namespaces = Azure::EventHub::Mgmt::V2017_04_01::Namespaces - DisasterRecoveryConfigs = Azure::EventHub::Mgmt::V2017_04_01::DisasterRecoveryConfigs module Models - KeyType = Azure::EventHub::Mgmt::V2017_04_01::Models::KeyType Sku = Azure::EventHub::Mgmt::V2017_04_01::Models::Sku + KeyType = Azure::EventHub::Mgmt::V2017_04_01::Models::KeyType CaptureDescription = Azure::EventHub::Mgmt::V2017_04_01::Models::CaptureDescription Destination = Azure::EventHub::Mgmt::V2017_04_01::Models::Destination - EventHubListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult + CheckNameAvailabilityResult = Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + Resource = Azure::EventHub::Mgmt::V2017_04_01::Models::Resource AccessKeys = Azure::EventHub::Mgmt::V2017_04_01::Models::AccessKeys - ArmDisasterRecoveryListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + EventHubListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult ConsumerGroupListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroupListResult - Resource = Azure::EventHub::Mgmt::V2017_04_01::Models::Resource - AuthorizationRuleListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - CheckNameAvailabilityParameter = Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityParameter + ArmDisasterRecoveryListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult EHNamespaceListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespaceListResult + RegenerateAccessKeyParameters = Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters EHNamespace = Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespace AuthorizationRule = Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRule Eventhub = Azure::EventHub::Mgmt::V2017_04_01::Models::Eventhub ConsumerGroup = Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroup ArmDisasterRecovery = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery - CheckNameAvailabilityResult = Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - AccessRights = Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights - OperationDisplay = Azure::EventHub::Mgmt::V2017_04_01::Models::OperationDisplay SkuName = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuName + AuthorizationRuleListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + OperationDisplay = Azure::EventHub::Mgmt::V2017_04_01::Models::OperationDisplay + AccessRights = Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights OperationListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::OperationListResult EncodingCaptureDescription = Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - UnavailableReason = Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason - EntityStatus = Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus + SkuTier = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier + CheckNameAvailabilityParameter = Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityParameter RoleDisasterRecovery = Azure::EventHub::Mgmt::V2017_04_01::Models::RoleDisasterRecovery - RegenerateAccessKeyParameters = Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + UnavailableReason = Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason ProvisioningStateDR = Azure::EventHub::Mgmt::V2017_04_01::Models::ProvisioningStateDR + EntityStatus = Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus ErrorResponse = Azure::EventHub::Mgmt::V2017_04_01::Models::ErrorResponse - SkuTier = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier TrackedResource = Azure::EventHub::Mgmt::V2017_04_01::Models::TrackedResource Operation = Azure::EventHub::Mgmt::V2017_04_01::Models::Operation end class EventHubManagementClass - attr_reader :event_hubs, :operations, :consumer_groups, :namespaces, :disaster_recovery_configs, :configurable, :base_url, :options, :model_classes + attr_reader :namespaces, :disaster_recovery_configs, :event_hubs, :operations, :consumer_groups, :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) + @namespaces = @client_0.namespaces + @disaster_recovery_configs = @client_0.disaster_recovery_configs @event_hubs = @client_0.event_hubs @operations = @client_0.operations @consumer_groups = @client_0.consumer_groups - @namespaces = @client_0.namespaces - @disaster_recovery_configs = @client_0.disaster_recovery_configs @model_classes = ModelClasses.new end @@ -82,42 +82,42 @@ def method_missing(method, *args) end class ModelClasses - def key_type - Azure::EventHub::Mgmt::V2017_04_01::Models::KeyType - end def sku Azure::EventHub::Mgmt::V2017_04_01::Models::Sku end + def key_type + Azure::EventHub::Mgmt::V2017_04_01::Models::KeyType + end def capture_description Azure::EventHub::Mgmt::V2017_04_01::Models::CaptureDescription end def destination Azure::EventHub::Mgmt::V2017_04_01::Models::Destination end - def event_hub_list_result - Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult + def check_name_availability_result + Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end + def resource + Azure::EventHub::Mgmt::V2017_04_01::Models::Resource end def access_keys Azure::EventHub::Mgmt::V2017_04_01::Models::AccessKeys end - def arm_disaster_recovery_list_result - Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + def event_hub_list_result + Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult end def consumer_group_list_result Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroupListResult end - def resource - Azure::EventHub::Mgmt::V2017_04_01::Models::Resource - end - def authorization_rule_list_result - Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - end - def check_name_availability_parameter - Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityParameter + def arm_disaster_recovery_list_result + Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult end def ehnamespace_list_result Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespaceListResult end + def regenerate_access_key_parameters + Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + end def ehnamespace Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespace end @@ -133,17 +133,17 @@ def consumer_group def arm_disaster_recovery Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end - def check_name_availability_result - Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + def sku_name + Azure::EventHub::Mgmt::V2017_04_01::Models::SkuName end - def access_rights - Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights + def authorization_rule_list_result + Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult end def operation_display Azure::EventHub::Mgmt::V2017_04_01::Models::OperationDisplay end - def sku_name - Azure::EventHub::Mgmt::V2017_04_01::Models::SkuName + def access_rights + Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights end def operation_list_result Azure::EventHub::Mgmt::V2017_04_01::Models::OperationListResult @@ -151,27 +151,27 @@ def operation_list_result def encoding_capture_description Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end - def unavailable_reason - Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason + def sku_tier + Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier end - def entity_status - Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus + def check_name_availability_parameter + Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityParameter end def role_disaster_recovery Azure::EventHub::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end - def regenerate_access_key_parameters - Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + def unavailable_reason + Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason end def provisioning_state_dr Azure::EventHub::Mgmt::V2017_04_01::Models::ProvisioningStateDR end + def entity_status + Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus + end def error_response Azure::EventHub::Mgmt::V2017_04_01::Models::ErrorResponse end - def sku_tier - Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier - end def tracked_resource Azure::EventHub::Mgmt::V2017_04_01::Models::TrackedResource end diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index 40f3e2172a..60da0cf4a2 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 + PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations Face = Azure::CognitiveServices::Face::V1_0::Face - PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson module Models APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError @@ -45,24 +45,24 @@ module Models TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur Person = Azure::CognitiveServices::Face::V1_0::Models::Person + GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType + HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender - PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup - Error = Azure::CognitiveServices::Face::V1_0::Models::Error BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel - GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList - AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType - FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + Error = Azure::CognitiveServices::Face::V1_0::Models::Error TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType - HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType - AzureRegions = Azure::CognitiveServices::Face::V1_0::Models::AzureRegions FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + AzureRegions = Azure::CognitiveServices::Face::V1_0::Models::AzureRegions end class FaceDataClass - attr_reader :person_group_operations, :face_list_operations, :face, :person_group_person, :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) + @person_group_person = @client_0.person_group_person @person_group_operations = @client_0.person_group_operations @face_list_operations = @client_0.face_list_operations @face = @client_0.face - @person_group_person = @client_0.person_group_person @model_classes = ModelClasses.new end @@ -193,14 +193,14 @@ def blur def person Azure::CognitiveServices::Face::V1_0::Models::Person end - def gender - Azure::CognitiveServices::Face::V1_0::Models::Gender + def glasses_type + Azure::CognitiveServices::Face::V1_0::Models::GlassesType end - def person_group - Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + def hair_color_type + Azure::CognitiveServices::Face::V1_0::Models::HairColorType end - def error - Azure::CognitiveServices::Face::V1_0::Models::Error + def gender + Azure::CognitiveServices::Face::V1_0::Models::Gender end def blur_level Azure::CognitiveServices::Face::V1_0::Models::BlurLevel @@ -208,33 +208,33 @@ def blur_level def exposure_level Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel end + def accessory_type + Azure::CognitiveServices::Face::V1_0::Models::AccessoryType + end def noise_level Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel end - def glasses_type - Azure::CognitiveServices::Face::V1_0::Models::GlassesType - end def face_list Azure::CognitiveServices::Face::V1_0::Models::FaceList end - def accessory_type - Azure::CognitiveServices::Face::V1_0::Models::AccessoryType + def person_group + Azure::CognitiveServices::Face::V1_0::Models::PersonGroup end - def find_similar_match_mode - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + def error + Azure::CognitiveServices::Face::V1_0::Models::Error end def training_status_type Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType end - def hair_color_type - Azure::CognitiveServices::Face::V1_0::Models::HairColorType + def face_attribute_type + Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + end + def find_similar_match_mode + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode end def azure_regions Azure::CognitiveServices::Face::V1_0::Models::AzureRegions end - def face_attribute_type - Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType - end end end end diff --git a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb index f9dd0329b7..e1ebe2571c 100644 --- a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb +++ b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb @@ -6,14 +6,17 @@ module Azure::Profiles::Latest module GraphRbac - ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals - Domains = Azure::GraphRbac::V1_6::Domains - Users = Azure::GraphRbac::V1_6::Users Objects = Azure::GraphRbac::V1_6::Objects Applications = Azure::GraphRbac::V1_6::Applications Groups = Azure::GraphRbac::V1_6::Groups + ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals + Domains = Azure::GraphRbac::V1_6::Domains + Users = Azure::GraphRbac::V1_6::Users module Models + PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + SignInName = Azure::GraphRbac::V1_6::Models::SignInName + ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters @@ -53,13 +56,10 @@ module Models Domain = Azure::GraphRbac::V1_6::Models::Domain RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters - PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult - SignInName = Azure::GraphRbac::V1_6::Models::SignInName - ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters end class GraphRbacDataClass - attr_reader :service_principals, :domains, :users, :objects, :applications, :groups, :configurable, :base_url, :options, :model_classes + attr_reader :objects, :applications, :groups, :service_principals, :domains, :users, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -69,12 +69,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @service_principals = @client_0.service_principals - @domains = @client_0.domains - @users = @client_0.users @objects = @client_0.objects @applications = @client_0.applications @groups = @client_0.groups + @service_principals = @client_0.service_principals + @domains = @client_0.domains + @users = @client_0.users @model_classes = ModelClasses.new end @@ -93,6 +93,15 @@ def method_missing(method, *args) end class ModelClasses + def password_credential_list_result + Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + end + def sign_in_name + Azure::GraphRbac::V1_6::Models::SignInName + end + def application_add_owner_parameters + Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters + end def user_list_result Azure::GraphRbac::V1_6::Models::UserListResult end @@ -210,15 +219,6 @@ def required_resource_access def get_objects_parameters Azure::GraphRbac::V1_6::Models::GetObjectsParameters end - def password_credential_list_result - Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult - end - def sign_in_name - Azure::GraphRbac::V1_6::Models::SignInName - end - def application_add_owner_parameters - Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - 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 7a2617ab43..49165c47eb 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,7 +9,9 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models + MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule @@ -38,19 +40,18 @@ module Models Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency - Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response - ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability - Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness + ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor - ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent + ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person - ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType - ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize + ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query @@ -66,7 +67,6 @@ 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 end class ImageSearchDataClass @@ -99,9 +99,15 @@ def method_missing(method, *args) end class ModelClasses + def media_object + Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject + end def structured_value Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue end + def response + Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end @@ -186,26 +192,26 @@ def collection_page def currency Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency end - def response - Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + def item_availability + Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability end def image_aspect Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect end - def item_availability - Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability + def image_color + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor end def freshness Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness end - def image_color - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor + def image_content + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent end def image_type Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType end - def image_content - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent + def image_size + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize end def image_license Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense @@ -213,17 +219,14 @@ def image_license def person Azure::CognitiveServices::ImageSearch::V1_0::Models::Person end - def image_crop_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error end def image_insight_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - end - def image_size - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize + def image_crop_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType end def images Azure::CognitiveServices::ImageSearch::V1_0::Models::Images @@ -270,9 +273,6 @@ def organization def intangible Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible end - def media_object - Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject - end end end end diff --git a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb index 4048386784..77abed914f 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -18,27 +18,27 @@ module Models VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters - VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties - Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification - AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry + Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku ServiceSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification - Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault + VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties - SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource - CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault + AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName - CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions - KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions - OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay + CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult @@ -96,53 +96,53 @@ def vault_create_or_update_parameters def vault_check_name_availability_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters end - def vault_access_policy_parameters - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters - end def permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions end + def vault_access_policy_parameters + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters + end def vault_patch_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties end - def sku - Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - end - def vault_patch_parameters - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters - end def log_specification Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification end - def access_policy_entry - Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry + def sku + Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku end def service_specification Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification end - def vault - Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault + def vault_patch_parameters + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters end def deleted_vault_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties end - def secret_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - end def check_name_availability_result Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult end def resource Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource end - def certificate_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + def vault + Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault + end + def access_policy_entry + Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry end def sku_name Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName end - def create_mode - Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + def certificate_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + end + 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 access_policy_update_kind Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind @@ -150,15 +150,15 @@ def access_policy_update_kind def storage_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions end - def key_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions - end - def operation_display - Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay + def create_mode + Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode end def reason Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason end + def operation_display + Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay + end def operation_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult end diff --git a/azure_sdk/lib/latest/modules/links_profile_module.rb b/azure_sdk/lib/latest/modules/links_profile_module.rb index f2ec0cb6c4..61c1cd6274 100644 --- a/azure_sdk/lib/latest/modules/links_profile_module.rb +++ b/azure_sdk/lib/latest/modules/links_profile_module.rb @@ -10,11 +10,11 @@ module Mgmt ResourceLinks = Azure::Links::Mgmt::V2016_09_01::ResourceLinks module Models + Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties - Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter end class LinksManagementClass @@ -47,6 +47,9 @@ def method_missing(method, *args) end class ModelClasses + def filter + Azure::Links::Mgmt::V2016_09_01::Models::Filter + end def resource_link Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink end @@ -59,9 +62,6 @@ def resource_link_result def resource_link_properties Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties end - def filter - Azure::Links::Mgmt::V2016_09_01::Models::Filter - 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 c148627dd7..cbafb3e245 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -27,9 +27,10 @@ module Models OperationListResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult ErrorResponse = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse Operation = Azure::Logic::Mgmt::V2016_06_01::Models::Operation - KeyType = Azure::Logic::Mgmt::V2016_06_01::Models::KeyType Sku = Azure::Logic::Mgmt::V2016_06_01::Models::Sku + KeyType = Azure::Logic::Mgmt::V2016_06_01::Models::KeyType IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter + SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource AS2MessageConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings ResourceReference = Azure::Logic::Mgmt::V2016_06_01::Models::ResourceReference AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings @@ -37,45 +38,44 @@ module Models AS2MdnSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings WorkflowFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowFilter AS2SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings - KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault - WorkflowVersionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult - IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource + WorkflowVersionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult + KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault RecurrenceSchedule = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule - WorkflowTriggerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult - WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries + IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult + IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult Correlation = Azure::Logic::Mgmt::V2016_06_01::Models::Correlation - SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource + WorkflowListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter + WorkflowTriggerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult + WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries + AS2ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult - WorkflowListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult - WorkflowRunTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings - AS2ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings + WorkflowRunTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger + AS2ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings AS2ErrorSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings - IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult - AS2OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement WorkflowRunListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult WorkflowRunActionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult X12ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings - AS2ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings - X12FramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings - IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter AS2AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent - GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters - X12AcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings + AS2OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement + IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters - IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult - X12MessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter X12EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings - X12SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings + X12AcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings + IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult + X12FramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter - IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter + X12SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings + GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters X12ProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings - B2BPartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent - X12EnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride + IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter + X12MessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter + X12ValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride RecurrenceScheduleOccurrence = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceScheduleOccurrence + X12MessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier WorkflowTriggerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerFilter X12SchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::X12SchemaReference X12DelimiterOverrides = Azure::Logic::Mgmt::V2016_06_01::Models::X12DelimiterOverrides @@ -107,21 +107,21 @@ module Models EdifactDelimiterOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride IntegrationAccountSku = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku EdifactProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings - WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence + X12EnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride + B2BPartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent EdifactOneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement - X12ValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride - IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema - X12MessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier - ErrorProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties + WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence EdifactAgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent - Workflow = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow + IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent - WorkflowTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger + ErrorProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties WorkflowVersion = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion - KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + Workflow = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow WorkflowTriggerHistory = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory - WorkflowOutputParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter + KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference WorkflowRun = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun + WorkflowOutputParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter + WorkflowTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger WorkflowRunAction = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction IntegrationAccount = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccount IntegrationAccountSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema @@ -133,29 +133,29 @@ module Models WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState WorkflowState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState ParameterType = Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType - SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus RecurrenceFrequency = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency - WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState + DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek DayOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName - DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek + SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType MapType = Azure::Logic::Mgmt::V2016_06_01::Models::MapType PartnerType = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType - SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType - HashingAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm - EncryptionAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType - TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy - X12CharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet + HashingAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm + SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName SigningAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm - X12DateFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat - X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat + TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy + EncryptionAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix - MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType - EdifactCharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet + X12DateFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat + X12CharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet UsageIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator + MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType + X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat EdifactDecimalIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator + EdifactCharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink end @@ -216,15 +216,18 @@ def error_response def operation Azure::Logic::Mgmt::V2016_06_01::Models::Operation end - def key_type - Azure::Logic::Mgmt::V2016_06_01::Models::KeyType - end def sku Azure::Logic::Mgmt::V2016_06_01::Models::Sku end + def key_type + Azure::Logic::Mgmt::V2016_06_01::Models::KeyType + end def integration_account_partner_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter end + def sub_resource + Azure::Logic::Mgmt::V2016_06_01::Models::SubResource + end def as2_message_connection_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings end @@ -246,60 +249,57 @@ def workflow_filter def as2_security_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings end - def key_vault_key_reference_key_vault - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault + def resource + Azure::Logic::Mgmt::V2016_06_01::Models::Resource end def workflow_version_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult end - def integration_account_partner_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult - end - def resource - Azure::Logic::Mgmt::V2016_06_01::Models::Resource + def key_vault_key_reference_key_vault + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault end def recurrence_schedule Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule end - def workflow_trigger_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult + def integration_account_partner_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult end - def workflow_trigger_list_callback_url_queries - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries + def integration_account_agreement_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult end def correlation Azure::Logic::Mgmt::V2016_06_01::Models::Correlation end - def sub_resource - Azure::Logic::Mgmt::V2016_06_01::Models::SubResource + def workflow_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult end def integration_account_agreement_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter end + def workflow_trigger_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult + end + def workflow_trigger_list_callback_url_queries + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries + end + def as2_validation_settings + Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings + end def workflow_trigger_history_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult end - def workflow_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult + def as2_envelope_settings + Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings end def workflow_run_trigger Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger end - def as2_envelope_settings - Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings - end - def as2_validation_settings - Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings + def as2_protocol_settings + Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings end def as2_error_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings end - def integration_account_agreement_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult - end - def as2_one_way_agreement - Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement - end def workflow_run_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult end @@ -312,57 +312,57 @@ def workflow_run_action_list_result def x12_validation_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings end - def as2_protocol_settings - Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings + def as2_agreement_content + Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent end - def x12_framing_settings - Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings + def as2_one_way_agreement + Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement end def integration_account_session_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter end - def as2_agreement_content - Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent + def generate_upgraded_definition_parameters + Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters end - def get_callback_url_parameters - Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters + def x12_envelope_settings + Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings end def x12_acknowledgement_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings end - def generate_upgraded_definition_parameters - Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters - end def integration_account_certificate_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult end - def x12_message_filter - Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter + def x12_framing_settings + Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings end - def x12_envelope_settings - Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings + def integration_account_schema_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter end def x12_security_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings end - def integration_account_schema_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter - end - def integration_account_map_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter + def get_callback_url_parameters + Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters end def x12_processing_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings end - def b2_bpartner_content - Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent + def integration_account_map_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter end - def x12_envelope_override - Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride + def x12_message_filter + Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter + end + def x12_validation_override + Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride end def recurrence_schedule_occurrence Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceScheduleOccurrence end + def x12_message_identifier + Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier + end def workflow_trigger_filter Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerFilter end @@ -456,50 +456,50 @@ def integration_account_sku def edifact_protocol_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings end - def workflow_trigger_recurrence - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence + def x12_envelope_override + Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride + end + def b2_bpartner_content + Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent end def edifact_one_way_agreement Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement end - def x12_validation_override - Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride + def workflow_trigger_recurrence + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence + end + def edifact_agreement_content + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent end def integration_account_map_properties_parameters_schema Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema end - def x12_message_identifier - Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier + def agreement_content + Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent end def error_properties Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties end - def edifact_agreement_content - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent + def workflow_version + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion end def workflow Azure::Logic::Mgmt::V2016_06_01::Models::Workflow end - def agreement_content - Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent - end - def workflow_trigger - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger - end - def workflow_version - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion + def workflow_trigger_history + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory end def key_vault_key_reference Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference end - def workflow_trigger_history - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory + def workflow_run + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun end def workflow_output_parameter Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter end - def workflow_run - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun + def workflow_trigger + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger end def workflow_run_action Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction @@ -534,8 +534,8 @@ def workflow_state def parameter_type Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType end - def sku_name - Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + def workflow_trigger_provisioning_state + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState end def workflow_status Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus @@ -543,8 +543,8 @@ def workflow_status def recurrence_frequency Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency end - def workflow_trigger_provisioning_state - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState + def days_of_week + Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek end def day_of_week Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek @@ -552,8 +552,8 @@ def day_of_week def integration_account_sku_name Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName end - def days_of_week - Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek + def schema_type + Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType end def map_type Azure::Logic::Mgmt::V2016_06_01::Models::MapType @@ -561,48 +561,48 @@ def map_type def partner_type Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType end - def schema_type - Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType + def agreement_type + Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType end def hashing_algorithm Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm end - def encryption_algorithm - Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm + def sku_name + Azure::Logic::Mgmt::V2016_06_01::Models::SkuName end - def agreement_type - Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType + def signing_algorithm + Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm end def trailing_separator_policy Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy end - def x12_character_set - Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet + def encryption_algorithm + Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm end - def signing_algorithm - Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm + def segment_terminator_suffix + Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix end def x12_date_format Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat end - def x12_time_format - Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat + def x12_character_set + Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet end - def segment_terminator_suffix - Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix + def usage_indicator + Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator end def message_filter_type Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType end - def edifact_character_set - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet - end - def usage_indicator - Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator + def x12_time_format + Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat end def edifact_decimal_indicator Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator end + def edifact_character_set + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet + end def content_link Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink end diff --git a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb index b78cae2b3e..ffbae5a11c 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -10,10 +10,12 @@ module Mgmt WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices module Models + OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType - AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus - StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState 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 @@ -43,10 +45,8 @@ module Models 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 - ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState 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 end class MachineLearningManagementClass @@ -79,17 +79,23 @@ def method_missing(method, *args) end class ModelClasses + def output_port_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType + end def parameter_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType end - def async_operation_status - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + def resource + Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource end def storage_account Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount end - def resource - Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + def async_operation_status + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + end + def provisioning_state + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState end def mode_value_info Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo @@ -178,18 +184,12 @@ def column_type def column_format Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat end - def provisioning_state - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState - 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 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 a67c10beb7..f23406c044 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 + ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact Plan = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan - ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel - ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition + ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable + ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType + ProvisioningState = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ResourceIdentityType - Application = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application + ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel Sku = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku + Application = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application ApplicationListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult ErrorResponse = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ErrorResponse Identity = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity Resource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource GenericResource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource + PlanPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable ApplicationProviderAuthorization = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationProviderAuthorization - ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact - ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult - PlanPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable end class ManagedApplicationsManagementClass @@ -62,30 +62,36 @@ def method_missing(method, *args) end class ModelClasses - def provisioning_state - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState + def application_artifact + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact end def plan Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan end - def application_lock_level - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel + 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 application_artifact_type Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType end - def application_definition - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition + def provisioning_state + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState end def resource_identity_type Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ResourceIdentityType end - def application - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application + def application_lock_level + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel end def sku Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku end + def application + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application + end def application_list_result Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult end @@ -101,21 +107,15 @@ def resource def generic_resource Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource end + def plan_patchable + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable + end def application_provider_authorization Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationProviderAuthorization end - def application_artifact - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact - end - def application_patchable - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable - end def application_definition_list_result Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult end - def plan_patchable - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable - end 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 31f9903f39..9a2cecec38 100644 --- a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb @@ -11,12 +11,12 @@ module Mgmt UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::UserAssignedIdentities module Models - UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities - Operation = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity - OperationDisplay = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult OperationListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult + 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 @@ -50,24 +50,24 @@ def method_missing(method, *args) end class ModelClasses - def user_assigned_identities - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities - end - def operation - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation - end def identity Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity end - def operation_display - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay - end def user_assigned_identities_list_result Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult end def operation_list_result Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult end + def user_assigned_identities + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities + end + def operation + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation + end + def operation_display + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay + end end end end diff --git a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb index 3ae332ec49..9f2683bfce 100644 --- a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb +++ b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb @@ -11,13 +11,13 @@ module Mgmt MarketplaceAgreements = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::MarketplaceAgreements module Models + ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse Operation = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation OperationDisplay = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError OperationListResult = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult - AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms Resource = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource - ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse + AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms end class MarketplaceOrderingManagementClass @@ -51,6 +51,9 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse + end def operation Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation end @@ -63,14 +66,11 @@ def error_response_error def operation_list_result Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult end - def agreement_terms - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms - end def resource Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource end - def error_response - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse + def agreement_terms + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms 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 8deee50a86..651116b16f 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -7,6 +7,9 @@ module Azure::Profiles::Latest module MediaServices module Mgmt + 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 Operations = Azure::MediaServices::Mgmt::V2018_03_30_preview::Operations Jobs = Azure::MediaServices::Mgmt::V2018_03_30_preview::Jobs @@ -16,9 +19,6 @@ module Mgmt StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_03_30_preview::StreamingEndpoints LiveEvents = Azure::MediaServices::Mgmt::V2018_03_30_preview::LiveEvents 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 module Models StorageAccountType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StorageAccountType @@ -141,9 +141,9 @@ module Models StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StandardEncoderPreset VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoAnalyzerPreset TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransportStreamFormat - VideoOverlay = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoOverlay Transform = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Transform JobInputClip = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInputClip + JobInputs = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInputs JobInputAsset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInputAsset JobInputHttp = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInputHttp JobOutputAsset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobOutputAsset @@ -184,7 +184,7 @@ module Models LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventResourceState StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointResourceState - JobInputs = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInputs + VideoOverlay = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoOverlay ProxyResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource TrackedResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource Resource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Resource @@ -198,7 +198,7 @@ module Models end class MediaServicesManagementClass - attr_reader :transforms, :operations, :jobs, :streaming_policies, :streaming_locators, :live_outputs, :streaming_endpoints, :live_events, :locations, :mediaservices, :assets, :content_key_policies, :configurable, :base_url, :options, :model_classes + attr_reader :mediaservices, :assets, :content_key_policies, :transforms, :operations, :jobs, :streaming_policies, :streaming_locators, :live_outputs, :streaming_endpoints, :live_events, :locations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -208,6 +208,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @mediaservices = @client_0.mediaservices + @assets = @client_0.assets + @content_key_policies = @client_0.content_key_policies @transforms = @client_0.transforms @operations = @client_0.operations @jobs = @client_0.jobs @@ -217,9 +220,6 @@ def initialize(configurable, base_url=nil, options=nil) @streaming_endpoints = @client_0.streaming_endpoints @live_events = @client_0.live_events @locations = @client_0.locations - @mediaservices = @client_0.mediaservices - @assets = @client_0.assets - @content_key_policies = @client_0.content_key_policies @model_classes = ModelClasses.new end @@ -598,15 +598,15 @@ def video_analyzer_preset def transport_stream_format Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransportStreamFormat end - def video_overlay - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoOverlay - end def transform Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Transform end def job_input_clip Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInputClip end + def job_inputs + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInputs + end def job_input_asset Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInputAsset end @@ -727,8 +727,8 @@ def stream_options_flag def streaming_endpoint_resource_state Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointResourceState end - def job_inputs - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobInputs + def video_overlay + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoOverlay end def proxy_resource Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource diff --git a/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb b/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb index 116be05880..be4dab46c4 100644 --- a/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb @@ -39,11 +39,11 @@ module Models CampaignStatisticsResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignStatisticsResult CampaignLocalization = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignLocalization PollQuestionChoiceLocalization = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionChoiceLocalization - FeedbackByDateRangeParameter = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::FeedbackByDateRangeParameter + ExportTaskListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportTaskListResult CampaignPushParameters = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignPushParameters CampaignPushResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignPushResult - ExportTaskListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportTaskListResult ImportTask = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ImportTask + AppCollectionNameAvailability = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::AppCollectionNameAvailability DeviceQueryResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceQueryResult Criterion = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::Criterion DevicesQueryResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DevicesQueryResult @@ -104,7 +104,7 @@ module Models ExportType = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportType JobStates = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::JobStates CampaignKinds = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignKinds - AppCollectionNameAvailability = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::AppCollectionNameAvailability + FeedbackByDateRangeParameter = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::FeedbackByDateRangeParameter end class MobileEngagementManagementClass @@ -212,8 +212,8 @@ def campaign_localization def poll_question_choice_localization Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionChoiceLocalization end - def feedback_by_date_range_parameter - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::FeedbackByDateRangeParameter + def export_task_list_result + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportTaskListResult end def campaign_push_parameters Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignPushParameters @@ -221,12 +221,12 @@ def campaign_push_parameters def campaign_push_result Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignPushResult end - def export_task_list_result - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportTaskListResult - end def import_task Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ImportTask end + def app_collection_name_availability + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::AppCollectionNameAvailability + end def device_query_result Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceQueryResult end @@ -407,8 +407,8 @@ def job_states def campaign_kinds Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignKinds end - def app_collection_name_availability - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::AppCollectionNameAvailability + def feedback_by_date_range_parameter + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::FeedbackByDateRangeParameter end end end diff --git a/azure_sdk/lib/latest/modules/monitor_profile_module.rb b/azure_sdk/lib/latest/modules/monitor_profile_module.rb index 3c134813f9..ecb9fc4463 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -34,9 +34,9 @@ module Models TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType - TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType 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 ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult @@ -57,50 +57,50 @@ module Models RuleManagementEventDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition LocationThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition - ManagementEventRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition RuleEmailAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction RuleWebhookAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction + ManagementEventRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition AlertRuleResource = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResource LogProfileResource = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource ConditionOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator TimeAggregationOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator + ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + ActionGroupResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource + ReceiverStatus = Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus EnableRequest = Azure::Monitor::Mgmt::V2017_04_01::Models::EnableRequest EmailReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::EmailReceiver ActionGroupPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupPatchBody + WebhookReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::WebhookReceiver ActivityLogAlertLeafCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition AzureAppPushReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::AzureAppPushReceiver ActivityLogAlertAllOfCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition AutomationRunbookReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::AutomationRunbookReceiver ActivityLogAlertActionGroup = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup - WebhookReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::WebhookReceiver - ItsmReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver - ActivityLogAlertActionList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList - SmsReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::SmsReceiver Resource = Azure::Monitor::Mgmt::V2017_04_01::Models::Resource - ActionGroupList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList + ActivityLogAlertActionList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList + ItsmReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver ActivityLogAlertPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody - ActionGroupResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource + SmsReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::SmsReceiver ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList - ReceiverStatus = Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus - ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + ActionGroupList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList + 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 - MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType - RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + 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 ErrorResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse 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 end class MonitorManagementClass @@ -219,15 +219,15 @@ def autoscale_setting_resource def metric_statistic_type Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType end - def time_aggregation_type - Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType - 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 + end def scale_type Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType end @@ -288,15 +288,15 @@ def threshold_rule_condition def location_threshold_rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition end - def management_event_rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition - end def rule_email_action Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction end def rule_webhook_action Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction end + def management_event_rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition + end def alert_rule_resource Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResource end @@ -309,6 +309,15 @@ def condition_operator def time_aggregation_operator Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator end + def activity_log_alert_resource + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + end + 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 enable_request Azure::Monitor::Mgmt::V2017_04_01::Models::EnableRequest end @@ -318,6 +327,9 @@ def email_receiver def action_group_patch_body Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupPatchBody end + def webhook_receiver + Azure::Monitor::Mgmt::V2017_04_01::Models::WebhookReceiver + end def activity_log_alert_leaf_condition Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition end @@ -333,38 +345,29 @@ def automation_runbook_receiver def activity_log_alert_action_group Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup end - def webhook_receiver - Azure::Monitor::Mgmt::V2017_04_01::Models::WebhookReceiver - end - def itsm_receiver - Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver + def resource + Azure::Monitor::Mgmt::V2017_04_01::Models::Resource end def activity_log_alert_action_list Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList end - def sms_receiver - Azure::Monitor::Mgmt::V2017_04_01::Models::SmsReceiver - end - def resource - Azure::Monitor::Mgmt::V2017_04_01::Models::Resource - end - def action_group_list - Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList + def itsm_receiver + Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver end def activity_log_alert_patch_body Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody end - def action_group_resource - Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource + def sms_receiver + Azure::Monitor::Mgmt::V2017_04_01::Models::SmsReceiver end def activity_log_alert_list Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList end - def receiver_status - Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus + 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 + def retention_policy + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy end def proxy_only_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource @@ -372,6 +375,9 @@ def proxy_only_resource def log_settings Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings 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 end @@ -381,17 +387,20 @@ def diagnostic_settings_resource_collection def diagnostic_settings_category_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource end - def metric_settings - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings - end 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 retention_policy - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + def baseline + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline + end + def baseline_response + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse + end + def baseline_metadata_value + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue end def time_series_information Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation @@ -411,15 +420,6 @@ def error_response 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 - def baseline_response - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse - end - def baseline_metadata_value - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue - end 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 9896d37f1d..0dfcb84ee9 100644 --- a/azure_sdk/lib/latest/modules/network_profile_module.rb +++ b/azure_sdk/lib/latest/modules/network_profile_module.rb @@ -7,6 +7,9 @@ module Azure::Profiles::Latest module Network module Mgmt + ExpressRouteCircuits = Azure::Network::Mgmt::V2018_01_01::ExpressRouteCircuits + ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_01_01::ExpressRouteServiceProviders + LoadBalancers = Azure::Network::Mgmt::V2018_01_01::LoadBalancers NetworkInterfaces = Azure::Network::Mgmt::V2018_01_01::NetworkInterfaces NetworkSecurityGroups = Azure::Network::Mgmt::V2018_01_01::NetworkSecurityGroups SecurityRules = Azure::Network::Mgmt::V2018_01_01::SecurityRules @@ -41,9 +44,6 @@ module Mgmt ApplicationGateways = Azure::Network::Mgmt::V2018_01_01::ApplicationGateways ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_01_01::ExpressRouteCircuitAuthorizations ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_01_01::ExpressRouteCircuitPeerings - ExpressRouteCircuits = Azure::Network::Mgmt::V2018_01_01::ExpressRouteCircuits - ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_01_01::ExpressRouteServiceProviders - LoadBalancers = Azure::Network::Mgmt::V2018_01_01::LoadBalancers module Models OperationDisplay = Azure::Network::Mgmt::V2018_01_01::Models::OperationDisplay @@ -78,27 +78,27 @@ module Models EffectiveRoute = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRoute ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallDisabledRuleGroup EffectiveRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteListResult - ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule + Error = Azure::Network::Mgmt::V2018_01_01::Models::Error VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringListResult NetworkWatcherListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcherListResult - Error = Azure::Network::Mgmt::V2018_01_01::Models::Error - TopologyParameters = Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters - TagsObject = Azure::Network::Mgmt::V2018_01_01::Models::TagsObject + ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + TagsObject = Azure::Network::Mgmt::V2018_01_01::Models::TagsObject ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroupListResult - MetricSpecification = Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification - Topology = Azure::Network::Mgmt::V2018_01_01::Models::Topology + TopologyParameters = Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters Dimension = Azure::Network::Mgmt::V2018_01_01::Models::Dimension + Topology = Azure::Network::Mgmt::V2018_01_01::Models::Topology VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowParameters VerificationIPFlowResult = Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowResult + BGPCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity NextHopParameters = Azure::Network::Mgmt::V2018_01_01::Models::NextHopParameters + MetricSpecification = Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification NextHopResult = Azure::Network::Mgmt::V2018_01_01::Models::NextHopResult SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewParameters NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceAssociation - SubnetAssociation = Azure::Network::Mgmt::V2018_01_01::Models::SubnetAssociation - BGPCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitRoutesTableSummary SecurityRuleAssociations = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAssociations + SubnetAssociation = Azure::Network::Mgmt::V2018_01_01::Models::SubnetAssociation SecurityGroupViewResult = Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewResult LoadBalancerSku = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSku PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureStorageLocation @@ -134,9 +134,9 @@ module Models ConnectivityIssue = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityIssue ConnectivityHop = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityHop RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRuleListResult - ConnectivityInformation = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityInformation VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayListConnectionsResult AzureReachabilityReportLocation = Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportLocation + AzureReachabilityReportParameters = Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportParameters AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportLatencyInfo GatewayRoute = Azure::Network::Mgmt::V2018_01_01::Models::GatewayRoute AzureReachabilityReportItem = Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportItem @@ -164,12 +164,12 @@ module Models GatewayRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup - AzureReachabilityReportParameters = Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportParameters + 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 - ResourceNavigationLink = Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink - ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectConfiguration + ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet + ConnectivityInformation = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityInformation ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslOptions RouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule @@ -217,12 +217,12 @@ module Models PfsGroup = Azure::Network::Mgmt::V2018_01_01::Models::PfsGroup ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitListResult SubResource = Azure::Network::Mgmt::V2018_01_01::Models::SubResource - ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderBandwidthsOffered - PublicIPAddressListResult = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressListResult - ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayListResult - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddress UsageName = Azure::Network::Mgmt::V2018_01_01::Models::UsageName + ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderBandwidthsOffered Usage = Azure::Network::Mgmt::V2018_01_01::Models::Usage + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddress + ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionResetSharedKey + ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayListResult NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceDnsSettings NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroupListResult VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayListResult @@ -236,7 +236,7 @@ module Models AddressSpace = Azure::Network::Mgmt::V2018_01_01::Models::AddressSpace ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringListResult UsagesListResult = Azure::Network::Mgmt::V2018_01_01::Models::UsagesListResult - ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionResetSharedKey + AuthorizationListResult = Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationListResult ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitServiceProviderProperties RouteTableListResult = Azure::Network::Mgmt::V2018_01_01::Models::RouteTableListResult NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceListResult @@ -262,62 +262,62 @@ module Models ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayIPConfiguration ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCertificate ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendIPConfiguration - AuthorizationListResult = Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationListResult - BackendAddressPool = Azure::Network::Mgmt::V2018_01_01::Models::BackendAddressPool + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendPort + PublicIPAddressListResult = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressListResult ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsArpTableListResult InboundNatRule = Azure::Network::Mgmt::V2018_01_01::Models::InboundNatRule - SecurityRule = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRule + BackendAddressPool = Azure::Network::Mgmt::V2018_01_01::Models::BackendAddressPool NetworkInterface = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterface - NetworkSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroup + SecurityRule = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRule Route = Azure::Network::Mgmt::V2018_01_01::Models::Route - RouteTable = Azure::Network::Mgmt::V2018_01_01::Models::RouteTable + NetworkSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroup PublicIPAddress = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddress - IPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::IPConfiguration + RouteTable = Azure::Network::Mgmt::V2018_01_01::Models::RouteTable Subnet = Azure::Network::Mgmt::V2018_01_01::Models::Subnet - NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfiguration + IPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::IPConfiguration ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddressPool - ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHttpSettings - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendPort - ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayPathRule + NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfiguration ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayHttpListener - ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRule + ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHttpSettings ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProbe - ApplicationGateway = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGateway + ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayPathRule ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayUrlPathMap - ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeering + ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRule ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitAuthorization - ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProvider + ApplicationGateway = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGateway ExpressRouteCircuit = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuit - LoadBalancingRule = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancingRule + ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeering FrontendIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::FrontendIPConfiguration - InboundNatPool = Azure::Network::Mgmt::V2018_01_01::Models::InboundNatPool + ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProvider Probe = Azure::Network::Mgmt::V2018_01_01::Models::Probe - LoadBalancer = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancer + LoadBalancingRule = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancingRule OutboundNatRule = Azure::Network::Mgmt::V2018_01_01::Models::OutboundNatRule - VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayIPConfiguration + InboundNatPool = Azure::Network::Mgmt::V2018_01_01::Models::InboundNatPool VirtualNetwork = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetwork - VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRevokedCertificate + LoadBalancer = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancer VpnClientRootCertificate = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRootCertificate - LocalNetworkGateway = Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGateway + VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayIPConfiguration VirtualNetworkGateway = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGateway - ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySkuName + VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRevokedCertificate VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnection + LocalNetworkGateway = Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGateway + IPAllocationMethod = Azure::Network::Mgmt::V2018_01_01::Models::IPAllocationMethod TransportProtocol = Azure::Network::Mgmt::V2018_01_01::Models::TransportProtocol SecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleProtocol - IPAllocationMethod = Azure::Network::Mgmt::V2018_01_01::Models::IPAllocationMethod SecurityRuleAccess = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAccess + SecurityRuleDirection = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleDirection IPVersion = Azure::Network::Mgmt::V2018_01_01::Models::IPVersion RouteNextHopType = Azure::Network::Mgmt::V2018_01_01::Models::RouteNextHopType - SecurityRuleDirection = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleDirection - ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayCookieBasedAffinity ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProtocol + ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayCookieBasedAffinity + ApplicationGatewayTier = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayTier ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayOperationalState ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRuleType ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - AuthorizationUseStatus = Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationUseStatus - ApplicationGatewayTier = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayTier - ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringType + ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySkuName ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringState + 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 ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ServiceProviderProvisioningState @@ -331,12 +331,12 @@ module Models ProcessorArchitecture = Azure::Network::Mgmt::V2018_01_01::Models::ProcessorArchitecture VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionType VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus - Protocol = Azure::Network::Mgmt::V2018_01_01::Models::Protocol ProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState + Protocol = Azure::Network::Mgmt::V2018_01_01::Models::Protocol end class NetworkManagementClass - attr_reader :network_interfaces, :network_security_groups, :security_rules, :public_ipaddresses, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :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, :connection_monitors, :operations, :route_filters, :route_filter_rules, :bgp_service_communities, :virtual_network_peerings, :application_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :configurable, :base_url, :options, :model_classes + attr_reader :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :network_security_groups, :security_rules, :public_ipaddresses, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :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, :connection_monitors, :operations, :route_filters, :route_filter_rules, :bgp_service_communities, :virtual_network_peerings, :application_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -346,6 +346,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @express_route_circuits = @client_0.express_route_circuits + @express_route_service_providers = @client_0.express_route_service_providers + @load_balancers = @client_0.load_balancers @network_interfaces = @client_0.network_interfaces @network_security_groups = @client_0.network_security_groups @security_rules = @client_0.security_rules @@ -380,9 +383,6 @@ def initialize(configurable, base_url=nil, options=nil) @application_gateways = @client_0.application_gateways @express_route_circuit_authorizations = @client_0.express_route_circuit_authorizations @express_route_circuit_peerings = @client_0.express_route_circuit_peerings - @express_route_circuits = @client_0.express_route_circuits - @express_route_service_providers = @client_0.express_route_service_providers - @load_balancers = @client_0.load_balancers @model_classes = ModelClasses.new end @@ -497,8 +497,8 @@ def application_gateway_firewall_disabled_rule_group def effective_route_list_result Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteListResult end - def application_gateway_firewall_rule - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule + def error + Azure::Network::Mgmt::V2018_01_01::Models::Error end def virtual_network_peering_list_result Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringListResult @@ -506,39 +506,42 @@ def virtual_network_peering_list_result def network_watcher_list_result Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcherListResult end - def error - Azure::Network::Mgmt::V2018_01_01::Models::Error + def application_gateway_firewall_rule + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule end - def topology_parameters - Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters + def application_gateway_available_ssl_predefined_policies + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies end def tags_object Azure::Network::Mgmt::V2018_01_01::Models::TagsObject end - def application_gateway_available_ssl_predefined_policies - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies - end def application_security_group_list_result Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroupListResult end - def metric_specification - Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification - end - def topology - Azure::Network::Mgmt::V2018_01_01::Models::Topology + def topology_parameters + Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters end def dimension Azure::Network::Mgmt::V2018_01_01::Models::Dimension end + def topology + Azure::Network::Mgmt::V2018_01_01::Models::Topology + end def verification_ipflow_parameters Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowParameters end def verification_ipflow_result Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowResult end + def bgpcommunity + Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity + end def next_hop_parameters Azure::Network::Mgmt::V2018_01_01::Models::NextHopParameters end + def metric_specification + Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification + end def next_hop_result Azure::Network::Mgmt::V2018_01_01::Models::NextHopResult end @@ -548,18 +551,15 @@ def security_group_view_parameters def network_interface_association Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceAssociation end - def subnet_association - Azure::Network::Mgmt::V2018_01_01::Models::SubnetAssociation - end - def bgpcommunity - Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity - end def express_route_circuit_routes_table_summary Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitRoutesTableSummary end def security_rule_associations Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAssociations end + def subnet_association + Azure::Network::Mgmt::V2018_01_01::Models::SubnetAssociation + end def security_group_view_result Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewResult end @@ -665,15 +665,15 @@ def connectivity_hop def route_filter_rule_list_result Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRuleListResult end - def connectivity_information - Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityInformation - end def virtual_network_gateway_list_connections_result Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayListConnectionsResult end def azure_reachability_report_location Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportLocation end + def azure_reachability_report_parameters + Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportParameters + end def azure_reachability_report_latency_info Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportLatencyInfo end @@ -755,8 +755,8 @@ def connection_monitor_query_result def application_security_group Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup end - def azure_reachability_report_parameters - Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportParameters + def resource_navigation_link + Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink end def availability Azure::Network::Mgmt::V2018_01_01::Models::Availability @@ -764,14 +764,14 @@ def availability def application_gateway_authentication_certificate Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate end - def resource_navigation_link - Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink + def application_gateway_redirect_configuration + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectConfiguration end def application_gateway_firewall_rule_set Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet end - def application_gateway_redirect_configuration - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectConfiguration + def connectivity_information + Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityInformation end def application_gateway_ssl_predefined_policy Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy @@ -914,23 +914,23 @@ def express_route_circuit_list_result def sub_resource Azure::Network::Mgmt::V2018_01_01::Models::SubResource end + def usage_name + Azure::Network::Mgmt::V2018_01_01::Models::UsageName + end def express_route_service_provider_bandwidths_offered Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderBandwidthsOffered end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressListResult - end - def application_gateway_list_result - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayListResult + def usage + Azure::Network::Mgmt::V2018_01_01::Models::Usage end def application_gateway_backend_address Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddress end - def usage_name - Azure::Network::Mgmt::V2018_01_01::Models::UsageName + def connection_reset_shared_key + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionResetSharedKey end - def usage - Azure::Network::Mgmt::V2018_01_01::Models::Usage + def application_gateway_list_result + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayListResult end def network_interface_dns_settings Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceDnsSettings @@ -971,8 +971,8 @@ def express_route_circuit_peering_list_result def usages_list_result Azure::Network::Mgmt::V2018_01_01::Models::UsagesListResult end - def connection_reset_shared_key - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionResetSharedKey + def authorization_list_result + Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationListResult end def express_route_circuit_service_provider_properties Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitServiceProviderProperties @@ -1049,11 +1049,11 @@ def application_gateway_ssl_certificate def application_gateway_frontend_ipconfiguration Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendIPConfiguration end - def authorization_list_result - Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationListResult + def application_gateway_frontend_port + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendPort end - def backend_address_pool - Azure::Network::Mgmt::V2018_01_01::Models::BackendAddressPool + def public_ipaddress_list_result + Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressListResult end def express_route_circuits_arp_table_list_result Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsArpTableListResult @@ -1061,140 +1061,140 @@ def express_route_circuits_arp_table_list_result def inbound_nat_rule Azure::Network::Mgmt::V2018_01_01::Models::InboundNatRule end - def security_rule - Azure::Network::Mgmt::V2018_01_01::Models::SecurityRule + def backend_address_pool + Azure::Network::Mgmt::V2018_01_01::Models::BackendAddressPool end def network_interface Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterface end - def network_security_group - Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroup + def security_rule + Azure::Network::Mgmt::V2018_01_01::Models::SecurityRule end def route Azure::Network::Mgmt::V2018_01_01::Models::Route end - def route_table - Azure::Network::Mgmt::V2018_01_01::Models::RouteTable + def network_security_group + Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroup end def public_ipaddress Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddress end - def ipconfiguration - Azure::Network::Mgmt::V2018_01_01::Models::IPConfiguration + def route_table + Azure::Network::Mgmt::V2018_01_01::Models::RouteTable end def subnet Azure::Network::Mgmt::V2018_01_01::Models::Subnet end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfiguration + def ipconfiguration + Azure::Network::Mgmt::V2018_01_01::Models::IPConfiguration end def application_gateway_backend_address_pool Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddressPool end - def application_gateway_backend_http_settings - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHttpSettings - end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendPort - end - def application_gateway_path_rule - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayPathRule + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfiguration end def application_gateway_http_listener Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayHttpListener end - def application_gateway_request_routing_rule - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRule + def application_gateway_backend_http_settings + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHttpSettings end def application_gateway_probe Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProbe end - def application_gateway - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGateway + def application_gateway_path_rule + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayPathRule end def application_gateway_url_path_map Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayUrlPathMap end - def express_route_circuit_peering - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeering + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRule end def express_route_circuit_authorization Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitAuthorization end - def express_route_service_provider - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProvider + def application_gateway + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGateway end def express_route_circuit Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuit end - def load_balancing_rule - Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancingRule + def express_route_circuit_peering + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeering end def frontend_ipconfiguration Azure::Network::Mgmt::V2018_01_01::Models::FrontendIPConfiguration end - def inbound_nat_pool - Azure::Network::Mgmt::V2018_01_01::Models::InboundNatPool + def express_route_service_provider + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProvider end def probe Azure::Network::Mgmt::V2018_01_01::Models::Probe end - def load_balancer - Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancer + def load_balancing_rule + Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancingRule end def outbound_nat_rule Azure::Network::Mgmt::V2018_01_01::Models::OutboundNatRule end - def virtual_network_gateway_ipconfiguration - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayIPConfiguration + def inbound_nat_pool + Azure::Network::Mgmt::V2018_01_01::Models::InboundNatPool end def virtual_network Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetwork end - def vpn_client_revoked_certificate - Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRevokedCertificate + def load_balancer + Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancer end def vpn_client_root_certificate Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRootCertificate end - def local_network_gateway - Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGateway + def virtual_network_gateway_ipconfiguration + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayIPConfiguration end def virtual_network_gateway Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGateway end - def application_gateway_sku_name - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySkuName + def vpn_client_revoked_certificate + Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRevokedCertificate end def virtual_network_gateway_connection Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnection end + def local_network_gateway + Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGateway + end + def ipallocation_method + Azure::Network::Mgmt::V2018_01_01::Models::IPAllocationMethod + end def transport_protocol Azure::Network::Mgmt::V2018_01_01::Models::TransportProtocol end def security_rule_protocol Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleProtocol end - def ipallocation_method - Azure::Network::Mgmt::V2018_01_01::Models::IPAllocationMethod - end def security_rule_access Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAccess end + def security_rule_direction + Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleDirection + end def ipversion Azure::Network::Mgmt::V2018_01_01::Models::IPVersion end def route_next_hop_type Azure::Network::Mgmt::V2018_01_01::Models::RouteNextHopType end - def security_rule_direction - Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleDirection + def application_gateway_protocol + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProtocol end def application_gateway_cookie_based_affinity Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayCookieBasedAffinity end - def application_gateway_protocol - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProtocol + def application_gateway_tier + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayTier end def application_gateway_operational_state Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayOperationalState @@ -1205,17 +1205,17 @@ def application_gateway_request_routing_rule_type def express_route_circuit_peering_advertised_public_prefix_state Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end - def authorization_use_status - Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationUseStatus + def application_gateway_sku_name + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySkuName end - def application_gateway_tier - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayTier + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringState end def express_route_circuit_peering_type Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringType end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringState + def authorization_use_status + Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationUseStatus end def express_route_circuit_sku_tier Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuTier @@ -1256,12 +1256,12 @@ def virtual_network_gateway_connection_type def virtual_network_gateway_connection_status Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus end - def protocol - Azure::Network::Mgmt::V2018_01_01::Models::Protocol - end def provisioning_state Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState end + def protocol + Azure::Network::Mgmt::V2018_01_01::Models::Protocol + 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 c5a3cd58cb..94ef717ff9 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -9,15 +9,16 @@ module NewsSearch NewsOperations = Azure::CognitiveServices::NewsSearch::V1_0::NewsOperations module Models + MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle - News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News - NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic - Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase - VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject - Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News + 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 @@ -26,13 +27,12 @@ module Models ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat - SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer + Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization end class NewsSearchDataClass @@ -65,32 +65,35 @@ def method_missing(method, *args) end class ModelClasses + def media_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + end def news_article Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end - def news - Azure::CognitiveServices::NewsSearch::V1_0::Models::News + def response + Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + end + def response_base + Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase end def news_topic Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic end - def query - Azure::CognitiveServices::NewsSearch::V1_0::Models::Query - end - def response_base - Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase + def trending_topics + Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end def video_object Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject end - def article - Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + def query + Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end - def trending_topics - Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics + def news + Azure::CognitiveServices::NewsSearch::V1_0::Models::News end - def response - Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + def search_results_answer + Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer end def identifiable Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable @@ -116,8 +119,8 @@ def safe_search def text_format Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat end - def search_results_answer - Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer + def article + Azure::CognitiveServices::NewsSearch::V1_0::Models::Article end def error_response Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse @@ -128,14 +131,11 @@ def freshness def image_object Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject end - def organization - Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - end def error Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end - def media_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + def organization + Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization 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 2e18594451..e2074f65b7 100644 --- a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb @@ -7,11 +7,14 @@ module Azure::Profiles::Latest module NotificationHubs module Mgmt + Namespaces = Azure::NotificationHubs::Mgmt::V2017_04_01::Namespaces Operations = Azure::NotificationHubs::Mgmt::V2017_04_01::Operations NotificationHubs = Azure::NotificationHubs::Mgmt::V2017_04_01::NotificationHubs - Namespaces = Azure::NotificationHubs::Mgmt::V2017_04_01::Namespaces module Models + BaiduCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential + SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + CheckAvailabilityResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource SharedAccessAuthorizationRuleResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource @@ -19,9 +22,9 @@ module Models NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse - PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource - NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType + PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName @@ -39,17 +42,14 @@ module Models SharedAccessAuthorizationRuleCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters NotificationHubListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult SharedAccessAuthorizationRuleListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult - SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties MpnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential NamespacePatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters AdmCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential - BaiduCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential - CheckAvailabilityResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult NamespaceListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult end class NotificationHubsManagementClass - attr_reader :operations, :notification_hubs, :namespaces, :configurable, :base_url, :options, :model_classes + attr_reader :namespaces, :operations, :notification_hubs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -59,9 +59,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @namespaces = @client_0.namespaces @operations = @client_0.operations @notification_hubs = @client_0.notification_hubs - @namespaces = @client_0.namespaces @model_classes = ModelClasses.new end @@ -80,6 +80,15 @@ def method_missing(method, *args) end class ModelClasses + def baidu_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential + end + def shared_access_authorization_rule_properties + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + end + def check_availability_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult + end def namespace_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters end @@ -101,14 +110,14 @@ def notification_hub_resource def debug_send_response Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse end - def pns_credentials_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + def sku + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku end def namespace_type Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType end - def sku - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + def pns_credentials_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource end def sub_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource @@ -161,9 +170,6 @@ def notification_hub_list_result def shared_access_authorization_rule_list_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult end - def shared_access_authorization_rule_properties - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties - end def mpns_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential end @@ -173,12 +179,6 @@ def namespace_patch_parameters def adm_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential end - def baidu_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential - end - def check_availability_result - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult - end def namespace_list_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult end diff --git a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb index ba6b9382ac..569bb2e8d1 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -9,10 +9,10 @@ module OperationalInsights module Mgmt StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights SavedSearches = Azure::OperationalInsights::Mgmt::V2015_03_20::SavedSearches - Workspaces = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Workspaces - Operations = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Operations LinkedServices = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::LinkedServices DataSources = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::DataSources + Workspaces = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Workspaces + Operations = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Operations module Models Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag @@ -66,7 +66,7 @@ module Models end class OperationalInsightsManagementClass - attr_reader :storage_insights, :saved_searches, :workspaces, :operations, :linked_services, :data_sources, :configurable, :base_url, :options, :model_classes + attr_reader :storage_insights, :saved_searches, :linked_services, :data_sources, :workspaces, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -84,10 +84,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @workspaces = @client_1.workspaces - @operations = @client_1.operations @linked_services = @client_1.linked_services @data_sources = @client_1.data_sources + @workspaces = @client_1.workspaces + @operations = @client_1.operations @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/latest/modules/policy_profile_module.rb b/azure_sdk/lib/latest/modules/policy_profile_module.rb index ce80929953..c83351db5b 100644 --- a/azure_sdk/lib/latest/modules/policy_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policy_profile_module.rb @@ -8,13 +8,14 @@ module Azure::Profiles::Latest module Policy module Mgmt PolicyDefinitions = Azure::Policy::Mgmt::V2016_12_01::PolicyDefinitions - PolicySetDefinitions = Azure::Policy::Mgmt::V2017_06_01_preview::PolicySetDefinitions PolicyAssignments = Azure::Policy::Mgmt::V2017_06_01_preview::PolicyAssignments + PolicySetDefinitions = Azure::Policy::Mgmt::V2017_06_01_preview::PolicySetDefinitions 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 - PolicyMode = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode + 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 @@ -22,11 +23,10 @@ module Models PolicyAssignment = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignment PolicyAssignmentListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignmentListResult PolicyType = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType - ErrorResponse = Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse end class PolicyManagementClass - attr_reader :policy_definitions, :policy_set_definitions, :policy_assignments, :configurable, :base_url, :options, :model_classes + attr_reader :policy_definitions, :policy_assignments, :policy_set_definitions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,8 +43,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @policy_set_definitions = @client_1.policy_set_definitions @policy_assignments = @client_1.policy_assignments + @policy_set_definitions = @client_1.policy_set_definitions @model_classes = ModelClasses.new end @@ -65,14 +65,17 @@ def method_missing(method, *args) end class ModelClasses + def policy_mode + Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode + end def policy_definition Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinition end def policy_definition_list_result Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinitionListResult end - def policy_mode - Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode + 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 @@ -95,9 +98,6 @@ def policy_assignment_list_result def policy_type Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType end - def error_response - Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse - end end end end diff --git a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb index 4a4f6e47a0..9e7b9ed42c 100644 --- a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb +++ b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb @@ -17,10 +17,10 @@ module Models WorkspaceCollectionAccessKey = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey CreateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest Display = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display - Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace + UpdateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest AzureSku = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku CheckNameRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest - UpdateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest + Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList @@ -81,8 +81,8 @@ def create_workspace_collection_request def display Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display end - def workspace - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace + def update_workspace_collection_request + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest end def azure_sku Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku @@ -90,8 +90,8 @@ def azure_sku def check_name_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest end - def update_workspace_collection_request - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest + def workspace + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace end def workspace_list Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList diff --git a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb index 53ef6768f6..3d2fe2644f 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -10,18 +10,21 @@ module Mgmt Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations 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 VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages + ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages module Models + TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault + VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource 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 UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit - VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName @@ -47,13 +50,10 @@ module Models ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource - PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault - VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource end class RecoveryServicesManagementClass - attr_reader :operations, :vault_certificates, :registered_identities, :replication_usages, :vaults, :vault_extended_info_operations, :usages, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :vault_certificates, :registered_identities, :vaults, :vault_extended_info_operations, :usages, :replication_usages, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -66,10 +66,10 @@ def initialize(configurable, base_url=nil, options=nil) @operations = @client_0.operations @vault_certificates = @client_0.vault_certificates @registered_identities = @client_0.registered_identities - @replication_usages = @client_0.replication_usages @vaults = @client_0.vaults @vault_extended_info_operations = @client_0.vault_extended_info_operations @usages = @client_0.usages + @replication_usages = @client_0.replication_usages @model_classes = ModelClasses.new end @@ -88,6 +88,15 @@ def method_missing(method, *args) end class ModelClasses + def tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + end + def patch_vault + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault + end + def vault_extended_info_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource + end def auth_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType end @@ -100,12 +109,12 @@ def trigger_type def usages_unit Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit end - def vault_properties - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties - end def sku Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku end + def vault_properties + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties + end def vault Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault end @@ -181,15 +190,6 @@ def resource_certificate_and_acs_details def patch_tracked_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource end - def tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource - end - def patch_vault - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault - end - def vault_extended_info_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource - end end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb index 345cd066f8..fa3d6a514f 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -45,12 +45,14 @@ module Mgmt BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries module Models + ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse - ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification - ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi + AzureIaaSComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer + AzureIaaSComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem AzureSQLAGWorkloadContainerProtectionContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSQLAGWorkloadContainerProtectionContainer AzureSqlContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSqlContainer AzureStorageContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureStorageContainer @@ -179,15 +181,15 @@ module Models AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRestoreRequest AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer AzureIaaSClassicComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem - AzureIaaSComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer - AzureIaaSComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem + SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy - DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy + JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem @@ -213,8 +215,8 @@ module Models ProtectedItemHealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail BackupManagementType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType - WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource + WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType ProtectionStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus RetentionDurationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType RetentionScheduleFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat @@ -233,73 +235,71 @@ module Models AzureWorkloadJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo - ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent - AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails - DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList + PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse - PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest 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 AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo - MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat - PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse + DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo - YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule - BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList + DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy - BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest - AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo - FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest - 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 + AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject - AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob - ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule + AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule - DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob - ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem - OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource - AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule - JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource - AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - 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 - ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource + AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo + MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy - Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type - JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem - JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList - AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem end class RecoveryServicesBackupManagementClass @@ -383,6 +383,12 @@ def method_missing(method, *args) end class ModelClasses + def client_discovery_for_log_specification + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + end + def client_discovery_value_for_single_api + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi + end def client_discovery_display Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay end @@ -395,11 +401,11 @@ def client_discovery_for_properties 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 + def azure_iaa_scompute_vmcontainer + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer end - def client_discovery_value_for_single_api - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi + def azure_iaa_scompute_vmprotectable_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem end def azure_sqlagworkload_container_protection_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSQLAGWorkloadContainerProtectionContainer @@ -785,11 +791,11 @@ def azure_iaa_sclassic_compute_vmcontainer def azure_iaa_sclassic_compute_vmprotectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem end - def azure_iaa_scompute_vmcontainer - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer + def support_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus end - def azure_iaa_scompute_vmprotectable_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem + def azure_iaa_scompute_vmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem end def azure_iaa_svmprotection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy @@ -803,15 +809,15 @@ def azure_sql_protected_item def azure_sql_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy end - def day_of_week - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek - end def health_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState end def azure_vm_workload_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy end + def job_supported_action + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + end def azure_vm_workload_sqldatabase_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem end @@ -887,12 +893,12 @@ def error_detail def backup_management_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType end - def workload_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType - end def resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource end + def workload_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType + end def protection_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus end @@ -947,17 +953,17 @@ def azure_workload_job_extended_info def dpmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo end - def protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + def mab_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails end def azure_iaa_svmjob_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end - def mab_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + def backup_management_usage_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList end - def daily_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + def pre_validate_enable_backup_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse end def azure_iaa_svmhealth_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails @@ -968,8 +974,8 @@ def azure_storage_job_task_details 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 + def backup_status_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest end def bmsbackup_summaries_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject @@ -986,14 +992,14 @@ def operation_result_info_base def azure_iaa_svmjob_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails end + def pre_validate_enable_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + end def azure_storage_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end - def mab_file_folder_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - end - def dpm_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + def retention_duration + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration end def backup_management_usage Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage @@ -1001,92 +1007,92 @@ def backup_management_usage def daily_retention_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat end - def pre_validate_enable_backup_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse + def daily_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule end def day Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day end - def retention_duration - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + def mab_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end def azure_vm_workload_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo end - def yearly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule + def dpm_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo end - def backup_management_usage_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList + def mab_file_folder_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo end def schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy end - def backup_status_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject end def azure_storage_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + def job_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject 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 + 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 + def job_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList end - def job_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest end - def azure_iaa_svmjob - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest end - def protected_item_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject + def yearly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule end def azure_iaa_svmerror_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo end - def weekly_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat - end def weekly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule end - def dpm_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + def protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent end - def export_jobs_operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + def azure_iaa_svmjob + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + end + def azure_resource_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent end def azure_fileshare_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def protected_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList end def protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem end - def operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + def dpm_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob end - def operation_result_info_base_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + def export_jobs_operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo end - def azure_resource_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + def job_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource end def azure_storage_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end - def mab_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + def protected_item_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject end def azure_workload_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob @@ -1097,26 +1103,26 @@ def operation_worker_response def monthly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule end - def job_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + def protection_intent_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource end def azure_iaa_svmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo end - def job_supported_action - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + def mab_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob end - def support_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + def operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo end - def fabric_name - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + def operation_result_info_base_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource end - def protected_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList + def type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type end - def protection_intent_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource + 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 @@ -1127,11 +1133,11 @@ def azure_fileshare_protected_item def azure_file_share_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy end - def type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + def fabric_name + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName end - def job_operation_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + def day_of_week + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek end def mab_server_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType @@ -1142,12 +1148,6 @@ def azure_iaa_svmprotected_item def azure_iaa_sclassic_compute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem end - def job_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList - end - def azure_iaa_scompute_vmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem - 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 d823e8873d..89d3a297e1 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -7,6 +7,8 @@ module Azure::Profiles::Latest module RecoveryServicesSiteRecovery module Mgmt + ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationVaultHealth + 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 @@ -16,7 +18,7 @@ module Mgmt ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationRecoveryPlans ReplicationProtectionContainers = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainers ReplicationProtectionContainerMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainerMappings - ReplicationProtectedItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectedItems + RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::RecoveryPoints ReplicationProtectableItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectableItems ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationPolicies ReplicationNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworks @@ -25,90 +27,91 @@ module Mgmt ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationEvents Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Operations ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationAlertSettings - ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationVaultHealth - RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::RecoveryPoints module Models - 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 - InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput + JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails + HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails 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 - InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput + InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails + InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput 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 - A2AApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput + InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput + InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput 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 - ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails + InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput + InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput 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 - AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails + InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput + A2AApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput 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 - AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails + FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails + ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails 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 - SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails + ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails + AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails 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 - HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails + RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails + AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails 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 + ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails + SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails 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 - VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails + HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails + HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails A2APolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails - HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput - InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput + InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails + InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails 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 - RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails + RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails + VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails 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 - RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput + HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput + InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput 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 - AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput + VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput + RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails 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 - PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections + RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput + RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput 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 - Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job + RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput + AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations - IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType - DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason + ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation + Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorCategory RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType + IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType + DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason + PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections + 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 + LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionLocation - HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType + 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 + SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType + InMageV2RpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageV2RpRecoveryPointType Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Event PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyCollection RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RoleAssignment @@ -289,75 +292,72 @@ module Models InMageDiskSignatureExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions NetworkMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet - ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput + Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource AzureToAzureVmSyncedConfigDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails InMageVolumeExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions - Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource - ASRTask = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask - 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 - MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate + ASRTask = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask + ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput A2AProtectedManagedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails - Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric - LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork + PolicyProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties + SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert - ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem - ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping + Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric + MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping - RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider - ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer + ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem + LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network - 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 + 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 Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy - VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails + StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification + RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint + VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter + ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings - VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter - AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput - VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput - RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings - VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput - VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput + VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails + ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput - HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails - VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails + AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput + VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails - HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails - HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails + VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput 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 - A2AReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails + HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails + VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails 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 - InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput + HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails + HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails 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 - A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput + InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails + A2AReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails 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 - HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails + InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput + InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails - JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails - HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails + InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput 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 + HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails + HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails end class RecoveryServicesSiteRecoveryManagementClass - attr_reader :replication_network_mappings, :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_protected_items, :replication_protectable_items, :replication_policies, :replication_networks, :replication_logical_networks, :replication_jobs, :replication_events, :operations, :replication_alert_settings, :replication_vault_health, :recovery_points, :configurable, :base_url, :options, :model_classes + attr_reader :replication_vault_health, :replication_protected_items, :replication_network_mappings, :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, :recovery_points, :replication_protectable_items, :replication_policies, :replication_networks, :replication_logical_networks, :replication_jobs, :replication_events, :operations, :replication_alert_settings, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -367,6 +367,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @replication_vault_health = @client_0.replication_vault_health + @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 @@ -376,7 +378,7 @@ def initialize(configurable, base_url=nil, options=nil) @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_protected_items = @client_0.replication_protected_items + @recovery_points = @client_0.recovery_points @replication_protectable_items = @client_0.replication_protectable_items @replication_policies = @client_0.replication_policies @replication_networks = @client_0.replication_networks @@ -385,8 +387,6 @@ def initialize(configurable, base_url=nil, options=nil) @replication_events = @client_0.replication_events @operations = @client_0.operations @replication_alert_settings = @client_0.replication_alert_settings - @replication_vault_health = @client_0.replication_vault_health - @recovery_points = @client_0.recovery_points @model_classes = ModelClasses.new end @@ -405,20 +405,17 @@ def method_missing(method, *args) end class ModelClasses - def in_mage_disable_protection_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput - end def vmware_virtual_machine_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails end def replication_group_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails end - def in_mage_azure_v2_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput + def job_status_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails end - def in_mage_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput + def hyper_vvirtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails end def hyper_vreplica_azure_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput @@ -426,11 +423,11 @@ def hyper_vreplica_azure_failover_provider_input def hyper_vreplica_azure_failback_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput end - def in_mage_azure_v2_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput + def in_mage_azure_v2_recovery_point_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails end - def in_mage_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput + def in_mage_disable_protection_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput end def a2_afailover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput @@ -438,11 +435,11 @@ def a2_afailover_provider_input def hyper_vreplica_azure_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput end - def in_mage_azure_v2_apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput + def in_mage_azure_v2_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput end - def a2_aapply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput + def in_mage_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput end def a2_areprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput @@ -450,11 +447,11 @@ def a2_areprotect_input def hyper_vreplica_azure_apply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput end - def fabric_replication_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails + def in_mage_azure_v2_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput end - def manual_action_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails + def in_mage_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput end def job_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails @@ -462,11 +459,11 @@ def job_task_details def virtual_machine_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails end - def consistency_check_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails + def in_mage_azure_v2_apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput end - def automation_runbook_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails + def a2_aapply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput end def script_action_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails @@ -474,11 +471,11 @@ def script_action_task_details def vm_nic_updates_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails end - def recovery_plan_shutdown_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails + def fabric_replication_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails end - def asr_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails + def manual_action_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails end def inline_workflow_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails @@ -486,11 +483,11 @@ def inline_workflow_task_details def recovery_plan_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails end - def export_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails + def consistency_check_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails end - def switch_protection_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails + def automation_runbook_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails end def test_failover_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails @@ -498,11 +495,11 @@ def test_failover_job_details def failover_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails end - def hyper_vreplica_azure_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails + def recovery_plan_shutdown_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails end - def hyper_vreplica_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails + def asr_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails end def a2_acontainer_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput @@ -510,11 +507,11 @@ def a2_acontainer_creation_input def a2_aswitch_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput end - def in_mage_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails + def export_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails end - def in_mage_azure_v2_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails + def switch_protection_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails end def hyper_vreplica_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails @@ -522,11 +519,11 @@ def hyper_vreplica_policy_details def hyper_vreplica_blue_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails end - def rcm_azure_migration_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails + def hyper_vreplica_azure_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails end - def vmware_cbt_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails + def hyper_vreplica_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails end def in_mage_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails @@ -534,11 +531,11 @@ def in_mage_policy_details def a2_apolicy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails end - def hyper_vreplica_blue_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput + def in_mage_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails end - def in_mage_azure_v2_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput + def in_mage_azure_v2_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails end def hyper_vreplica_azure_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput @@ -546,11 +543,11 @@ def hyper_vreplica_azure_policy_input def hyper_vreplica_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput end - def vmware_cbt_policy_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput + def rcm_azure_migration_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails end - def recovery_plan_script_action_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails + def vmware_cbt_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails end def in_mage_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput @@ -558,11 +555,11 @@ def in_mage_policy_input def a2_apolicy_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput end - def recovery_plan_hyper_vreplica_azure_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput + def hyper_vreplica_blue_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput end - def recovery_plan_hyper_vreplica_azure_failback_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput + def in_mage_azure_v2_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput end def recovery_plan_automation_runbook_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails @@ -570,11 +567,11 @@ def recovery_plan_automation_runbook_action_details def recovery_plan_manual_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails end - def recovery_plan_a2_afailover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput + def vmware_cbt_policy_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput end - def azure_fabric_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput + def recovery_plan_script_action_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails end def recovery_plan_in_mage_azure_v2_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput @@ -582,11 +579,11 @@ def recovery_plan_in_mage_azure_v2_failover_input def recovery_plan_in_mage_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput end - def replication_protected_item_operation - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation + def recovery_plan_hyper_vreplica_azure_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput end - def possible_operations_directions - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections + def recovery_plan_hyper_vreplica_azure_failback_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput end def vmware_v2_fabric_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricCreationInput @@ -594,11 +591,11 @@ def vmware_v2_fabric_creation_input def recovery_plan_group_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType end - def license_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType + def recovery_plan_a2_afailover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput end - def job - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job + def azure_fabric_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput end def failover_deployment_model Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel @@ -606,11 +603,11 @@ def failover_deployment_model def source_site_operations Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations end - def identity_provider_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType + def replication_protected_item_operation + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation end - def disable_protection_reason - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason + def job + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job end def health_error_category Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorCategory @@ -618,17 +615,29 @@ def health_error_category def recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType end + def identity_provider_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType + end + def disable_protection_reason + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason + end + def possible_operations_directions + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections + end + def hyper_vreplica_azure_rp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType + end 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 + def license_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType end 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 data_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus @@ -636,15 +645,15 @@ def data_sync_status def alternate_location_recovery_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlternateLocationRecoveryOption end - 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 set_multi_vm_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus end def a2_arp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType end + def in_mage_v2_rp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageV2RpRecoveryPointType + end def event Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Event end @@ -1185,8 +1194,8 @@ def network_mapping_properties def subnet Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet end - def replication_provider_specific_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput + def resource + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource end def azure_to_azure_vm_synced_config_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails @@ -1194,71 +1203,71 @@ def azure_to_azure_vm_synced_config_details def in_mage_volume_exclusion_options Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions end - def resource - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource + def input_endpoint + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint end def asrtask Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask 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 input_endpoint - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint + def a2_aprotected_managed_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails end def policy_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties 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 a2_aprotected_managed_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails + def alert + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert end def fabric Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric 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 alert - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert + def network_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping end def protectable_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem 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 network_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping + def network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network end def recovery_services_provider Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider end - def protection_container - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer + def protection_container_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping end - def network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network + 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 + def policy + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy 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 recovery_point + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint end - def policy - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy + 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 @@ -1266,26 +1275,14 @@ def azure_to_azure_network_mapping_settings def vmm_to_azure_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings end - def vcenter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter - end - def azure_to_azure_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput - end - def vmm_to_azure_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput - end - def recovery_point - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint - end def vmm_to_vmm_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings end - def vmm_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + def vault_health_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails end - def vmm_to_vmm_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput + def replication_protected_item + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem end def vmm_to_vmm_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput @@ -1293,11 +1290,11 @@ def vmm_to_vmm_create_network_mapping_input def azure_to_azure_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput end - def hyper_vsite_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails + def azure_to_azure_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput end - def vmware_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails + def vmm_to_azure_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput end def azure_fabric_specific_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails @@ -1305,11 +1302,11 @@ def azure_fabric_specific_details 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 hyper_vreplica_blue_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails + def vmm_to_vmm_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput end def vmware_v2_fabric_specific_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails @@ -1317,11 +1314,11 @@ def vmware_v2_fabric_specific_details def hyper_vreplica_base_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails end - def in_mage_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails + def hyper_vsite_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails end - def a2_areplication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails + def vmware_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails end def hyper_vreplica_azure_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails @@ -1329,11 +1326,11 @@ def hyper_vreplica_azure_replication_details def in_mage_azure_v2_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails end - def in_mage_azure_v2_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput + def hyper_vreplica_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails end - def in_mage_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput + def hyper_vreplica_blue_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails end def hyper_vreplica_azure_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput @@ -1341,11 +1338,11 @@ def hyper_vreplica_azure_enable_protection_input def san_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput end - def in_mage_azure_v2_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + def in_mage_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails end - def a2_aupdate_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput + def a2_areplication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails end def a2_aenable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput @@ -1353,11 +1350,11 @@ def a2_aenable_protection_input def hyper_vreplica_azure_update_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput end - def hyper_vreplica2012_r2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails + def in_mage_azure_v2_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput end - def hyper_vreplica_azure_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails + def in_mage_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput end def hyper_vreplica_base_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails @@ -1365,11 +1362,11 @@ def hyper_vreplica_base_event_details def hyper_vreplica2012_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails end - def job_status_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails + def in_mage_azure_v2_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput end - def hyper_vvirtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails + def a2_aupdate_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput end def a2_aevent_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails @@ -1377,8 +1374,11 @@ def a2_aevent_details def in_mage_azure_v2_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails end - def in_mage_azure_v2_recovery_point_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails + def hyper_vreplica2012_r2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails + end + def hyper_vreplica_azure_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails end 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 f9e79f6381..39ba86b715 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -8,9 +8,9 @@ module Azure::Profiles::Latest module Redis module Mgmt Operations = Azure::Redis::Mgmt::V2017_10_01::Operations - FirewallRules = Azure::Redis::Mgmt::V2017_10_01::FirewallRules - LinkedServer = Azure::Redis::Mgmt::V2017_10_01::LinkedServer PatchSchedules = Azure::Redis::Mgmt::V2017_10_01::PatchSchedules + LinkedServer = Azure::Redis::Mgmt::V2017_10_01::LinkedServer + FirewallRules = Azure::Redis::Mgmt::V2017_10_01::FirewallRules Redis = Azure::Redis::Mgmt::V2017_10_01::Redis module Models @@ -18,24 +18,24 @@ module Models RedisRegenerateKeyParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisRegenerateKeyParameters RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleListResult Sku = Azure::Redis::Mgmt::V2017_10_01::Models::Sku - RedisAccessKeys = Azure::Redis::Mgmt::V2017_10_01::Models::RedisAccessKeys + RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerCreateParameters RedisUpdateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisUpdateParameters RedisRebootParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisRebootParameters - RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerCreateParameters RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters ExportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters + RedisAccessKeys = Azure::Redis::Mgmt::V2017_10_01::Models::RedisAccessKeys ImportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters ScheduleEntry = Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList RedisLinkedServer = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer RedisCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters - 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 Resource = Azure::Redis::Mgmt::V2017_10_01::Models::Resource - RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties + RedisFirewallRule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule + RedisForceRebootResponse = Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse RedisPatchSchedule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule + RedisResource = Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource SkuName = Azure::Redis::Mgmt::V2017_10_01::Models::SkuName + RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties SkuFamily = Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily RedisKeyType = Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType RebootType = Azure::Redis::Mgmt::V2017_10_01::Models::RebootType @@ -49,7 +49,7 @@ module Models end class RedisManagementClass - attr_reader :operations, :firewall_rules, :linked_server, :patch_schedules, :redis, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :patch_schedules, :linked_server, :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 @@ -60,9 +60,9 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @firewall_rules = @client_0.firewall_rules - @linked_server = @client_0.linked_server @patch_schedules = @client_0.patch_schedules + @linked_server = @client_0.linked_server + @firewall_rules = @client_0.firewall_rules @redis = @client_0.redis @model_classes = ModelClasses.new @@ -94,8 +94,8 @@ def redis_firewall_rule_list_result def sku Azure::Redis::Mgmt::V2017_10_01::Models::Sku end - def redis_access_keys - Azure::Redis::Mgmt::V2017_10_01::Models::RedisAccessKeys + def redis_linked_server_create_parameters + Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerCreateParameters end def redis_update_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisUpdateParameters @@ -103,15 +103,15 @@ def redis_update_parameters def redis_reboot_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisRebootParameters end - def redis_linked_server_create_parameters - Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerCreateParameters - end def redis_firewall_rule_create_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters end def export_rdbparameters Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters end + def redis_access_keys + Azure::Redis::Mgmt::V2017_10_01::Models::RedisAccessKeys + end def import_rdbparameters Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters end @@ -127,27 +127,27 @@ def redis_linked_server def redis_create_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters end - def redis_force_reboot_response - Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse + def resource + Azure::Redis::Mgmt::V2017_10_01::Models::Resource 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 resource - Azure::Redis::Mgmt::V2017_10_01::Models::Resource - end - def redis_linked_server_with_properties - Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties + def redis_force_reboot_response + Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse end def redis_patch_schedule Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule end + def redis_resource + Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource + end def sku_name Azure::Redis::Mgmt::V2017_10_01::Models::SkuName end + def redis_linked_server_with_properties + Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties + end def sku_family Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily end diff --git a/azure_sdk/lib/latest/modules/relay_profile_module.rb b/azure_sdk/lib/latest/modules/relay_profile_module.rb index 0624bd2f7c..f9f002df7e 100644 --- a/azure_sdk/lib/latest/modules/relay_profile_module.rb +++ b/azure_sdk/lib/latest/modules/relay_profile_module.rb @@ -7,12 +7,15 @@ 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 - Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces module Models + 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 @@ -20,15 +23,15 @@ module Models RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype + Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType - Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku - AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys 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 - RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay @@ -37,13 +40,10 @@ module Models 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 - 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 end class RelayManagementClass - attr_reader :operations, :hybrid_connections, :wcfrelays, :namespaces, :configurable, :base_url, :options, :model_classes + attr_reader :namespaces, :operations, :hybrid_connections, :wcfrelays, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -53,10 +53,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @namespaces = @client_0.namespaces @operations = @client_0.operations @hybrid_connections = @client_0.hybrid_connections @wcfrelays = @client_0.wcfrelays - @namespaces = @client_0.namespaces @model_classes = ModelClasses.new end @@ -75,6 +75,15 @@ def method_missing(method, *args) end class ModelClasses + 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 + end def wcf_relays_list_result Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult end @@ -96,33 +105,33 @@ def relay_update_parameters def relaytype Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype end + def sku + Azure::Relay::Mgmt::V2017_04_01::Models::Sku + end def provisioning_state_enum Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end def key_type Azure::Relay::Mgmt::V2017_04_01::Models::KeyType end - def sku - Azure::Relay::Mgmt::V2017_04_01::Models::Sku - end - def access_keys - Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys - end 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 regenerate_access_key_parameters - Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - end def sku_tier Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier end + def regenerate_access_key_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + end def authorization_rule Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule end @@ -147,15 +156,6 @@ def operation def tracked_resource Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource 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 - end end end end diff --git a/azure_sdk/lib/latest/modules/resources_profile_module.rb b/azure_sdk/lib/latest/modules/resources_profile_module.rb index 7bb68c3f1d..9e644ae66c 100644 --- a/azure_sdk/lib/latest/modules/resources_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resources_profile_module.rb @@ -7,12 +7,12 @@ module Azure::Profiles::Latest module Resources module Mgmt - Tags = Azure::Resources::Mgmt::V2017_05_10::Tags - DeploymentOperations = Azure::Resources::Mgmt::V2017_05_10::DeploymentOperations - Resources = Azure::Resources::Mgmt::V2017_05_10::Resources Deployments = Azure::Resources::Mgmt::V2017_05_10::Deployments Providers = Azure::Resources::Mgmt::V2017_05_10::Providers ResourceGroups = Azure::Resources::Mgmt::V2017_05_10::ResourceGroups + Tags = Azure::Resources::Mgmt::V2017_05_10::Tags + DeploymentOperations = Azure::Resources::Mgmt::V2017_05_10::DeploymentOperations + Resources = Azure::Resources::Mgmt::V2017_05_10::Resources module Models Plan = Azure::Resources::Mgmt::V2017_05_10::Models::Plan @@ -37,26 +37,26 @@ module Models DeploymentListResult = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentListResult TagValue = Azure::Resources::Mgmt::V2017_05_10::Models::TagValue TagDetails = Azure::Resources::Mgmt::V2017_05_10::Models::TagDetails + Sku = Azure::Resources::Mgmt::V2017_05_10::Models::Sku ParametersLink = Azure::Resources::Mgmt::V2017_05_10::Models::ParametersLink - TagsListResult = Azure::Resources::Mgmt::V2017_05_10::Models::TagsListResult DeploymentExportResult = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentExportResult - Sku = Azure::Resources::Mgmt::V2017_05_10::Models::Sku + TargetResource = Azure::Resources::Mgmt::V2017_05_10::Models::TargetResource ProviderResourceType = Azure::Resources::Mgmt::V2017_05_10::Models::ProviderResourceType HttpMessage = Azure::Resources::Mgmt::V2017_05_10::Models::HttpMessage DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentPropertiesExtended - DeploymentOperationProperties = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperationProperties + TagsListResult = Azure::Resources::Mgmt::V2017_05_10::Models::TagsListResult ProviderListResult = Azure::Resources::Mgmt::V2017_05_10::Models::ProviderListResult - TargetResource = Azure::Resources::Mgmt::V2017_05_10::Models::TargetResource + DeploymentOperation = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperation DeploymentProperties = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentProperties ResourceGroupPatchable = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupPatchable BasicDependency = Azure::Resources::Mgmt::V2017_05_10::Models::BasicDependency - ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceProviderOperationDisplayProperties + DeploymentOperationProperties = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperationProperties GenericResourceFilter = Azure::Resources::Mgmt::V2017_05_10::Models::GenericResourceFilter DeploymentExtended = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentExtended AliasPathType = Azure::Resources::Mgmt::V2017_05_10::Models::AliasPathType DeploymentOperationsListResult = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperationsListResult Resource = Azure::Resources::Mgmt::V2017_05_10::Models::Resource - DeploymentOperation = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperation + ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceProviderOperationDisplayProperties ResourceGroupExportResult = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupExportResult GenericResource = Azure::Resources::Mgmt::V2017_05_10::Models::GenericResource DeploymentMode = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentMode @@ -65,7 +65,7 @@ module Models end class ResourcesManagementClass - attr_reader :tags, :deployment_operations, :resources, :deployments, :providers, :resource_groups, :configurable, :base_url, :options, :model_classes + attr_reader :deployments, :providers, :resource_groups, :tags, :deployment_operations, :resources, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -75,12 +75,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @tags = @client_0.tags - @deployment_operations = @client_0.deployment_operations - @resources = @client_0.resources @deployments = @client_0.deployments @providers = @client_0.providers @resource_groups = @client_0.resource_groups + @tags = @client_0.tags + @deployment_operations = @client_0.deployment_operations + @resources = @client_0.resources @model_classes = ModelClasses.new end @@ -165,17 +165,17 @@ def tag_value def tag_details Azure::Resources::Mgmt::V2017_05_10::Models::TagDetails end + def sku + Azure::Resources::Mgmt::V2017_05_10::Models::Sku + end def parameters_link Azure::Resources::Mgmt::V2017_05_10::Models::ParametersLink end - def tags_list_result - Azure::Resources::Mgmt::V2017_05_10::Models::TagsListResult - end def deployment_export_result Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentExportResult end - def sku - Azure::Resources::Mgmt::V2017_05_10::Models::Sku + def target_resource + Azure::Resources::Mgmt::V2017_05_10::Models::TargetResource end def provider_resource_type Azure::Resources::Mgmt::V2017_05_10::Models::ProviderResourceType @@ -186,14 +186,14 @@ def http_message def deployment_properties_extended Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentPropertiesExtended end - def deployment_operation_properties - Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperationProperties + def tags_list_result + Azure::Resources::Mgmt::V2017_05_10::Models::TagsListResult end def provider_list_result Azure::Resources::Mgmt::V2017_05_10::Models::ProviderListResult end - def target_resource - Azure::Resources::Mgmt::V2017_05_10::Models::TargetResource + def deployment_operation + Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperation end def deployment_properties Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentProperties @@ -204,8 +204,8 @@ def resource_group_patchable def basic_dependency Azure::Resources::Mgmt::V2017_05_10::Models::BasicDependency end - def resource_provider_operation_display_properties - Azure::Resources::Mgmt::V2017_05_10::Models::ResourceProviderOperationDisplayProperties + def deployment_operation_properties + Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperationProperties end def generic_resource_filter Azure::Resources::Mgmt::V2017_05_10::Models::GenericResourceFilter @@ -222,8 +222,8 @@ def deployment_operations_list_result def resource Azure::Resources::Mgmt::V2017_05_10::Models::Resource end - def deployment_operation - Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperation + def resource_provider_operation_display_properties + Azure::Resources::Mgmt::V2017_05_10::Models::ResourceProviderOperationDisplayProperties end def resource_group_export_result Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupExportResult diff --git a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb index f33e0f9a19..d4867fc07e 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 + ManagementGroup = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails OperationDisplay = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationDisplay - ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo OperationListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult - CreateGroupRequest = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest + 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 ErrorResponse = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse Operation = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation ErrorDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorDetails end class ResourcesManagementManagementClass - attr_reader :operations, :management_groups, :management_group_subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :management_groups, :management_group_subscriptions, :operations, :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 @@ -64,26 +64,26 @@ def management_group_list_result 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 management_group_details Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails end def operation_display Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationDisplay end - def management_group_child_info - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo - end def operation_list_result Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult end - def create_group_request - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest + def management_group_child_info + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo end 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 + def create_group_request + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest end def error_response Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse diff --git a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb index 3847c9ed5d..7139bc3d95 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -7,10 +7,13 @@ module Azure::Profiles::Latest module Scheduler module Mgmt - Jobs = Azure::Scheduler::Mgmt::V2016_03_01::Jobs JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections + Jobs = Azure::Scheduler::Mgmt::V2016_03_01::Jobs module Models + JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction + JobHistoryFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter + JobMaxRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence JobStateFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter JobRecurrenceScheduleMonthlyOccurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence ServiceBusMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage @@ -28,13 +31,13 @@ module Models 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 + JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType - JobMaxRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus - JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState 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 RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult @@ -51,14 +54,11 @@ module Models JobRecurrenceSchedule = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule JobHistoryDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinition JobCollectionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties - JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties - JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction - JobHistoryFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter end class SchedulerManagementClass - attr_reader :jobs, :job_collections, :configurable, :base_url, :options, :model_classes + attr_reader :job_collections, :jobs, :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) - @jobs = @client_0.jobs @job_collections = @client_0.job_collections + @jobs = @client_0.jobs @model_classes = ModelClasses.new end @@ -88,6 +88,15 @@ def method_missing(method, *args) end class ModelClasses + def job_error_action + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction + end + def job_history_filter + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter + end + def job_max_recurrence + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence + end def job_state_filter Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter end @@ -139,12 +148,12 @@ def job_execution_status def service_bus_authentication_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType end + def job_history_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult + end def service_bus_transport_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType end - def job_max_recurrence - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence - end def recurrence_frequency Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency end @@ -154,12 +163,12 @@ def day_of_week def job_status Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus end - def job_state - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState - end def sku Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku end + def job_state + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState + end def basic_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication end @@ -208,18 +217,9 @@ def job_history_definition def job_collection_properties Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties end - def job_history_list_result - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult - end def job_properties Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties end - def job_error_action - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction - end - def job_history_filter - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter - end end end end diff --git a/azure_sdk/lib/latest/modules/search_profile_module.rb b/azure_sdk/lib/latest/modules/search_profile_module.rb index ab2439db1e..90bdcc8d9a 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -7,22 +7,22 @@ module Azure::Profiles::Latest module Search module Mgmt - Operations = Azure::Search::Mgmt::V2015_08_19::Operations - AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys QueryKeys = Azure::Search::Mgmt::V2015_08_19::QueryKeys Services = Azure::Search::Mgmt::V2015_08_19::Services + Operations = Azure::Search::Mgmt::V2015_08_19::Operations + AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys module Models CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult + Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions - Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku + QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason - QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey 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 @@ -33,7 +33,7 @@ module Models end class SearchManagementClass - attr_reader :operations, :admin_keys, :query_keys, :services, :configurable, :base_url, :options, :model_classes + attr_reader :query_keys, :services, :operations, :admin_keys, :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) - @operations = @client_0.operations - @admin_keys = @client_0.admin_keys @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 @@ -77,14 +77,17 @@ def operation_display def operation_list_result Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult end + def sku + Azure::Search::Mgmt::V2015_08_19::Models::Sku + end def admin_key_result Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult end def search_management_request_options Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions end - def sku - Azure::Search::Mgmt::V2015_08_19::Models::Sku + def query_key + Azure::Search::Mgmt::V2015_08_19::Models::QueryKey end def search_service Azure::Search::Mgmt::V2015_08_19::Models::SearchService @@ -92,9 +95,6 @@ def search_service def unavailable_name_reason Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason end - def query_key - Azure::Search::Mgmt::V2015_08_19::Models::QueryKey - end def hosting_mode Azure::Search::Mgmt::V2015_08_19::Models::HostingMode end diff --git a/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb b/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb index 5fea22c0ea..be7b4f26ed 100644 --- a/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb @@ -7,10 +7,10 @@ module Azure::Profiles::Latest module ServerManagement module Mgmt + PowerShell = Azure::ServerManagement::Mgmt::V2016_07_01_preview::PowerShell Session = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Session Node = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Node Gateway = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Gateway - PowerShell = Azure::ServerManagement::Mgmt::V2016_07_01_preview::PowerShell module Models UpgradeMode = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::UpgradeMode @@ -30,10 +30,10 @@ module Models PowerShellCommandParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandParameters PowerShellTabCompletionParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionParameters PromptMessageResponse = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptMessageResponse - GatewayResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResource + Resource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource NodeResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResource SessionResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionResource - Resource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource + GatewayResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResource 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 @@ -46,7 +46,7 @@ module Models end class ServerManagementManagementClass - attr_reader :session, :node, :gateway, :power_shell, :configurable, :base_url, :options, :model_classes + attr_reader :power_shell, :session, :node, :gateway, :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 @session = @client_0.session @node = @client_0.node @gateway = @client_0.gateway - @power_shell = @client_0.power_shell @model_classes = ModelClasses.new end @@ -129,8 +129,8 @@ def power_shell_tab_completion_parameters def prompt_message_response Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptMessageResponse end - def gateway_resource - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResource + def resource + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource end def node_resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResource @@ -138,8 +138,8 @@ def node_resource def session_resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionResource end - def resource - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource + def gateway_resource + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResource end def power_shell_session_resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResource diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index 3549025aa3..ad59de9374 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -7,15 +7,15 @@ 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 Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces DisasterRecoveryConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::DisasterRecoveryConfigs - EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics - Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions + EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions module Models @@ -26,45 +26,45 @@ module Models SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult - ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult - Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource - SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters + SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription - SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction - PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability - SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule - FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType - Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination - EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult - AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult + AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys + SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus - Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action 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 @@ -72,7 +72,7 @@ module Models end class ServiceBusManagementClass - attr_reader :operations, :queues, :rules, :premium_messaging_regions_operations, :namespaces, :disaster_recovery_configs, :event_hubs, :topics, :regions, :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,15 +82,15 @@ 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 @namespaces = @client_0.namespaces @disaster_recovery_configs = @client_0.disaster_recovery_configs - @event_hubs = @client_0.event_hubs @topics = @client_0.topics - @regions = @client_0.regions + @event_hubs = @client_0.event_hubs @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new @@ -131,9 +131,6 @@ def sbtopic_list_result def sbnamespace_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult end - def error_response - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse - end def premium_messaging_regions_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties end @@ -149,14 +146,17 @@ def rule_list_result def sbauthorization_rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult end - def operation - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation + def message_count_details + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + end + def error_response + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse end def sql_filter Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end - def message_count_details - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + def operation + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end def sbnamespace Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace @@ -167,26 +167,26 @@ def correlation_filter def tracked_resource Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource end - def sbnamespace_update_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters + def sbtopic + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic end def sbsubscription Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription end - def sbqueue - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + def rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule 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 - end def check_name_availability Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability end - def sbtopic - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + def premium_messaging_regions + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + end + def filter_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType end def resource_namespace_patch Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch @@ -194,11 +194,11 @@ def resource_namespace_patch def sbauthorization_rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule end - def filter_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + def sbqueue + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue end - def rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + def sbnamespace_update_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters end def key_type Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType @@ -209,20 +209,23 @@ def capture_description def destination Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination end - def event_hub_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult + def check_name_availability_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end - def access_keys - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys + def resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource end def arm_disaster_recovery_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult end - def check_name_availability_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + def event_hub_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult end - def resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + def access_keys + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys + end + def sku_tier + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier end def sku_name Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName @@ -230,12 +233,12 @@ def sku_name def regenerate_access_key_parameters Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end - def sku_tier - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier - end def eventhub Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub end + def action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + end def arm_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end @@ -245,9 +248,6 @@ def access_rights def entity_status Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus end - def action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action - end def unavailable_reason Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason end diff --git a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb index 45bd2175d6..dfa4e22788 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,15 +7,18 @@ module Azure::Profiles::Latest module ServiceFabric module Mgmt + 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 Operations = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Operations Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service 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 module Models + ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterVersionDetails + ClusterListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterListResult + SettingsParameterDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SettingsParameterDescription ApplicationUpgradePolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationUpgradePolicy SettingsSectionDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SettingsSectionDescription VersionResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResourceList @@ -70,13 +73,10 @@ module Models ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateThumbprint ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradeDeltaHealthPolicy - ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterVersionDetails - ClusterListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterListResult - SettingsParameterDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SettingsParameterDescription end class ServiceFabricManagementClass - attr_reader :application_type, :operations, :service, :version, :application, :clusters, :cluster_versions, :configurable, :base_url, :options, :model_classes + attr_reader :clusters, :cluster_versions, :application_type, :operations, :service, :version, :application, :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) + @clusters = @client_0.clusters + @cluster_versions = @client_0.cluster_versions @application_type = @client_0.application_type @operations = @client_0.operations @service = @client_0.service @version = @client_0.version @application = @client_0.application - @clusters = @client_0.clusters - @cluster_versions = @client_0.cluster_versions @model_classes = ModelClasses.new end @@ -111,6 +111,15 @@ def method_missing(method, *args) end class ModelClasses + def cluster_version_details + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterVersionDetails + end + def cluster_list_result + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterListResult + end + def settings_parameter_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SettingsParameterDescription + end def application_upgrade_policy Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationUpgradePolicy end @@ -273,15 +282,6 @@ def client_certificate_thumbprint def cluster_upgrade_delta_health_policy Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradeDeltaHealthPolicy end - def cluster_version_details - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterVersionDetails - end - def cluster_list_result - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterListResult - end - def settings_parameter_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SettingsParameterDescription - 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 ba98fd0e02..7ce4643bdc 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 - Operations = Azure::Signalr::Mgmt::V2018_03_01_preview::Operations SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR + Operations = Azure::Signalr::Mgmt::V2018_03_01_preview::Operations module Models + SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku - SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters + SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters - SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys - RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource - SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier - SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys + NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList - ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters + SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters end class SignalrManagementClass - attr_reader :operations, :signal_r, :configurable, :base_url, :options, :model_classes + attr_reader :signal_r, :operations, :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) - @operations = @client_0.operations @signal_r = @client_0.signal_r + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -65,6 +65,15 @@ def method_missing(method, *args) end class ModelClasses + def signal_rcreate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + end + def provisioning_state + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + end + def signal_rresource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + end def operation_display Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay end @@ -80,8 +89,8 @@ def metric_specification def resource_sku Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku end - def signal_rupdate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters + def signal_rresource_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList end def service_specification Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification @@ -98,35 +107,26 @@ def signal_rcreate_or_update_properties 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 + def resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource end def signal_rkeys Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys end - def regenerate_key_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + def name_availability_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end - def resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource + def tracked_resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource end - def signal_rcreate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + def signal_rupdate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters 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 tracked_resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - end - def signal_rresource_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList - end - def provisioning_state - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + def regenerate_key_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters end end end diff --git a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb index 48f7d23f5d..e6836bf0fd 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,6 +8,8 @@ module Azure::Profiles::Latest module SpellCheck module Models + Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion @@ -19,9 +21,7 @@ module Models SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response - Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end class SpellCheckDataClass @@ -53,6 +53,12 @@ def method_missing(method, *args) end class ModelClasses + def identifiable + Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer + end def error_code Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode end @@ -86,15 +92,9 @@ def response_base def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end - def identifiable - Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable - end def error Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end - def answer - Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - 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 e9d8614e0d..efad34cd29 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -38,22 +38,22 @@ module Mgmt DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities + 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 DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations - ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys - Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances - SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups - DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions - SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages + FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations + ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents - VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules + Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers + SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages + SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups + VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors 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 @@ -67,6 +67,7 @@ module Mgmt DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials + RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps @@ -77,10 +78,12 @@ module Mgmt ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases - RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies module Models + TableAuditingPolicyProperties = Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties + ImportExtensionRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest + TransparentDataEncryptionActivityListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult RecommendedElasticPoolListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListResult ElasticPoolDatabaseActivityListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivityListResult RecommendedElasticPoolMetric = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolMetric @@ -151,33 +154,33 @@ module Models RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType + SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale - SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState - SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins - DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy - DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction - ElasticPoolState = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState + DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState - DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole - AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + ElasticPoolState = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType - StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType - QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType - UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType - ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit + QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState - QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit - ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole 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 @@ -203,9 +206,6 @@ module Models RecommendedElasticPoolListMetricsResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult SloUsageMetric = Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric GeoBackupPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult - TableAuditingPolicyProperties = Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties - ImportExtensionRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest - TransparentDataEncryptionActivityListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult 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 @@ -257,36 +257,39 @@ module Models SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember - IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod - SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy + RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType - IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType - ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy - SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState - SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy - FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState + ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState + SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult + DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment + DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential @@ -309,17 +312,16 @@ module Models JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType - ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus - JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason - LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy Database = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database DatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate @@ -336,6 +338,7 @@ module Models RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate @@ -367,13 +370,10 @@ module Models ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline - DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment - DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end class SQLManagementClass - attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :database_usages, :server_usages, :capabilities, :database_advisors, :encryption_protectors, :failover_groups, :database_automatic_tuning_operations, :server_keys, :servers, :managed_instances, :sync_groups, :database_recommended_actions, :subscription_usages, :operations, :sync_agents, :virtual_network_rules, :sync_members, :firewall_rules, :server_advisors, :database_blob_auditing_policies, :jobs, :backup_long_term_retention_policies, :databases, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_operations, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :server_automatic_tuning_operations, :server_dns_aliases, :restore_points, :server_security_alert_policies, :configurable, :base_url, :options, :model_classes + attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :database_usages, :server_usages, :capabilities, :server_advisors, :database_recommended_actions, :database_advisors, :encryption_protectors, :database_automatic_tuning_operations, :managed_instances, :failover_groups, :operations, :server_keys, :sync_agents, :servers, :sync_members, :subscription_usages, :sync_groups, :virtual_network_rules, :firewall_rules, :database_blob_auditing_policies, :jobs, :backup_long_term_retention_policies, :databases, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_operations, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :restore_points, :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, :server_security_alert_policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -420,22 +420,22 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @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 @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations - @server_keys = @client_1.server_keys - @servers = @client_1.servers @managed_instances = @client_1.managed_instances - @sync_groups = @client_1.sync_groups - @database_recommended_actions = @client_1.database_recommended_actions - @subscription_usages = @client_1.subscription_usages + @failover_groups = @client_1.failover_groups @operations = @client_1.operations + @server_keys = @client_1.server_keys @sync_agents = @client_1.sync_agents - @virtual_network_rules = @client_1.virtual_network_rules + @servers = @client_1.servers @sync_members = @client_1.sync_members + @subscription_usages = @client_1.subscription_usages + @sync_groups = @client_1.sync_groups + @virtual_network_rules = @client_1.virtual_network_rules @firewall_rules = @client_1.firewall_rules - @server_advisors = @client_1.server_advisors @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -455,6 +455,7 @@ def initialize(configurable, base_url=nil, options=nil) @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations @job_agents = @client_2.job_agents @job_credentials = @client_2.job_credentials + @restore_points = @client_2.restore_points @job_executions = @client_2.job_executions @job_step_executions = @client_2.job_step_executions @job_steps = @client_2.job_steps @@ -465,7 +466,6 @@ def initialize(configurable, base_url=nil, options=nil) @managed_databases = @client_2.managed_databases @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations @server_dns_aliases = @client_2.server_dns_aliases - @restore_points = @client_2.restore_points @server_security_alert_policies = @client_2.server_security_alert_policies @model_classes = ModelClasses.new @@ -489,6 +489,15 @@ def method_missing(method, *args) end class ModelClasses + def table_auditing_policy_properties + Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties + end + def import_extension_request + Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest + end + def transparent_data_encryption_activity_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult + end def recommended_elastic_pool_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListResult end @@ -699,23 +708,23 @@ def database_edition def recommended_index_type Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType end + def security_alert_policy_email_account_admins + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins + end def read_scale Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale end - def security_alert_policy_use_server_default - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault - end def data_masking_state Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState end def data_masking_rule_state Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState end - def security_alert_policy_email_account_admins - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins + def data_masking_function + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction end - def disaster_recovery_configuration_status - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + def security_alert_policy_use_server_default + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault end def disaster_recovery_configuration_auto_failover Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover @@ -723,11 +732,11 @@ def disaster_recovery_configuration_auto_failover def disaster_recovery_configuration_failover_policy Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy end - def data_masking_function - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + def disaster_recovery_configuration_role + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole end - def elastic_pool_state - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState + def disaster_recovery_configuration_status + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus end def elastic_pool_edition Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition @@ -735,11 +744,11 @@ def elastic_pool_edition def geo_backup_policy_state Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState end - def disaster_recovery_configuration_role - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + def storage_key_type + Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType end - def authentication_type - Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + def elastic_pool_state + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState end def unit_type Azure::SQL::Mgmt::V2014_04_01::Models::UnitType @@ -747,11 +756,11 @@ def unit_type def primary_aggregation_type Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType end - def storage_key_type - Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + def unit_definition_type + Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType end - def query_aggregation_function - Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + def authentication_type + Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType end def query_execution_type Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType @@ -759,11 +768,11 @@ def query_execution_type def query_observed_metric_type Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType end - def unit_definition_type - Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + def query_metric_unit + Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit end - def replication_state - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + def query_aggregation_function + Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction end def server_version Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion @@ -771,15 +780,15 @@ def server_version def server_state Azure::SQL::Mgmt::V2014_04_01::Models::ServerState end - def query_metric_unit - Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit + def transparent_data_encryption_activity_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + end + def replication_state + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState end def replication_role Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole end - def transparent_data_encryption_activity_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus - end def metric_name Azure::SQL::Mgmt::V2014_04_01::Models::MetricName end @@ -855,15 +864,6 @@ def slo_usage_metric def geo_backup_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult end - def table_auditing_policy_properties - Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties - end - def import_extension_request - Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest - end - def transparent_data_encryption_activity_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult - end def recommended_action_implementation_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo end @@ -1017,8 +1017,8 @@ def proxy_resource_with_writable_name def sync_member Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember end - def is_retryable - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + def implementation_method + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod end def advisor_status Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus @@ -1035,66 +1035,66 @@ def recommended_action_initiated_by def virtual_network_rule Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end - def sync_agent_linked_database - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase - end def sync_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end def automatic_tuning_disabled_reason Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end + def is_retryable + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + end def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom end - def recommended_action_current_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + def sync_agent_linked_database + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase end - def implementation_method - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod + def identity_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end - def sync_group_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + def failover_group_replication_role + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole end 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 + def recommended_action_current_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end def sync_group_log_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType end - def identity_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType - end - def server_key_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + def sync_conflict_resolution_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy end def read_write_endpoint_failover_policy Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy end - def sync_member_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - end - def sync_agent_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - end - def sync_member_db_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + def read_only_endpoint_failover_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy end def virtual_network_rule_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end - def sync_conflict_resolution_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + def sync_group_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end - def failover_group_replication_role - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + def sync_agent_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState + end + def server_key_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType end def sync_direction Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection end + def sync_member_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState + end + def sync_member_db_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + end def firewall_rule_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult end @@ -1107,6 +1107,15 @@ def operation_origin def server_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult end + def database_vulnerability_assessment_rule_baseline + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + 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 job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end @@ -1173,8 +1182,8 @@ def job_agent_state def job_step_action_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType end - def provisioning_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + def job_step_action_source + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource end def job_step_output_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType @@ -1194,8 +1203,8 @@ def automatic_tuning_server_mode def managed_database_status Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end - def job_step_action_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + def long_term_retention_database_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState end def vulnerability_assessment_policy_baseline_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName @@ -1203,9 +1212,6 @@ def vulnerability_assessment_policy_baseline_name 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 - end def backup_long_term_retention_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy end @@ -1254,6 +1260,9 @@ def security_alert_policy_state def resource Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource 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 @@ -1347,15 +1356,6 @@ def extended_database_blob_auditing_policy def import_export_operation_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult end - def database_vulnerability_assessment_rule_baseline - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline - end - def 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 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 3277a04dd5..e382d8c4f0 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -7,27 +7,27 @@ module Azure::Profiles::Latest module Storage module Mgmt + BlobContainers = Azure::Storage::Mgmt::V2018_03_01_preview::BlobContainers Operations = Azure::Storage::Mgmt::V2018_03_01_preview::Operations StorageAccounts = Azure::Storage::Mgmt::V2018_03_01_preview::StorageAccounts Usages = Azure::Storage::Mgmt::V2018_03_01_preview::Usages Skus = Azure::Storage::Mgmt::V2018_03_01_preview::Skus - BlobContainers = Azure::Storage::Mgmt::V2018_03_01_preview::BlobContainers module Models SignedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource - AccessTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier SignedResourceTypes = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes - LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState - LeaseDuration = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration - PublicAccess = Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess LeaseStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus + ProvisioningState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState + PublicAccess = Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState + LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState + LeaseDuration = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification State = Azure::Storage::Mgmt::V2018_03_01_preview::Models::State - OperationDisplay = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay Reason = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason + OperationDisplay = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay OperationListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult Services = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services ProxyResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource @@ -38,14 +38,14 @@ module Models StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCheckNameAvailabilityParameters StorageAccountKey = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountKey Sku = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Sku - Dimension = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension StorageAccountListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountListResult + EncryptionService = Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionService StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountListKeysResult - Encryption = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Encryption + Dimension = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountRegenerateKeyParameters Endpoints = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountUpdateParameters - EncryptionService = Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionService + MetricSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification UsageName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageName StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCreateParameters Usage = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Usage @@ -54,9 +54,12 @@ module Models CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult Resource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource StorageAccount = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount - MetricSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification + SkuName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName CustomDomain = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain + Encryption = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Encryption + Kind = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind SkuTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier + AccessTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier SKUCapability = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability AccountSasParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountSasParameters ListAccountSasResponse = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListAccountSasResponse @@ -81,12 +84,9 @@ module Models ListContainerItem = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem ReasonCode = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode KeySource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource + Action = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action Bypass = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass - SkuName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName DefaultAction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction - Action = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action - Kind = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind - ProvisioningState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState AccountStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountStatus KeyPermission = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission UsageUnit = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageUnit @@ -94,7 +94,7 @@ module Models end class StorageManagementClass - attr_reader :operations, :storage_accounts, :usages, :skus, :blob_containers, :configurable, :base_url, :options, :model_classes + attr_reader :blob_containers, :operations, :storage_accounts, :usages, :skus, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -104,11 +104,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @blob_containers = @client_0.blob_containers @operations = @client_0.operations @storage_accounts = @client_0.storage_accounts @usages = @client_0.usages @skus = @client_0.skus - @blob_containers = @client_0.blob_containers @model_classes = ModelClasses.new end @@ -130,27 +130,27 @@ class ModelClasses def signed_resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource end - def access_tier - Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier - end def signed_resource_types Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes end - def lease_state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState + def lease_status + Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus end - def lease_duration - Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration + def provisioning_state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState end def public_access Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess end - def lease_status - Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus - end def immutability_policy_state Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState end + def lease_state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState + end + def lease_duration + Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration + end def immutability_policy_update_type Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType end @@ -163,12 +163,12 @@ def service_specification def state Azure::Storage::Mgmt::V2018_03_01_preview::Models::State end - def operation_display - Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay - end def reason Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason end + def operation_display + Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay + end def operation_list_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult end @@ -199,17 +199,17 @@ def storage_account_key def sku Azure::Storage::Mgmt::V2018_03_01_preview::Models::Sku end - def dimension - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension - end def storage_account_list_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountListResult end + def encryption_service + Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionService + end def storage_account_list_keys_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountListKeysResult end - def encryption - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Encryption + def dimension + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension end def storage_account_regenerate_key_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountRegenerateKeyParameters @@ -220,8 +220,8 @@ def endpoints def storage_account_update_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountUpdateParameters end - def encryption_service - Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionService + def metric_specification + Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification end def usage_name Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageName @@ -247,15 +247,24 @@ def resource def storage_account Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount end - def metric_specification - Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification + def sku_name + Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName end def custom_domain Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain end + def encryption + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Encryption + end + def kind + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind + end def sku_tier Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier end + def access_tier + Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier + end def skucapability Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability end @@ -328,24 +337,15 @@ def reason_code def key_source Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource end + def action + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action + end def bypass Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass end - def sku_name - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName - end def default_action Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction end - def action - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action - end - def kind - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind - end - def provisioning_state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState - end def account_status Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountStatus end diff --git a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb index 3b3b4c0352..a324bdb564 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -25,6 +25,9 @@ module Mgmt Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups module Models + NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager + StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer @@ -79,10 +82,10 @@ module Models Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device TargetEligibilityResult = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult FailoverTarget = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverTarget @@ -129,46 +132,46 @@ module Models DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings DNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList - ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList - CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest - NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList 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 - SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters - Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity - AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings - DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + 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 - MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + 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 - MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics + DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics + MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList - VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName - NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule - DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics + NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup @@ -181,9 +184,6 @@ module Models HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo - NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager - StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential end class StorSimple8000SeriesManagementClass @@ -231,6 +231,15 @@ def method_missing(method, *args) end class ModelClasses + def network_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + end + def manager + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager + end + def storage_account_credential + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential + end def time_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings end @@ -393,9 +402,6 @@ def volume def backup_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType end - def backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus - end def resource Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource end @@ -405,6 +411,9 @@ def kind def authentication_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType end + def backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + end def device Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device end @@ -543,125 +552,125 @@ def webproxy_settings def dnssettings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end def job_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter end - def job_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList - end def available_provider_operation_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - end def backup_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList end - def backup_schedule_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList - end - def manager_intrinsic_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + def job_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList end def list_failover_targets_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest end + def manager_intrinsic_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + end def bandwidth_setting_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList end - def clone_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest - end - def network_adapter_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + 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 + end def cloud_appliance_configuration_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList end - def security_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + def clone_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest + end + def network_adapters + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters end def manager_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList 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 key Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key end - def manager_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch - end - def device_rollover_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + def dimension_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter end def metric_availablity Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity 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 backup_policy_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList end - def chap_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + def manager_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch end - def dimension_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + def metric_dimension + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension end def secondary_dnssettings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings end - def device_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + def available_provider_operation_display + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay end - def metric_data - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + def metric_definition_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end def volume_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList end - def metric_name_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + def chap_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings end - def metric_dimension - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + 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 metric_definition_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + def device_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList end def metrics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics end + def data_statistics + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics + end + def metric_name_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + end def metric_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList end - def vm_image - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage - end def metric_name Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName end - def nic_ipv4 - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + def alert_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end def bandwidth_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end - def data_statistics - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics + def nic_ipv4 + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 end def access_control_record Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord @@ -699,15 +708,6 @@ def configure_device_request def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo end - def network_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - end - def manager - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager - end - def storage_account_credential - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential - 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 b9252b95ee..39912c23c5 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -7,13 +7,13 @@ module Azure::Profiles::Latest module StreamAnalytics module Mgmt + Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs + Outputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Outputs + Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions StreamingJobs = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamingJobs - Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs - Outputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Outputs - Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations module Models OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay @@ -28,11 +28,11 @@ module Models 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 Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties OutputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult FunctionInput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput - ServiceBusDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties + 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 AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties @@ -40,10 +40,10 @@ module Models StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output @@ -52,22 +52,22 @@ module Models JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob - CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties - ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + ServiceBusDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource - PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization + CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource + PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties + AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource - AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties 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 @@ -81,17 +81,17 @@ module Models JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode - SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType end class StreamAnalyticsManagementClass - attr_reader :functions, :operations, :subscriptions, :streaming_jobs, :inputs, :outputs, :transformations, :configurable, :base_url, :options, :model_classes + attr_reader :inputs, :outputs, :transformations, :functions, :operations, :subscriptions, :streaming_jobs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -101,13 +101,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @inputs = @client_0.inputs + @outputs = @client_0.outputs + @transformations = @client_0.transformations @functions = @client_0.functions @operations = @client_0.operations @subscriptions = @client_0.subscriptions @streaming_jobs = @client_0.streaming_jobs - @inputs = @client_0.inputs - @outputs = @client_0.outputs - @transformations = @client_0.transformations @model_classes = ModelClasses.new end @@ -162,20 +162,20 @@ def diagnostic_condition def output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource end - def input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties - end def serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization end + def function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties + end def output_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult end def function_input Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput end - def service_bus_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties + 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 @@ -198,6 +198,9 @@ def input_list_result def azure_machine_learning_web_service_output_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn end + def sku + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + end def oauth_based_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties end @@ -207,9 +210,6 @@ def resource_test_status def subscription_quotas_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult end - def sku - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - end def function_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult end @@ -234,53 +234,53 @@ def azure_machine_learning_web_service_function_binding def transformation Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation end + def scalar_function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties + end def avro_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end - def start_streaming_job_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters - end def streaming_job Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - end - def function_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties - end - def scalar_function_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties - end def resource Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource end def storage_account Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount end - def event_hub_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + def service_bus_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties end def azure_data_lake_store_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource end - def power_bioutput_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - end def json_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + end def service_bus_topic_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource end + def power_bioutput_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + end + def input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties + end + 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 end def document_db_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource end - def azure_sql_database_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + def event_hub_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end def event_hub_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource @@ -321,8 +321,8 @@ def subscription_quota def output_start_mode Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode end - def sku_name - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + def events_out_of_order_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy end def output_error_policy Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy @@ -333,8 +333,8 @@ def compatibility_level def json_output_serialization_format Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat end - def events_out_of_order_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + def sku_name + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end def encoding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding diff --git a/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb b/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb index 82659e0d14..023cf66144 100644 --- a/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb +++ b/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb @@ -11,13 +11,13 @@ module Mgmt Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models + Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies - Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end @@ -53,6 +53,9 @@ def method_missing(method, *args) end class ModelClasses + def location + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location + end def subscription Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription end @@ -71,9 +74,6 @@ def tenant_list_result def subscription_policies Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies end - def location - Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location - end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end diff --git a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb index 304d75030c..682871ffd3 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -8,6 +8,7 @@ module Azure::Profiles::Latest module TextAnalytics module Models + AzureRegions = Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse @@ -22,7 +23,6 @@ module Models MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError - AzureRegions = Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions end class TextAnalyticsDataClass @@ -54,6 +54,9 @@ def method_missing(method, *args) end class ModelClasses + def azure_regions + Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions + end def input Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input end @@ -96,9 +99,6 @@ def sentiment_batch_result def internal_error Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError end - def azure_regions - Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions - end end end end diff --git a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb index af7131c796..8bfde27056 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -8,12 +8,15 @@ module Azure::Profiles::Latest module TrafficManager module Mgmt Endpoints = Azure::TrafficManager::Mgmt::V2017_05_01::Endpoints - GeographicHierarchies = Azure::TrafficManager::Mgmt::V2017_05_01::GeographicHierarchies Profiles = Azure::TrafficManager::Mgmt::V2017_05_01::Profiles + GeographicHierarchies = Azure::TrafficManager::Mgmt::V2017_05_01::GeographicHierarchies HeatMap = Azure::TrafficManager::Mgmt::V2017_09_01_preview::HeatMap TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2017_09_01_preview::TrafficManagerUserMetricsKeys module Models + 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 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 @@ -26,22 +29,19 @@ module Models 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 + ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource TrackedResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource - 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 + Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource HeatMapModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel TrafficManagerUserMetricsKeyModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel - Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource + HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult - ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end class TrafficManagerManagementClass - attr_reader :endpoints, :geographic_hierarchies, :profiles, :heat_map, :traffic_manager_user_metrics_keys, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :profiles, :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -52,8 +52,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @endpoints = @client_0.endpoints - @geographic_hierarchies = @client_0.geographic_hierarchies @profiles = @client_0.profiles + @geographic_hierarchies = @client_0.geographic_hierarchies @client_1 = Azure::TrafficManager::Mgmt::V2017_09_01_preview::TrafficManagerManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -82,6 +82,15 @@ def method_missing(method, *args) end class ModelClasses + def check_traffic_manager_relative_dns_name_availability_parameters + Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters + end + def dns_config + Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig + end + def monitor_config + Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig + end def traffic_manager_geographic_hierarchy Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy end @@ -118,42 +127,33 @@ def traffic_manager_name_availability def region Azure::TrafficManager::Mgmt::V2017_05_01::Models::Region end - def check_traffic_manager_relative_dns_name_availability_parameters - Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters - end - def dns_config - Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig - end - def monitor_config - Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig + def proxy_resource + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end def tracked_resource Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource end - def heat_map_endpoint - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint - end def traffic_flow Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficFlow end def query_experience Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience end + def resource + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource + 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 - def resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource + def heat_map_endpoint + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint end def delete_operation_result Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult end - def proxy_resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource - end 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 5fdea15cb5..6b46e8e824 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,6 +9,7 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + 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 @@ -22,17 +23,17 @@ 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 - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject - PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable 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 - SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat @@ -40,7 +41,6 @@ module Models Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject end class VideoSearchDataClass @@ -73,6 +73,9 @@ def method_missing(method, *args) end class ModelClasses + def media_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject + end def trending_videos_category Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory end @@ -112,20 +115,20 @@ def video_insight_module def response_base Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - end def query_context Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext end def query Azure::CognitiveServices::VideoSearch::V1_0::Models::Query end + def response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + end def video_object Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject end - def pivot_suggestions - Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + def search_results_answer + Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer end def identifiable Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable @@ -142,8 +145,8 @@ def creative_work def error_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode end - def search_results_answer - Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + def pivot_suggestions + Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions end def error_sub_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode @@ -166,9 +169,6 @@ def image_object def error Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end - def media_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - 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 5249835fe2..96bae41361 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -7,23 +7,26 @@ module Azure::Profiles::Latest module Web module Mgmt + DomainRegistrationProvider = Azure::Web::Mgmt::V2015_04_01::DomainRegistrationProvider TopLevelDomains = Azure::Web::Mgmt::V2015_04_01::TopLevelDomains Domains = Azure::Web::Mgmt::V2015_04_01::Domains - DomainRegistrationProvider = Azure::Web::Mgmt::V2015_04_01::DomainRegistrationProvider - CertificateRegistrationProvider = Azure::Web::Mgmt::V2015_08_01::CertificateRegistrationProvider AppServiceCertificateOrders = Azure::Web::Mgmt::V2015_08_01::AppServiceCertificateOrders + CertificateRegistrationProvider = Azure::Web::Mgmt::V2015_08_01::CertificateRegistrationProvider + Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations + Provider = Azure::Web::Mgmt::V2016_03_01::Provider Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics DeletedWebApps = Azure::Web::Mgmt::V2016_03_01::DeletedWebApps - Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations - Provider = Azure::Web::Mgmt::V2016_03_01::Provider 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 - DnsType = Azure::Web::Mgmt::V2015_04_01::Models::DnsType + TopLevelDomain = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain + DomainStatus = Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus DomainType = Azure::Web::Mgmt::V2015_04_01::Models::DomainType + DnsType = Azure::Web::Mgmt::V2015_04_01::Models::DnsType + DomainPatchResource = Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource 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 @@ -31,22 +34,18 @@ module Models DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2015_04_01::Models::DomainAvailablilityCheckResult DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2015_04_01::Models::DomainControlCenterSsoRequest DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2015_04_01::Models::DomainRecommendationSearchParameters + NameIdentifierCollection = Azure::Web::Mgmt::V2015_04_01::Models::NameIdentifierCollection DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifierCollection Address = Azure::Web::Mgmt::V2015_04_01::Models::Address - NameIdentifierCollection = Azure::Web::Mgmt::V2015_04_01::Models::NameIdentifierCollection - HostName = Azure::Web::Mgmt::V2015_04_01::Models::HostName TopLevelDomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection + HostName = Azure::Web::Mgmt::V2015_04_01::Models::HostName DomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::DomainCollection TldLegalAgreement = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption 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 - TopLevelDomain = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain - DomainStatus = Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus 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 @@ -54,13 +53,15 @@ module Models AppServiceCertificateOrder = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder SiteSeal = Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal 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 + CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource 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 + ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes SolutionType = Azure::Web::Mgmt::V2016_03_01::Models::SolutionType ResourceScopeType = Azure::Web::Mgmt::V2016_03_01::Models::ResourceScopeType NotificationLevel = Azure::Web::Mgmt::V2016_03_01::Models::NotificationLevel @@ -122,26 +123,28 @@ module Models NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties - ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType - SitePatchResource = Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource + NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures + SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance + ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo SitePhpErrorLogFlag = Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag - RestoreResponse = Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse + SlotConfigNamesResource = Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource SlotDifference = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference SiteConfigResource = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResource StorageMigrationResponse = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse SiteExtensionInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun TriggeredJobHistory = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory - TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob + SitePatchResource = Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource WebJob = Azure::Web::Mgmt::V2016_08_01::Models::WebJob SiteSourceControl = Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl - SlotConfigNamesResource = Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource + BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType LogLevel = Azure::Web::Mgmt::V2016_08_01::Models::LogLevel - BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus + HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus @@ -153,7 +156,6 @@ module Models DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType - HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot @@ -171,12 +173,12 @@ module Models ProcessThreadInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection CsmPublishingProfileOptions = Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions WebAppInstanceCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection - TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection + PublicCertificateCollection = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig - TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection + TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection - PublicCertificateCollection = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection + TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection HostNameBindingCollection = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection SiteCloneability = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion @@ -185,31 +187,31 @@ module Models ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig - AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig - FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample - FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry + PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig + AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig + FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection SiteConfigResourceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection - SiteExtensionInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection + FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection - DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection - CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary 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 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 Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment MSDeployLog = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog MigrateMySqlRequest = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest - HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding - ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary + 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 - NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures + 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 @@ -217,15 +219,15 @@ module Models BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest SiteLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig BackupSchedule = Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule - 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 - RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + RestoreResponse = Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse SiteAuthSettings = Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings MigrateMySqlStatus = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo - SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance - ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo + AppServicePlan = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan + Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier RouteType = Azure::Web::Mgmt::V2016_09_01::Models::RouteType AutoHealActionType = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActionType ConnectionStringType = Azure::Web::Mgmt::V2016_09_01::Models::ConnectionStringType @@ -259,25 +261,25 @@ module Models ResourceCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection WorkerPoolCollection = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection HybridConnectionCollection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection - CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity UsageCollection = Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection - SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty - ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric - MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily 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 StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource - AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource - WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo @@ -322,12 +324,10 @@ module Models PushSettings = Azure::Web::Mgmt::V2016_09_01::Models::PushSettings HybridConnectionKey = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey Site = Azure::Web::Mgmt::V2016_09_01::Models::Site - AppServicePlan = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan - Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end class WebManagementClass - attr_reader :top_level_domains, :domains, :domain_registration_provider, :certificate_registration_provider, :app_service_certificate_orders, :certificates, :diagnostics, :deleted_web_apps, :recommendations, :provider, :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, :recommendations, :provider, :certificates, :diagnostics, :deleted_web_apps, :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,28 +337,28 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @domain_registration_provider = @client_0.domain_registration_provider @top_level_domains = @client_0.top_level_domains @domains = @client_0.domains - @domain_registration_provider = @client_0.domain_registration_provider @client_1 = Azure::Web::Mgmt::V2015_08_01::WebSiteManagementClient.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) - @certificate_registration_provider = @client_1.certificate_registration_provider @app_service_certificate_orders = @client_1.app_service_certificate_orders + @certificate_registration_provider = @client_1.certificate_registration_provider @client_2 = Azure::Web::Mgmt::V2016_03_01::WebSiteManagementClient.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) + @recommendations = @client_2.recommendations + @provider = @client_2.provider @certificates = @client_2.certificates @diagnostics = @client_2.diagnostics @deleted_web_apps = @client_2.deleted_web_apps - @recommendations = @client_2.recommendations - @provider = @client_2.provider @client_3 = Azure::Web::Mgmt::V2016_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @@ -400,12 +400,21 @@ def method_missing(method, *args) end class ModelClasses - def dns_type - Azure::Web::Mgmt::V2015_04_01::Models::DnsType + def top_level_domain + Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain + end + def domain_status + Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus end def domain_type Azure::Web::Mgmt::V2015_04_01::Models::DomainType end + def dns_type + Azure::Web::Mgmt::V2015_04_01::Models::DnsType + end + def domain_patch_resource + Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource + end def error_response Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse end @@ -427,21 +436,21 @@ def domain_control_center_sso_request def domain_recommendation_search_parameters Azure::Web::Mgmt::V2015_04_01::Models::DomainRecommendationSearchParameters end + def name_identifier_collection + Azure::Web::Mgmt::V2015_04_01::Models::NameIdentifierCollection + end def domain_ownership_identifier_collection Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifierCollection end def address Azure::Web::Mgmt::V2015_04_01::Models::Address end - def name_identifier_collection - Azure::Web::Mgmt::V2015_04_01::Models::NameIdentifierCollection + def top_level_domain_collection + Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection end def host_name Azure::Web::Mgmt::V2015_04_01::Models::HostName 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 @@ -457,24 +466,12 @@ def tld_legal_agreement_collection def domain_ownership_identifier Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier end - def domain_patch_resource - Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource - end - def top_level_domain - Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain - end - def domain_status - Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus - end def certificate_product_type Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType end def certificate_order_status Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus end - def certificate_order_action_type - Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType - end def app_service_certificate Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificate end @@ -496,9 +493,6 @@ def site_seal 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 @@ -508,15 +502,24 @@ def certificate_order_action def app_service_certificate_patch_resource Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource end + def certificate_order_action_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType + end def app_service_certificate_resource Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource 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 + def validate_resource_types + Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes + end def solution_type Azure::Web::Mgmt::V2016_03_01::Models::SolutionType end @@ -700,20 +703,23 @@ def csm_operation_description def csm_operation_description_properties Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties end - def validate_resource_types - Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes - end def in_availability_reason_type Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType end - def site_patch_resource - Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource + def network_features + Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures + end + def site_instance + Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance + end + def process_thread_info + Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo end def site_php_error_log_flag Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag end - def restore_response - Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse + def slot_config_names_resource + Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource end def slot_difference Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference @@ -733,8 +739,8 @@ def triggered_job_run def triggered_job_history Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory end - def triggered_web_job - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob + def site_patch_resource + Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource end def web_job Azure::Web::Mgmt::V2016_08_01::Models::WebJob @@ -742,8 +748,8 @@ def web_job def site_source_control Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl end - def slot_config_names_resource - Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource + def backup_item_status + Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus end def storage_migration_options Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions @@ -751,14 +757,17 @@ 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 + 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 end - def backup_item_status - Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus + def host_name_type + Azure::Web::Mgmt::V2016_08_01::Models::HostNameType end def frequency_unit Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit @@ -793,9 +802,6 @@ def built_in_authentication_provider def custom_host_name_dns_record_type Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType end - def host_name_type - Azure::Web::Mgmt::V2016_08_01::Models::HostNameType - end def web_job_type Azure::Web::Mgmt::V2016_08_01::Models::WebJobType end @@ -847,8 +853,8 @@ def csm_publishing_profile_options 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 public_certificate_collection + Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection end def identifier_collection Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection @@ -856,14 +862,14 @@ def identifier_collection def enabled_config Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig end - def triggered_job_history_collection - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection + def triggered_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection end def snapshot_collection Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection end - def public_certificate_collection - Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection + def triggered_job_history_collection + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection end def host_name_binding_collection Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection @@ -889,47 +895,47 @@ def perf_mon_set def file_system_http_logs_config Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig - end - def file_system_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + def msdeploy_log_entry + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry end def perf_mon_sample Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample end - def function_envelope_collection - Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection - end - def msdeploy_log_entry - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry - end def azure_blob_storage_application_logs_config Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig end + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + end def http_logs_config Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig end + def file_system_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + end + def deployment_collection + Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + end + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection + end def site_config_resource_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection end - def site_extension_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection + def function_envelope_collection + Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection end def slot_difference_collection Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection end - def deployment_collection - Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection - end - def csm_slot_entity - Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + def connection_string_dictionary + Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary end def perf_mon_response Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse end - def site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection + def csm_slot_entity + Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity end def backup_item Azure::Web::Mgmt::V2016_08_01::Models::BackupItem @@ -949,11 +955,11 @@ def msdeploy_log def migrate_my_sql_request Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest end - def host_name_binding - Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding + def site_extension_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection end - def connection_string_dictionary - Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary + def premier_add_on + Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn end def msdeploy_status Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus @@ -961,8 +967,8 @@ def msdeploy_status 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 @@ -985,8 +991,8 @@ def site_logs_config 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 @@ -994,8 +1000,8 @@ def function_secrets def public_certificate Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate end - def restore_request - Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + def restore_response + Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse end def site_auth_settings Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings @@ -1006,11 +1012,11 @@ def migrate_my_sql_status def site_configuration_snapshot_info Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo end - def site_instance - Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance + def app_service_plan + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan end - def process_thread_info - Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo + def identifier + Azure::Web::Mgmt::V2016_09_01::Models::Identifier end def route_type Azure::Web::Mgmt::V2016_09_01::Models::RouteType @@ -1111,8 +1117,8 @@ def worker_pool_collection def hybrid_connection_collection Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + def metric_availabilily + Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily end def error_entity Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity @@ -1120,8 +1126,8 @@ def error_entity def usage_collection Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection end - def sku_info - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + def csm_usage_quota_collection + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection end def app_service_environment_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource @@ -1129,8 +1135,8 @@ def app_service_environment_resource def resource_metric_property Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty end - def resource_metric_value - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + def sku_info + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo end def app_service_plan_collection Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection @@ -1138,15 +1144,15 @@ def app_service_plan_collection def resource_metric Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric end - def metric_availabilily - Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily - end def resource_metric_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection end def resource_metric_definition_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection end + def web_app_collection + Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + end def stamp_capacity_collection Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection end @@ -1159,15 +1165,15 @@ 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 - end - def web_app_collection - Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + def resource_metric_value + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue end def app_service_environment_patch_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource end + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + end def managed_service_identity Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity end @@ -1300,12 +1306,6 @@ def hybrid_connection_key def site Azure::Web::Mgmt::V2016_09_01::Models::Site end - def app_service_plan - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan - end - def identifier - Azure::Web::Mgmt::V2016_09_01::Models::Identifier - end end end end diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index 4dac87fc39..c19337c1b7 100644 --- a/azure_sdk/lib/latest/modules/websearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/websearch_profile_module.rb @@ -9,17 +9,19 @@ module WebSearch Web = Azure::CognitiveServices::WebSearch::V1_0::Web module Models + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + 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 Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle - RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable @@ -28,28 +30,26 @@ module Models CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup - SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions - WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode - TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer News = Azure::CognitiveServices::WebSearch::V1_0::Models::News - Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article + TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places - TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error - MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible end class WebSearchDataClass @@ -82,6 +82,12 @@ def method_missing(method, *args) end class ModelClasses + def error_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + end + def media_object + Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + end def structured_value Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue end @@ -97,8 +103,8 @@ def images def news_article Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle end - def ranking_ranking_item - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + def response_base + Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end def response Azure::CognitiveServices::WebSearch::V1_0::Models::Response @@ -106,15 +112,15 @@ def response def query_context Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end - def ranking_ranking_response - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + end + def time_zone_time_zone_information + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end def web_page Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - end def search_response Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse end @@ -139,8 +145,8 @@ def query 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 video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end def computation Azure::CognitiveServices::WebSearch::V1_0::Models::Computation @@ -148,11 +154,11 @@ def computation def ranking_ranking_group Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup end - def spell_suggestions - Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + def ranking_ranking_response + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end - def web_web_grouping - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + def time_zone + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end def error_sub_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode @@ -160,14 +166,14 @@ def error_sub_code def web_web_answer Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer end - def response_base - Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + def ranking_ranking_item + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem end - def error_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + def spell_suggestions + Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions end - def time_zone - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + def article + Azure::CognitiveServices::WebSearch::V1_0::Models::Article end def safe_search Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch @@ -181,8 +187,8 @@ def related_searches_related_search_answer def news Azure::CognitiveServices::WebSearch::V1_0::Models::News end - def article - Azure::CognitiveServices::WebSearch::V1_0::Models::Article + def text_format + Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end def freshness Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness @@ -193,17 +199,11 @@ def image_object def places Azure::CognitiveServices::WebSearch::V1_0::Models::Places end - def text_format - Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - end - def intangible - Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - end def error Azure::CognitiveServices::WebSearch::V1_0::Models::Error end - def media_object - Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + def intangible + Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb index b9b7436448..9513abdb16 100644 --- a/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb @@ -7,15 +7,15 @@ module Azure::Profiles::V2017_03_09 module Compute module Mgmt + AvailabilitySets = Azure::Compute::Mgmt::V2016_03_30::AvailabilitySets + VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensionImages + VirtualMachineExtensions = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensions VirtualMachines = Azure::Compute::Mgmt::V2016_03_30::VirtualMachines VirtualMachineImages = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineImages + UsageOperations = Azure::Compute::Mgmt::V2016_03_30::UsageOperations VirtualMachineSizes = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineSizes VirtualMachineScaleSets = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSets VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSetVMs - UsageOperations = Azure::Compute::Mgmt::V2016_03_30::UsageOperations - AvailabilitySets = Azure::Compute::Mgmt::V2016_03_30::AvailabilitySets - VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensionImages - VirtualMachineExtensions = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensions module Models Sku = Azure::Compute::Mgmt::V2016_03_30::Models::Sku @@ -122,7 +122,7 @@ module Models end class ComputeManagementClass - attr_reader :virtual_machines, :virtual_machine_images, :virtual_machine_sizes, :virtual_machine_scale_sets, :virtual_machine_scale_set_vms, :usage_operations, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :configurable, :base_url, :options, :model_classes + attr_reader :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :virtual_machine_scale_sets, :virtual_machine_scale_set_vms, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -132,15 +132,15 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @availability_sets = @client_0.availability_sets + @virtual_machine_extension_images = @client_0.virtual_machine_extension_images + @virtual_machine_extensions = @client_0.virtual_machine_extensions @virtual_machines = @client_0.virtual_machines @virtual_machine_images = @client_0.virtual_machine_images + @usage_operations = @client_0.usage_operations @virtual_machine_sizes = @client_0.virtual_machine_sizes @virtual_machine_scale_sets = @client_0.virtual_machine_scale_sets @virtual_machine_scale_set_vms = @client_0.virtual_machine_scale_set_vms - @usage_operations = @client_0.usage_operations - @availability_sets = @client_0.availability_sets - @virtual_machine_extension_images = @client_0.virtual_machine_extension_images - @virtual_machine_extensions = @client_0.virtual_machine_extensions @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb index da9b9dbfa1..57b4eb99eb 100644 --- a/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb @@ -10,11 +10,11 @@ module Mgmt ResourceLinks = Azure::Links::Mgmt::V2016_09_01::ResourceLinks module Models + Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties - Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter end class LinksManagementClass @@ -47,6 +47,9 @@ def method_missing(method, *args) end class ModelClasses + def filter + Azure::Links::Mgmt::V2016_09_01::Models::Filter + end def resource_link Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink end @@ -59,9 +62,6 @@ def resource_link_result def resource_link_properties Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties end - def filter - Azure::Links::Mgmt::V2016_09_01::Models::Filter - end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb index 613649e774..9fd4849d18 100644 --- a/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb @@ -10,9 +10,9 @@ module Mgmt ManagementLocks = Azure::Locks::Mgmt::V2015_01_01::ManagementLocks module Models - LockLevel = Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel ManagementLockListResult = Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockListResult ManagementLockObject = Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockObject + LockLevel = Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel end class LocksManagementClass @@ -45,15 +45,15 @@ def method_missing(method, *args) end class ModelClasses - def lock_level - Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel - end def management_lock_list_result Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockListResult end def management_lock_object Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockObject end + def lock_level + Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel + end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb index e19abe6da8..58091c87bf 100644 --- a/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb @@ -7,6 +7,9 @@ module Azure::Profiles::V2017_03_09 module Network module Mgmt + ExpressRouteCircuits = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuits + ExpressRouteServiceProviders = Azure::Network::Mgmt::V2015_06_15::ExpressRouteServiceProviders + LoadBalancers = Azure::Network::Mgmt::V2015_06_15::LoadBalancers NetworkInterfaces = Azure::Network::Mgmt::V2015_06_15::NetworkInterfaces NetworkSecurityGroups = Azure::Network::Mgmt::V2015_06_15::NetworkSecurityGroups SecurityRules = Azure::Network::Mgmt::V2015_06_15::SecurityRules @@ -22,9 +25,6 @@ module Mgmt ApplicationGateways = Azure::Network::Mgmt::V2015_06_15::ApplicationGateways ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuitAuthorizations ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuitPeerings - ExpressRouteCircuits = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuits - ExpressRouteServiceProviders = Azure::Network::Mgmt::V2015_06_15::ExpressRouteServiceProviders - LoadBalancers = Azure::Network::Mgmt::V2015_06_15::LoadBalancers module Models ExpressRouteCircuitsStatsListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult @@ -36,45 +36,45 @@ module Models ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress ConnectionResetSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey DnsNameAvailabilityResult = Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult + Resource = Azure::Network::Mgmt::V2015_06_15::Models::Resource NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroupListResult VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult - Resource = Azure::Network::Mgmt::V2015_06_15::Models::Resource AuthorizationListResult = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult BgpSettings = Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings - ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig VpnClientConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration ExpressRouteCircuitStats = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats + VirtualNetworkListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult SecurityRuleListResult = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult AddressSpace = Azure::Network::Mgmt::V2015_06_15::Models::AddressSpace ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult UsagesListResult = Azure::Network::Mgmt::V2015_06_15::Models::UsagesListResult ExpressRouteCircuitSku = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku - VirtualNetworkListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties + ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig RouteTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult NetworkInterfaceListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult - UsageName = Azure::Network::Mgmt::V2015_06_15::Models::UsageName - ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable ConnectionSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey - ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult + ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable ConnectionSharedKeyResult = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult + UsageName = Azure::Network::Mgmt::V2015_06_15::Models::UsageName ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult DhcpOptions = Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions - Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage - ApplicationGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult - VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult + ApplicationGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku LoadBalancerListResult = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult - VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult AzureAsyncOperationResult = Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult - RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage SubnetListResult = Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult - ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult - VpnClientParameters = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters - ErrorDetails = Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate + ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort BackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool InboundNatRule = Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule @@ -109,15 +109,15 @@ module Models VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayIPConfiguration VpnClientRootCertificate = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRootCertificate VpnClientRevokedCertificate = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRevokedCertificate - ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate - ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration - LocalNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway VirtualNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGateway - ApplicationGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName + LocalNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection - IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + ApplicationGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName ApplicationGatewayTier = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier - ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult + VpnClientParameters = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters + ErrorDetails = Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod TransportProtocol = Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol SecurityRuleProtocol = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol SecurityRuleAccess = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleAccess @@ -136,10 +136,10 @@ module Models ServiceProviderProvisioningState = Azure::Network::Mgmt::V2015_06_15::Models::ServiceProviderProvisioningState LoadDistribution = Azure::Network::Mgmt::V2015_06_15::Models::LoadDistribution ProbeProtocol = Azure::Network::Mgmt::V2015_06_15::Models::ProbeProtocol - NetworkOperationStatus = Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus + Error = Azure::Network::Mgmt::V2015_06_15::Models::Error VirtualNetworkGatewayType = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayType VpnType = Azure::Network::Mgmt::V2015_06_15::Models::VpnType - Error = Azure::Network::Mgmt::V2015_06_15::Models::Error + NetworkOperationStatus = Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuTier ProcessorArchitecture = Azure::Network::Mgmt::V2015_06_15::Models::ProcessorArchitecture VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuName @@ -148,7 +148,7 @@ module Models end class NetworkManagementClass - attr_reader :network_interfaces, :network_security_groups, :security_rules, :public_ipaddresses, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :application_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :configurable, :base_url, :options, :model_classes + attr_reader :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :network_security_groups, :security_rules, :public_ipaddresses, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :application_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -158,6 +158,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @express_route_circuits = @client_0.express_route_circuits + @express_route_service_providers = @client_0.express_route_service_providers + @load_balancers = @client_0.load_balancers @network_interfaces = @client_0.network_interfaces @network_security_groups = @client_0.network_security_groups @security_rules = @client_0.security_rules @@ -173,9 +176,6 @@ def initialize(configurable, base_url=nil, options=nil) @application_gateways = @client_0.application_gateways @express_route_circuit_authorizations = @client_0.express_route_circuit_authorizations @express_route_circuit_peerings = @client_0.express_route_circuit_peerings - @express_route_circuits = @client_0.express_route_circuits - @express_route_service_providers = @client_0.express_route_service_providers - @load_balancers = @client_0.load_balancers @model_classes = ModelClasses.new end @@ -221,6 +221,9 @@ def connection_reset_shared_key def dns_name_availability_result Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult end + def resource + Azure::Network::Mgmt::V2015_06_15::Models::Resource + end def network_interface_dns_settings Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings end @@ -230,24 +233,21 @@ def network_security_group_list_result def virtual_network_gateway_list_result Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult end - def resource - Azure::Network::Mgmt::V2015_06_15::Models::Resource - end def authorization_list_result Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult end def bgp_settings Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig - end def vpn_client_configuration Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration end def express_route_circuit_stats Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats end + def virtual_network_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult + end def security_rule_list_result Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult end @@ -263,32 +263,32 @@ def usages_list_result def express_route_circuit_sku Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku end - def virtual_network_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult - end def express_route_circuit_service_provider_properties Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties end + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig + end def route_table_list_result Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult end def network_interface_list_result Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult end - def usage_name - Azure::Network::Mgmt::V2015_06_15::Models::UsageName + def connection_shared_key + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey end def express_route_circuit_arp_table Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable end - def connection_shared_key - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey + def connection_shared_key_result + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult end def express_route_circuits_arp_table_list_result Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult end - def connection_shared_key_result - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + def usage_name + Azure::Network::Mgmt::V2015_06_15::Models::UsageName end def express_route_circuit_routes_table Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable @@ -302,41 +302,41 @@ def express_route_circuits_routes_table_list_result def dhcp_options Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions end - def usage - Azure::Network::Mgmt::V2015_06_15::Models::Usage - end - def application_gateway_sku - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku - end def local_network_gateway_list_result Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult + def application_gateway_sku + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku end def load_balancer_list_result Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult end def azure_async_operation_result Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult end - def route_list_result - Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + def usage + Azure::Network::Mgmt::V2015_06_15::Models::Usage end def subnet_list_result Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult + def route_list_result + Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult end - def vpn_client_parameters - Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters + def virtual_network_gateway_sku + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku end - def error_details - Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + end + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate + end + def application_gateway_frontend_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration end def application_gateway_frontend_port Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort @@ -440,32 +440,32 @@ def vpn_client_root_certificate def vpn_client_revoked_certificate Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRevokedCertificate end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate - end - def application_gateway_frontend_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration - end - def local_network_gateway - Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway - end def virtual_network_gateway Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGateway end - def application_gateway_sku_name - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName + def local_network_gateway + Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway end def virtual_network_gateway_connection Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection end - def ipallocation_method - Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + def application_gateway_sku_name + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName end def application_gateway_tier Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult + end + def vpn_client_parameters + Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters + end + def error_details + Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + end + def ipallocation_method + Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod end def transport_protocol Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol @@ -521,8 +521,8 @@ def load_distribution def probe_protocol Azure::Network::Mgmt::V2015_06_15::Models::ProbeProtocol end - def network_operation_status - Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus + def error + Azure::Network::Mgmt::V2015_06_15::Models::Error end def virtual_network_gateway_type Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayType @@ -530,8 +530,8 @@ def virtual_network_gateway_type def vpn_type Azure::Network::Mgmt::V2015_06_15::Models::VpnType end - def error - Azure::Network::Mgmt::V2015_06_15::Models::Error + def network_operation_status + Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus end def virtual_network_gateway_sku_tier Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuTier diff --git a/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb index 95235e7d32..ebfc132f43 100644 --- a/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb @@ -7,12 +7,12 @@ module Azure::Profiles::V2017_03_09 module Resources module Mgmt - Tags = Azure::Resources::Mgmt::V2016_02_01::Tags - DeploymentOperations = Azure::Resources::Mgmt::V2016_02_01::DeploymentOperations - Resources = Azure::Resources::Mgmt::V2016_02_01::Resources Deployments = Azure::Resources::Mgmt::V2016_02_01::Deployments Providers = Azure::Resources::Mgmt::V2016_02_01::Providers ResourceGroups = Azure::Resources::Mgmt::V2016_02_01::ResourceGroups + Tags = Azure::Resources::Mgmt::V2016_02_01::Tags + DeploymentOperations = Azure::Resources::Mgmt::V2016_02_01::DeploymentOperations + Resources = Azure::Resources::Mgmt::V2016_02_01::Resources module Models Plan = Azure::Resources::Mgmt::V2016_02_01::Models::Plan @@ -37,10 +37,10 @@ module Models DeploymentListResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentListResult TagValue = Azure::Resources::Mgmt::V2016_02_01::Models::TagValue TagDetails = Azure::Resources::Mgmt::V2016_02_01::Models::TagDetails + Sku = Azure::Resources::Mgmt::V2016_02_01::Models::Sku ParametersLink = Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink TagsListResult = Azure::Resources::Mgmt::V2016_02_01::Models::TagsListResult DeploymentExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult - Sku = Azure::Resources::Mgmt::V2016_02_01::Models::Sku TargetResource = Azure::Resources::Mgmt::V2016_02_01::Models::TargetResource ProviderResourceType = Azure::Resources::Mgmt::V2016_02_01::Models::ProviderResourceType HttpMessage = Azure::Resources::Mgmt::V2016_02_01::Models::HttpMessage @@ -53,9 +53,9 @@ module Models BasicDependency = Azure::Resources::Mgmt::V2016_02_01::Models::BasicDependency ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceProviderOperationDisplayProperties GenericResourceFilter = Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter - DeploymentExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended - AliasPathType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType Resource = Azure::Resources::Mgmt::V2016_02_01::Models::Resource + AliasPathType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType + DeploymentExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended GenericResource = Azure::Resources::Mgmt::V2016_02_01::Models::GenericResource ResourceGroupExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupExportResult DeploymentMode = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentMode @@ -64,7 +64,7 @@ module Models end class ResourcesManagementClass - attr_reader :tags, :deployment_operations, :resources, :deployments, :providers, :resource_groups, :configurable, :base_url, :options, :model_classes + attr_reader :deployments, :providers, :resource_groups, :tags, :deployment_operations, :resources, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -74,12 +74,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @tags = @client_0.tags - @deployment_operations = @client_0.deployment_operations - @resources = @client_0.resources @deployments = @client_0.deployments @providers = @client_0.providers @resource_groups = @client_0.resource_groups + @tags = @client_0.tags + @deployment_operations = @client_0.deployment_operations + @resources = @client_0.resources @model_classes = ModelClasses.new end @@ -164,6 +164,9 @@ def tag_value def tag_details Azure::Resources::Mgmt::V2016_02_01::Models::TagDetails end + def sku + Azure::Resources::Mgmt::V2016_02_01::Models::Sku + end def parameters_link Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink end @@ -173,9 +176,6 @@ def tags_list_result def deployment_export_result Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult end - def sku - Azure::Resources::Mgmt::V2016_02_01::Models::Sku - end def target_resource Azure::Resources::Mgmt::V2016_02_01::Models::TargetResource end @@ -212,14 +212,14 @@ def resource_provider_operation_display_properties def generic_resource_filter Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter end - def deployment_extended - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended + def resource + Azure::Resources::Mgmt::V2016_02_01::Models::Resource end def alias_path_type Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType end - def resource - Azure::Resources::Mgmt::V2016_02_01::Models::Resource + def deployment_extended + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended end def generic_resource Azure::Resources::Mgmt::V2016_02_01::Models::GenericResource diff --git a/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb index adb01282d7..20d2afb5da 100644 --- a/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb @@ -11,13 +11,13 @@ module Mgmt Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models + Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies - Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end @@ -53,6 +53,9 @@ def method_missing(method, *args) end class ModelClasses + def location + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location + end def subscription Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription end @@ -71,9 +74,6 @@ def tenant_list_result def subscription_policies Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies end - def location - Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location - end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end diff --git a/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb b/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb index 8ad6e47978..a091b9a679 100644 --- a/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb +++ b/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb @@ -37,22 +37,22 @@ module Mgmt DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages - VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules + SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups + SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages + VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers + FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances + Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys - FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents - Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations - SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers - SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies Databases = Azure::SQL::Mgmt::V2017_03_01_preview::Databases ExtendedDatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedDatabaseBlobAuditingPolicies @@ -62,21 +62,21 @@ module Mgmt DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations + RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents - JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions - RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs + JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions JobTargetGroups = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetGroups JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases + JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies - JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies module Models @@ -226,66 +226,69 @@ module Models 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 + FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult + SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult - FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult + ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo - SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult + OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult + Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation SyncAgentListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult - FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult SyncGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult - OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay SyncFullSchemaProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties - Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation - SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult - OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult + FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint SyncAgentKeyProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties - SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties + SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate - ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName - AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions - DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction - ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions + SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector - FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor - SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent + ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning + ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance - ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage + SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup - SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember - RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy + RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule - ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy + IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason - ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin - ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy + AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate - SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin + SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState + ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy 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 - SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState + SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput @@ -294,18 +297,18 @@ module Models ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy Sku = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation - DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline - DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult + DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities - CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent - JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource - JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion - JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution + JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning @@ -313,10 +316,10 @@ module Models ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy ManagementOperationState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState DatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus - CatalogCollationType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType + DatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - DatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult + CatalogCollationType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState @@ -326,19 +329,19 @@ module Models ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType - AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode - RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + 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 ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy - BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState - AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName Database = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database DatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate + AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode @@ -363,19 +366,16 @@ module Models JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule - RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult - DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult end # # SQLManagementClass # class SQLManagementClass - attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :capabilities, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_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, :virtual_network_rules, :subscription_usages, :server_advisors, :database_advisors, :servers, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :firewall_rules, :sync_agents, :operations, :sync_members, :sync_groups, :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, :restore_points, :jobs, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :job_step_executions, :database_blob_auditing_policies, :configurable, :base_url, :options, :model_classes + attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :capabilities, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_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, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :server_advisors, :database_advisors, :servers, :firewall_rules, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :operations, :server_keys, :sync_agents, :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, :restore_points, :job_agents, :job_executions, :jobs, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :job_credentials, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :database_blob_auditing_policies, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -432,22 +432,22 @@ def initialize(options = {}) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @virtual_network_rules = @client_1.virtual_network_rules + @sync_groups = @client_1.sync_groups + @sync_members = @client_1.sync_members @subscription_usages = @client_1.subscription_usages + @virtual_network_rules = @client_1.virtual_network_rules @server_advisors = @client_1.server_advisors @database_advisors = @client_1.database_advisors @servers = @client_1.servers + @firewall_rules = @client_1.firewall_rules @database_recommended_actions = @client_1.database_recommended_actions @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations @encryption_protectors = @client_1.encryption_protectors @failover_groups = @client_1.failover_groups @managed_instances = @client_1.managed_instances + @operations = @client_1.operations @server_keys = @client_1.server_keys - @firewall_rules = @client_1.firewall_rules @sync_agents = @client_1.sync_agents - @operations = @client_1.operations - @sync_members = @client_1.sync_members - @sync_groups = @client_1.sync_groups @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -463,21 +463,21 @@ def initialize(options = {}) @database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines @database_vulnerability_assessments = @client_2.database_vulnerability_assessments @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations + @restore_points = @client_2.restore_points @job_agents = @client_2.job_agents - @job_credentials = @client_2.job_credentials @job_executions = @client_2.job_executions - @restore_points = @client_2.restore_points @jobs = @client_2.jobs + @job_step_executions = @client_2.job_step_executions @job_steps = @client_2.job_steps @job_target_executions = @client_2.job_target_executions @job_target_groups = @client_2.job_target_groups @job_versions = @client_2.job_versions @long_term_retention_backups = @client_2.long_term_retention_backups @managed_databases = @client_2.managed_databases + @job_credentials = @client_2.job_credentials @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations @server_dns_aliases = @client_2.server_dns_aliases @server_security_alert_policies = @client_2.server_security_alert_policies - @job_step_executions = @client_2.job_step_executions @database_blob_auditing_policies = @client_2.database_blob_auditing_policies @model_classes = ModelClasses.new @@ -941,53 +941,53 @@ def recommended_action_metric_info def sync_full_schema_properties_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult end + def firewall_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult + 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 virtual_network_rule_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult end - def firewall_rule_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult + def resource_with_writable_name + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName end def partner_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo end - def sync_group_log_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult + def operation_display + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay end def subscription_usage_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult end + def operation + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation + end def sync_agent_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult end - def failover_group_read_write_endpoint - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + def operation_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult end def sync_group_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult end - def operation_display - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay - end def sync_full_schema_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties end - def operation - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation - end - def sync_agent_linked_database_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult - end - def operation_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult + def failover_group_read_write_endpoint + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint end def sync_agent_key_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties end - def sync_database_id_properties - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties + def sync_agent_linked_database_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult end def sync_member_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult @@ -995,44 +995,44 @@ def sync_member_list_result def failover_group_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate end - def resource_with_writable_name - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName + def recommended_action + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end def automatic_tuning_options Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions end - def database_automatic_tuning - Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning + 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 + def encryption_protector + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector + end + 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 + def database_automatic_tuning + Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning + end + def server_key + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end def failover_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end - def advisor - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor - end - def sync_agent - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent - end def sync_agent_linked_database Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase end def managed_instance Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance end - def server_key - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + 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 + def sync_agent + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end def virtual_network_rule Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule @@ -1040,11 +1040,11 @@ def virtual_network_rule def sync_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end - def sync_member - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + 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 subscription_usage + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage end def implementation_method Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod @@ -1052,38 +1052,29 @@ def implementation_method def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom end - def recommended_action_current_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - end - def automatic_tuning_mode - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - end - def is_retryable - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + def recommended_action_initiated_by + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy end def firewall_rule Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule end - def read_write_endpoint_failover_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy + def is_retryable + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end def automatic_tuning_disabled_reason Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end - def server_key_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - end - def operation_origin - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin - end - def read_only_endpoint_failover_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy + def automatic_tuning_mode + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode end def failover_group_replication_role Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole end - def identity_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + def server_key_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + end + def read_write_endpoint_failover_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy end def server Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server @@ -1091,8 +1082,17 @@ def server def server_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate end - def sync_member_db_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + def identity_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + end + def operation_origin + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin + end + def sync_agent_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState + end + def read_only_endpoint_failover_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy end def sync_group_log_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType @@ -1103,24 +1103,33 @@ def sync_conflict_resolution_policy def sync_group_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end - def sync_agent_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - end - def sync_member_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - end - def virtual_network_rule_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState - end def advisor_status Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus end def auto_execute_status Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus end + def virtual_network_rule_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + end def sync_direction Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection end + def sync_member_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState + end + def sync_member_db_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + end + def complete_database_restore_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + end + def job_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + 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 @@ -1145,41 +1154,41 @@ def sku def database_operation Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation end - def database_vulnerability_assessment_rule_baseline - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + def import_export_operation_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult end def database_vulnerability_assessment Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment end - def import_export_operation_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - end def data_warehouse_user_activities Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end - def complete_database_restore_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - end - def job_credential - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + def database_vulnerability_assessment_rule_baseline + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline end def job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end - def job_step - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep - end def resource Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource end - def job_version - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + def job_execution + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution + end + def job_execution_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult end def job_target_group Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup end - def job_execution - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution + def job_step + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + end + def job_credential + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + end + def job_version + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion end def long_term_retention_backup Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup @@ -1202,8 +1211,8 @@ def management_operation_state def database_status Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus end - def catalog_collation_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType + def database_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult end def job_agent_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState @@ -1211,8 +1220,8 @@ def job_agent_state 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 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 @@ -1241,8 +1250,8 @@ def database_blob_auditing_policy def job_target_group_membership_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType end - def automatic_tuning_server_reason - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + def restore_point_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType end def managed_database_create_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode @@ -1250,15 +1259,12 @@ def managed_database_create_mode def automatic_tuning_server_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode end - def restore_point_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + 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 end - def vulnerability_assessment_policy_baseline_name - Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName - end def proxy_resource Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource end @@ -1268,11 +1274,8 @@ def tracked_resource def backup_long_term_retention_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy end - 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 + def vulnerability_assessment_policy_baseline_name + Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end def database Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database @@ -1280,6 +1283,12 @@ def database def database_update Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate end + def automatic_tuning_option_mode_desired + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + end + def blob_auditing_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + end def automatic_tuning_option_mode_actual Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual end @@ -1352,8 +1361,8 @@ def long_term_retention_backup_list_result def managed_database_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult end - def job_execution_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + def restore_point_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult end def import_export_database_definition Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition @@ -1361,15 +1370,6 @@ def import_export_database_definition def job_schedule Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end - def restore_point_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - end - def job_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult - end - def database_operation_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult - end end end end