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 1f6bd9d255..003cc18c87 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,15 @@ module Azure::Profiles::Latest module ComputerVision module Models + FaceDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceDescription + ImageAnalysis = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageAnalysis + Line = Azure::CognitiveServices::ComputerVision::V1_0::Models::Line + OcrWord = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrWord + TextOperationResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::TextOperationResult + OcrLine = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLine + CelebritiesModel = Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebritiesModel + OcrRegion = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrRegion + Category = Azure::CognitiveServices::ComputerVision::V1_0::Models::Category OcrResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrResult ColorInfo = Azure::CognitiveServices::ComputerVision::V1_0::Models::ColorInfo ModelDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::ModelDescription @@ -37,15 +46,6 @@ 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 - OcrWord = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrWord - TextOperationResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::TextOperationResult - OcrLine = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLine - CelebritiesModel = Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebritiesModel - OcrRegion = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrRegion - Category = Azure::CognitiveServices::ComputerVision::V1_0::Models::Category end class ComputerVisionDataClass @@ -77,6 +77,33 @@ def method_missing(method, *args) end class ModelClasses + def face_description + Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceDescription + end + def image_analysis + Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageAnalysis + end + def line + Azure::CognitiveServices::ComputerVision::V1_0::Models::Line + end + def ocr_word + Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrWord + end + def text_operation_result + Azure::CognitiveServices::ComputerVision::V1_0::Models::TextOperationResult + end + def ocr_line + Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLine + end + def celebrities_model + Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebritiesModel + end + def ocr_region + Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrRegion + end + def category + Azure::CognitiveServices::ComputerVision::V1_0::Models::Category + end def ocr_result Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrResult end @@ -164,33 +191,6 @@ def azure_regions def details Azure::CognitiveServices::ComputerVision::V1_0::Models::Details end - def face_description - Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceDescription - end - def image_analysis - Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageAnalysis - end - def line - Azure::CognitiveServices::ComputerVision::V1_0::Models::Line - end - def ocr_word - Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrWord - end - def text_operation_result - Azure::CognitiveServices::ComputerVision::V1_0::Models::TextOperationResult - end - def ocr_line - Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLine - end - def celebrities_model - Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebritiesModel - end - def ocr_region - Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrRegion - end - def category - Azure::CognitiveServices::ComputerVision::V1_0::Models::Category - 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 d0886f8cd4..a2eb8c1023 100644 --- a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb @@ -13,10 +13,12 @@ module Mgmt Webhooks = Azure::ContainerRegistry::Mgmt::V2017_10_01::Webhooks module Models - Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source - WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry WebhookAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction + RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request + WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook @@ -24,8 +26,8 @@ module Models 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 - RegistryUsageListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageListResult ProvisioningState = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState + RegistryUsageListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageListResult ImportSource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource RegistryNameCheckRequest = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest ReplicationUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters @@ -36,28 +38,26 @@ module Models RegistryUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUpdateParameters RegistryPassword = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPassword RegenerateCredentialParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegenerateCredentialParameters + Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status WebhookUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters ImportImageParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters - Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status WebhookListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult + Target = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target CallbackConfig = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::CallbackConfig EventInfo = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventInfo - Target = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target + Actor = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor StorageAccountProperties = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties OperationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition - Actor = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor + EventContent = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent RegistryNameStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus RegistryListCredentialsResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult - EventContent = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent - EventRequestMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage - RegistryListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult EventResponseMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage - Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry - RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + EventRequestMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage + Replication = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication ImportMode = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode PasswordName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName - Replication = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication - RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + RegistryListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult end class ContainerRegistryManagementClass @@ -93,18 +93,24 @@ def method_missing(method, *args) end class ModelClasses - def source - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source - end - def webhook_status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + def registry + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry end def webhook_action Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction end + def registry_usage + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + end + def source + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source + end def request Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request end + def webhook_status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + end def event Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event end @@ -126,12 +132,12 @@ def sku_name def sku_tier Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier end - def registry_usage_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageListResult - end def provisioning_state Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState end + def registry_usage_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageListResult + end def import_source Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource end @@ -162,26 +168,29 @@ def registry_password def regenerate_credential_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegenerateCredentialParameters end + def status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + end def webhook_update_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters end def import_image_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters end - def status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status - end def webhook_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult end + def target + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target + end def callback_config Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::CallbackConfig end def event_info Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventInfo end - def target - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target + def actor + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor end def storage_account_properties Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties @@ -189,8 +198,8 @@ def storage_account_properties def operation_definition Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition end - def actor - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor + def event_content + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent end def registry_name_status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus @@ -198,23 +207,14 @@ def registry_name_status def registry_list_credentials_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult end - def event_content - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent - end - def event_request_message - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage - end - def registry_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult - end def event_response_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage end - def registry - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry + def event_request_message + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage end - def registry_usage_unit - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + def replication + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication end def import_mode Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode @@ -222,11 +222,11 @@ def import_mode def password_name Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName end - def replication - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication + def registry_usage_unit + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit end - def registry_usage - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + def registry_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult end end end diff --git a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb index 6ccd418244..5d6ea251d8 100644 --- a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb @@ -22,10 +22,10 @@ module Models ContainerServiceOrchestratorProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceOrchestratorProfile ContainerServiceAgentPoolProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceAgentPoolProfile ContainerServiceCustomProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceCustomProfile + Resource = Azure::ContainerService::Mgmt::V2017_01_31::Models::Resource ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceListResult ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceOrchestratorTypes ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceVMSizeTypes - Resource = Azure::ContainerService::Mgmt::V2017_01_31::Models::Resource end class ContainerServiceManagementClass @@ -94,6 +94,9 @@ def container_service_agent_pool_profile def container_service_custom_profile Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceCustomProfile end + def resource + Azure::ContainerService::Mgmt::V2017_01_31::Models::Resource + end def container_service_list_result Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceListResult end @@ -103,9 +106,6 @@ def container_service_orchestrator_types def container_service_vmsize_types Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceVMSizeTypes end - def resource - Azure::ContainerService::Mgmt::V2017_01_31::Models::Resource - end end end end diff --git a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb index eca0c847fd..3b08f8e1af 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -42,36 +42,36 @@ module Models ImageAdditionalInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem - Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII + Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem + CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex - PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII - VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification + VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage - OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem - Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone + OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem - TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl - Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult + TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address end @@ -193,30 +193,30 @@ def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item def frames Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end def create_video_reviews_body_item_video_frames_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem end - def email - Azure::CognitiveServices::ContentModerator::V1_0::Models::Email - end def create_video_reviews_body_item_video_frames_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + def pii + Azure::CognitiveServices::ContentModerator::V1_0::Models::PII end - def create_video_reviews_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + def email + Azure::CognitiveServices::ContentModerator::V1_0::Models::Email end def found_faces Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - end def create_video_reviews_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem end + def create_video_reviews_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + end def body_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata end @@ -232,14 +232,14 @@ def body def refresh_index Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex end - def pii - Azure::CognitiveServices::ContentModerator::V1_0::Models::PII + def classification + Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification end def video_frame_body_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem end - def classification - Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error end def video_frame_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem @@ -253,20 +253,20 @@ def video_frame_body_item def detected_language Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage end - def ocr - Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + def tag + Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag end def create_review_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem end - def phone - Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone + def ocr + Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR end def create_review_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem end - def term_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + def phone + Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end def content Azure::CognitiveServices::ContentModerator::V1_0::Models::Content @@ -277,12 +277,12 @@ def image_url def azure_region_base_url Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl end - def tag - Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag - end def job_list_result Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult end + def term_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + end def status Azure::CognitiveServices::ContentModerator::V1_0::Models::Status end diff --git a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb index 105b9583bf..eaa7bdda06 100644 --- a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb @@ -7,6 +7,9 @@ module Azure::Profiles::Latest module CustomerInsights module Mgmt + Hubs = Azure::CustomerInsights::Mgmt::V2017_04_26::Hubs + Interactions = Azure::CustomerInsights::Mgmt::V2017_04_26::Interactions + Relationships = Azure::CustomerInsights::Mgmt::V2017_04_26::Relationships RelationshipLinks = Azure::CustomerInsights::Mgmt::V2017_04_26::RelationshipLinks Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations AuthorizationPolicies = Azure::CustomerInsights::Mgmt::V2017_04_26::AuthorizationPolicies @@ -18,14 +21,14 @@ module Mgmt WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles - Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images - Hubs = Azure::CustomerInsights::Mgmt::V2017_04_26::Hubs - Interactions = Azure::CustomerInsights::Mgmt::V2017_04_26::Interactions - Relationships = Azure::CustomerInsights::Mgmt::V2017_04_26::Relationships + Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links module Models + ParticipantPropertyReference = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantPropertyReference + SalesforceDiscoverSetting = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting + PredictionDistributionDefinitionDistributionsItem = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinitionDistributionsItem KpiDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiDefinition RoleListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleListResult ConnectorMappingStructure = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStructure @@ -51,7 +54,6 @@ module Models PredictionResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionResourceFormat EntityTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypes DataSourceType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType - Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status ProvisioningStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProvisioningStates PermissionTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PermissionTypes ConnectorTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorTypes @@ -59,6 +61,7 @@ module Models ErrorManagementTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ErrorManagementTypes FrequencyTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::FrequencyTypes CompletionOperationTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CompletionOperationTypes + Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status ConnectorMappingStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates CalculationWindowTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes KpiFunctions = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions @@ -127,13 +130,10 @@ module Models ResourceSetDescription = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ResourceSetDescription KpiGroupByMetadata = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiGroupByMetadata PredictionDistributionDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition - ParticipantPropertyReference = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantPropertyReference - SalesforceDiscoverSetting = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting - PredictionDistributionDefinitionDistributionsItem = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinitionDistributionsItem end class CustomerInsightsManagementClass - attr_reader :relationship_links, :operations, :authorization_policies, :connectors, :connector_mappings, :kpi, :profiles, :views, :widget_types, :predictions, :roles, :links, :role_assignments, :images, :hubs, :interactions, :relationships, :configurable, :base_url, :options, :model_classes + attr_reader :hubs, :interactions, :relationships, :relationship_links, :operations, :authorization_policies, :connectors, :connector_mappings, :kpi, :profiles, :views, :widget_types, :predictions, :roles, :role_assignments, :images, :links, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -143,6 +143,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @hubs = @client_0.hubs + @interactions = @client_0.interactions + @relationships = @client_0.relationships @relationship_links = @client_0.relationship_links @operations = @client_0.operations @authorization_policies = @client_0.authorization_policies @@ -154,12 +157,9 @@ def initialize(configurable, base_url=nil, options=nil) @widget_types = @client_0.widget_types @predictions = @client_0.predictions @roles = @client_0.roles - @links = @client_0.links @role_assignments = @client_0.role_assignments @images = @client_0.images - @hubs = @client_0.hubs - @interactions = @client_0.interactions - @relationships = @client_0.relationships + @links = @client_0.links @model_classes = ModelClasses.new end @@ -178,6 +178,15 @@ def method_missing(method, *args) end class ModelClasses + def participant_property_reference + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantPropertyReference + end + def salesforce_discover_setting + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting + end + def prediction_distribution_definition_distributions_item + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinitionDistributionsItem + end def kpi_definition Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiDefinition end @@ -253,9 +262,6 @@ def entity_types def data_source_type Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType end - def status - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status - end def provisioning_states Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProvisioningStates end @@ -277,6 +283,9 @@ def frequency_types def completion_operation_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CompletionOperationTypes end + def status + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + end def connector_mapping_states Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates end @@ -481,15 +490,6 @@ def kpi_group_by_metadata def prediction_distribution_definition Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition end - def participant_property_reference - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantPropertyReference - end - def salesforce_discover_setting - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting - end - def prediction_distribution_definition_distributions_item - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinitionDistributionsItem - 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 abb3d920b3..d7cee4696c 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,25 +9,25 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models - ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + 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 - Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer - Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork - Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing end class CustomSearchDataClass @@ -60,21 +60,48 @@ def method_missing(method, *args) end class ModelClasses - def error_sub_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + 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 identifiable + Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + end + def error + Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end def error_code Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode end - def text_format - Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + def error_sub_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode end def safe_search Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch end + def text_format + Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + end def error_response Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse end + def response + Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + end def response_base Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase end @@ -90,33 +117,6 @@ 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 identifiable - Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer - end - def response - Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - end - def error - Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - end - def creative_work - Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork - end - def thing - Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing - end 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 8140460295..4f33a4c8c5 100644 --- a/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb @@ -7,15 +7,17 @@ module Azure::Profiles::Latest module DataLakeAnalytics module Mgmt + Locations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Locations Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations - Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts + Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts DataLakeStoreAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeStoreAccounts ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules - Locations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Locations module Models + CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + CapabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation NameAvailabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::NameAvailabilityInformation UpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters UpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyParameters @@ -62,12 +64,10 @@ module Models Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource Resource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource - CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - CapabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation end class DataLakeAnalyticsManagementClass - attr_reader :operations, :accounts, :storage_accounts, :data_lake_store_accounts, :compute_policies, :firewall_rules, :locations, :configurable, :base_url, :options, :model_classes + attr_reader :locations, :operations, :storage_accounts, :accounts, :data_lake_store_accounts, :compute_policies, :firewall_rules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -77,13 +77,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @locations = @client_0.locations @operations = @client_0.operations - @accounts = @client_0.accounts @storage_accounts = @client_0.storage_accounts + @accounts = @client_0.accounts @data_lake_store_accounts = @client_0.data_lake_store_accounts @compute_policies = @client_0.compute_policies @firewall_rules = @client_0.firewall_rules - @locations = @client_0.locations @model_classes = ModelClasses.new end @@ -102,6 +102,12 @@ def method_missing(method, *args) end class ModelClasses + def check_name_availability_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end + def capability_information + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation + end def name_availability_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::NameAvailabilityInformation end @@ -240,12 +246,6 @@ def sub_resource def resource Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource end - def check_name_availability_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end - def capability_information - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation - 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 5afd7df8ab..61a1383399 100644 --- a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb @@ -7,13 +7,15 @@ module Azure::Profiles::Latest module DataLakeStore module Mgmt + Locations = Azure::DataLakeStore::Mgmt::V2016_11_01::Locations TrustedIdProviders = Azure::DataLakeStore::Mgmt::V2016_11_01::TrustedIdProviders 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 module Models + CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + 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 CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters @@ -24,41 +26,39 @@ module Models EncryptionConfig = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfig CreateTrustedIdProviderWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateTrustedIdProviderWithAccountParameters KeyVaultMetaInfo = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::KeyVaultMetaInfo - CreateOrUpdateTrustedIdProviderParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateTrustedIdProviderParameters + Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource UpdateTrustedIdProviderParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderParameters - FirewallRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult + CreateOrUpdateTrustedIdProviderParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateTrustedIdProviderParameters UpdateEncryptionConfig = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateEncryptionConfig - CreateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateDataLakeStoreAccountParameters + FirewallRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult UpdateTrustedIdProviderWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters UpdateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters - TrustedIdProviderListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderListResult - Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + CreateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateDataLakeStoreAccountParameters + UpdateKeyVaultMetaInfo = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateKeyVaultMetaInfo FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule - DataLakeStoreAccountListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult + TrustedIdProviderListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderListResult TrustedIdProvider = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider - UpdateKeyVaultMetaInfo = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateKeyVaultMetaInfo + DataLakeStoreAccount = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount OperationDisplay = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay EncryptionConfigType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType OperationListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult DataLakeStoreAccountBasic = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic - FirewallState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState + DataLakeStoreAccountListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult EncryptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState - DataLakeStoreAccount = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount + EncryptionProvisioningState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionProvisioningState TrustedIdProviderState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderState - DataLakeStoreAccountStatus = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus + FirewallState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState FirewallAllowAzureIpsState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState - EncryptionProvisioningState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionProvisioningState + TierType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType + DataLakeStoreAccountStatus = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus DataLakeStoreAccountState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountState SubscriptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState Operation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation OperationOrigin = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin - TierType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType - CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - CapabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation end class DataLakeStoreManagementClass - attr_reader :trusted_id_providers, :operations, :accounts, :firewall_rules, :locations, :configurable, :base_url, :options, :model_classes + attr_reader :locations, :trusted_id_providers, :operations, :accounts, :firewall_rules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -68,11 +68,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @locations = @client_0.locations @trusted_id_providers = @client_0.trusted_id_providers @operations = @client_0.operations @accounts = @client_0.accounts @firewall_rules = @client_0.firewall_rules - @locations = @client_0.locations @model_classes = ModelClasses.new end @@ -91,6 +91,12 @@ def method_missing(method, *args) end class ModelClasses + def check_name_availability_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end + def capability_information + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation + end def name_availability_information Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation end @@ -121,20 +127,20 @@ def create_trusted_id_provider_with_account_parameters def key_vault_meta_info Azure::DataLakeStore::Mgmt::V2016_11_01::Models::KeyVaultMetaInfo end - def create_or_update_trusted_id_provider_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateTrustedIdProviderParameters + def resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource end def update_trusted_id_provider_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderParameters end - def firewall_rule_list_result - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult + def create_or_update_trusted_id_provider_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateTrustedIdProviderParameters end def update_encryption_config Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateEncryptionConfig end - def create_data_lake_store_account_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateDataLakeStoreAccountParameters + def firewall_rule_list_result + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult end def update_trusted_id_provider_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters @@ -142,23 +148,23 @@ def update_trusted_id_provider_with_account_parameters def update_data_lake_store_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters end - def trusted_id_provider_list_result - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderListResult + def create_data_lake_store_account_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateDataLakeStoreAccountParameters end - def resource - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + def update_key_vault_meta_info + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateKeyVaultMetaInfo end 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 + def trusted_id_provider_list_result + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderListResult end def trusted_id_provider Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider end - def update_key_vault_meta_info - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateKeyVaultMetaInfo + def data_lake_store_account + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount end def operation_display Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay @@ -172,26 +178,29 @@ def operation_list_result def data_lake_store_account_basic Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic end - def firewall_state - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState + def data_lake_store_account_list_result + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult end def encryption_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState end - def data_lake_store_account - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount + def encryption_provisioning_state + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionProvisioningState end def trusted_id_provider_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderState end - def data_lake_store_account_status - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus + def firewall_state + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState end def firewall_allow_azure_ips_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState end - def encryption_provisioning_state - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionProvisioningState + def tier_type + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType + end + def data_lake_store_account_status + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus end def data_lake_store_account_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountState @@ -205,15 +214,6 @@ def operation def operation_origin Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin end - def tier_type - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType - end - def check_name_availability_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end - def capability_information - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation - 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 e8045c5f41..12903de28a 100644 --- a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb @@ -7,12 +7,15 @@ module Azure::Profiles::Latest module DevTestLabs module Mgmt - VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules + Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users Environments = Azure::DevTestLabs::Mgmt::V2016_05_15::Environments + Secrets = Azure::DevTestLabs::Mgmt::V2016_05_15::Secrets + VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks Disks = Azure::DevTestLabs::Mgmt::V2016_05_15::Disks VirtualMachines = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachines Operations = Azure::DevTestLabs::Mgmt::V2016_05_15::Operations + Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies ProviderOperations = Azure::DevTestLabs::Mgmt::V2016_05_15::ProviderOperations Labs = Azure::DevTestLabs::Mgmt::V2016_05_15::Labs GlobalSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::GlobalSchedules @@ -27,9 +30,6 @@ 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 - Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users - Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies - Secrets = Azure::DevTestLabs::Mgmt::V2016_05_15::Secrets module Models ExternalSubnetFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment @@ -117,9 +117,9 @@ module Models PortFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PortFragment ProviderOperationResult = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ProviderOperationResult CostThresholdProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties - DetachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties - ResponseWithContinuationArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + ResponseWithContinuationArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate + DetachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties Port = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port EvaluatePoliciesResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse ResponseWithContinuationArtifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifact @@ -191,7 +191,7 @@ module Models end class DevTestLabsManagementClass - attr_reader :virtual_machine_schedules, :environments, :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, :secrets, :configurable, :base_url, :options, :model_classes + attr_reader :users, :environments, :secrets, :virtual_machine_schedules, :virtual_networks, :disks, :virtual_machines, :operations, :policies, :provider_operations, :labs, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :notification_channels, :policy_sets, :schedules, :service_runners, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -201,12 +201,15 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @virtual_machine_schedules = @client_0.virtual_machine_schedules + @users = @client_0.users @environments = @client_0.environments + @secrets = @client_0.secrets + @virtual_machine_schedules = @client_0.virtual_machine_schedules @virtual_networks = @client_0.virtual_networks @disks = @client_0.disks @virtual_machines = @client_0.virtual_machines @operations = @client_0.operations + @policies = @client_0.policies @provider_operations = @client_0.provider_operations @labs = @client_0.labs @global_schedules = @client_0.global_schedules @@ -221,9 +224,6 @@ def initialize(configurable, base_url=nil, options=nil) @policy_sets = @client_0.policy_sets @schedules = @client_0.schedules @service_runners = @client_0.service_runners - @users = @client_0.users - @policies = @client_0.policies - @secrets = @client_0.secrets @model_classes = ModelClasses.new end @@ -497,14 +497,14 @@ def provider_operation_result def cost_threshold_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties end - def detach_disk_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties + def resource + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource end def response_with_continuation_arm_template Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate end - def resource - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + def detach_disk_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties end def port Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port diff --git a/azure_sdk/lib/latest/modules/dns_profile_module.rb b/azure_sdk/lib/latest/modules/dns_profile_module.rb index 24e4a55ab2..7c88fe0416 100644 --- a/azure_sdk/lib/latest/modules/dns_profile_module.rb +++ b/azure_sdk/lib/latest/modules/dns_profile_module.rb @@ -18,17 +18,17 @@ module Models NsRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::NsRecord RecordSetListResult = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetListResult SrvRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SrvRecord + SubResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource CnameRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::CnameRecord SoaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SoaRecord MxRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::MxRecord - SubResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource ZoneUpdate = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate TxtRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::TxtRecord ZoneListResult = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneListResult PtrRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::PtrRecord - ARecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord - Zone = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Zone Resource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource + Zone = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Zone + ARecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord RecordType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType ZoneType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType end @@ -85,6 +85,9 @@ def record_set_list_result def srv_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::SrvRecord end + def sub_resource + Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource + end def cname_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::CnameRecord end @@ -94,9 +97,6 @@ def soa_record def mx_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::MxRecord end - def sub_resource - Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource - end def zone_update Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate end @@ -109,14 +109,14 @@ def zone_list_result def ptr_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::PtrRecord end - def arecord - Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord + def resource + Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource end def zone Azure::Dns::Mgmt::V2018_03_01_preview::Models::Zone end - def resource - Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource + def arecord + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord end def record_type Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType diff --git a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb index 1a332e6dea..8e62127386 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,7 +9,16 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models + SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + SearchResultsAnswer = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork + ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject @@ -21,8 +30,8 @@ module Models Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject - Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure + EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport @@ -34,27 +43,18 @@ module Models ContractualRulesLinkAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLinkAttribution ContractualRulesMediaAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesMediaAttribution ContractualRulesTextAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution - FoodEstablishment = Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment + ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse LodgingBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LodgingBusiness - Restaurant = Azure::CognitiveServices::EntitySearch::V1_0::Models::Restaurant + FoodEstablishment = Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment Hotel = Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel - EntityQueryScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario - ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse - AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + Restaurant = Azure::CognitiveServices::EntitySearch::V1_0::Models::Restaurant EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario - EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + EntityQueryScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat + AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext - SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse - SearchResultsAnswer = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork - ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode end class EntitySearchDataClass @@ -87,9 +87,36 @@ def method_missing(method, *args) end class ModelClasses + def search_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + end + def search_results_answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + end + def identifiable + Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork + end + def error_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode + end + def error_sub_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode + end def safe_search Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch end + def response + Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + end def contractual_rules_contractual_rule Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule end @@ -123,12 +150,12 @@ def contractual_rules_attribution def media_object Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject end - def response - Azure::CognitiveServices::EntitySearch::V1_0::Models::Response - end def civic_structure Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end + def entity_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + end def local_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness end @@ -162,36 +189,33 @@ def contractual_rules_media_attribution def contractual_rules_text_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution end - def food_establishment - Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment + def error_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse end def lodging_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LodgingBusiness end - def restaurant - Azure::CognitiveServices::EntitySearch::V1_0::Models::Restaurant + def food_establishment + Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment end def hotel Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel end - def entity_query_scenario - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario - end - def error_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse - end - def answer_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + def restaurant + Azure::CognitiveServices::EntitySearch::V1_0::Models::Restaurant end def entity_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario end - def entity_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + def entity_query_scenario + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario end def response_format Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end + def answer_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + end def error Azure::CognitiveServices::EntitySearch::V1_0::Models::Error end @@ -201,30 +225,6 @@ def response_base def query_context Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext end - def search_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse - end - def search_results_answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer - end - def identifiable - Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer - end - def thing - Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing - end - def creative_work - Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork - end - def error_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode - 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 dce4bb7aa0..a0ebc80308 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 + SubscriptionDeletedEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData + ServiceBusActiveMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData + StorageBlobCreatedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData MediaJobStateChangeEventData = Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData ResourceWriteFailureData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteFailureData ContainerRegistryEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget @@ -38,9 +41,6 @@ module Models EventGridEvent = Azure::EventGrid::V2018_01_01::Models::EventGridEvent SubscriptionValidationEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationEventData SubscriptionValidationResponse = Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse - SubscriptionDeletedEventData = Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData - ServiceBusActiveMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData - StorageBlobCreatedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData end class EventGridDataClass @@ -72,6 +72,15 @@ def method_missing(method, *args) end class ModelClasses + def subscription_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData + end + def service_bus_active_messages_available_with_no_listeners_event_data + Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData + end + def storage_blob_created_event_data + Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData + end def media_job_state_change_event_data Azure::EventGrid::V2018_01_01::Models::MediaJobStateChangeEventData end @@ -159,24 +168,16 @@ def subscription_validation_event_data def subscription_validation_response Azure::EventGrid::V2018_01_01::Models::SubscriptionValidationResponse end - def subscription_deleted_event_data - Azure::EventGrid::V2018_01_01::Models::SubscriptionDeletedEventData - end - def service_bus_active_messages_available_with_no_listeners_event_data - Azure::EventGrid::V2018_01_01::Models::ServiceBusActiveMessagesAvailableWithNoListenersEventData - end - def storage_blob_created_event_data - Azure::EventGrid::V2018_01_01::Models::StorageBlobCreatedEventData - 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 + TopicTypeProvisioningState = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeProvisioningState Resource = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource EventSubscriptionFilter = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFilter InputSchemaMapping = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::InputSchemaMapping @@ -213,11 +214,10 @@ module Models TopicProvisioningState = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicProvisioningState InputSchema = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::InputSchema ResourceRegionType = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::ResourceRegionType - TopicTypeProvisioningState = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeProvisioningState 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 @@ -249,6 +249,9 @@ def method_missing(method, *args) end class ModelClasses + def topic_type_provisioning_state + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeProvisioningState + end def resource Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource end @@ -357,9 +360,6 @@ def input_schema def resource_region_type Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::ResourceRegionType end - def topic_type_provisioning_state - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeProvisioningState - end end end end diff --git a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb index 21443d91be..d6a0aba4be 100644 --- a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb @@ -14,10 +14,12 @@ module Mgmt ConsumerGroups = Azure::EventHub::Mgmt::V2017_04_01::ConsumerGroups 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 CheckNameAvailabilityResult = Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult Resource = Azure::EventHub::Mgmt::V2017_04_01::Models::Resource + SkuName = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuName + SkuTier = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier CaptureDescription = Azure::EventHub::Mgmt::V2017_04_01::Models::CaptureDescription Destination = Azure::EventHub::Mgmt::V2017_04_01::Models::Destination EventHubListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult @@ -34,18 +36,16 @@ module Models EHNamespace = Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespace ConsumerGroup = Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroup Eventhub = Azure::EventHub::Mgmt::V2017_04_01::Models::Eventhub - SkuTier = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier - ArmDisasterRecovery = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery AccessRights = Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights - ErrorResponse = Azure::EventHub::Mgmt::V2017_04_01::Models::ErrorResponse + ArmDisasterRecovery = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery EncodingCaptureDescription = Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - SkuName = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuName + ErrorResponse = Azure::EventHub::Mgmt::V2017_04_01::Models::ErrorResponse + ProvisioningStateDR = Azure::EventHub::Mgmt::V2017_04_01::Models::ProvisioningStateDR + UnavailableReason = Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason EntityStatus = Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus RoleDisasterRecovery = Azure::EventHub::Mgmt::V2017_04_01::Models::RoleDisasterRecovery Operation = Azure::EventHub::Mgmt::V2017_04_01::Models::Operation TrackedResource = Azure::EventHub::Mgmt::V2017_04_01::Models::TrackedResource - UnavailableReason = Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason - ProvisioningStateDR = Azure::EventHub::Mgmt::V2017_04_01::Models::ProvisioningStateDR end class EventHubManagementClass @@ -82,18 +82,24 @@ 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 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 sku_name + Azure::EventHub::Mgmt::V2017_04_01::Models::SkuName + end + def sku_tier + Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier + end def capture_description Azure::EventHub::Mgmt::V2017_04_01::Models::CaptureDescription end @@ -142,23 +148,23 @@ def consumer_group def eventhub Azure::EventHub::Mgmt::V2017_04_01::Models::Eventhub end - def sku_tier - Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier + def access_rights + Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights end def arm_disaster_recovery Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end - def access_rights - Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights + def encoding_capture_description + Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end def error_response Azure::EventHub::Mgmt::V2017_04_01::Models::ErrorResponse end - def encoding_capture_description - Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription + def provisioning_state_dr + Azure::EventHub::Mgmt::V2017_04_01::Models::ProvisioningStateDR end - def sku_name - Azure::EventHub::Mgmt::V2017_04_01::Models::SkuName + def unavailable_reason + Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason end def entity_status Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus @@ -172,12 +178,6 @@ def operation def tracked_resource Azure::EventHub::Mgmt::V2017_04_01::Models::TrackedResource end - 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 end end end diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index 2b678acd21..b090fa6a12 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,20 +6,21 @@ module Azure::Profiles::Latest module Face - PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson + FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations Face = Azure::CognitiveServices::Face::V1_0::Face + PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations - FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations module Models APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError + Error = Azure::CognitiveServices::Face::V1_0::Models::Error FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest SimilarFace = Azure::CognitiveServices::Face::V1_0::Models::SimilarFace GroupRequest = Azure::CognitiveServices::Face::V1_0::Models::GroupRequest FaceLandmarks = Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks GroupResult = Azure::CognitiveServices::Face::V1_0::Models::GroupResult HeadPose = Azure::CognitiveServices::Face::V1_0::Models::HeadPose - Error = Azure::CognitiveServices::Face::V1_0::Models::Error + IdentifyRequest = Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest HairColor = Azure::CognitiveServices::Face::V1_0::Models::HairColor IdentifyCandidate = Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate Makeup = Azure::CognitiveServices::Face::V1_0::Models::Makeup @@ -35,34 +36,33 @@ module Models FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion + Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair - Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract + DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest - Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus + Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur + PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList - DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace + GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType Person = Azure::CognitiveServices::Face::V1_0::Models::Person - PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType - GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType - BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender - NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + 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 FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode - IdentifyRequest = Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest - FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType AzureRegions = Azure::CognitiveServices::Face::V1_0::Models::AzureRegions end class FaceDataClass - attr_reader :person_group_person, :face, :person_group_operations, :face_list_operations, :configurable, :base_url, :options, :model_classes + attr_reader :face_list_operations, :face, :person_group_person, :person_group_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -72,10 +72,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @person_group_person = @client_0.person_group_person + @face_list_operations = @client_0.face_list_operations @face = @client_0.face + @person_group_person = @client_0.person_group_person @person_group_operations = @client_0.person_group_operations - @face_list_operations = @client_0.face_list_operations @model_classes = ModelClasses.new end @@ -97,6 +97,9 @@ class ModelClasses def apierror Azure::CognitiveServices::Face::V1_0::Models::APIError end + def error + Azure::CognitiveServices::Face::V1_0::Models::Error + end def find_similar_request Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest end @@ -115,8 +118,8 @@ def group_result def head_pose Azure::CognitiveServices::Face::V1_0::Models::HeadPose end - def error - Azure::CognitiveServices::Face::V1_0::Models::Error + def identify_request + Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest end def hair_color Azure::CognitiveServices::Face::V1_0::Models::HairColor @@ -163,75 +166,72 @@ def coordinate def emotion Azure::CognitiveServices::Face::V1_0::Models::Emotion end + def occlusion + Azure::CognitiveServices::Face::V1_0::Models::Occlusion + end def noise Azure::CognitiveServices::Face::V1_0::Models::Noise end def hair Azure::CognitiveServices::Face::V1_0::Models::Hair end - def occlusion - Azure::CognitiveServices::Face::V1_0::Models::Occlusion - end def name_and_user_data_contract Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract end + def detected_face + Azure::CognitiveServices::Face::V1_0::Models::DetectedFace + end def update_person_face_request Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest end - def blur - Azure::CognitiveServices::Face::V1_0::Models::Blur - end def image_url Azure::CognitiveServices::Face::V1_0::Models::ImageUrl end def training_status Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus end + def blur + Azure::CognitiveServices::Face::V1_0::Models::Blur + end + def person_group + Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + end def face_list Azure::CognitiveServices::Face::V1_0::Models::FaceList end - def detected_face - Azure::CognitiveServices::Face::V1_0::Models::DetectedFace + def glasses_type + Azure::CognitiveServices::Face::V1_0::Models::GlassesType end def person Azure::CognitiveServices::Face::V1_0::Models::Person end - def person_group - Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + def accessory_type + Azure::CognitiveServices::Face::V1_0::Models::AccessoryType end def hair_color_type Azure::CognitiveServices::Face::V1_0::Models::HairColorType end - def glasses_type - Azure::CognitiveServices::Face::V1_0::Models::GlassesType - end - def blur_level - Azure::CognitiveServices::Face::V1_0::Models::BlurLevel - end def gender Azure::CognitiveServices::Face::V1_0::Models::Gender end - def noise_level - Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + def blur_level + Azure::CognitiveServices::Face::V1_0::Models::BlurLevel end def exposure_level Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel end - def accessory_type - Azure::CognitiveServices::Face::V1_0::Models::AccessoryType + def noise_level + Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel end def find_similar_match_mode Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode end - def identify_request - Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest + def training_status_type + Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType end def face_attribute_type Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end - def training_status_type - Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType - end def azure_regions Azure::CognitiveServices::Face::V1_0::Models::AzureRegions end diff --git a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb index aff87eba3a..9358cc9199 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 + 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 + ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult + PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile + DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult UserBase = Azure::GraphRbac::V1_6::Models::UserBase AADObject = Azure::GraphRbac::V1_6::Models::AADObject Domain = Azure::GraphRbac::V1_6::Models::Domain @@ -53,13 +56,10 @@ module Models GetObjectsResult = Azure::GraphRbac::V1_6::Models::GetObjectsResult DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential - ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult - PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile - DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult end class GraphRbacDataClass - attr_reader :objects, :applications, :groups, :service_principals, :domains, :users, :configurable, :base_url, :options, :model_classes + attr_reader :users, :objects, :applications, :groups, :service_principals, :domains, :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) + @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 service_principal_list_result + Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult + end + def password_profile + Azure::GraphRbac::V1_6::Models::PasswordProfile + end + def directory_object_list_result + Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult + end def user_base Azure::GraphRbac::V1_6::Models::UserBase end @@ -210,15 +219,6 @@ def domain_list_result def password_credential Azure::GraphRbac::V1_6::Models::PasswordCredential end - def service_principal_list_result - Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult - end - def password_profile - Azure::GraphRbac::V1_6::Models::PasswordProfile - end - def directory_object_list_result - Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult - 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 43dfefb220..cfb72b2a57 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,9 +9,16 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models + SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork + ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch - ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + 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 @@ -42,31 +49,24 @@ module Models ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating + Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability - ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor - Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness - Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent - ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness 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 - Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage - SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork - ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode end class ImageSearchDataClass @@ -99,15 +99,36 @@ def method_missing(method, *args) end class ModelClasses + def search_results_answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer + end + def identifiable + Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork + end + def error_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode + end + def error_sub_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode + end def safe_search Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end - def image_object - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject - end def response Azure::CognitiveServices::ImageSearch::V1_0::Models::Response end + def image_object + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject + end def organization Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization end @@ -198,6 +219,9 @@ def trending_images def rating Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating end + def images + Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + end def collection_page Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end @@ -207,23 +231,20 @@ def currency def item_availability Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability end - def image_aspect - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error end def image_color Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor end - def freshness - Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness - end - def images - Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + def image_aspect + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect end def image_content Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent end - def image_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + def freshness + Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness end def image_size Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize @@ -237,12 +258,12 @@ def person def image_crop_type Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - end def image_insight_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end + def image_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + end def response_base Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase end @@ -252,27 +273,6 @@ def query def web_page Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage end - def search_results_answer - Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer - end - def identifiable - Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer - end - def thing - Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing - end - def creative_work - Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork - end - def error_code - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode - end end end end diff --git a/azure_sdk/lib/latest/modules/iothub_profile_module.rb b/azure_sdk/lib/latest/modules/iothub_profile_module.rb index bcf679a448..991e58c2f5 100644 --- a/azure_sdk/lib/latest/modules/iothub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iothub_profile_module.rb @@ -49,8 +49,8 @@ module Models EventHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce RoutingProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties - Operation = Azure::IotHub::Mgmt::V2017_07_01::Models::Operation CloudToDeviceProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties + Operation = Azure::IotHub::Mgmt::V2017_07_01::Models::Operation IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo OperationInputs = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationInputs ExportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest @@ -215,12 +215,12 @@ def certificate_properties_with_nonce def routing_properties Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties end - def operation - Azure::IotHub::Mgmt::V2017_07_01::Models::Operation - end def cloud_to_device_properties Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties end + def operation + Azure::IotHub::Mgmt::V2017_07_01::Models::Operation + end def iot_hub_name_availability_info Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo end diff --git a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb index 67093c47ae..02b84829a0 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -21,25 +21,25 @@ module Models 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 - VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties - LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification - CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties + VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters ServiceSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification + AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault - AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry - VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters - SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName + CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult + KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay - Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult end @@ -105,41 +105,41 @@ def vault_check_name_availability_parameters def vault_access_policy_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters end + def resource + Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + end def vault_patch_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties end - def log_specification - Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification - 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 + def vault_patch_parameters + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters end def service_specification Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification end + def access_policy_entry + Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry + end def deleted_vault_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties end def vault Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault end - def access_policy_entry - Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry + def log_specification + Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification end - def vault_patch_parameters - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters + def sku_name + Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName end - def secret_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions + def check_name_availability_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult end def key_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions end - def sku_name - Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName + def secret_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions end def certificate_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions @@ -150,8 +150,8 @@ def storage_permissions def operation_display Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay end - def reason - Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind end def operation_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult @@ -159,8 +159,8 @@ def operation_list_result def create_mode Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode end - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + def reason + Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason end def operation Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation 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 85e3128c84..915440fa83 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -27,17 +27,17 @@ 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 SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter + Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource AS2MessageConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings ResourceReference = Azure::Logic::Mgmt::V2016_06_01::Models::ResourceReference - Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings - WorkflowParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowParameter 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 @@ -49,25 +49,25 @@ module Models WorkflowListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult + WorkflowParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowParameter AS2ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings - WorkflowRunTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings - AS2SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings AS2ErrorSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings - AS2ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings - AS2OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement + WorkflowRunTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger WorkflowRunListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult - AS2AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent - WorkflowRunActionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult + AS2OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult + AS2ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings + WorkflowRunActionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult + X12ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters X12FramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings - X12ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings + IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter X12EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters - IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter + X12AcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult - X12MessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter + AS2AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter X12SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings X12ProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings @@ -110,37 +110,37 @@ module Models EdifactProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence EdifactOneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement - X12AcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings + IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + X12MessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter + ErrorProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties EdifactAgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent - IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema + Workflow = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent - ErrorProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties + WorkflowTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger WorkflowVersion = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion - Workflow = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow + WorkflowOutputParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter WorkflowTriggerHistory = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory - WorkflowTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger + WorkflowRunAction = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction WorkflowRun = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun - WorkflowOutputParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter + IntegrationAccountSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema IntegrationAccount = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccount - WorkflowRunAction = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction + IntegrationAccountPartner = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner IntegrationAccountMap = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMap - IntegrationAccountSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema + IntegrationAccountCertificate = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate IntegrationAccountAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreement - IntegrationAccountPartner = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner + WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState IntegrationAccountSession = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession - IntegrationAccountCertificate = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate + ParameterType = Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType WorkflowState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState - WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState + WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState - ParameterType = Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType + DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek RecurrenceFrequency = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency - WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus + SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName DayOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek - DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek - SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName - SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + 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 AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType @@ -216,39 +216,39 @@ 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 sub_resource Azure::Logic::Mgmt::V2016_06_01::Models::SubResource end def integration_account_partner_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter end + def resource + Azure::Logic::Mgmt::V2016_06_01::Models::Resource + end def as2_message_connection_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings end def resource_reference Azure::Logic::Mgmt::V2016_06_01::Models::ResourceReference end - def resource - Azure::Logic::Mgmt::V2016_06_01::Models::Resource - end def as2_acknowledgement_connection_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings end - def workflow_parameter - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowParameter - end def as2_mdn_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings end def workflow_filter Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowFilter end + 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 end @@ -282,38 +282,38 @@ def integration_account_agreement_filter def workflow_trigger_history_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult end + def workflow_parameter + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowParameter + end def as2_validation_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings 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_security_settings - Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings - end def as2_error_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings end - def as2_protocol_settings - Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings + def workflow_run_trigger + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger + end + def workflow_run_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult 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 + def integration_account_session_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult end - def as2_agreement_content - Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent + def as2_protocol_settings + Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings end def workflow_run_action_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult end - def integration_account_session_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult + def x12_validation_settings + Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings end def generate_upgraded_definition_parameters Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters @@ -321,8 +321,8 @@ def generate_upgraded_definition_parameters def x12_framing_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings end - def x12_validation_settings - Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings + def integration_account_session_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter end def x12_envelope_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings @@ -330,14 +330,14 @@ def x12_envelope_settings def get_callback_url_parameters Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters end - def integration_account_session_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter + def x12_acknowledgement_settings + Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings 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 as2_agreement_content + Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent end def integration_account_schema_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter @@ -465,98 +465,98 @@ def workflow_trigger_recurrence def edifact_one_way_agreement Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement end - def x12_acknowledgement_settings - Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings + def integration_account_map_properties_parameters_schema + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema end def key_vault_key_reference Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference end + def x12_message_filter + Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter + 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 end - def integration_account_map_properties_parameters_schema - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema + def workflow + Azure::Logic::Mgmt::V2016_06_01::Models::Workflow end def agreement_content Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent end - def error_properties - Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties + def workflow_trigger + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger end def workflow_version Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion end - def workflow - Azure::Logic::Mgmt::V2016_06_01::Models::Workflow + def workflow_output_parameter + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter end def workflow_trigger_history Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory end - def workflow_trigger - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger + def workflow_run_action + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction end def workflow_run Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun end - def workflow_output_parameter - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter + def integration_account_schema + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema end def integration_account Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccount end - def workflow_run_action - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction + def integration_account_partner + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner end def integration_account_map Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMap end - def integration_account_schema - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema + def integration_account_certificate + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate end def integration_account_agreement Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreement end - def integration_account_partner - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner + def workflow_provisioning_state + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState end def integration_account_session Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession end - def integration_account_certificate - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate + def parameter_type + Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType end def workflow_state Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState end - def workflow_provisioning_state - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState + def workflow_status + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus end def workflow_trigger_provisioning_state Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState end - def parameter_type - Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType + def days_of_week + Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek end def recurrence_frequency Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency end - def workflow_status - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus + def sku_name + Azure::Logic::Mgmt::V2016_06_01::Models::SkuName end def day_of_week Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek end - def days_of_week - Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek - end - def schema_type - Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType - end def integration_account_sku_name Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName end - def sku_name - Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + def schema_type + Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType end def map_type Azure::Logic::Mgmt::V2016_06_01::Models::MapType diff --git a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb index 4d5091f49d..cb21dd7d0c 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -10,6 +10,9 @@ module Mgmt WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices module Models + AsyncOperationErrorInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo + WebService = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService + WebServicePropertiesForGraph = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel ColumnType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType ColumnFormat = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat @@ -17,9 +20,9 @@ module Models InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType 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 @@ -44,9 +47,6 @@ module Models GraphPackage = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList ExampleRequest = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest - AsyncOperationErrorInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo - WebService = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService - WebServicePropertiesForGraph = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph end class MachineLearningManagementClass @@ -79,6 +79,15 @@ def method_missing(method, *args) end class ModelClasses + def async_operation_error_info + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo + end + def web_service + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService + end + def web_service_properties_for_graph + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph + end def diagnostics_level Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel end @@ -100,14 +109,14 @@ def output_port_type 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 @@ -181,15 +190,6 @@ def paginated_web_services_list def example_request Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest end - def async_operation_error_info - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo - end - def web_service - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService - end - def web_service_properties_for_graph - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph - 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 72d2b8aa56..92d1c89599 100644 --- a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb @@ -11,23 +11,23 @@ module Mgmt ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2017_09_01::ApplicationDefinitions module Models + Plan = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan PlanPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable ApplicationProviderAuthorization = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationProviderAuthorization ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition + Sku = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku Application = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application - ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType - Sku = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku + ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ResourceIdentityType ErrorResponse = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ErrorResponse ApplicationListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult Identity = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity Resource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource GenericResource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource - Plan = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan ProvisioningState = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState end @@ -62,6 +62,9 @@ def method_missing(method, *args) end class ModelClasses + def plan + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan + end def plan_patchable Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable end @@ -80,17 +83,17 @@ def application_patchable def application_definition Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition 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_lock_level - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel - end def application_artifact_type Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType end - def sku - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku + def application_lock_level + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel end def resource_identity_type Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ResourceIdentityType @@ -110,9 +113,6 @@ def resource def generic_resource Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource end - def plan - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan - end def provisioning_state Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState 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 dc53046af9..15746cb1bc 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 + AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms + 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 OperationListResult = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult Resource = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError - AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms - ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse end class MarketplaceOrderingManagementClass @@ -51,6 +51,12 @@ def method_missing(method, *args) end class ModelClasses + def agreement_terms + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms + end + def error_response + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse + end def operation Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation end @@ -66,12 +72,6 @@ def resource def error_response_error Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError end - def agreement_terms - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms - end - def error_response - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse - end end end end diff --git a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb index 5b7e4ad55a..ab86224dc8 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -7,6 +7,7 @@ module Azure::Profiles::Latest module MediaServices module Mgmt + Locations = Azure::MediaServices::Mgmt::V2018_03_30_preview::Locations Operations = Azure::MediaServices::Mgmt::V2018_03_30_preview::Operations Mediaservices = Azure::MediaServices::Mgmt::V2018_03_30_preview::Mediaservices Assets = Azure::MediaServices::Mgmt::V2018_03_30_preview::Assets @@ -18,7 +19,6 @@ module Mgmt LiveEvents = Azure::MediaServices::Mgmt::V2018_03_30_preview::LiveEvents LiveOutputs = Azure::MediaServices::Mgmt::V2018_03_30_preview::LiveOutputs StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_03_30_preview::StreamingEndpoints - Locations = Azure::MediaServices::Mgmt::V2018_03_30_preview::Locations module Models StorageAccountType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StorageAccountType @@ -133,9 +133,9 @@ module Models H264Video = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::H264Video JpgLayer = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JpgLayer JpgImage = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JpgImage - MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::MultiBitrateFormat Mp4Format = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Mp4Format PngLayer = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::PngLayer + PngImage = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::PngImage BuiltInStandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::BuiltInStandardEncoderPreset StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StandardEncoderPreset VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoAnalyzerPreset @@ -185,8 +185,8 @@ module Models StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointResourceState ProxyResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource + MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::MultiBitrateFormat TrackedResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource - PngImage = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::PngImage Resource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Resource StorageAccount = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StorageAccount Format = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Format @@ -198,7 +198,7 @@ module Models end class MediaServicesManagementClass - attr_reader :operations, :mediaservices, :assets, :content_key_policies, :transforms, :jobs, :streaming_policies, :streaming_locators, :live_events, :live_outputs, :streaming_endpoints, :locations, :configurable, :base_url, :options, :model_classes + attr_reader :locations, :operations, :mediaservices, :assets, :content_key_policies, :transforms, :jobs, :streaming_policies, :streaming_locators, :live_events, :live_outputs, :streaming_endpoints, :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,7 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @locations = @client_0.locations @operations = @client_0.operations @mediaservices = @client_0.mediaservices @assets = @client_0.assets @@ -219,7 +220,6 @@ def initialize(configurable, base_url=nil, options=nil) @live_events = @client_0.live_events @live_outputs = @client_0.live_outputs @streaming_endpoints = @client_0.streaming_endpoints - @locations = @client_0.locations @model_classes = ModelClasses.new end @@ -574,15 +574,15 @@ def jpg_layer def jpg_image Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JpgImage end - def multi_bitrate_format - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::MultiBitrateFormat - end def mp4_format Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Mp4Format end def png_layer Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::PngLayer end + def png_image + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::PngImage + end def built_in_standard_encoder_preset Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::BuiltInStandardEncoderPreset end @@ -730,12 +730,12 @@ def streaming_endpoint_resource_state def proxy_resource Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource end + def multi_bitrate_format + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::MultiBitrateFormat + end def tracked_resource Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource end - def png_image - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::PngImage - end def resource Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Resource end diff --git a/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb b/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb index e7e41a152c..635d0b6196 100644 --- a/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb @@ -7,13 +7,13 @@ module Azure::Profiles::Latest module MobileEngagement module Mgmt + ExportTasks = Azure::MobileEngagement::Mgmt::V2014_12_01::ExportTasks + ImportTasks = Azure::MobileEngagement::Mgmt::V2014_12_01::ImportTasks AppCollections = Azure::MobileEngagement::Mgmt::V2014_12_01::AppCollections Apps = Azure::MobileEngagement::Mgmt::V2014_12_01::Apps SupportedPlatforms = Azure::MobileEngagement::Mgmt::V2014_12_01::SupportedPlatforms Campaigns = Azure::MobileEngagement::Mgmt::V2014_12_01::Campaigns Devices = Azure::MobileEngagement::Mgmt::V2014_12_01::Devices - ExportTasks = Azure::MobileEngagement::Mgmt::V2014_12_01::ExportTasks - ImportTasks = Azure::MobileEngagement::Mgmt::V2014_12_01::ImportTasks module Models ProvisioningStates = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ProvisioningStates @@ -30,11 +30,11 @@ module Models ApiError = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiError SupportedPlatformsListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::SupportedPlatformsListResult ExportOptions = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportOptions - CampaignTestSavedParameters = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignTestSavedParameters DateRangeExportTaskParameter = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DateRangeExportTaskParameter - NotificationOptions = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::NotificationOptions - CampaignsListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignsListResult DeviceMeta = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceMeta + CampaignTestSavedParameters = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignTestSavedParameters + CampaignsListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignsListResult + PollQuestionLocalization = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization 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 @@ -104,11 +104,11 @@ 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 - PollQuestionLocalization = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization + NotificationOptions = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::NotificationOptions end class MobileEngagementManagementClass - attr_reader :app_collections, :apps, :supported_platforms, :campaigns, :devices, :export_tasks, :import_tasks, :configurable, :base_url, :options, :model_classes + attr_reader :export_tasks, :import_tasks, :app_collections, :apps, :supported_platforms, :campaigns, :devices, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -118,13 +118,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @export_tasks = @client_0.export_tasks + @import_tasks = @client_0.import_tasks @app_collections = @client_0.app_collections @apps = @client_0.apps @supported_platforms = @client_0.supported_platforms @campaigns = @client_0.campaigns @devices = @client_0.devices - @export_tasks = @client_0.export_tasks - @import_tasks = @client_0.import_tasks @model_classes = ModelClasses.new end @@ -185,20 +185,20 @@ def supported_platforms_list_result def export_options Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportOptions end - def campaign_test_saved_parameters - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignTestSavedParameters - end def date_range_export_task_parameter Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DateRangeExportTaskParameter end - def notification_options - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::NotificationOptions + def device_meta + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceMeta + end + def campaign_test_saved_parameters + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignTestSavedParameters end def campaigns_list_result Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignsListResult end - def device_meta - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceMeta + def poll_question_localization + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization end def campaign_statistics_result Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignStatisticsResult @@ -407,8 +407,8 @@ def job_states def campaign_kinds Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignKinds end - def poll_question_localization - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization + def notification_options + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::NotificationOptions 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 7432d9b6de..0f34ccfa32 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -19,6 +19,7 @@ module Mgmt MetricBaseline = Azure::Monitor::Mgmt::V2017_11_01_preview::MetricBaseline module Models + RecurrenceFrequency = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrenceFrequency EmailNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification WebhookNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::WebhookNotification ScaleCapacity = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleCapacity @@ -29,25 +30,28 @@ module Models AutoscaleSettingResourcePatch = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch AutoscaleProfile = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile AutoscaleSettingResourceCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection - MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger Recurrence = Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource 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 OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult - ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection + MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation - RecurrenceFrequency = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrenceFrequency + 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 AlertRuleResource = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResource + ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition LogProfileResource = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource - LocationThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition ConditionOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator TimeAggregationOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator AlertRuleResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch + Incident = Azure::Monitor::Mgmt::V2016_03_01::Models::Incident AlertRuleResourceCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection ManagementEventAggregationCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventAggregationCondition RuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition @@ -56,15 +60,14 @@ module Models IncidentListResult = Azure::Monitor::Mgmt::V2016_03_01::Models::IncidentListResult LogProfileCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection RuleDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource - Incident = Azure::Monitor::Mgmt::V2016_03_01::Models::Incident RuleMetricDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource RuleManagementEventDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource LogProfileResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch - ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition - 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 + LocationThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition + 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 ActivityLogAlertPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody ActionGroupList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList @@ -79,19 +82,17 @@ module Models 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 - Resource = Azure::Monitor::Mgmt::V2017_04_01::Models::Resource ActivityLogAlertActionGroup = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup - ItsmReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver - ActivityLogAlertActionList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList + DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource + CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection - DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource - MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings - CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + ErrorResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse Baseline = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline BaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse BaselineMetadataValue = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue @@ -100,7 +101,6 @@ module Models CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity ResultType = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ResultType - ErrorResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse end class MonitorManagementClass @@ -174,6 +174,9 @@ def method_missing(method, *args) end class ModelClasses + def recurrence_frequency + Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrenceFrequency + end def email_notification Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification end @@ -204,9 +207,6 @@ def autoscale_profile def autoscale_setting_resource_collection Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection end - def metric_trigger - Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger - end def recurrence Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence end @@ -225,6 +225,9 @@ def time_aggregation_type 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 operation_display Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay end @@ -234,24 +237,30 @@ def scale_type def operation_list_result Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult end - def scale_direction - Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection + def metric_trigger + Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger end def operation Azure::Monitor::Mgmt::V2015_04_01::Models::Operation end - def recurrence_frequency - Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrenceFrequency + 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 alert_rule_resource Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResource end + def threshold_rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition + end def log_profile_resource Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource end - def location_threshold_rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition - end def condition_operator Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator end @@ -261,6 +270,9 @@ def time_aggregation_operator def alert_rule_resource_patch Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch end + def incident + Azure::Monitor::Mgmt::V2016_03_01::Models::Incident + end def alert_rule_resource_collection Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection end @@ -285,9 +297,6 @@ def log_profile_collection def rule_data_source Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource end - def incident - Azure::Monitor::Mgmt::V2016_03_01::Models::Incident - end def rule_metric_data_source Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource end @@ -297,21 +306,21 @@ def rule_management_event_data_source def log_profile_resource_patch Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch end - def threshold_rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition - end - def management_event_rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition + def location_threshold_rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition end - def rule_email_action - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction + def itsm_receiver + Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver end - def rule_webhook_action - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction + 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 activity_log_alert_patch_body Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody end @@ -354,17 +363,14 @@ def activity_log_alert_all_of_condition def automation_runbook_receiver Azure::Monitor::Mgmt::V2017_04_01::Models::AutomationRunbookReceiver end - def resource - Azure::Monitor::Mgmt::V2017_04_01::Models::Resource - end def activity_log_alert_action_group Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup end - def itsm_receiver - Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver + def diagnostic_settings_category_resource + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource end - def activity_log_alert_action_list - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList + def category_type + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType end def diagnostic_settings_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource @@ -378,20 +384,17 @@ 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 def diagnostic_settings_resource_collection Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection end - 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 category_type - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + def error_response + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse end def baseline Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline @@ -417,9 +420,6 @@ def sensitivity def result_type Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ResultType end - def error_response - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse - end 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 3f63e32cb9..fb3cfb3c40 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 @@ -60,33 +60,33 @@ module Models IpTag = Azure::Network::Mgmt::V2018_01_01::Models::IpTag LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerFrontendIPConfigurationListResult LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerLoadBalancingRuleListResult + Error = Azure::Network::Mgmt::V2018_01_01::Models::Error TunnelConnectionHealth = Azure::Network::Mgmt::V2018_01_01::Models::TunnelConnectionHealth LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerProbeListResult - ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayConnectionDraining ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServer ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthPool NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfigurationListResult NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceLoadBalancerListResult BgpPeerStatus = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerStatus EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroupAssociation - Error = Azure::Network::Mgmt::V2018_01_01::Models::Error + EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityRule VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkListUsageResult EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroup VirtualNetworkUsage = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkUsage EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroupListResult IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_01_01::Models::IPAddressAvailabilityResult - EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityRule + 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 - EffectiveRoute = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRoute ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringListResult + NetworkWatcherListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcherListResult ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies TopologyParameters = Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters + ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayConnectionDraining TagsObject = Azure::Network::Mgmt::V2018_01_01::Models::TagsObject ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroupListResult Dimension = Azure::Network::Mgmt::V2018_01_01::Models::Dimension - NetworkWatcherListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcherListResult Topology = Azure::Network::Mgmt::V2018_01_01::Models::Topology VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowParameters MetricSpecification = Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification @@ -126,9 +126,9 @@ module Models TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_01_01::Models::TrafficAnalyticsConfigurationProperties FlowLogStatusParameters = Azure::Network::Mgmt::V2018_01_01::Models::FlowLogStatusParameters EndpointServicesListResult = Azure::Network::Mgmt::V2018_01_01::Models::EndpointServicesListResult - FlowLogInformation = Azure::Network::Mgmt::V2018_01_01::Models::FlowLogInformation ConnectivitySource = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivitySource Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_01_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + ConnectivityDestination = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityDestination ConnectivityParameters = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityParameters ConnectivityIssue = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityIssue ConnectivityHop = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityHop @@ -164,58 +164,58 @@ 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 - ConnectivityDestination = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityDestination + 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 - ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy + ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslOptions - RouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule + FlowLogInformation = Azure::Network::Mgmt::V2018_01_01::Models::FlowLogInformation EndpointServiceResult = Azure::Network::Mgmt::V2018_01_01::Models::EndpointServiceResult - NetworkWatcher = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher + ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy RouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilter - PatchRouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter + RouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule PatchRouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilterRule - VirtualNetworkPeering = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering + NetworkWatcher = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher BgpServiceCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BgpServiceCommunity - PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName + PatchRouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListEntity - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol + VirtualNetworkPeering = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServerHealth - ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName + PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyType - ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCipherSuite - Access = Azure::Network::Mgmt::V2018_01_01::Models::Access + ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallMode - EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol + ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType LoadBalancerSkuName = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName - EffectiveRouteState = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState + Access = Azure::Network::Mgmt::V2018_01_01::Models::Access EffectiveRouteSource = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource - Direction = Azure::Network::Mgmt::V2018_01_01::Models::Direction + EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol AssociationType = Azure::Network::Mgmt::V2018_01_01::Models::AssociationType - PcProtocol = Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol + EffectiveRouteState = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState NextHopType = Azure::Network::Mgmt::V2018_01_01::Models::NextHopType - PcError = Azure::Network::Mgmt::V2018_01_01::Models::PcError + Direction = Azure::Network::Mgmt::V2018_01_01::Models::Direction PcStatus = Azure::Network::Mgmt::V2018_01_01::Models::PcStatus - ConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus + PcProtocol = Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol IssueType = Azure::Network::Mgmt::V2018_01_01::Models::IssueType - EvaluationState = Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState + PcError = Azure::Network::Mgmt::V2018_01_01::Models::PcError + ConnectionState = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState + ConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus Severity = Azure::Network::Mgmt::V2018_01_01::Models::Severity - VpnClientProtocol = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol + EvaluationState = Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState - ConnectionState = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState + VpnClientProtocol = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol BgpPeerState = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState 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 @@ -229,7 +229,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 @@ -255,62 +255,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 @@ -326,17 +326,17 @@ module Models VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus AuthenticationMethod = Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod IpsecEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption - IpsecIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity + ProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState Protocol = Azure::Network::Mgmt::V2018_01_01::Models::Protocol IkeIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity - ProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState + DhGroup = Azure::Network::Mgmt::V2018_01_01::Models::DhGroup PfsGroup = Azure::Network::Mgmt::V2018_01_01::Models::PfsGroup + IpsecIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity IkeEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption - DhGroup = Azure::Network::Mgmt::V2018_01_01::Models::DhGroup 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, :route_filters, :route_filter_rules, :bgp_service_communities, :virtual_network_peerings, :operations, :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, :route_filters, :route_filter_rules, :bgp_service_communities, :virtual_network_peerings, :operations, :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 @@ -443,15 +443,15 @@ def load_balancer_frontend_ipconfiguration_list_result def load_balancer_load_balancing_rule_list_result Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerLoadBalancingRuleListResult end + def error + Azure::Network::Mgmt::V2018_01_01::Models::Error + end def tunnel_connection_health Azure::Network::Mgmt::V2018_01_01::Models::TunnelConnectionHealth end def load_balancer_probe_list_result Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerProbeListResult end - def application_gateway_connection_draining - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayConnectionDraining - end def application_gateway_backend_health_server Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServer end @@ -470,8 +470,8 @@ def bgp_peer_status def effective_network_security_group_association Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroupAssociation end - def error - Azure::Network::Mgmt::V2018_01_01::Models::Error + def effective_network_security_rule + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityRule end def virtual_network_list_usage_result Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkListUsageResult @@ -488,8 +488,8 @@ def effective_network_security_group_list_result def ipaddress_availability_result Azure::Network::Mgmt::V2018_01_01::Models::IPAddressAvailabilityResult end - def effective_network_security_rule - Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityRule + def effective_route + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRoute end def application_gateway_firewall_disabled_rule_group Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallDisabledRuleGroup @@ -497,21 +497,24 @@ def application_gateway_firewall_disabled_rule_group def effective_route_list_result Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteListResult end - def effective_route - Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRoute - end def application_gateway_firewall_rule Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule end def virtual_network_peering_list_result Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringListResult end + def network_watcher_list_result + Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcherListResult + end def application_gateway_available_ssl_predefined_policies Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies end def topology_parameters Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters end + def application_gateway_connection_draining + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayConnectionDraining + end def tags_object Azure::Network::Mgmt::V2018_01_01::Models::TagsObject end @@ -521,9 +524,6 @@ def application_security_group_list_result def dimension Azure::Network::Mgmt::V2018_01_01::Models::Dimension end - def network_watcher_list_result - Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcherListResult - end def topology Azure::Network::Mgmt::V2018_01_01::Models::Topology end @@ -641,15 +641,15 @@ def flow_log_status_parameters def endpoint_services_list_result Azure::Network::Mgmt::V2018_01_01::Models::EndpointServicesListResult end - def flow_log_information - Azure::Network::Mgmt::V2018_01_01::Models::FlowLogInformation - end def connectivity_source Azure::Network::Mgmt::V2018_01_01::Models::ConnectivitySource end def ipv6_express_route_circuit_peering_config Azure::Network::Mgmt::V2018_01_01::Models::Ipv6ExpressRouteCircuitPeeringConfig end + def connectivity_destination + Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityDestination + end def connectivity_parameters Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityParameters end @@ -755,8 +755,8 @@ def connection_monitor_query_result def application_security_group Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup end - def connectivity_destination - Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityDestination + def resource_navigation_link + Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink end def availability Azure::Network::Mgmt::V2018_01_01::Models::Availability @@ -764,125 +764,125 @@ 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 - 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 end - def application_gateway_ssl_predefined_policy - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy + def application_gateway_firewall_rule_set + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet end def application_gateway_available_ssl_options Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslOptions end - def route_filter_rule - Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule + def flow_log_information + Azure::Network::Mgmt::V2018_01_01::Models::FlowLogInformation end def endpoint_service_result Azure::Network::Mgmt::V2018_01_01::Models::EndpointServiceResult end - def network_watcher - Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher + def application_gateway_ssl_predefined_policy + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy end def route_filter Azure::Network::Mgmt::V2018_01_01::Models::RouteFilter end - def patch_route_filter - Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter + def route_filter_rule + Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule end def patch_route_filter_rule Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilterRule end - def virtual_network_peering - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering + def network_watcher + Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher end def bgp_service_community Azure::Network::Mgmt::V2018_01_01::Models::BgpServiceCommunity end - def public_ipaddress_sku_name - Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName + def patch_route_filter + Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter end def virtual_network_gateway_connection_list_entity Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListEntity end - def application_gateway_ssl_protocol - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol + def virtual_network_peering + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering end def application_gateway_backend_health_server_health Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServerHealth end - def application_gateway_ssl_policy_name - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName + def public_ipaddress_sku_name + Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName end def application_gateway_ssl_policy_type Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyType end - def application_gateway_redirect_type - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType + def application_gateway_ssl_protocol + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol end def application_gateway_ssl_cipher_suite Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCipherSuite end - def access - Azure::Network::Mgmt::V2018_01_01::Models::Access + def application_gateway_ssl_policy_name + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName end def application_gateway_firewall_mode Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallMode end - def effective_security_rule_protocol - Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol + def application_gateway_redirect_type + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType end def load_balancer_sku_name Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName end - def effective_route_state - Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState + def access + Azure::Network::Mgmt::V2018_01_01::Models::Access end def effective_route_source Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource end - def direction - Azure::Network::Mgmt::V2018_01_01::Models::Direction + def effective_security_rule_protocol + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol end def association_type Azure::Network::Mgmt::V2018_01_01::Models::AssociationType end - def pc_protocol - Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol + def effective_route_state + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState end def next_hop_type Azure::Network::Mgmt::V2018_01_01::Models::NextHopType end - def pc_error - Azure::Network::Mgmt::V2018_01_01::Models::PcError + def direction + Azure::Network::Mgmt::V2018_01_01::Models::Direction end def pc_status Azure::Network::Mgmt::V2018_01_01::Models::PcStatus end - def connection_status - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus + def pc_protocol + Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol end def issue_type Azure::Network::Mgmt::V2018_01_01::Models::IssueType end - def evaluation_state - Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState + def pc_error + Azure::Network::Mgmt::V2018_01_01::Models::PcError + end + def connection_state + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState + end + def connection_status + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus end def severity Azure::Network::Mgmt::V2018_01_01::Models::Severity end - def vpn_client_protocol - Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol + def evaluation_state + Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState end def virtual_network_peering_state Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState end - def connection_state - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState + def vpn_client_protocol + Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol end def bgp_peer_state Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState @@ -893,23 +893,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 @@ -950,8 +950,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 @@ -1028,11 +1028,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 @@ -1040,140 +1040,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 @@ -1184,17 +1184,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 @@ -1241,8 +1241,8 @@ def authentication_method def ipsec_encryption Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption end - def ipsec_integrity - Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity + def provisioning_state + Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState end def protocol Azure::Network::Mgmt::V2018_01_01::Models::Protocol @@ -1250,18 +1250,18 @@ def protocol def ike_integrity Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity end - def provisioning_state - Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState + def dh_group + Azure::Network::Mgmt::V2018_01_01::Models::DhGroup end def pfs_group Azure::Network::Mgmt::V2018_01_01::Models::PfsGroup end + def ipsec_integrity + Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity + end def ike_encryption Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption end - def dh_group - Azure::Network::Mgmt::V2018_01_01::Models::DhGroup - 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 3a5c3aac20..7cbf904bed 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -9,30 +9,30 @@ module NewsSearch NewsOperations = Azure::CognitiveServices::NewsSearch::V1_0::NewsOperations module Models - Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + 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 + CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork + ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode + SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase - News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News - Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query - Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject - TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic - SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer - CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork - ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode + Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics + VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject end class NewsSearchDataClass @@ -65,27 +65,51 @@ def method_missing(method, *args) end class ModelClasses - def error - Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + def query + Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end - def safe_search - Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + def news + Azure::CognitiveServices::NewsSearch::V1_0::Models::News + end + def search_results_answer + Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer + end + def identifiable + Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer end def thing Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing end + def creative_work + Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork + end + def error_code + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode + end + def error_sub_code + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode + end + def safe_search + Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + end def text_format Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat end + def article + Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + end + def response + Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + end def freshness Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness end def image_object Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject end - def response - Azure::CognitiveServices::NewsSearch::V1_0::Models::Response - end def organization Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization end @@ -101,41 +125,17 @@ def news_article def response_base Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase end - def news - Azure::CognitiveServices::NewsSearch::V1_0::Models::News - end - def query - Azure::CognitiveServices::NewsSearch::V1_0::Models::Query - end - def article - Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - end - def video_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject - end - def trending_topics - Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - end def news_topic Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic end - def search_results_answer - Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer - end - def identifiable - Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer - end - def creative_work - Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork + def error + Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end - def error_code - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode + def trending_topics + Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end - def error_sub_code - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode + def video_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject 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 d74f445e9e..84086d4b5d 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 + 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 @@ -19,10 +22,10 @@ module Models NamespaceListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult BaiduCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential CheckAvailabilityResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult + Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku 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 - Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource @@ -43,13 +46,10 @@ module Models WnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential CheckAvailabilityParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters GcmCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::GcmCredential - SharedAccessAuthorizationRuleCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters - NotificationHubListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult - SharedAccessAuthorizationRuleListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult 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 shared_access_authorization_rule_create_or_update_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters + end + def notification_hub_list_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult + end + 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 @@ -101,6 +110,9 @@ def baidu_credential def check_availability_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult end + def sku + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + end def namespace_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters end @@ -110,9 +122,6 @@ def namespace_resource def shared_access_authorization_rule_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource end - def sku - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku - end def notification_hub_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters end @@ -173,15 +182,6 @@ def check_availability_parameters def gcm_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::GcmCredential end - def shared_access_authorization_rule_create_or_update_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters - end - def notification_hub_list_result - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult - end - def shared_access_authorization_rule_list_result - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult - end end end end diff --git a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb index 7232eea931..83f194d378 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -9,12 +9,14 @@ 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 + PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + StorageInsightState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount SearchSchemaValue = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSchemaValue @@ -31,15 +33,13 @@ module Models StorageInsightListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult SearchSort = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort SearchError = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError - WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters WorkspacePurgeBody = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody - WorkspacePurgeResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse + WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters SearchMetadata = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata + WorkspacePurgeResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse StorageInsight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight SearchSortEnum = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum WorkspacePurgeStatusResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse - PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState - StorageInsightState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource @@ -60,13 +60,13 @@ module Models Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace - DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource DataSourceKind = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind + DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus 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 @@ -108,6 +108,12 @@ def method_missing(method, *args) end class ModelClasses + def purge_state + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + end + def storage_insight_state + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState + end def tag Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag end @@ -156,18 +162,18 @@ def search_sort def search_error Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError end - def workspace_purge_body_filters - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters - end def workspace_purge_body Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody end - def workspace_purge_response - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse + def workspace_purge_body_filters + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters end def search_metadata Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata end + def workspace_purge_response + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse + end def storage_insight Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight end @@ -177,12 +183,6 @@ def search_sort_enum def workspace_purge_status_response Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse end - def purge_state - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState - end - def storage_insight_state - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState - end def sku_name_enum Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum end @@ -243,12 +243,12 @@ def proxy_resource def workspace Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace end - def data_source - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource - end def data_source_kind Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind end + def data_source + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource + end def entity_status Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus end diff --git a/azure_sdk/lib/latest/modules/policy_profile_module.rb b/azure_sdk/lib/latest/modules/policy_profile_module.rb index 8ca73cb485..0c2627e973 100644 --- a/azure_sdk/lib/latest/modules/policy_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policy_profile_module.rb @@ -8,25 +8,25 @@ 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 + PolicySku = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku + ErrorResponse = Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse + PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinitionListResult PolicyType = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType PolicyAssignment = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignment PolicyAssignmentListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignmentListResult PolicyDefinitionReference = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference PolicySetDefinition = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinition - PolicySku = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku - ErrorResponse = Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse - PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinitionListResult 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,23 @@ 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 policy_sku + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku + end + def error_response + Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse + end + def policy_set_definition_list_result + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinitionListResult end def policy_type Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType @@ -89,15 +98,6 @@ def policy_definition_reference def policy_set_definition Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinition end - def policy_sku - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku - end - def error_response - Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse - end - def policy_set_definition_list_result - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinitionListResult - end end end end diff --git a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb index 5c6665bd8c..115e9b00ea 100644 --- a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb @@ -12,6 +12,9 @@ module Mgmt PolicyStates = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyStates module Models + PolicyEvent = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent + PolicyState = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState + OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError QueryOptions = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults @@ -25,9 +28,6 @@ module Models QueryFailure = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailure SummarizeResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummarizeResults PolicyStatesQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults - PolicyEvent = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent - PolicyState = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState - OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults end class PolicyInsightsManagementClass @@ -62,6 +62,15 @@ def method_missing(method, *args) end class ModelClasses + def policy_event + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent + end + def policy_state + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState + end + def operations_list_results + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults + end def query_failure_error Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError end @@ -101,15 +110,6 @@ def summarize_results def policy_states_query_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults end - def policy_event - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent - end - def policy_state - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState - end - def operations_list_results - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults - 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 8053e14052..d094734420 100644 --- a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb +++ b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb @@ -11,6 +11,9 @@ module Mgmt WorkspaceCollections = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::WorkspaceCollections module Models + WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + AccessKeyName = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName CheckNameReason = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason OperationList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList WorkspaceCollectionAccessKeys = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys @@ -24,12 +27,9 @@ module Models CheckNameRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest AzureSku = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse - WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error MigrateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList - Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error - ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail - AccessKeyName = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName end class PowerBiEmbeddedManagementClass @@ -63,6 +63,15 @@ def method_missing(method, *args) end class ModelClasses + def workspace_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + end + def error_detail + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + end + def access_key_name + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName + end def check_name_reason Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason end @@ -102,8 +111,8 @@ def azure_sku def check_name_response Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse end - def workspace_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + def error + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error end def migrate_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest @@ -111,15 +120,6 @@ def migrate_workspace_collection_request def workspace_collection_list Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList end - def error - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error - end - def error_detail - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail - end - def access_key_name - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName - end end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb index c628fb3d92..0508ad00cf 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -7,15 +7,18 @@ module Azure::Profiles::Latest module RecoveryServices module Mgmt + VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations + ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates RegisteredIdentities = Azure::RecoveryServices::Mgmt::V2016_06_01::RegisteredIdentities - ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults - VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations module Models + ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification + UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails + ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails @@ -23,10 +26,10 @@ module Models PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource 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 + Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState - Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties @@ -47,13 +50,10 @@ module Models VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary VaultUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage - ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification - UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails - ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList end class RecoveryServicesManagementClass - attr_reader :operations, :usages, :vault_certificates, :registered_identities, :replication_usages, :vaults, :vault_extended_info_operations, :configurable, :base_url, :options, :model_classes + attr_reader :vault_extended_info_operations, :replication_usages, :operations, :usages, :vault_certificates, :registered_identities, :vaults, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -63,13 +63,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @vault_extended_info_operations = @client_0.vault_extended_info_operations + @replication_usages = @client_0.replication_usages @operations = @client_0.operations @usages = @client_0.usages @vault_certificates = @client_0.vault_certificates @registered_identities = @client_0.registered_identities - @replication_usages = @client_0.replication_usages @vaults = @client_0.vaults - @vault_extended_info_operations = @client_0.vault_extended_info_operations @model_classes = ModelClasses.new end @@ -88,6 +88,15 @@ def method_missing(method, *args) end class ModelClasses + def client_discovery_for_log_specification + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification + end + def upgrade_details + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails + end + def replication_usage_list + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + end def resource_certificate_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails end @@ -109,8 +118,8 @@ def patch_vault 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 + def sku + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku end def tracked_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource @@ -118,8 +127,8 @@ def tracked_resource def vault_upgrade_state Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState end - def sku - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + def auth_type + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType end def usages_unit Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit @@ -181,15 +190,6 @@ def monitoring_summary def vault_usage Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage end - def client_discovery_for_log_specification - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification - end - def upgrade_details - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails - end - def replication_usage_list - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList - 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 7e286ec949..9dda02c0de 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -33,25 +33,27 @@ module Mgmt BackupProtectionContainers = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectionContainers SecurityPINs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::SecurityPINs BackupResourceStorageConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceStorageConfigs + ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations + BackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupStatus + FeatureSupport = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::FeatureSupport BackupJobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupJobs JobDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::JobDetails ExportJobsOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ExportJobsOperationResults BackupPolicies = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupPolicies BackupProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectedItems + BackupProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectionIntent BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation - ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations - BackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupStatus - FeatureSupport = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::FeatureSupport 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 + AzureFileShareProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem AzureFileShareRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer AzureIaaSClassicComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem @@ -111,8 +113,8 @@ module Models WorkloadItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList WorkloadItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList - AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType WorkloadProtectableItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource + AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType InquiryStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType @@ -171,52 +173,57 @@ module Models AzureBackupServerContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer AzureBackupServerEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine AzureFileShareBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest - AzureFileShareProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem - AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo + AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem + AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest - JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList - MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails + MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem - JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject - JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + ProtectionIntentQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentQueryObject AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy - OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy - AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent + OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList - ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest - JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction AzureVmWorkloadProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy - DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo AzureVmWorkloadSAPHanaDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem - MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType - DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo - DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType - SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus - OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource + ProtectionIntentResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResourceList + JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest + MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem - ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse - ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest - CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode - FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName - Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction AzureWorkloadRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest - ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource - AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList AzureWorkloadSAPHanaRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest AzureWorkloadSAPHanaPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest AzureWorkloadSQLPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest - AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest - JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType - ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList - ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest + SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem RetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy @@ -229,6 +236,7 @@ module Models LongTermSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermSchedulePolicy MabFileFolderProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItem MabProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy + IntentItemType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IntentItemType HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource @@ -236,16 +244,16 @@ module Models SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource ProtectionState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState + HealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail + WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType RecoveryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RecoveryType - HealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus - RestoreRequestType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType CopyOptions = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CopyOptions - LastBackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus + RestoreRequestType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState + LastBackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus ProtectedItemHealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType - WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType OverwriteOptions = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OverwriteOptions BackupManagementType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType WorkloadItemType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType @@ -257,6 +265,7 @@ module Models ScheduleRunType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType NameInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo UsagesUnit = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit + PolicyType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PolicyType Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings SubProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo @@ -265,67 +274,63 @@ module Models RestoreFileSpecs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse OperationResultInfoBase = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase - MabJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo - ValidateOperationsResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse - DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule AzureWorkloadErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo + ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo AzureWorkloadJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails - DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat - ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest - AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails - AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo - MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + MabJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo + AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails - AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo - ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent - AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails + AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo - BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest - ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy - AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse - BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo + PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + ValidateOperationsResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse + BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest - FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest - PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest - ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList - DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo - DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest - AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo - PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse - AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent - AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent - AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob - TargetAFSRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo - BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse - AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails - YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule TargetRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo + AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + TargetAFSRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo + PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse + AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails + AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat - AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping - EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails - Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo - MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob - AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem - AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat end class RecoveryServicesBackupManagementClass - attr_reader :operations, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :jobs, :operation, :protection_intent_operations, :backup_status, :feature_support, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_protection_intent, :backup_usage_summaries, :jobs, :operation, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -373,17 +378,18 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @protection_intent_operations = @client_2.protection_intent_operations + @backup_status = @client_2.backup_status + @feature_support = @client_2.feature_support @backup_jobs = @client_2.backup_jobs @job_details = @client_2.job_details @export_jobs_operation_results = @client_2.export_jobs_operation_results @backup_policies = @client_2.backup_policies @backup_protected_items = @client_2.backup_protected_items + @backup_protection_intent = @client_2.backup_protection_intent @backup_usage_summaries = @client_2.backup_usage_summaries @jobs = @client_2.jobs @operation = @client_2.operation - @protection_intent_operations = @client_2.protection_intent_operations - @backup_status = @client_2.backup_status - @feature_support = @client_2.feature_support @model_classes = ModelClasses.new end @@ -406,6 +412,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 @@ -418,11 +430,8 @@ 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 - end - def client_discovery_value_for_single_api - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi + def azure_file_share_protectable_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem end def azure_file_share_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint @@ -601,12 +610,12 @@ def workload_item_resource def workload_protectable_item_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList end - def azure_file_share_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType - end def workload_protectable_item_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource end + def azure_file_share_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType + end def inquiry_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus end @@ -781,20 +790,26 @@ def azure_backup_server_engine def azure_file_share_backup_request Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest end - def azure_file_share_protectable_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem + def azure_vm_workload_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo end - def azure_storage_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + def azure_fileshare_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem + end + def azure_file_share_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + end + def weekly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule end def azure_file_share_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest end - def job_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList + def encryption_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails end - def mab_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + def mab_file_folder_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo end def azure_iaa_svmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem @@ -802,11 +817,11 @@ def azure_iaa_svmprotected_item def azure_iaa_sclassic_compute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem end - def job_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + def azure_workload_sqlauto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent end - def job_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + def protection_intent_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentQueryObject end def azure_iaa_scompute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem @@ -814,8 +829,8 @@ def azure_iaa_scompute_vmprotected_item def azure_iaa_svmprotection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy end - def operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + def job_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList end def azure_sql_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem @@ -823,20 +838,20 @@ def azure_sql_protected_item def azure_sql_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy end - def azure_recovery_service_vault_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent + def operation_result_info_base_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource end - def protection_policy_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + def dpm_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob end - def validate_restore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest + def export_jobs_operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def azure_resource_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent end - def job_supported_action - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + def protection_policy_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList end def azure_vm_workload_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem @@ -844,56 +859,62 @@ def azure_vm_workload_protected_item def azure_vm_workload_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy end - def dpm_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + def azure_iaa_svmerror_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo end def azure_vm_workload_saphana_database_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem end - def mab_server_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + def protection_intent_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource end - def dpmprotected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + def protection_intent_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResourceList end - def data_source_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + def job_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource end - def support_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + def validate_restore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest end - def operation_result_info_base_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + def mab_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob end def azure_vm_workload_sqldatabase_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem end - def validate_operation_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + def dpm_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo end - def export_jobs_operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + def azure_workload_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob end - def validate_iaas_vmrestore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + def data_source_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType end - def create_mode - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + def job_operation_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType end - def fabric_name - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + def mab_server_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType end - def type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + def validation_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + end + def validate_iaas_vmrestore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + end + def job_supported_action + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction end def azure_workload_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest end - def protection_intent_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource + def fabric_name + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName end - def azure_workload_sqlauto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + def protected_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList end def azure_workload_saphana_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest @@ -904,20 +925,23 @@ def azure_workload_saphana_point_in_time_restore_request def azure_workload_sqlpoint_in_time_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest end + def health_state + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + end + def create_mode + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + end def azure_workload_sqlrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest end - def job_operation_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType - end - def protected_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList + def support_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus end - def validation_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + def operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo end - def health_state - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + def type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type end def dpmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem @@ -955,6 +979,9 @@ def mab_file_folder_protected_item def mab_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy end + def intent_item_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IntentItemType + end def http_status_code Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode end @@ -976,36 +1003,36 @@ def resource def protection_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState end + def health_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus + end def error_detail Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail end + def workload_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType + end def recovery_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RecoveryType end - def health_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus + def copy_options + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CopyOptions end def restore_request_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType end - def copy_options - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CopyOptions + def protected_item_state + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState end def last_backup_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus end - def protected_item_state - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState - end def protected_item_health_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus end def sqldata_directory_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType end - def workload_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType - end def overwrite_options Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OverwriteOptions end @@ -1039,6 +1066,9 @@ def name_info def usages_unit Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit end + def policy_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PolicyType + end def settings Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings end @@ -1063,140 +1093,146 @@ def resource_list def dpm_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo end + def dpm_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + end def operation_worker_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse end def operation_result_info_base Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase end - def mab_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo - end - def validate_operations_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse - end - def daily_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule - end def azure_workload_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo end + def validate_operation_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + end def retention_duration Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration end - def azure_workload_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails + def daily_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule end - def daily_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat + def azure_workload_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo end - def validate_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest + def azure_workload_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails end - def azure_iaa_svmjob_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + def mab_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo end - def azure_iaa_svmerror_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + def azure_iaa_svmjob_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end - def mab_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject end def mab_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails end - def azure_workload_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo - end - def protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + def azure_storage_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end - def azure_storage_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails + def mab_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end def protected_item_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject end - def azure_vm_workload_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo + def azure_iaa_svmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo end - def backup_status_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + def pre_validate_enable_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + end + def backup_management_usage + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage end def protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy end - def azure_vmresource_feature_support_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + 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 + def validate_operations_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse end - def backup_management_usage - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + def backup_status_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse end - def restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest + def azure_storage_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + def dpmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo end - def pre_validate_enable_backup_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + def restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest end - def protection_policy_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + def validate_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest end def backup_management_usage_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList end - def dpm_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + def bmsbackup_summaries_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject end def azure_sql_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end - def dpm_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + def azure_iaa_svmjob_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails end - def azure_backup_goal_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest end - def azure_storage_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + def protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent end - def pre_validate_enable_backup_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse + def azure_backup_goal_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest end - def azure_resource_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + def azure_iaa_svmjob + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob end - def azure_iaa_svmjob_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + def azure_recovery_service_vault_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent end def protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem end + def azure_storage_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + end + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + end def azure_workload_auto_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent end - def azure_workload_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + def target_restore_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo + end + def azure_iaa_svmhealth_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails end def target_afsrestore_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo end - def backup_status_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + 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 + def azure_storage_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails end - def yearly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule + def azure_vmresource_feature_support_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse end - def target_restore_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo + def day + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day end def monthly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule @@ -1204,35 +1240,17 @@ def monthly_retention_schedule def weekly_retention_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat end - def azure_iaa_svmprotected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - end - def weekly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + def yearly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule end def sqldata_directory_mapping Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping end - def encryption_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails - end - def day - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - 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 azure_iaa_svmjob - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob - end - def azure_fileshare_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem + def job_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject end - def azure_file_share_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + def daily_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat 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 7d78dc9040..faf40808ad 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -7,137 +7,146 @@ 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 ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassificationMappings ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassifications ReplicationRecoveryServicesProviders = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationRecoveryServicesProviders ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationRecoveryPlans + RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::RecoveryPoints ReplicationProtectionContainers = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainers ReplicationProtectionContainerMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainerMappings ReplicationProtectableItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectableItems - RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::RecoveryPoints ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationPolicies ReplicationNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworks - ReplicationLogicalNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationLogicalNetworks Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Operations - ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationEvents ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationJobs + ReplicationLogicalNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationLogicalNetworks ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationAlertSettings - 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 + ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationEvents module Models - VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings + VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails + VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput + VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings + AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput + AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput - VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails + VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput + VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails + VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails + AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails - VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails - HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails + HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails + VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails 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 + A2AReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails + HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput 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 + InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput + HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput - InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput - HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails + A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput + A2AEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails 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 + HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails + HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails - HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails - VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails + HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails + A2AEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails 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 + InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput + VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput 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 + InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput + HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput 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 + InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput + A2AFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput 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 + A2AApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput + A2AReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails 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 + ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails + JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails 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 + AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails + ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails 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 + AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails + InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails 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 + SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails + Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job A2ASwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails - SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails + HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails + A2AContainerCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput + TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails + HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails + InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails - Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job - HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails + InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails + VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails A2APolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails - InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails - HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails + RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails + InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput - RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails - VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails - InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails - A2APolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput - InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput + RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput - RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails + A2APolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput - RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails + RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails - RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput + RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput - RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput + AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput - RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType + RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput - AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput + PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricCreationInput - SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations + RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation - PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections + DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel - RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType + SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType - DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason + SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorCategory - HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType + RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus - SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus + AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlternateLocationRecoveryOption RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionLocation - RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType + HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType 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 - A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType + RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType + A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType 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 @@ -301,7 +310,6 @@ module Models ProtectionContainerMappingProviderSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMappingProviderSpecificDetails VaultHealthProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthProperties RemoveProtectionContainerMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RemoveProtectionContainerMappingInputProperties - Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Display JobEntity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobEntity CreateProtectionContainerInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateProtectionContainerInput InMageDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskDetails @@ -311,53 +319,45 @@ module Models A2AVmManagedDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmManagedDiskInputDetails A2AVmDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails ConfigurationSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings - Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet - A2AProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails InMageDiskExclusionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput - EventQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter + Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Display + A2AProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails InMageDiskSignatureExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions - NetworkMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties + Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource InMageVolumeExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions - ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput + EventQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter AzureToAzureVmSyncedConfigDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails - ASRTask = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask + Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet InputEndpoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint + ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput + NetworkMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties + ASRTask = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask + SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties A2AProtectedManagedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails - Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource - MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate PolicyProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties - SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties + MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping - Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy + ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping - RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy + RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider + EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network + RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification - ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer - ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem - VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails - StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping - EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails - VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings - RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint - VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings + RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter - RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider + ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings - VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput - AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput - 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 + StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping end class RecoveryServicesSiteRecoveryManagementClass - attr_reader :replication_storage_classification_mappings, :replication_storage_classifications, :replication_recovery_services_providers, :replication_recovery_plans, :replication_protection_containers, :replication_protection_container_mappings, :replication_protectable_items, :recovery_points, :replication_policies, :replication_networks, :replication_logical_networks, :operations, :replication_events, :replication_jobs, :replication_alert_settings, :replication_vault_health, :replication_protected_items, :replication_network_mappings, :replication_fabrics, :replicationv_centers, :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, :recovery_points, :replication_protection_containers, :replication_protection_container_mappings, :replication_protectable_items, :replication_policies, :replication_networks, :operations, :replication_jobs, :replication_logical_networks, :replication_alert_settings, :replication_events, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -367,26 +367,26 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @replication_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 @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings @replication_storage_classifications = @client_0.replication_storage_classifications @replication_recovery_services_providers = @client_0.replication_recovery_services_providers @replication_recovery_plans = @client_0.replication_recovery_plans + @recovery_points = @client_0.recovery_points @replication_protection_containers = @client_0.replication_protection_containers @replication_protection_container_mappings = @client_0.replication_protection_container_mappings @replication_protectable_items = @client_0.replication_protectable_items - @recovery_points = @client_0.recovery_points @replication_policies = @client_0.replication_policies @replication_networks = @client_0.replication_networks - @replication_logical_networks = @client_0.replication_logical_networks @operations = @client_0.operations - @replication_events = @client_0.replication_events @replication_jobs = @client_0.replication_jobs + @replication_logical_networks = @client_0.replication_logical_networks @replication_alert_settings = @client_0.replication_alert_settings - @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 + @replication_events = @client_0.replication_events @model_classes = ModelClasses.new end @@ -405,14 +405,41 @@ def method_missing(method, *args) end class ModelClasses - def vmm_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + def vmm_to_vmm_network_mapping_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings + end + def vault_health_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails + end + def vmm_to_azure_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput + end + def vmm_to_azure_network_mapping_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings + end + def azure_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput + end + def azure_to_azure_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput end def vmm_to_vmm_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput end - def vmware_v2_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails + def vmm_to_vmm_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput + end + def vmm_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails + end + def vmm_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput + end + def vmware_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails + end + def azure_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails end def hyper_vreplica_base_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails @@ -420,11 +447,11 @@ def hyper_vreplica_base_replication_details def hyper_vsite_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails end - def vmware_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails + def hyper_vreplica_blue_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails end - def hyper_vreplica_azure_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails + def vmware_v2_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails end def in_mage_azure_v2_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails @@ -432,11 +459,11 @@ def in_mage_azure_v2_replication_details def hyper_vreplica_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails end - def hyper_vreplica_blue_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails + def a2_areplication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails end - def hyper_vreplica_azure_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput + def hyper_vreplica_azure_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails end def san_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput @@ -444,11 +471,11 @@ def san_enable_protection_input def in_mage_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails end - def a2_areplication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails + def in_mage_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput end - def a2_aenable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput + def hyper_vreplica_azure_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput end def hyper_vreplica_azure_update_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput @@ -456,11 +483,11 @@ def hyper_vreplica_azure_update_replication_protected_item_input def in_mage_azure_v2_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput end - def in_mage_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput + def a2_aupdate_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput end - def hyper_vreplica_base_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails + def a2_aenable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput end def hyper_vreplica2012_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails @@ -468,11 +495,11 @@ def hyper_vreplica2012_event_details def in_mage_azure_v2_update_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput end - def a2_aupdate_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput + def hyper_vreplica_azure_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails end - def a2_aevent_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails + def hyper_vreplica_base_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails end def in_mage_azure_v2_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails @@ -480,11 +507,11 @@ def in_mage_azure_v2_event_details 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 + def hyper_vvirtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails end - def vmware_virtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails + def a2_aevent_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails end def replication_group_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails @@ -492,11 +519,11 @@ def replication_group_details def job_status_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails end - def hyper_vvirtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails + def in_mage_disable_protection_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput end - def hyper_vreplica_azure_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput + def vmware_virtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails end def hyper_vreplica_azure_failback_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput @@ -504,11 +531,11 @@ def hyper_vreplica_azure_failback_provider_input def in_mage_azure_v2_recovery_point_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails end - def in_mage_disable_protection_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput + def in_mage_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput end - def a2_afailover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput + def hyper_vreplica_azure_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput end def hyper_vreplica_azure_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput @@ -516,11 +543,11 @@ def hyper_vreplica_azure_reprotect_input def in_mage_azure_v2_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput end - def in_mage_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput + def in_mage_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput end - def a2_areprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput + def a2_afailover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput end def hyper_vreplica_azure_apply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput @@ -528,11 +555,11 @@ def hyper_vreplica_azure_apply_recovery_point_input def in_mage_azure_v2_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput end - def in_mage_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput + def a2_aapply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput end - def job_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails + def a2_areprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput end def virtual_machine_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails @@ -540,11 +567,11 @@ def virtual_machine_task_details def in_mage_azure_v2_apply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput end - def a2_aapply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput - end - def script_action_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails + def manual_action_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails + end + def job_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails end def vm_nic_updates_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails @@ -552,11 +579,11 @@ def vm_nic_updates_task_details def fabric_replication_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails end - def manual_action_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails + def automation_runbook_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails end - def inline_workflow_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails + def script_action_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails end def recovery_plan_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails @@ -564,11 +591,11 @@ def recovery_plan_group_task_details def consistency_check_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails end - def automation_runbook_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails + def asr_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails end - def test_failover_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails + def inline_workflow_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails end def failover_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails @@ -576,11 +603,11 @@ def failover_job_details def recovery_plan_shutdown_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails end - def asr_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails + def switch_protection_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails end - def a2_acontainer_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput + def job + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job end def a2_aswitch_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput @@ -588,8 +615,20 @@ def a2_aswitch_protection_input def export_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails end - def switch_protection_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails + def hyper_vreplica_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails + end + def a2_acontainer_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput + end + def test_failover_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails + end + def hyper_vreplica_azure_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails + end + def in_mage_azure_v2_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails end def hyper_vreplica_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails @@ -597,11 +636,11 @@ def hyper_vreplica_policy_details def hyper_vreplica_blue_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails end - def job - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job + def in_mage_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails end - def hyper_vreplica_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails + def vmware_cbt_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails end def in_mage_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails @@ -609,11 +648,11 @@ def in_mage_policy_details def a2_apolicy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails end - def in_mage_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails + def rcm_azure_migration_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails end - def hyper_vreplica_azure_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails + def in_mage_azure_v2_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput end def hyper_vreplica_azure_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput @@ -621,117 +660,105 @@ def hyper_vreplica_azure_policy_input def hyper_vreplica_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput end - def rcm_azure_migration_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails - end - def vmware_cbt_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails - end - def in_mage_azure_v2_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails - end - def a2_apolicy_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput - end def hyper_vreplica_blue_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput end - def in_mage_azure_v2_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput + def recovery_plan_script_action_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails end def in_mage_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput end - def recovery_plan_manual_action_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails + def a2_apolicy_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput end def vmware_cbt_policy_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput end - def recovery_plan_script_action_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails + def recovery_plan_hyper_vreplica_azure_failback_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput end def recovery_plan_automation_runbook_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails end - def recovery_plan_in_mage_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput + def recovery_plan_manual_action_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails end def recovery_plan_hyper_vreplica_azure_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput end - def recovery_plan_hyper_vreplica_azure_failback_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput + def azure_fabric_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput end def recovery_plan_in_mage_azure_v2_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput end - def recovery_plan_group_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType + def recovery_plan_in_mage_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput end def recovery_plan_a2_afailover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput end - def azure_fabric_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput + def possible_operations_directions + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections end def vmware_v2_fabric_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricCreationInput end - def source_site_operations - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations + def recovery_plan_group_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType end def replication_protected_item_operation Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation end - def possible_operations_directions - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections + def disable_protection_reason + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason end def failover_deployment_model Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel end - def recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType + def source_site_operations + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations end def license_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType end - def disable_protection_reason - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason + def set_multi_vm_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus end def health_error_category Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorCategory end - def hyper_vreplica_azure_rp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType + def recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType end def multi_vm_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus end - def set_multi_vm_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus + def alternate_location_recovery_option + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlternateLocationRecoveryOption end def recovery_plan_action_location Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionLocation end - def rp_in_mage_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType + def hyper_vreplica_azure_rp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType end def data_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus end - 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 a2_arp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType + def rp_in_mage_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType end def identity_provider_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType end + def a2_arp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType + end def event Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Event end @@ -1221,9 +1248,6 @@ def vault_health_properties def remove_protection_container_mapping_input_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RemoveProtectionContainerMappingInputProperties end - def display - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Display - end def job_entity Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobEntity end @@ -1251,53 +1275,56 @@ def a2_avm_disk_input_details def configuration_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings end - def subnet - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet - end - def a2_aprotected_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails - end def in_mage_disk_exclusion_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput end - def event_query_parameter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter + def display + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Display + end + def a2_aprotected_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails end def in_mage_disk_signature_exclusion_options Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions end - def network_mapping_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties + def resource + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource end def in_mage_volume_exclusion_options Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions end - def replication_provider_specific_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput + def event_query_parameter + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter end def azure_to_azure_vm_synced_config_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails end - def asrtask - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask + def subnet + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet end def input_endpoint Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint end - def a2_aprotected_managed_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails + def replication_provider_specific_container_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput end - def resource - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource + def network_mapping_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties end - def mobility_service_update - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate + def asrtask + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask + end + 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 end def policy_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties end - def switch_protection_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties + def mobility_service_update + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate end def alert Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert @@ -1311,74 +1338,47 @@ def logical_network def network_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping end - def policy - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy + def protectable_item + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem end def protection_container_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping end - def recovery_plan - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + def policy + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy + end + def recovery_services_provider + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider + end + def encryption_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails end def network Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network end + def recovery_point + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint + end def replication_protected_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem end def storage_classification Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification end - def protection_container - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer - end - def protectable_item - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem - end - def vault_health_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails - end - def storage_classification_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping - end - def encryption_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails - end - def vmm_to_vmm_network_mapping_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings - end - def recovery_point - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint - end - def vmm_to_azure_network_mapping_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings + def recovery_plan + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan end def vcenter Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter end - def recovery_services_provider - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider + def protection_container + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer end def azure_to_azure_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings end - def vmm_to_vmm_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput - end - def azure_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput - end - def 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 azure_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails - end - def vmm_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails + def storage_classification_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping 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 2f3eda6aeb..f1e42ce97f 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -14,38 +14,38 @@ module Mgmt FirewallRules = Azure::Redis::Mgmt::V2017_10_01::FirewallRules module Models - DayOfWeek = Azure::Redis::Mgmt::V2017_10_01::Models::DayOfWeek + RedisResource = Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource + RedisPatchSchedule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule + 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 ReplicationRole = Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole + DayOfWeek = Azure::Redis::Mgmt::V2017_10_01::Models::DayOfWeek Sku = Azure::Redis::Mgmt::V2017_10_01::Models::Sku Resource = Azure::Redis::Mgmt::V2017_10_01::Models::Resource SkuName = Azure::Redis::Mgmt::V2017_10_01::Models::SkuName OperationDisplay = Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay + OperationListResult = Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult RedisListResult = Azure::Redis::Mgmt::V2017_10_01::Models::RedisListResult RedisRegenerateKeyParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisRegenerateKeyParameters RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleListResult RedisAccessKeys = Azure::Redis::Mgmt::V2017_10_01::Models::RedisAccessKeys + ProxyResource = Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource 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 RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters - OperationListResult = Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult - ExportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters + TrackedResource = Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource ImportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters - RedisUpdateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisUpdateParameters - RedisCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters + ExportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters + Operation = Azure::Redis::Mgmt::V2017_10_01::Models::Operation ScheduleEntry = Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry + RedisCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters + RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList RedisLinkedServer = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer - Operation = Azure::Redis::Mgmt::V2017_10_01::Models::Operation - ProxyResource = Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource RedisForceRebootResponse = Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse - RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList - RedisResource = Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource - RedisPatchSchedule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule - TrackedResource = Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource - SkuFamily = Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily - RedisKeyType = Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType - RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties RedisFirewallRule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule - RebootType = Azure::Redis::Mgmt::V2017_10_01::Models::RebootType end class RedisManagementClass @@ -82,12 +82,30 @@ def method_missing(method, *args) end class ModelClasses - def day_of_week - Azure::Redis::Mgmt::V2017_10_01::Models::DayOfWeek + def redis_resource + Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource + end + def redis_patch_schedule + Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule + end + def redis_linked_server_with_properties + Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties + end + def sku_family + Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily + end + def redis_key_type + Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType + end + def reboot_type + Azure::Redis::Mgmt::V2017_10_01::Models::RebootType end def replication_role Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole end + def day_of_week + Azure::Redis::Mgmt::V2017_10_01::Models::DayOfWeek + end def sku Azure::Redis::Mgmt::V2017_10_01::Models::Sku end @@ -100,6 +118,9 @@ def sku_name def operation_display Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay end + def operation_list_result + Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult + end def redis_list_result Azure::Redis::Mgmt::V2017_10_01::Models::RedisListResult end @@ -112,72 +133,51 @@ def redis_firewall_rule_list_result def redis_access_keys Azure::Redis::Mgmt::V2017_10_01::Models::RedisAccessKeys end + def proxy_resource + Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource + end 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 + end def redis_reboot_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisRebootParameters end def redis_firewall_rule_create_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters end - def operation_list_result - Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult + def tracked_resource + Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource + end + def import_rdbparameters + Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters end def export_rdbparameters Azure::Redis::Mgmt::V2017_10_01::Models::ExportRDBParameters end - def import_rdbparameters - Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters + def operation + Azure::Redis::Mgmt::V2017_10_01::Models::Operation end - def redis_update_parameters - Azure::Redis::Mgmt::V2017_10_01::Models::RedisUpdateParameters + def schedule_entry + Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry end def redis_create_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters end - def schedule_entry - Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry + def redis_linked_server_with_properties_list + Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList end def redis_linked_server Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer end - def operation - Azure::Redis::Mgmt::V2017_10_01::Models::Operation - end - def proxy_resource - Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource - end def redis_force_reboot_response Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse end - def redis_linked_server_with_properties_list - Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList - end - def redis_resource - Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource - end - def redis_patch_schedule - Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule - end - def tracked_resource - Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource - end - def sku_family - Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily - end - def redis_key_type - Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType - end - def redis_linked_server_with_properties - Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties - end def redis_firewall_rule Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule end - def reboot_type - Azure::Redis::Mgmt::V2017_10_01::Models::RebootType - end end end end diff --git a/azure_sdk/lib/latest/modules/relay_profile_module.rb b/azure_sdk/lib/latest/modules/relay_profile_module.rb index c02037c409..bf6df8abaf 100644 --- a/azure_sdk/lib/latest/modules/relay_profile_module.rb +++ b/azure_sdk/lib/latest/modules/relay_profile_module.rb @@ -7,43 +7,43 @@ module Azure::Profiles::Latest module Relay module Mgmt + HybridConnections = Azure::Relay::Mgmt::V2017_04_01::HybridConnections + Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces WCFRelays = Azure::Relay::Mgmt::V2017_04_01::WCFRelays Operations = Azure::Relay::Mgmt::V2017_04_01::Operations - Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces - HybridConnections = Azure::Relay::Mgmt::V2017_04_01::HybridConnections module Models - KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku + KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource + SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys 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 - AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys - HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection - WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay - AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay + HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype - ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum - SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier - AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse - UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum + RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights end class RelayManagementClass - attr_reader :wcfrelays, :operations, :namespaces, :hybrid_connections, :configurable, :base_url, :options, :model_classes + attr_reader :hybrid_connections, :namespaces, :wcfrelays, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -53,10 +53,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @hybrid_connections = @client_0.hybrid_connections + @namespaces = @client_0.namespaces @wcfrelays = @client_0.wcfrelays @operations = @client_0.operations - @namespaces = @client_0.namespaces - @hybrid_connections = @client_0.hybrid_connections @model_classes = ModelClasses.new end @@ -75,18 +75,24 @@ def method_missing(method, *args) end class ModelClasses - def key_type - Azure::Relay::Mgmt::V2017_04_01::Models::KeyType - end def sku Azure::Relay::Mgmt::V2017_04_01::Models::Sku end + def key_type + Azure::Relay::Mgmt::V2017_04_01::Models::KeyType + 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 sku_tier + Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + end + def access_keys + Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys + end def relay_namespace_list_result Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult end @@ -99,24 +105,6 @@ def hybrid_connection_list_result def wcf_relays_list_result Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult end - def access_keys - Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys - end - def hybrid_connection - Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection - end - def wcf_relay - Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay - end - def authorization_rule_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - end - def relay_namespace - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - end - def relay_update_parameters - Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters - end def operation_display Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay end @@ -126,29 +114,35 @@ def regenerate_access_key_parameters def operation_list_result Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult end + def wcf_relay + Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay + end + def hybrid_connection + Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection + end def authorization_rule Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule end def resource_namespace_patch Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end + def authorization_rule_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + end def relaytype Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype end - def provisioning_state_enum - Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum - end - def sku_tier - Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier - end - def access_rights - Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + def relay_namespace + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace end def error_response Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse end - def unavailable_reason - Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + def provisioning_state_enum + Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum + end + def relay_update_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters end def operation Azure::Relay::Mgmt::V2017_04_01::Models::Operation @@ -156,6 +150,12 @@ def operation def tracked_resource Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource end + def unavailable_reason + Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + end + def access_rights + Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + 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 1170723e5f..91bf098987 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 DeploymentOperationsListResult = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperationsListResult 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 ResourceGroupExportResult = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupExportResult 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 DeploymentMode = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentMode GenericResource = Azure::Resources::Mgmt::V2017_05_10::Models::GenericResource SubResource = Azure::Resources::Mgmt::V2017_05_10::Models::SubResource @@ -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 deployment_operations_list_result 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 resource_group_export_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 deployment_mode Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentMode diff --git a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb index b2687ba155..bb5b3875f7 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 + OperationDisplay = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationDisplay + ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails - ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo + OperationListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupInfo CreateGroupRequest = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest - OperationDisplay = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationDisplay - OperationListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult + ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo ManagementGroup = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup ErrorResponse = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse + ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult Operation = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation ErrorDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorDetails - ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult - ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo 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 @@ -58,11 +58,17 @@ def method_missing(method, *args) end class ModelClasses + def operation_display + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationDisplay + end + def parent_group_info + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo + end def management_group_details Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails end - def management_group_child_info - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo + def operation_list_result + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult end def management_group_info Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupInfo @@ -70,11 +76,8 @@ def management_group_info def create_group_request Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest end - def operation_display - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationDisplay - end - def operation_list_result - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult + def management_group_child_info + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo end def management_group Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup @@ -82,18 +85,15 @@ def management_group def error_response Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse end + def management_group_list_result + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult + end def operation Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation end def error_details Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorDetails end - def management_group_list_result - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult - end - def parent_group_info - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo - end end end end diff --git a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb index ffefdcd89f..c97d755010 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module Scheduler module Mgmt - 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 JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence @@ -26,25 +26,25 @@ module Models JobCollectionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult - 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 - JobMaxRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence ServiceBusMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage + JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction + JobCollectionListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult ServiceBusAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage ServiceBusTopicMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage ClientCertAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication - JobCollectionListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult SkuDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition JobCollectionState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType RetryType = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType + JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus - JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus @@ -58,7 +58,7 @@ module Models 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 @@ -133,24 +133,27 @@ def job_properties def job_history_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult 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 + def job_max_recurrence + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence + end def job_state_filter Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter end def job_recurrence_schedule_monthly_occurrence Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence end - def job_max_recurrence - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence - end def service_bus_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage end + def job_error_action + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction + end + def job_collection_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult + end def service_bus_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication end @@ -166,9 +169,6 @@ def client_cert_authentication def oauth_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication end - def job_collection_list_result - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult - end def sku_definition Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition end @@ -181,15 +181,15 @@ def job_action_type def retry_type Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType end + def job_schedule_day + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay + end def job_history_action_name Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName end def job_execution_status Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus end - def job_schedule_day - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay - end def service_bus_authentication_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType end diff --git a/azure_sdk/lib/latest/modules/search_profile_module.rb b/azure_sdk/lib/latest/modules/search_profile_module.rb index 60da563920..b86c17766f 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -7,25 +7,25 @@ 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 + Operations = Azure::Search::Mgmt::V2015_08_19::Operations Services = Azure::Search::Mgmt::V2015_08_19::Services 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 QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService - OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult - Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku - HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason - AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus + AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName @@ -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 :admin_keys, :query_keys, :operations, :services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,9 +43,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 @admin_keys = @client_0.admin_keys @query_keys = @client_0.query_keys + @operations = @client_0.operations @services = @client_0.services @model_classes = ModelClasses.new @@ -74,6 +74,12 @@ def check_name_availability_output def operation_display Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay end + 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 @@ -86,24 +92,18 @@ def query_key def search_service Azure::Search::Mgmt::V2015_08_19::Models::SearchService end - def operation_list_result - Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult - end - def sku - Azure::Search::Mgmt::V2015_08_19::Models::Sku + def unavailable_name_reason + Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason end def hosting_mode Azure::Search::Mgmt::V2015_08_19::Models::HostingMode end - def unavailable_name_reason - Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason + def search_service_status + Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus end def admin_key_kind Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind end - def search_service_status - Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus - end def operation Azure::Search::Mgmt::V2015_08_19::Models::Operation end diff --git a/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb b/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb index d0beb5af13..16beafa63d 100644 --- a/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb @@ -8,12 +8,20 @@ module Azure::Profiles::Latest module ServerManagement module Mgmt Gateway = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Gateway + 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 - PowerShell = Azure::ServerManagement::Mgmt::V2016_07_01_preview::PowerShell module Models + NodeResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResource + PowerShellCommandStatus = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandStatus + PowerShellSessionResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResource + CredentialDataFormat = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::CredentialDataFormat + RetentionPeriod = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::RetentionPeriod + GatewayExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayExpandOption UpgradeMode = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::UpgradeMode + PowerShellExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption + PromptFieldType = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType Resource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource EncryptionJwkResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::EncryptionJwkResource GatewayStatus = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayStatus @@ -26,27 +34,19 @@ module Models PowerShellTabCompletionResults = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionResults SessionParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionParameters GatewayProfile = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayProfile + Version = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version PowerShellSessionResources = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResources - NodeParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeParameters PowerShellCommandParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandParameters PowerShellTabCompletionParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionParameters + NodeParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeParameters PromptMessageResponse = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptMessageResponse - GatewayResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResource - NodeResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResource - SessionResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionResource - PowerShellSessionResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResource - Version = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version - PowerShellCommandStatus = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandStatus - RetentionPeriod = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::RetentionPeriod - CredentialDataFormat = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::CredentialDataFormat - PromptFieldType = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType - GatewayExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayExpandOption Error = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Error - PowerShellExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption + SessionResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionResource + GatewayResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResource end class ServerManagementManagementClass - attr_reader :gateway, :session, :node, :power_shell, :configurable, :base_url, :options, :model_classes + attr_reader :gateway, :power_shell, :session, :node, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -57,9 +57,9 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @gateway = @client_0.gateway + @power_shell = @client_0.power_shell @session = @client_0.session @node = @client_0.node - @power_shell = @client_0.power_shell @model_classes = ModelClasses.new end @@ -78,9 +78,33 @@ def method_missing(method, *args) end class ModelClasses + def node_resource + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResource + end + def power_shell_command_status + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandStatus + end + def power_shell_session_resource + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResource + end + def credential_data_format + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::CredentialDataFormat + end + def retention_period + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::RetentionPeriod + end + def gateway_expand_option + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayExpandOption + end def upgrade_mode Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::UpgradeMode end + def power_shell_expand_option + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption + end + def prompt_field_type + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType + end def resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource end @@ -117,56 +141,32 @@ def session_parameters def gateway_profile Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayProfile end + def version + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version + end def power_shell_session_resources Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResources end - def node_parameters - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeParameters - end def power_shell_command_parameters Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandParameters end def power_shell_tab_completion_parameters Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionParameters end + def node_parameters + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeParameters + end 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 - end - def node_resource - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResource + def error + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Error end def session_resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionResource end - def power_shell_session_resource - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResource - end - def version - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version - end - def power_shell_command_status - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandStatus - end - def retention_period - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::RetentionPeriod - end - def credential_data_format - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::CredentialDataFormat - end - def prompt_field_type - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType - end - def gateway_expand_option - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayExpandOption - end - def error - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Error - end - def power_shell_expand_option - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption + def gateway_resource + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResource end end end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index d44ee9ca5c..42bd5f4e46 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -7,16 +7,16 @@ 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 - Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics DisasterRecoveryConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::DisasterRecoveryConfigs EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs + Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions - Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions module Models OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay @@ -24,6 +24,7 @@ module Models ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult PremiumMessagingRegionsListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku @@ -33,46 +34,45 @@ module Models 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 - MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails - SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter - CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter - SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace - SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters - SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule - SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue - SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource - Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult + CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription - CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult - ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult - SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription - RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action - SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier - Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace + RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights - KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType - UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription + UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName - FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR end class ServiceBusManagementClass - attr_reader :operations, :queues, :rules, :premium_messaging_regions_operations, :namespaces, :topics, :disaster_recovery_configs, :event_hubs, :subscriptions, :regions, :configurable, :base_url, :options, :model_classes + attr_reader :regions, :operations, :queues, :rules, :premium_messaging_regions_operations, :namespaces, :disaster_recovery_configs, :event_hubs, :topics, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -82,16 +82,16 @@ 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 - @topics = @client_0.topics @disaster_recovery_configs = @client_0.disaster_recovery_configs @event_hubs = @client_0.event_hubs + @topics = @client_0.topics @subscriptions = @client_0.subscriptions - @regions = @client_0.regions @model_classes = ModelClasses.new end @@ -125,6 +125,9 @@ def operation def tracked_resource Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource end + def key_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + end def sbqueue_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult end @@ -152,95 +155,89 @@ def authorization_rule_properties def rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult end - def sbauthorization_rule_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult + def check_name_availability_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end + def resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource end def message_count_details Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails end - def sql_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + def sbauthorization_rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult end def correlation_filter Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end - def sbnamespace - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace - end - def sbnamespace_update_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters - end - def sbauthorization_rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule - end - def sbqueue - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue - end - def sbtopic - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic - end - def check_name_availability_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - end - def resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource - end - def rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + def sql_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end def capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription end - def check_name_availability - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability - end def destination Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination end def event_hub_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult end - def arm_disaster_recovery_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult - end - def sql_rule_action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction - end def access_keys Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys end - def sbsubscription - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + def arm_disaster_recovery_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult end - def regenerate_access_key_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + def sbnamespace_update_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters + end + def check_name_availability + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability end def action Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action end - def sku_tier - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + def sbnamespace + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace end - def eventhub - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + def regenerate_access_key_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def resource_namespace_patch Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end - def arm_disaster_recovery - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + def sbqueue + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + end + def sbtopic + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + end + def sbsubscription + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + end + def rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + end + def sbauthorization_rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule end def premium_messaging_regions Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions end - def access_rights - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + def arm_disaster_recovery + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end - def key_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + def eventhub + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub end - def unavailable_reason - Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + def sku_tier + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + end + def sql_rule_action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + end + def access_rights + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights end def entity_status Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus @@ -248,15 +245,18 @@ def entity_status def encoding_capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end + def unavailable_reason + Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + end def sku_name Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end - def filter_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType - end def role_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end + def filter_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + end def provisioning_state_dr Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR end diff --git a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb index 2e4503da4e..94a8de0f5d 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,13 +7,13 @@ module Azure::Profiles::Latest module ServiceFabric module Mgmt - Operations = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Operations - Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application - Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version 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 + Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service + Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application + Operations = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Operations module Models ServicePropertiesBase = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase @@ -43,26 +43,26 @@ module Models 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 + CertificateDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription 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 - EndpointRangeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::EndpointRangeDescription - CertificateDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription + OperationListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult ServiceResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList NodeTypeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NodeTypeDescription + ApplicationUpgradePolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationUpgradePolicy SingletonPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription - OperationListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult + EndpointRangeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::EndpointRangeDescription ApplicationTypeResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource - VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource + ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource NamedPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription - ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate + VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource - ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource + ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties - ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource ServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties ServiceResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate StatelessServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties @@ -76,7 +76,7 @@ module Models end class ServiceFabricManagementClass - attr_reader :operations, :application, :version, :clusters, :cluster_versions, :application_type, :service, :configurable, :base_url, :options, :model_classes + attr_reader :clusters, :cluster_versions, :application_type, :version, :service, :application, :operations, :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) - @operations = @client_0.operations - @application = @client_0.application - @version = @client_0.version @clusters = @client_0.clusters @cluster_versions = @client_0.cluster_versions @application_type = @client_0.application_type + @version = @client_0.version @service = @client_0.service + @application = @client_0.application + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -192,26 +192,23 @@ def cluster_upgrade_delta_health_policy def cluster_version_details Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterVersionDetails end + def certificate_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription + 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 def settings_section_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SettingsSectionDescription end def version_resource_list Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResourceList end - def endpoint_range_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::EndpointRangeDescription - end - def certificate_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription + def operation_list_result + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult end def service_resource_list Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList @@ -219,38 +216,41 @@ def service_resource_list def node_type_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NodeTypeDescription end + def application_upgrade_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationUpgradePolicy + end def singleton_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription end def uniform_int64_range_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription end - def operation_list_result - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult + def endpoint_range_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::EndpointRangeDescription end def application_type_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource end - def version_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource + def proxy_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource end def named_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription end - def application_resource_update - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate + def version_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource end def application_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource end - def service_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource + def application_resource_update + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate end def service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties end - def proxy_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + def service_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource end def service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties diff --git a/azure_sdk/lib/latest/modules/signalr_profile_module.rb b/azure_sdk/lib/latest/modules/signalr_profile_module.rb index 86cd96eb28..d28385744d 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 + TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType - SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList - SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters - NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability - OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku + SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation - MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification - NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters - TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability + OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties + SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters + Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys - RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification - Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource - SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier - SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource - SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters + SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties 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,26 +65,29 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay + def tracked_resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource end - def key_type - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + def signal_rsku_tier + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier end - def signal_rresource_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList + def signal_rresource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource end - def signal_rupdate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters + def signal_rcreate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters end - def name_availability - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability + def regenerate_key_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters end - def operation_properties - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties + def provisioning_state + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState end - def signal_rcreate_or_update_properties - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties + def operation_display + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay + end + def key_type + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType end def operation_list Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList @@ -92,41 +95,38 @@ def operation_list def resource_sku Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku end + def signal_rresource_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList + end def operation Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation end - def metric_specification - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + def name_availability + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability end - def name_availability_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters + def operation_properties + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties end - def tracked_resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + def signal_rupdate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters + end + 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 - end def service_specification Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification end - def resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource - 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 + def metric_specification + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification end - def signal_rcreate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + def name_availability_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end - def provisioning_state - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + def signal_rcreate_or_update_properties + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties 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 fbeb3efe5b..306f13e0bb 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,20 +8,20 @@ module Azure::Profiles::Latest module SpellCheck module Models + 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 SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse - ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response - Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer + ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode end class SpellCheckDataClass @@ -53,6 +53,18 @@ 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 + def error_sub_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + end def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion end @@ -71,30 +83,18 @@ def mode def error_response Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse end - def response_base - Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase - end def spell_check Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck end def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end - def identifiable - Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer + def response_base + Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase end def error Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end - def error_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode - end end end end diff --git a/azure_sdk/lib/latest/modules/sql_profile_module.rb b/azure_sdk/lib/latest/modules/sql_profile_module.rb index 511abb7c19..83da517112 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -7,9 +7,16 @@ module Azure::Profiles::Latest module SQL module Mgmt - ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages - DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages + ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities + ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities + TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions + ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors + ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies + TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies + DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies + DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages + ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages BackupLongTermRetentionVaults = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionVaults RecoverableDatabases = Azure::SQL::Mgmt::V2014_04_01::RecoverableDatabases RestorableDroppedDatabases = Azure::SQL::Mgmt::V2014_04_01::RestorableDroppedDatabases @@ -25,35 +32,34 @@ module Mgmt Queries = Azure::SQL::Mgmt::V2014_04_01::Queries QueryStatistics = Azure::SQL::Mgmt::V2014_04_01::QueryStatistics QueryTexts = Azure::SQL::Mgmt::V2014_04_01::QueryTexts - ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks RecommendedElasticPools = Azure::SQL::Mgmt::V2014_04_01::RecommendedElasticPools + ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators - ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks - ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities - ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities - TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions - ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors + ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities - ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies - DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies - TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities - FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups - ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances - ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors + DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors + DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors + FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions + ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys + ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups - DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents - VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules - SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors - DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors + SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers + VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups + ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases + JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions + 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 Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies @@ -67,18 +73,12 @@ 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 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 - 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 MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue @@ -126,43 +126,43 @@ module Models OperationImpact = Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult + ServiceObjectiveCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveCapability CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric - QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval - ServiceObjectiveCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveCapability - DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult - RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult - TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult - TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic - AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability - BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult - RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase - TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor - DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase + DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy ElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool - DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy - GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration + DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse ElasticPoolUpdate = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule - ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool - ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective - TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy @@ -174,37 +174,37 @@ module Models ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName + TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType - TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus - 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 - DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction - SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins + DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy - DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole - DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + ElasticPoolState = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState - StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType - ElasticPoolState = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState + DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType - UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType - AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState 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 - 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 + TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay @@ -214,24 +214,24 @@ module Models ManagedInstanceUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate FirewallRuleList = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList ResourceIdentity = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity - SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema + Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation SyncDatabaseIdListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable + SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema SyncFullSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn ManagedInstanceListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult - Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo - SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn SyncGroupLogProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties + RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo - RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult @@ -245,48 +245,52 @@ module Models SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties - SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction - EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName - ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate - SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn + EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent - SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage - Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember - RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor - 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 + AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy - ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable - AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason - ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy + SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy - SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin + JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate + ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition @@ -304,19 +308,19 @@ module Models JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule - JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult + JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy - DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult + JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + 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 - DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution @@ -327,53 +331,49 @@ module Models JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase - ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy + ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias - DatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus + ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy ManagementOperationState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState - JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState - CatalogCollationType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType + DatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus + TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource DatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult - ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource - CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode - JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource - JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType + CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode + JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType - JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + CatalogCollationType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType + JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus - ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode 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 - Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + Sku = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode Database = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database DatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate - Sku = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy - RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource + RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState - ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual - RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType SampleName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState - JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate - ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate - VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties - ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition end class SQLManagementClass - attr_reader :server_usages, :database_usages, :database_connection_policies, :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :replication_links, :recommended_elastic_pools, :server_azure_adadministrators, :service_objectives, :server_communication_links, :elastic_pool_database_activities, :elastic_pool_activities, :transparent_data_encryptions, :service_tier_advisors, :capabilities, :server_table_auditing_policies, :database_table_auditing_policies, :transparent_data_encryption_activities, :failover_groups, :managed_instances, :server_keys, :servers, :operations, :encryption_protectors, :database_recommended_actions, :sync_groups, :database_automatic_tuning_operations, :sync_agents, :virtual_network_rules, :sync_members, :subscription_usages, :server_advisors, :database_advisors, :firewall_rules, :jobs, :database_blob_auditing_policies, :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 :elastic_pool_database_activities, :elastic_pool_activities, :transparent_data_encryptions, :service_tier_advisors, :server_table_auditing_policies, :transparent_data_encryption_activities, :database_connection_policies, :database_table_auditing_policies, :database_usages, :server_usages, :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, :capabilities, :servers, :operations, :server_advisors, :database_automatic_tuning_operations, :encryption_protectors, :database_advisors, :failover_groups, :database_recommended_actions, :server_keys, :managed_instances, :sync_groups, :sync_agents, :subscription_usages, :sync_members, :virtual_network_rules, :firewall_rules, :long_term_retention_backups, :managed_databases, :job_versions, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :jobs, :database_blob_auditing_policies, :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, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -383,9 +383,16 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @server_usages = @client_0.server_usages - @database_usages = @client_0.database_usages + @elastic_pool_database_activities = @client_0.elastic_pool_database_activities + @elastic_pool_activities = @client_0.elastic_pool_activities + @transparent_data_encryptions = @client_0.transparent_data_encryptions + @service_tier_advisors = @client_0.service_tier_advisors + @server_table_auditing_policies = @client_0.server_table_auditing_policies + @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities @database_connection_policies = @client_0.database_connection_policies + @database_table_auditing_policies = @client_0.database_table_auditing_policies + @database_usages = @client_0.database_usages + @server_usages = @client_0.server_usages @backup_long_term_retention_vaults = @client_0.backup_long_term_retention_vaults @recoverable_databases = @client_0.recoverable_databases @restorable_dropped_databases = @client_0.restorable_dropped_databases @@ -401,40 +408,33 @@ def initialize(configurable, base_url=nil, options=nil) @queries = @client_0.queries @query_statistics = @client_0.query_statistics @query_texts = @client_0.query_texts - @replication_links = @client_0.replication_links @recommended_elastic_pools = @client_0.recommended_elastic_pools + @replication_links = @client_0.replication_links @server_azure_adadministrators = @client_0.server_azure_adadministrators - @service_objectives = @client_0.service_objectives @server_communication_links = @client_0.server_communication_links - @elastic_pool_database_activities = @client_0.elastic_pool_database_activities - @elastic_pool_activities = @client_0.elastic_pool_activities - @transparent_data_encryptions = @client_0.transparent_data_encryptions - @service_tier_advisors = @client_0.service_tier_advisors + @service_objectives = @client_0.service_objectives @capabilities = @client_0.capabilities - @server_table_auditing_policies = @client_0.server_table_auditing_policies - @database_table_auditing_policies = @client_0.database_table_auditing_policies - @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities @client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @failover_groups = @client_1.failover_groups - @managed_instances = @client_1.managed_instances - @server_keys = @client_1.server_keys @servers = @client_1.servers @operations = @client_1.operations + @server_advisors = @client_1.server_advisors + @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations @encryption_protectors = @client_1.encryption_protectors + @database_advisors = @client_1.database_advisors + @failover_groups = @client_1.failover_groups @database_recommended_actions = @client_1.database_recommended_actions + @server_keys = @client_1.server_keys + @managed_instances = @client_1.managed_instances @sync_groups = @client_1.sync_groups - @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations @sync_agents = @client_1.sync_agents - @virtual_network_rules = @client_1.virtual_network_rules - @sync_members = @client_1.sync_members @subscription_usages = @client_1.subscription_usages - @server_advisors = @client_1.server_advisors - @database_advisors = @client_1.database_advisors + @sync_members = @client_1.sync_members + @virtual_network_rules = @client_1.virtual_network_rules @firewall_rules = @client_1.firewall_rules @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) @@ -442,6 +442,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @long_term_retention_backups = @client_2.long_term_retention_backups + @managed_databases = @client_2.managed_databases + @job_versions = @client_2.job_versions + @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 @jobs = @client_2.jobs @database_blob_auditing_policies = @client_2.database_blob_auditing_policies @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies @@ -455,18 +461,12 @@ 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 @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 - @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 end @@ -624,62 +624,62 @@ def metric_definition_list_result def backup_long_term_retention_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult end + def service_objective_capability + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveCapability + end def check_name_availability_request Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest end def query_metric Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric end - def query_interval - Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval - end - def service_objective_capability - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveCapability + def service_tier_advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult end - def database_table_auditing_policy_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + def query_statistic + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic end def recoverable_database_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult end - def service_tier_advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult + def elastic_pool_dtu_capability + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability end - def top_queries_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult + def query_interval + Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval end def top_queries Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries end - def query_statistic - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + def query_statistic_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult + end + def database_table_auditing_policy_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult end def advisor_list_result Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end - def elastic_pool_dtu_capability - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability - end def backup_long_term_retention_vault Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault end - def query_statistic_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult + def top_queries_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult end - def restorable_dropped_database - Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase + def recoverable_database + Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase end def transparent_data_encryption Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption end - def recoverable_database - Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase - end def service_tier_advisor Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor end - def data_masking_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + def restorable_dropped_database + Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase + end + def database_security_alert_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy end def recommended_index Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex @@ -690,15 +690,15 @@ def server_connection_policy def elastic_pool Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool end - def database_security_alert_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + def disaster_recovery_configuration + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration + end + def data_masking_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy end def geo_backup_policy Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy end - def disaster_recovery_configuration - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration - end def import_export_response Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse end @@ -708,33 +708,33 @@ def elastic_pool_update def data_masking_rule Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule end - def replication_link - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink - end def import_request Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest end def recommended_elastic_pool Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool end - def server_communication_link - Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + def replication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink end def server_azure_adadministrator Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator end + def server_communication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + end def service_objective Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective end - def transparent_data_encryption_activity - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity - end def elastic_pool_activity Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity end def elastic_pool_database_activity Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity end + def transparent_data_encryption_activity + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity + end def database_connection_policy Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy end @@ -768,6 +768,9 @@ def database_edition def service_objective_name Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName end + def transparent_data_encryption_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus + end def recommended_index_action Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction end @@ -777,26 +780,23 @@ def recommended_index_state def recommended_index_type Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType end - def transparent_data_encryption_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus - 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 data_masking_function - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + def security_alert_policy_email_account_admins + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins end - def security_alert_policy_use_server_default - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + def disaster_recovery_configuration_status + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus end def disaster_recovery_configuration_auto_failover Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover @@ -804,11 +804,11 @@ def disaster_recovery_configuration_auto_failover def disaster_recovery_configuration_failover_policy Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy end - def disaster_recovery_configuration_role - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + 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 elastic_pool_state + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState end def elastic_pool_edition Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition @@ -816,11 +816,11 @@ def elastic_pool_edition def geo_backup_policy_state Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState end - def storage_key_type - Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + 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 authentication_type + Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType end def unit_type Azure::SQL::Mgmt::V2014_04_01::Models::UnitType @@ -828,11 +828,11 @@ def unit_type def primary_aggregation_type Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType end - def unit_definition_type - Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + 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 query_aggregation_function + Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction end def query_execution_type Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType @@ -840,27 +840,27 @@ def query_execution_type def query_observed_metric_type Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType end - def query_metric_unit - Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit - end - def query_aggregation_function - Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + def unit_definition_type + Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType end - def server_version - Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + def replication_state + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState end def server_state Azure::SQL::Mgmt::V2014_04_01::Models::ServerState end - def transparent_data_encryption_activity_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + def query_metric_unit + Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit end - def replication_state - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + def server_version + Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion 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 @@ -888,8 +888,8 @@ def firewall_rule_list def resource_identity Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity end - def sync_group_schema - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema + def operation + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation end def sync_database_id_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult @@ -897,6 +897,9 @@ def sync_database_id_list_result def sync_group_schema_table Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable end + def sync_group_schema + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema + end def sync_full_schema_table Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable end @@ -906,9 +909,6 @@ def sync_group_schema_table_column def managed_instance_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult end - def operation - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation - end def encryption_protector_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult end @@ -918,21 +918,18 @@ def failover_group_read_only_endpoint def recommended_action_state_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo end - def sync_full_schema_table_column - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn - end def sync_group_log_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties end + def recommended_action_error_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + end def failover_group_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult end def recommended_action_metric_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo end - def recommended_action_error_info - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo - end def sync_full_schema_properties_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult end @@ -942,6 +939,9 @@ def server_key_list_result def virtual_network_rule_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult end + def sync_group_log_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult + end def partner_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo end @@ -981,62 +981,62 @@ def automatic_tuning_options def sync_database_id_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties end - def sync_group_log_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult - end def recommended_action Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end - def encryption_protector - Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector - end def database_automatic_tuning Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning end + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + end def failover_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end def proxy_resource_with_writable_name Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end - def managed_instance - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance - end def server_key Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end def server_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate end - def sync_agent_linked_database - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + def sync_full_schema_table_column + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn + end + def encryption_protector + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector end def sync_agent Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end - def subscription_usage - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage + def sync_agent_linked_database + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase end - def server - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + def managed_instance + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance end def sync_member Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember end - def recommended_action_current_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + def subscription_usage + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage end def virtual_network_rule Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end - def advisor - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + def server + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + end + def auto_execute_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus end def advisor_status Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus end - def auto_execute_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + def implementation_method + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod end def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom @@ -1047,23 +1047,23 @@ def sync_group def recommended_action_initiated_by Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy end - def implementation_method - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod - end def is_retryable Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end - def automatic_tuning_mode - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode + def recommended_action_current_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end - def automatic_tuning_disabled_reason - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + def read_write_endpoint_failover_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy + end + def sync_group_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end def server_key_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType end - def read_write_endpoint_failover_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy + 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 @@ -1071,8 +1071,8 @@ def read_only_endpoint_failover_policy 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 automatic_tuning_disabled_reason + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end def sync_agent_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState @@ -1086,8 +1086,8 @@ def sync_group_log_type def sync_conflict_resolution_policy Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy end - def sync_group_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + def identity_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end def sync_direction Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection @@ -1107,6 +1107,18 @@ def firewall_rule def operation_origin Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin end + def job_agent_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate + end + def managed_database_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + end + def vulnerability_assessment_recurring_scans_properties + Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + end + def resource_move_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition + end def job_target Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget end @@ -1158,15 +1170,15 @@ def import_export_database_definition def restore_point_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult end - def job_schedule - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + def complete_database_restore_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + end + def database_operation_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult end def job_step_action Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction end - def complete_database_restore_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - end def database_vulnerability_assessment_rule_baseline_item Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem end @@ -1176,8 +1188,8 @@ def extended_database_blob_auditing_policy def extended_server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy end - def database_operation_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult + def job_step_output + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput end def database_operation Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation @@ -1185,8 +1197,8 @@ def database_operation def import_export_operation_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult end - def job_step_output - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + 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 @@ -1194,8 +1206,8 @@ def database_vulnerability_assessment def data_warehouse_user_activities Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end - def database_vulnerability_assessment_rule_baseline - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + def job_schedule + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end def job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent @@ -1227,62 +1239,62 @@ def server_automatic_tuning def managed_database Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase end - def server_security_alert_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy + def proxy_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource end def server_dns_alias Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias end - def database_status - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus + def server_security_alert_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy end def management_operation_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState end - def job_agent_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + def 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 tracked_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource end def database_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult end - def proxy_resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource - end - def create_mode - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode - end - def job_schedule_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType - end def job_execution_lifecycle Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle end - def tracked_resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource + def create_mode + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode end - def job_step_output_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType + def job_agent_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState end def job_step_action_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType end - def job_step_action_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource - end def job_target_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType end + def catalog_collation_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType + end def job_target_group_membership_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType end + 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 + end + def job_schedule_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + end def managed_database_status Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end - def managed_database_create_mode - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + def job + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job end def automatic_tuning_server_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode @@ -1296,29 +1308,32 @@ def long_term_retention_database_state def backup_long_term_retention_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy end - def job - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + def sku + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku end def vulnerability_assessment_policy_baseline_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end + def managed_database_create_mode + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + end def database Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database end def database_update Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate end - def sku - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku - end def database_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy end + def resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource + end def restore_point Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint end - def resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource + 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 @@ -1326,8 +1341,8 @@ def job_list_result def blob_auditing_policy_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState end - def provisioning_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + def restore_point_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType end def automatic_tuning_option_mode_desired Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired @@ -1335,27 +1350,12 @@ def automatic_tuning_option_mode_desired def automatic_tuning_option_mode_actual Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual end - def restore_point_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType - end def sample_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName end def security_alert_policy_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState end - def job_agent_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate - end - def managed_database_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate - end - def vulnerability_assessment_recurring_scans_properties - Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties - end - def resource_move_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition - 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 2443e44d27..39b8bda412 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -7,13 +7,18 @@ module Azure::Profiles::Latest module Storage module Mgmt + Skus = Azure::Storage::Mgmt::V2018_03_01_preview::Skus + 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 + 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 + KeyVaultProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyVaultProperties + ServiceSasParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSasParameters ListServiceSasResponse = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListServiceSasResponse NetworkRuleSet = Azure::Storage::Mgmt::V2018_03_01_preview::Models::NetworkRuleSet IPRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::IPRule @@ -33,28 +38,27 @@ 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 - Bypass = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass + ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + State = Azure::Storage::Mgmt::V2018_03_01_preview::Models::State DefaultAction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction - SignedResourceTypes = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes + Bypass = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass HttpProtocol = Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol - Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions - SignedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource - ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification - LeaseStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus + SignedResourceTypes = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes PublicAccess = Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess - LeaseDuration = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration - State = Azure::Storage::Mgmt::V2018_03_01_preview::Models::State - ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType - ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState + SignedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource + Reason = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason + Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState OperationDisplay = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay - Reason = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason + LeaseStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus OperationListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult + LeaseDuration = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration + ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState + ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType ProxyResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource Operation = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Operation Identity = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Identity TrackedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource - Services = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services 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 @@ -66,35 +70,31 @@ module Models Endpoints = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountUpdateParameters CustomDomain = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain - Dimension = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension 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 - EncryptionServices = Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices + Dimension = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension UsageListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageListResult CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult - VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule - Resource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource + EncryptionServices = Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices + MetricSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification StorageAccount = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount - SkuName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName + Resource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource SkuTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier - MetricSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification + SkuName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName Kind = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind AccessTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier AccountStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountStatus - ProvisioningState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState - StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCreateParameters - Action = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action + VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule UsageUnit = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageUnit + Action = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action + ProvisioningState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState KeyPermission = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission - 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 - KeyVaultProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyVaultProperties - ServiceSasParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSasParameters + Services = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services end class StorageManagementClass - attr_reader :operations, :storage_accounts, :usages, :skus, :blob_containers, :configurable, :base_url, :options, :model_classes + attr_reader :skus, :blob_containers, :operations, :storage_accounts, :usages, :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) + @skus = @client_0.skus + @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 @@ -127,6 +127,21 @@ def method_missing(method, *args) end class ModelClasses + def skucapability + Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability + end + def account_sas_parameters + Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountSasParameters + end + def list_account_sas_response + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListAccountSasResponse + end + def key_vault_properties + Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyVaultProperties + end + def service_sas_parameters + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSasParameters + end def list_service_sas_response Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListServiceSasResponse end @@ -184,44 +199,35 @@ def reason_code def key_source Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource end - def bypass - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass + def service_specification + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + end + def state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::State end def default_action Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction end - def signed_resource_types - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes + def bypass + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass end def http_protocol Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol end - def permissions - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions - end - def signed_resource - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource - end - def service_specification - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification - end - def lease_status - Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus + def signed_resource_types + Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes end def public_access Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess end - def lease_duration - Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration - end - def state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::State + def signed_resource + Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource end - def immutability_policy_update_type - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType + def reason + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason end - def immutability_policy_state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState + def permissions + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions end def lease_state Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState @@ -229,12 +235,21 @@ def lease_state def operation_display Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay end - def reason - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason + def lease_status + Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus end def operation_list_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult end + def lease_duration + Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration + end + def immutability_policy_state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState + end + def immutability_policy_update_type + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType + end def proxy_resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource end @@ -247,9 +262,6 @@ def identity def tracked_resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource end - def services - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services - end def storage_account_check_name_availability_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCheckNameAvailabilityParameters end @@ -283,17 +295,17 @@ def storage_account_update_parameters def custom_domain Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain end - def dimension - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension - end def usage_name Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageName end + def storage_account_create_parameters + Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCreateParameters + end def usage Azure::Storage::Mgmt::V2018_03_01_preview::Models::Usage end - def encryption_services - Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices + def dimension + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension end def usage_list_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageListResult @@ -301,23 +313,23 @@ def usage_list_result def check_name_availability_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult end - def virtual_network_rule - Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule + def encryption_services + Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices end - def resource - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource + def metric_specification + Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification end def storage_account Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount end - def sku_name - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName + def resource + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource end def sku_tier Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier 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 kind Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind @@ -328,35 +340,23 @@ def access_tier def account_status Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountStatus end - def provisioning_state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState + def virtual_network_rule + Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule end - def storage_account_create_parameters - Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCreateParameters + def usage_unit + Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageUnit end def action Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action end - def usage_unit - Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageUnit + def provisioning_state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState end def key_permission Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission end - def skucapability - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability - end - def account_sas_parameters - Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountSasParameters - end - def list_account_sas_response - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListAccountSasResponse - end - def key_vault_properties - Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyVaultProperties - end - def service_sas_parameters - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSasParameters + def services + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services end end end diff --git a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb index a34098d7f7..9d4bd31654 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -7,6 +7,7 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt + StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups @@ -22,9 +23,17 @@ module Mgmt HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes - StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials module Models + 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 + 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 + 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 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 @@ -34,27 +43,27 @@ module Models Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList - ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 - DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter - AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings + CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest - HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo - NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings @@ -66,53 +75,53 @@ module Models AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType - VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType - ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction - EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm - DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType - DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus - DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType - AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus - DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek - EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus - TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory + EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode - Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job - NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType - MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit - Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume - RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration - JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails - MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus - OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode - VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus - BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource + BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType TargetEligibilityResult = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult FailoverTarget = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverTarget AccessControlRecordList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecordList @@ -164,30 +173,21 @@ module Models AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest - ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - 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 + CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch - CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity - AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay - 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 - 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 end class StorSimple8000SeriesManagementClass - attr_reader :operations, :backup_policies, :backups, :jobs, :devices, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :configurable, :base_url, :options, :model_classes + attr_reader :storage_account_credentials, :operations, :backup_policies, :backups, :jobs, :devices, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :volumes, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -197,6 +197,7 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @storage_account_credentials = @client_0.storage_account_credentials @operations = @client_0.operations @backup_policies = @client_0.backup_policies @backups = @client_0.backups @@ -212,7 +213,6 @@ def initialize(configurable, base_url=nil, options=nil) @hardware_component_groups = @client_0.hardware_component_groups @volume_containers = @client_0.volume_containers @volumes = @client_0.volumes - @storage_account_credentials = @client_0.storage_account_credentials @model_classes = ModelClasses.new end @@ -231,6 +231,33 @@ def method_missing(method, *args) end class ModelClasses + 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 + 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 + end + 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 + end def metric_definition_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end @@ -258,29 +285,29 @@ def data_statistics def metric_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList end - def manager_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList - end def bandwidth_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end def nic_ipv4 Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 end - def dimension_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + def clone_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest + end + def access_control_record + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end def alert_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings end - def access_control_record - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + def backup + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup end def alert Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert end - def backup - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + def manager_intrinsic_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings end def backup_policy Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy @@ -300,8 +327,8 @@ def configure_device_request def controller_power_state_change_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest end - def hardware_component_group - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end def manager Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager @@ -309,8 +336,8 @@ def manager def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo end - def network_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + def hardware_component_group + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup end def security_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings @@ -318,8 +345,8 @@ def security_settings def storage_account_credential Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + def network_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings end def updates Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates @@ -354,8 +381,8 @@ def scheduled_backup_status def backup_policy_creation_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType end - def volume_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + def encryption_algorithm + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm end def schedule_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus @@ -366,83 +393,83 @@ def metric_definition def recurrence_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType end - def controller_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + def volume_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType end def controller_power_state_action Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction end - def encryption_algorithm - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + def controller_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId end - def device_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + def controller_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus end - def device_configuration_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + def day_of_week + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek end def device_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus end - def controller_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + def device_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType end def virtual_machine_api_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType end - def authorization_eligibility - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + def device_configuration_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus end def authorization_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus end - def day_of_week - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + def in_eligibility_category + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory end def encryption_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus end - def key_rollover_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + def authorization_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility end - def target_eligibility_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + def job + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job end - def in_eligibility_category - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory + def target_eligibility_result_code + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode end def feature_support_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus end - def hardware_component_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + def key_rollover_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus end - def job_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end - def target_eligibility_result_code - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + def metric_unit + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit end - def job - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + def metric_aggregation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType end - def net_interface_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + def hardware_component_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus end def manager_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType end - def metric_unit - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + def target_eligibility_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus end - def volume - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + def network_mode + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode end - def remote_management_mode_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + def net_interface_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId end - def job_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + def job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus end def iscsiand_cloud_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus @@ -450,8 +477,8 @@ def iscsiand_cloud_status def job_error_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails end - def metric_aggregation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + def remote_management_mode_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration end def ssl_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus @@ -459,30 +486,27 @@ def ssl_status def net_interface_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus end - def operation_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - end - def network_mode - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode - end - def volume_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus - end def monitoring_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus end def owner_ship_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus end - def backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + def operation_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus end def resource Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource end + def backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + end def kind Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind end + def volume_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + end def backup_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType end @@ -495,6 +519,9 @@ def device def metric_name Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName end + def job_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + end def target_eligibility_result Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult end @@ -648,23 +675,23 @@ def backup_list 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 + def backup_schedule_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList end def bandwidth_setting_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList end + def manager_sku + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + end def key Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key 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 end - def backup_schedule_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList + def cloud_appliance_configuration_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList end def network_adapters Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters @@ -672,8 +699,8 @@ def network_adapters def security_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch end - def manager_sku - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + def manager_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList end def device_rollover_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails @@ -681,33 +708,6 @@ def device_rollover_details def manager_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch end - def cloud_appliance_configuration_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - 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 - 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 - end - 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 - 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 4680a69d36..976f642735 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -7,31 +7,39 @@ module Azure::Profiles::Latest module StreamAnalytics module Mgmt - Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations StreamingJobs = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamingJobs Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs + Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations Outputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Outputs Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions module Models + PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource + AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource - ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource - EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource + ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource - StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters - JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota - OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy - OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType - SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse @@ -56,42 +64,34 @@ module Models StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties + StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + 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 OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus - AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn - StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function - SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult + ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties 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 - AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob - CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource - Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties - PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource - ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties - AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource - ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource - 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 end class StreamAnalyticsManagementClass - attr_reader :operations, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :streaming_jobs, :inputs, :operations, :outputs, :transformations, :functions, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -101,9 +101,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 @streaming_jobs = @client_0.streaming_jobs @inputs = @client_0.inputs + @operations = @client_0.operations @outputs = @client_0.outputs @transformations = @client_0.transformations @functions = @client_0.functions @@ -126,54 +126,78 @@ def method_missing(method, *args) end class ModelClasses + def power_bioutput_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + end + def service_bus_queue_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + end + def service_bus_topic_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource + end + def azure_sql_database_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + end + def document_db_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + end + def azure_table_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + end + def event_hub_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource + end def blob_reference_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource end - def reference_input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + def blob_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource end def io_thub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource end - def event_hub_stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource + def reference_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties end def blob_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource end - def stream_input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + def event_hub_stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource end def azure_machine_learning_web_service_function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters end - def java_script_function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + def stream_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties end def subscription_quota Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota end - def output_start_mode - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + def java_script_function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters end 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 + def sku_name + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end def compatibility_level Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel end + def output_error_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + end + def output_start_mode + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + end def json_output_serialization_format Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat end def udf_type Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType end - def sku_name - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName - end def operation_display Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay end @@ -246,29 +270,32 @@ def blob_data_source_properties def function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters end - def storage_account - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + def azure_sql_database_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties end def stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource end - def azure_sql_database_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties + def streaming_job_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult end def input_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult end + def azure_machine_learning_web_service_output_column + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + end def oauth_based_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties end def resource_test_status Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus end - def azure_machine_learning_web_service_output_column - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount end - def streaming_job_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + def subscription_quotas_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult end def function_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult @@ -276,14 +303,23 @@ def function_list_result def input Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input end + def transformation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + end def output Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output end + def resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + end + def streaming_job + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob + end def function Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function end - def subscription_quotas_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult + def scalar_function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties end def java_script_function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding @@ -291,57 +327,21 @@ def java_script_function_binding def azure_machine_learning_web_service_function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding end - def transformation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation - end - def avro_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - end def json_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end - def streaming_job - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob - end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + def avro_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end def azure_data_lake_store_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource end - def resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization end def event_hub_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end - def power_bioutput_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - end - def service_bus_queue_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource - end - def scalar_function_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties - end - def azure_sql_database_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - end - def document_db_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource - end - def service_bus_topic_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource - end - def event_hub_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - end - def azure_table_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource - end - def blob_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource - end end end end 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 10388d567e..56acf2f3e7 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -8,10 +8,14 @@ module Azure::Profiles::Latest module TextAnalytics module Models + SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult + InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError + 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 + DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput + BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput KeyPhraseBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem KeyPhraseBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem @@ -19,10 +23,6 @@ module Models ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput - SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult - InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError - BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput - AzureRegions = Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions end class TextAnalyticsDataClass @@ -54,18 +54,30 @@ def method_missing(method, *args) end class ModelClasses + def sentiment_batch_result + Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult + end + def internal_error + Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError + end + def azure_regions + Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions + end def input Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input end - def detected_language - Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage - end def error_response Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse end + def detected_language + Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage + end def multi_language_input Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput end + def batch_input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput + end def key_phrase_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem end @@ -87,18 +99,6 @@ def sentiment_batch_result_item def multi_language_batch_input Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput end - def sentiment_batch_result - Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult - end - def internal_error - Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError - end - def batch_input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput - 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 7ced26070f..0d350b8a27 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -8,20 +8,12 @@ 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 TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2017_09_01_preview::TrafficManagerUserMetricsKeys HeatMap = Azure::TrafficManager::Mgmt::V2017_09_01_preview::HeatMap module Models - EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus - ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus - MonitorProtocol = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol - ProfileStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus - TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod - Profile = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile - Endpoint = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint - ProfileListResult = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult 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 @@ -29,19 +21,27 @@ module Models 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 - HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint + EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus + ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus + MonitorProtocol = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol + ProfileStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus + TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod + Profile = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile + ProfileListResult = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult + Endpoint = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint + DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult + ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource + TrackedResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource + Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource TrafficFlow = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficFlow QueryExperience = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience - TrackedResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource + HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint HeatMapModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel TrafficManagerUserMetricsKeyModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel - DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult - Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource - ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end class TrafficManagerManagementClass - attr_reader :endpoints, :geographic_hierarchies, :profiles, :traffic_manager_user_metrics_keys, :heat_map, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :profiles, :geographic_hierarchies, :traffic_manager_user_metrics_keys, :heat_map, :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,27 @@ def method_missing(method, *args) end class ModelClasses + def traffic_manager_name_availability + Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerNameAvailability + end + 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 + end + def traffic_manager_geographic_hierarchy + Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy + end + def endpoint_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + end def endpoint_monitor_status Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus end @@ -100,35 +121,23 @@ def traffic_routing_method def profile Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile end - def endpoint - Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint - end def profile_list_result Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult end - def traffic_manager_name_availability - Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerNameAvailability - end - 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 + def endpoint + Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint end - def monitor_config - Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig + def delete_operation_result + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult end - def traffic_manager_geographic_hierarchy - Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy + def proxy_resource + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end - def endpoint_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + 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 + def resource + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource end def traffic_flow Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficFlow @@ -136,8 +145,8 @@ def traffic_flow def query_experience Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience end - def tracked_resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource + def heat_map_endpoint + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint end def heat_map_model Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel @@ -145,15 +154,6 @@ def heat_map_model def traffic_manager_user_metrics_key_model Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel end - def delete_operation_result - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult - end - def resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource - end - def 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 5ca202e8fd..bcb335d7ea 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,13 +9,19 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork - SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable + SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory @@ -24,23 +30,17 @@ module Models Videos = Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos TrendingVideos = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos VideoDetails = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails + ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse VideoQueryScenario = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario VideoLength = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength VideoPricing = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule - ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query - VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject - PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions - Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer - SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer - Thing = Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject end class VideoSearchDataClass @@ -73,27 +73,45 @@ def method_missing(method, *args) end class ModelClasses + def pivot_suggestions + Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + end + def search_results_answer + Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + end + def answer + Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing + end def creative_work Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork end - def safe_search - Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + def error_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode end def error_sub_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode end + def identifiable + Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable + end + def safe_search + Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + end def text_format Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat end + def response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + end def freshness Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness end def image_object Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - end def media_object Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject end @@ -118,6 +136,9 @@ def trending_videos def video_details Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails end + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + end def video_query_scenario Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario end @@ -133,9 +154,6 @@ def video_resolution def video_insight_module Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule end - def error_response - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse - end def response_base Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase end @@ -145,29 +163,11 @@ def query_context def query Azure::CognitiveServices::VideoSearch::V1_0::Models::Query end - def video_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject - end - def pivot_suggestions - Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions - end - def identifiable - Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer - end - def search_results_answer - Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer - end - def thing - Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing - end def error Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end - def error_code - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + def video_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject 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 a6c23daf1f..96612b2781 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -12,23 +12,25 @@ module Mgmt TopLevelDomains = Azure::Web::Mgmt::V2015_04_01::TopLevelDomains AppServiceCertificateOrders = Azure::Web::Mgmt::V2015_08_01::AppServiceCertificateOrders CertificateRegistrationProvider = Azure::Web::Mgmt::V2015_08_01::CertificateRegistrationProvider - Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics DeletedWebApps = Azure::Web::Mgmt::V2016_03_01::DeletedWebApps + Provider = Azure::Web::Mgmt::V2016_03_01::Provider Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations + Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates - 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 + 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 DnsType = Azure::Web::Mgmt::V2015_04_01::Models::DnsType - TopLevelDomain = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain DomainType = Azure::Web::Mgmt::V2015_04_01::Models::DomainType ErrorResponse = Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse Domain = Azure::Web::Mgmt::V2015_04_01::Models::Domain @@ -42,28 +44,27 @@ module Models Address = Azure::Web::Mgmt::V2015_04_01::Models::Address HostName = Azure::Web::Mgmt::V2015_04_01::Models::HostName TopLevelDomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection - DomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::DomainCollection - TldLegalAgreement = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement - AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource - CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType - CertificateProductType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType + CertificateOrderAction = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction + AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource CertificateEmail = Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail RenewCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest + CertificateProductType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType CertificateOrderStatus = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus + CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType AppServiceCertificate = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificate AppServiceCertificateCollection = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderCollection + SiteSeal = Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal SiteSealRequest = Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest + AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource AppServiceCertificateOrder = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder - SiteSeal = Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal - CertificateOrderAction = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction CertificateDetails = Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails - AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource + AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions + NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties - ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification SolutionType = Azure::Web::Mgmt::V2016_03_01::Models::SolutionType @@ -71,6 +72,7 @@ module Models NotificationLevel = Azure::Web::Mgmt::V2016_03_01::Models::NotificationLevel VnetValidationTestFailure = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure MetricAvailability = Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability + ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes Channels = Azure::Web::Mgmt::V2016_03_01::Models::Channels CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes IssueType = Azure::Web::Mgmt::V2016_03_01::Models::IssueType @@ -80,8 +82,8 @@ module Models HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo ValidateResponse = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse ValidateRequest = Azure::Web::Mgmt::V2016_03_01::Models::ValidateRequest - ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest PremierAddOnOfferCollection = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection + ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest AppServiceEnvironment = Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope GeoRegionCollection = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection @@ -90,25 +92,25 @@ module Models GlobalCsmSkuDescription = Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription DeletedSite = Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite DeletedWebAppCollection = Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection + CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution - ValidateResponseError = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError - AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability - CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection - DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample - RecommendationRule = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule - ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData - DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification + DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet + RecommendationRule = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule + AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod Recommendation = Azure::Web::Mgmt::V2016_03_01::Models::Recommendation + ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData + ValidateResponseError = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError + DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData + DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample + DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection - DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection - DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection - AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition @@ -122,59 +124,59 @@ module Models VnetParameters = Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters VnetValidationFailureDetails = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl - AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions - NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier - MSDeploy = Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy + NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures + ProcessModuleInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo + RelayServiceConnectionEntity = Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity + Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment ProcessInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo - RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + 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 - Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment + SiteExtensionInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo + MSDeploy = Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy PublicCertificate = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate RestoreResponse = Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse SiteAuthSettings = Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings MigrateMySqlStatus = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo - SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance - SiteLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig - ProcessModuleInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo + RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult + TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun SitePhpErrorLogFlag = Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag 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 + StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance + Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot 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 BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus - Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot - StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions + TriggeredJobHistory = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType - HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType - StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions - ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus - PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat - DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult - MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType LogLevel = Azure::Web::Mgmt::V2016_08_01::Models::LogLevel DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType - WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType - MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat + DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult + MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType MySqlMigrationType = Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType - PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation - CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType + UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider + CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType + ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus + MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation + HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType CloneAbilityResult = Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult SiteExtensionType = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType - UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus + WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig ApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::ApplicationLogsConfig DatabaseBackupSetting = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseBackupSetting @@ -182,50 +184,54 @@ module Models ProcessInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfoCollection ConnStringValueTypePair = Azure::Web::Mgmt::V2016_08_01::Models::ConnStringValueTypePair ProcessModuleInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection + ProcessThreadInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection CsmPublishingProfileOptions = Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions + WebAppInstanceCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection 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 TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection - TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection - SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion + 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 - ProcessThreadInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection + SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion + PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection WebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection + ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet - PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig - EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig + AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry - WebAppInstanceCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection - ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection - IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig - PerfMonResponse = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse - SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection - SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection - SiteConfigResourceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection - PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample - BackupItem = Azure::Web::Mgmt::V2016_08_01::Models::BackupItem + MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary + PerfMonResponse = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig - AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig - CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + SiteConfigResourceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection + FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection + SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection FunctionSecrets = Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets + CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + BackupItem = Azure::Web::Mgmt::V2016_08_01::Models::BackupItem ContinuousWebJob = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob FunctionEnvelope = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding - FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + MSDeployLog = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog MigrateMySqlRequest = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest SiteExtensionInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection - MSDeployLog = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog + 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 BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest - RelayServiceConnectionEntity = Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity + SnapshotRecoveryTarget = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + ResourceMetricAvailability = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + NameValuePair = Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair + ConnStringInfo = Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + SkuDescription = Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription + Capability = Azure::Web::Mgmt::V2016_09_01::Models::Capability HostNameSslState = Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState AutoHealTriggers = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers AutoHealRules = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules @@ -233,8 +239,8 @@ module Models SiteLimits = Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits SkuCapacity = Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity RampUpRule = Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule - Capability = Azure::Web::Mgmt::V2016_09_01::Models::Capability Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments + SiteConfig = Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping @@ -259,47 +265,47 @@ module Models UsageState = Azure::Web::Mgmt::V2016_09_01::Models::UsageState MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition SiteAvailabilityState = Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState + Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation StatusOptions = Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions OperationStatus = Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus - Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation Usage = Azure::Web::Mgmt::V2016_09_01::Models::Usage Resource = Azure::Web::Mgmt::V2016_09_01::Models::Resource - HybridConnection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection ProvisioningState = Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState + HybridConnection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection ProxyOnlyResource = Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource LocalizableString = Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString User = Azure::Web::Mgmt::V2016_09_01::Models::User + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity VirtualNetworkProfile = Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile WorkerPool = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool VirtualIPMapping = Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping StampCapacity = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection + NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics AddressResponse = Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse SkuInfoCollection = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection - ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - ResourceCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection WorkerPoolCollection = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection - NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry - CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection - SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo - ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity - AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection HybridConnectionCollection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily - ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + 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 + AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty + ResourceCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection + AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection 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 - AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource - AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource - WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource - ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo @@ -308,26 +314,20 @@ module Models IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction InternalLoadBalancingMode = Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode ApiDefinitionInfo = Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo - AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction - CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings AutoHealCustomAction = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction ComputeModeOptions = Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions AutoHealActions = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions + AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger StatusCodesBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger RequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger - SiteConfig = Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig - SnapshotRecoveryTarget = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget - ResourceMetricAvailability = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability - NameValuePair = Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair - ConnStringInfo = Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo - SkuDescription = Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end class WebManagementClass - attr_reader :domains, :domain_registration_provider, :top_level_domains, :app_service_certificate_orders, :certificate_registration_provider, :diagnostics, :deleted_web_apps, :recommendations, :certificates, :provider, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes + attr_reader :domains, :domain_registration_provider, :top_level_domains, :app_service_certificate_orders, :certificate_registration_provider, :deleted_web_apps, :provider, :recommendations, :diagnostics, :certificates, :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 @@ -354,11 +354,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) - @diagnostics = @client_2.diagnostics @deleted_web_apps = @client_2.deleted_web_apps + @provider = @client_2.provider @recommendations = @client_2.recommendations + @diagnostics = @client_2.diagnostics @certificates = @client_2.certificates - @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,6 +400,12 @@ def method_missing(method, *args) end class ModelClasses + def domain_collection + Azure::Web::Mgmt::V2015_04_01::Models::DomainCollection + end + def tld_legal_agreement + Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement + end def top_level_domain_agreement_option Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption end @@ -412,15 +418,15 @@ def domain_ownership_identifier 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 dns_type Azure::Web::Mgmt::V2015_04_01::Models::DnsType end - def top_level_domain - Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain - end def domain_type Azure::Web::Mgmt::V2015_04_01::Models::DomainType end @@ -460,20 +466,11 @@ def host_name def top_level_domain_collection Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection end - def domain_collection - Azure::Web::Mgmt::V2015_04_01::Models::DomainCollection - end - def tld_legal_agreement - Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement - end - 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 + def certificate_order_action + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction end - def certificate_product_type - Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType + 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 @@ -481,9 +478,15 @@ def certificate_email def renew_certificate_order_request Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest end + def certificate_product_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType + end def certificate_order_status Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus end + def certificate_order_action_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType + end def app_service_certificate Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificate end @@ -493,39 +496,39 @@ def app_service_certificate_collection def app_service_certificate_order_collection Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderCollection end + def site_seal + Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal + end def site_seal_request Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest end + def app_service_certificate_patch_resource + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource + end def app_service_certificate_order Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder end - def site_seal - Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal - end - def certificate_order_action - Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction - end def certificate_details Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails end - def app_service_certificate_resource - Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource - end def reissue_certificate_order_request Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest end def app_service_certificate_order_patch_resource Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource end + def app_service_plan_restrictions + Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions + end + def name_identifier + Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier + end def csm_operation_description Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription end 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 @@ -547,6 +550,9 @@ def vnet_validation_test_failure def metric_availability Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability end + def validate_resource_types + Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes + end def channels Azure::Web::Mgmt::V2016_03_01::Models::Channels end @@ -574,13 +580,13 @@ def validate_response def validate_request Azure::Web::Mgmt::V2016_03_01::Models::ValidateRequest end - def resource_name_availability_request - Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest - end def premier_add_on_offer_collection Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection end - def app_service_environment + def resource_name_availability_request + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest + end + def app_service_environment Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment end def csm_move_resource_envelope @@ -604,62 +610,62 @@ def deleted_site def deleted_web_app_collection Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection end + def certificate_collection + Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + end def solution Azure::Web::Mgmt::V2016_03_01::Models::Solution end - def validate_response_error - Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError - end - def abnormal_time_period - Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod - end def detector_abnormal_time_period Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod end def resource_name_availability Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability end - def certificate_collection - Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection - end - def diagnostic_metric_sample - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample - end - def recommendation_rule - Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule + def dimension + Azure::Web::Mgmt::V2016_03_01::Models::Dimension end - def response_meta_data - Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData + def metric_specification + Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification end def diagnostic_metric_set Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet end - def dimension - Azure::Web::Mgmt::V2016_03_01::Models::Dimension + def recommendation_rule + Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule end - def metric_specification - Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification + def abnormal_time_period + Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod end def recommendation Azure::Web::Mgmt::V2016_03_01::Models::Recommendation end + def response_meta_data + Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData + end + def validate_response_error + Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError + end + def diagnostic_detector_collection + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection + end def sku_infos Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos end - def data_source - Azure::Web::Mgmt::V2016_03_01::Models::DataSource + def analysis_data + Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData end - def diagnostic_analysis_collection - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection + def diagnostic_metric_sample + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample end def diagnostic_category_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection end - def diagnostic_detector_collection - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection + def data_source + Azure::Web::Mgmt::V2016_03_01::Models::DataSource end - def analysis_data - Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData + def diagnostic_analysis_collection + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection end def analysis_definition Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition @@ -700,14 +706,17 @@ def vnet_validation_failure_details def source_control Azure::Web::Mgmt::V2016_03_01::Models::SourceControl end - def app_service_plan_restrictions - Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions + def network_features + Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures end - def name_identifier - Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier + def process_module_info + Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo end - def msdeploy - Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy + def relay_service_connection_entity + Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity + end + def deployment + Azure::Web::Mgmt::V2016_08_01::Models::Deployment end def process_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo @@ -715,17 +724,17 @@ def process_info def process_thread_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo end - def restore_request - Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + def site_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig end 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 site_extension_info + Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo end - def deployment - Azure::Web::Mgmt::V2016_08_01::Models::Deployment + def msdeploy + Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy end def public_certificate Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate @@ -742,14 +751,14 @@ 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 restore_request + Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest end - def site_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig + def custom_hostname_analysis_result + Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult end - def process_module_info - Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo + def triggered_job_run + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun end def site_php_error_log_flag Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag @@ -766,14 +775,14 @@ def site_config_resource def storage_migration_response Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse end - def site_extension_info - Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo + def string_dictionary + Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary end - def triggered_job_run - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun + def site_instance + Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance end - def triggered_job_history - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory + def snapshot + Azure::Web::Mgmt::V2016_08_01::Models::Snapshot end def site_patch_resource Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource @@ -787,11 +796,11 @@ def site_source_control def backup_item_status Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus end - def snapshot - Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + def storage_migration_options + Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions end - def string_dictionary - Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + 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 @@ -799,14 +808,17 @@ def triggered_web_job def azure_resource_type Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType end - def host_name_type - Azure::Web::Mgmt::V2016_08_01::Models::HostNameType + def log_level + Azure::Web::Mgmt::V2016_08_01::Models::LogLevel end - def storage_migration_options - Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions + def database_type + Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType end - def continuous_web_job_status - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus + def frequency_unit + Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + end + def backup_restore_operation_type + Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType end def publishing_profile_format Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat @@ -817,35 +829,29 @@ def dns_verification_test_result def msdeploy_log_entry_type Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType end - def log_level - Azure::Web::Mgmt::V2016_08_01::Models::LogLevel + def my_sql_migration_type + Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType end - def database_type - Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType + def unauthenticated_client_action + Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction end - def frequency_unit - Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + def built_in_authentication_provider + Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider end - def backup_restore_operation_type - Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType + def custom_host_name_dns_record_type + Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType end - def web_job_type - Azure::Web::Mgmt::V2016_08_01::Models::WebJobType + def continuous_web_job_status + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus end def msdeploy_provisioning_state Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState end - def my_sql_migration_type - Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType - end def public_certificate_location Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType - end - def built_in_authentication_provider - Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider + def host_name_type + Azure::Web::Mgmt::V2016_08_01::Models::HostNameType end def clone_ability_result Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult @@ -853,12 +859,12 @@ def clone_ability_result def site_extension_type Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType end - def unauthenticated_client_action - Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction - end def triggered_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus end + def web_job_type + Azure::Web::Mgmt::V2016_08_01::Models::WebJobType + end def azure_table_storage_application_logs_config Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig end @@ -880,23 +886,32 @@ def conn_string_value_type_pair def process_module_info_collection Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection end + def process_thread_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection + end def csm_publishing_profile_options Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions end + def web_app_instance_collection + Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection + end def public_certificate_collection Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection end + def identifier_collection + Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + end + def enabled_config + Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig + end def triggered_web_job_collection Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection end - def triggered_job_history_collection - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection - end def snapshot_collection Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection end - def site_cloneability_criterion - Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion + 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 @@ -904,77 +919,71 @@ def host_name_binding_collection def site_cloneability Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability end - def process_thread_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection + def site_cloneability_criterion + Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion + end + def perf_mon_counter_collection + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection end def web_job_collection Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection end + def continuous_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection + end def perf_mon_set Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet end - def perf_mon_counter_collection - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection - end def file_system_http_logs_config Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig end - def enabled_config - Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig + 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 end - def msdeploy_log_entry - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry + def perf_mon_sample + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample end - def web_app_instance_collection - Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection + def azure_blob_storage_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig end - def continuous_web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection + def deployment_collection + Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection end - def identifier_collection - Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + 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 + 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 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 site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection + def http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig end def site_config_resource_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection end - def perf_mon_sample - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample - end - def backup_item - Azure::Web::Mgmt::V2016_08_01::Models::BackupItem + def function_envelope_collection + Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection end - def connection_string_dictionary - Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary + def slot_difference_collection + Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection end - def http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + def function_secrets + Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets end def csm_slot_entity Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity end - def function_secrets - Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets + def backup_item + Azure::Web::Mgmt::V2016_08_01::Models::BackupItem end def continuous_web_job Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob @@ -985,8 +994,8 @@ def function_envelope def host_name_binding Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding end - def function_envelope_collection - Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + def msdeploy_log + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog end def migrate_my_sql_request Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest @@ -994,23 +1003,32 @@ def migrate_my_sql_request def site_extension_info_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection end - def msdeploy_log - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog + def premier_add_on + Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn end def msdeploy_status Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus end - def custom_hostname_analysis_result - Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult - end - def network_features - Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures - end def backup_request Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest end - def relay_service_connection_entity - Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity + def snapshot_recovery_target + Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + end + def resource_metric_availability + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + end + def name_value_pair + Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair + end + def conn_string_info + Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + end + def sku_description + Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription + end + def capability + Azure::Web::Mgmt::V2016_09_01::Models::Capability end def host_name_ssl_state Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState @@ -1033,12 +1051,12 @@ def sku_capacity def ramp_up_rule Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule end - def capability - Azure::Web::Mgmt::V2016_09_01::Models::Capability - end def experiments Azure::Web::Mgmt::V2016_09_01::Models::Experiments end + def site_config + Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig + end def virtual_directory Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory end @@ -1111,27 +1129,27 @@ def metric_definition def site_availability_state Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState end + def operation + Azure::Web::Mgmt::V2016_09_01::Models::Operation + end def status_options Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions end def operation_status Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus end - def operation - Azure::Web::Mgmt::V2016_09_01::Models::Operation - end def usage Azure::Web::Mgmt::V2016_09_01::Models::Usage end def resource Azure::Web::Mgmt::V2016_09_01::Models::Resource end - def hybrid_connection - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection - end def provisioning_state Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState end + def hybrid_connection + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection + end def proxy_only_resource Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource end @@ -1141,6 +1159,9 @@ def localizable_string def user Azure::Web::Mgmt::V2016_09_01::Models::User end + def managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + end def virtual_network_profile Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile end @@ -1156,6 +1177,9 @@ def stamp_capacity def app_service_environment_collection Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection end + def network_access_control_entry + Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry + end def hosting_environment_diagnostics Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics end @@ -1165,41 +1189,38 @@ def address_response def sku_info_collection Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - end - def resource_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection - end def worker_pool_collection Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection end - def network_access_control_entry - Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry + def hybrid_connection_collection + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection + end + def metric_availabilily + Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily end def csm_usage_quota_collection Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection end - def sku_info - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo - end def error_entity Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity end - def app_service_plan_collection - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection + def usage_collection + Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection end - def hybrid_connection_collection - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection + def sku_info + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo end - def metric_availabilily - Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + def app_service_environment_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource end def resource_metric_property Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty end - def usage_collection - Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + def resource_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection + end + def app_service_plan_collection + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection end def resource_metric Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric @@ -1216,11 +1237,11 @@ def web_app_collection def stamp_capacity_collection Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection end - def app_service_environment_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + def hybrid_connection_limits + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits end - def app_service_environment_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + def csm_usage_quota + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota end def worker_pool_resource Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource @@ -1228,11 +1249,8 @@ def worker_pool_resource def resource_metric_value Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue end - def hybrid_connection_limits - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits - end - def csm_usage_quota - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + 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 @@ -1258,15 +1276,12 @@ def internal_load_balancing_mode def api_definition_info Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo end - def access_control_entry_action - Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + def worker_size_options + Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions end def cors_settings Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings end - def worker_size_options - Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions - end def auto_heal_custom_action Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction end @@ -1276,6 +1291,9 @@ def compute_mode_options def auto_heal_actions Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions end + def access_control_entry_action + Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + end def slow_requests_based_trigger Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger end @@ -1285,24 +1303,6 @@ def status_codes_based_trigger def requests_based_trigger Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger end - def site_config - Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig - end - def snapshot_recovery_target - Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget - end - def resource_metric_availability - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability - end - def name_value_pair - Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair - end - def conn_string_info - Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo - end - def sku_description - Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription - end def identifier Azure::Web::Mgmt::V2016_09_01::Models::Identifier end diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index 0aede7b201..2a72fd0106 100644 --- a/azure_sdk/lib/latest/modules/websearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/websearch_profile_module.rb @@ -9,27 +9,36 @@ module WebSearch Web = Azure::CognitiveServices::WebSearch::V1_0::Web module Models - Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error - ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork + Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping - ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode - WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - News = Azure::CognitiveServices::WebSearch::V1_0::Models::News + Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article + News = Azure::CognitiveServices::WebSearch::V1_0::Models::News + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness - Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - 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 @@ -37,18 +46,9 @@ module Models AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem - QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation - SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query - Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation - Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag end @@ -82,11 +82,20 @@ def method_missing(method, *args) end class ModelClasses - def error - Azure::CognitiveServices::WebSearch::V1_0::Models::Error + def web_page + Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end - def response_base - Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + end + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + end + def search_results_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + end + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer end def thing Azure::CognitiveServices::WebSearch::V1_0::Models::Thing @@ -94,17 +103,20 @@ def thing def creative_work Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end + def query + Azure::CognitiveServices::WebSearch::V1_0::Models::Query + end def web_web_grouping Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end - def error_sub_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + def identifiable + Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end - def web_web_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation end - def news - Azure::CognitiveServices::WebSearch::V1_0::Models::News + def query_context + Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end def spell_suggestions Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions @@ -112,39 +124,54 @@ def spell_suggestions def time_zone Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end + def time_zone_time_zone_information + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + end + def web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + end + def response_base + Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + end + def error_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + end + def article + Azure::CognitiveServices::WebSearch::V1_0::Models::Article + end def safe_search Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch end def text_format Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end + def images + Azure::CognitiveServices::WebSearch::V1_0::Models::Images + end def related_searches_related_search_answer Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer end - def article - Azure::CognitiveServices::WebSearch::V1_0::Models::Article + def news + Azure::CognitiveServices::WebSearch::V1_0::Models::News + end + def response + Azure::CognitiveServices::WebSearch::V1_0::Models::Response end def freshness Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end - def images - Azure::CognitiveServices::WebSearch::V1_0::Models::Images - end def image_object Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject end + def error_sub_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + end def places Azure::CognitiveServices::WebSearch::V1_0::Models::Places end - def response - Azure::CognitiveServices::WebSearch::V1_0::Models::Response - end def intangible Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible end - def error_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode - end def media_object Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject end @@ -166,42 +193,15 @@ def news_article def ranking_ranking_item Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem end - def query_context - Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - end def ranking_ranking_group Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup end + def error + Azure::CognitiveServices::WebSearch::V1_0::Models::Error + end def ranking_ranking_response Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end - def web_page - Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation - end - def search_results_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - end - def query - Azure::CognitiveServices::WebSearch::V1_0::Models::Query - end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - end - def time_zone_time_zone_information - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation - end - def identifiable - Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - end def web_meta_tag Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag 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_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup.rb index 47d5d310a0..b6b535d02c 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup.rb @@ -223,6 +223,7 @@ module Models autoload :AzureFileShareType, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_type.rb' autoload :ProtectionState, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/protection_state.rb' autoload :HealthStatus, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/health_status.rb' + autoload :WorkloadType, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/workload_type.rb' autoload :RecoveryType, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/recovery_type.rb' autoload :CopyOptions, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/copy_options.rb' autoload :RestoreRequestType, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/restore_request_type.rb' @@ -230,9 +231,9 @@ module Models autoload :InquiryStatus, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/inquiry_status.rb' autoload :LastBackupStatus, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/last_backup_status.rb' autoload :ProtectedItemHealthStatus, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/protected_item_health_status.rb' + autoload :PolicyType, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/policy_type.rb' autoload :SQLDataDirectoryType, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/sqldata_directory_type.rb' autoload :BackupType, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/backup_type.rb' - autoload :WorkloadType, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/workload_type.rb' autoload :RestorePointType, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/restore_point_type.rb' autoload :OverwriteOptions, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/overwrite_options.rb' autoload :BackupManagementType, '2016-12-01/generated/azure_mgmt_recovery_services_backup/models/backup_management_type.rb' diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_protection_policy.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_protection_policy.rb index 258d6b9ba6..40c6a3650b 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_protection_policy.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_protection_policy.rb @@ -23,7 +23,10 @@ def initialize attr_accessor :backupManagementType - # @return [String] Type of workload for the backup management + # @return [WorkloadType] Type of workload for the backup management. + # Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', + # 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', + # 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase' attr_accessor :work_load_type # @return [SchedulePolicy] Backup schedule specified as part of backup diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protectable_item.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protectable_item.rb index 49ca4a6f02..f9cf702816 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protectable_item.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protectable_item.rb @@ -38,6 +38,9 @@ def initialize # @return [Boolean] Indicates if protectable item is auto-protectable attr_accessor :is_auto_protectable + # @return [Boolean] Indicates if protectable item is auto-protected + attr_accessor :is_auto_protected + # @return [Integer] For instance or AG, indicates number of DB's present attr_accessor :subinquireditemcount @@ -125,6 +128,13 @@ def self.mapper() name: 'Boolean' } }, + is_auto_protected: { + required: false, + serialized_name: 'isAutoProtected', + type: { + name: 'Boolean' + } + }, subinquireditemcount: { required: false, serialized_name: 'subinquireditemcount', diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protection_policy.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protection_policy.rb index 07e6ca9f3f..03c939b3ab 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protection_policy.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protection_policy.rb @@ -23,7 +23,10 @@ def initialize attr_accessor :backupManagementType - # @return [String] Type of workload for the backup management + # @return [WorkloadType] Type of workload for the backup management. + # Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', + # 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', + # 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase' attr_accessor :work_load_type # @return [Settings] Common settings for the backup management diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_saphana_database_protectable_item.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_saphana_database_protectable_item.rb index e9e4562119..7cdbab1197 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_saphana_database_protectable_item.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_saphana_database_protectable_item.rb @@ -101,6 +101,13 @@ def self.mapper() name: 'Boolean' } }, + is_auto_protected: { + required: false, + serialized_name: 'isAutoProtected', + type: { + name: 'Boolean' + } + }, subinquireditemcount: { required: false, serialized_name: 'subinquireditemcount', diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_saphana_system_protectable_item.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_saphana_system_protectable_item.rb index 1f9afa48a8..6509237d66 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_saphana_system_protectable_item.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_saphana_system_protectable_item.rb @@ -100,6 +100,13 @@ def self.mapper() name: 'Boolean' } }, + is_auto_protected: { + required: false, + serialized_name: 'isAutoProtected', + type: { + name: 'Boolean' + } + }, subinquireditemcount: { required: false, serialized_name: 'subinquireditemcount', diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqlavailability_group_protectable_item.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqlavailability_group_protectable_item.rb index 4178fe647c..89ce455adb 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqlavailability_group_protectable_item.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqlavailability_group_protectable_item.rb @@ -101,6 +101,13 @@ def self.mapper() name: 'Boolean' } }, + is_auto_protected: { + required: false, + serialized_name: 'isAutoProtected', + type: { + name: 'Boolean' + } + }, subinquireditemcount: { required: false, serialized_name: 'subinquireditemcount', diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqldatabase_protectable_item.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqldatabase_protectable_item.rb index d4d2e238f8..32d9234519 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqldatabase_protectable_item.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqldatabase_protectable_item.rb @@ -100,6 +100,13 @@ def self.mapper() name: 'Boolean' } }, + is_auto_protected: { + required: false, + serialized_name: 'isAutoProtected', + type: { + name: 'Boolean' + } + }, subinquireditemcount: { required: false, serialized_name: 'subinquireditemcount', diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqlinstance_protectable_item.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqlinstance_protectable_item.rb index 0256f5fdea..294442c38e 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqlinstance_protectable_item.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_sqlinstance_protectable_item.rb @@ -100,6 +100,13 @@ def self.mapper() name: 'Boolean' } }, + is_auto_protected: { + required: false, + serialized_name: 'isAutoProtected', + type: { + name: 'Boolean' + } + }, subinquireditemcount: { required: false, serialized_name: 'subinquireditemcount', diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_workload_container.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_workload_container.rb index c864b5384f..8e8cc524b5 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_workload_container.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/azure_workload_container.rb @@ -19,7 +19,7 @@ class AzureWorkloadContainer < ProtectionContainer def initialize - @containerType = "AzureWorkloadContainer" + @containerType = "AzureWorkloadBackupRequest" end attr_accessor :containerType @@ -49,7 +49,7 @@ def initialize def self.mapper() { required: false, - serialized_name: 'AzureWorkloadContainer', + serialized_name: 'AzureWorkloadBackupRequest', type: { name: 'Composite', class_name: 'AzureWorkloadContainer', diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/policy_type.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/policy_type.rb new file mode 100644 index 0000000000..6bf7daabfa --- /dev/null +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/policy_type.rb @@ -0,0 +1,23 @@ +# encoding: utf-8 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator 2.2.27.0 +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::RecoveryServicesBackup::Mgmt::V2016_12_01 + module Models + # + # Defines values for PolicyType + # + module PolicyType + Invalid = "Invalid" + Full = "Full" + Differential = "Differential" + Log = "Log" + CopyOnlyFull = "CopyOnlyFull" + end + end +end diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/protection_container.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/protection_container.rb index 7b206e81d2..40c6885e1a 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/protection_container.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/protection_container.rb @@ -25,7 +25,7 @@ class ProtectionContainer @@discriminatorMap["AzureSqlContainer"] = "AzureSqlContainer" @@discriminatorMap["StorageContainer"] = "AzureStorageContainer" @@discriminatorMap["VMAppContainer"] = "AzureVMAppContainerProtectionContainer" - @@discriminatorMap["AzureWorkloadContainer"] = "AzureWorkloadContainer" + @@discriminatorMap["AzureWorkloadBackupRequest"] = "AzureWorkloadContainer" @@discriminatorMap["DPMContainer"] = "DpmContainer" @@discriminatorMap["GenericContainer"] = "GenericContainer" @@discriminatorMap["IaaSVMContainer"] = "IaaSVMContainer" diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/sub_protection_policy.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/sub_protection_policy.rb index 0658867721..c33ec5c20c 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/sub_protection_policy.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/models/sub_protection_policy.rb @@ -16,7 +16,8 @@ class SubProtectionPolicy include MsRestAzure - # @return [String] Type of backup policy type + # @return [PolicyType] Type of backup policy type. Possible values + # include: 'Invalid', 'Full', 'Differential', 'Log', 'CopyOnlyFull' attr_accessor :policy_type # @return [SchedulePolicy] Backup schedule specified as part of backup diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protectable_containers.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protectable_containers.rb index 4e5e325572..a5b501a146 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protectable_containers.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protectable_containers.rb @@ -26,7 +26,7 @@ def initialize(client) attr_reader :client # - # Lists the containers registered to Recovery Services Vault. + # Lists the containers that can be registered to Recovery Services Vault. # # @param vault_name [String] The name of the recovery services vault. # @param resource_group_name [String] The name of the resource group where the @@ -44,7 +44,7 @@ def list(vault_name, resource_group_name, fabric_name, filter = nil, custom_head end # - # Lists the containers registered to Recovery Services Vault. + # Lists the containers that can be registered to Recovery Services Vault. # # @param vault_name [String] The name of the recovery services vault. # @param resource_group_name [String] The name of the resource group where the @@ -61,7 +61,7 @@ def list_with_http_info(vault_name, resource_group_name, fabric_name, filter = n end # - # Lists the containers registered to Recovery Services Vault. + # Lists the containers that can be registered to Recovery Services Vault. # # @param vault_name [String] The name of the recovery services vault. # @param resource_group_name [String] The name of the resource group where the @@ -127,7 +127,7 @@ def list_async(vault_name, resource_group_name, fabric_name, filter = nil, custo end # - # Lists the containers registered to Recovery Services Vault. + # Lists the containers that can be registered to Recovery Services Vault. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -142,7 +142,7 @@ def list_next(next_page_link, custom_headers = nil) end # - # Lists the containers registered to Recovery Services Vault. + # Lists the containers that can be registered to Recovery Services Vault. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -156,7 +156,7 @@ def list_next_with_http_info(next_page_link, custom_headers = nil) end # - # Lists the containers registered to Recovery Services Vault. + # Lists the containers that can be registered to Recovery Services Vault. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -214,7 +214,7 @@ def list_next_async(next_page_link, custom_headers = nil) end # - # Lists the containers registered to Recovery Services Vault. + # Lists the containers that can be registered to Recovery Services Vault. # # @param vault_name [String] The name of the recovery services vault. # @param resource_group_name [String] The name of the resource group where the diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protected_items.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protected_items.rb index b244a1d264..badc035089 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protected_items.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protected_items.rb @@ -163,10 +163,11 @@ def get_async(vault_name, resource_group_name, fabric_name, container_name, prot # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # + # @return [ProtectedItemResource] operation results. # def create_or_update(vault_name, resource_group_name, fabric_name, container_name, protected_item_name, parameters, custom_headers = nil) response = create_or_update_async(vault_name, resource_group_name, fabric_name, container_name, protected_item_name, parameters, custom_headers).value! - nil + response.body unless response.nil? end # @@ -253,12 +254,22 @@ def create_or_update_async(vault_name, resource_group_name, fabric_name, contain http_response = result.response status_code = http_response.status response_content = http_response.body - unless status_code == 202 + unless status_code == 200 || status_code == 202 error_model = JSON.load(response_content) fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectedItemResource.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end result end diff --git a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protection_containers.rb b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protection_containers.rb index 18042a5449..aa30beb719 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protection_containers.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protection_containers.rb @@ -361,11 +361,10 @@ def unregister_async(vault_name, resource_group_name, fabric_name, container_nam end # - # Inquires all the protectable item in the given container that can be - # protected. + # Inquires all the protectable items under the given container. # - # Inquires all the protectable items that are protectable under the given - # container. + # This is an async operation and the results should be tracked using location + # header or Azure-async-url. # # @param vault_name [String] The name of the recovery services vault. # @param resource_group_name [String] The name of the resource group where the @@ -384,11 +383,10 @@ def inquire(vault_name, resource_group_name, fabric_name, container_name, filter end # - # Inquires all the protectable item in the given container that can be - # protected. + # Inquires all the protectable items under the given container. # - # Inquires all the protectable items that are protectable under the given - # container. + # This is an async operation and the results should be tracked using location + # header or Azure-async-url. # # @param vault_name [String] The name of the recovery services vault. # @param resource_group_name [String] The name of the resource group where the @@ -407,11 +405,10 @@ def inquire_with_http_info(vault_name, resource_group_name, fabric_name, contain end # - # Inquires all the protectable item in the given container that can be - # protected. + # Inquires all the protectable items under the given container. # - # Inquires all the protectable items that are protectable under the given - # container. + # This is an async operation and the results should be tracked using location + # header or Azure-async-url. # # @param vault_name [String] The name of the recovery services vault. # @param resource_group_name [String] The name of the resource group where the diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup.rb index c988feecba..2f7a9fe1f2 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup.rb @@ -33,84 +33,86 @@ module Azure::RecoveryServicesBackup::Mgmt::V2017_07_01 autoload :Jobs, '2017-07-01/generated/azure_mgmt_recovery_services_backup/jobs.rb' autoload :BackupPolicies, '2017-07-01/generated/azure_mgmt_recovery_services_backup/backup_policies.rb' autoload :BackupProtectedItems, '2017-07-01/generated/azure_mgmt_recovery_services_backup/backup_protected_items.rb' + autoload :BackupProtectionIntent, '2017-07-01/generated/azure_mgmt_recovery_services_backup/backup_protection_intent.rb' autoload :BackupUsageSummaries, '2017-07-01/generated/azure_mgmt_recovery_services_backup/backup_usage_summaries.rb' autoload :Operation, '2017-07-01/generated/azure_mgmt_recovery_services_backup/operation.rb' autoload :RecoveryServicesBackupClient, '2017-07-01/generated/azure_mgmt_recovery_services_backup/recovery_services_backup_client.rb' module Models - autoload :DailyRetentionFormat, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/daily_retention_format.rb' autoload :RetentionDuration, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/retention_duration.rb' - autoload :AzureFileshareProtectedItemExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_fileshare_protected_item_extended_info.rb' autoload :DailyRetentionSchedule, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/daily_retention_schedule.rb' - autoload :SchedulePolicy, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/schedule_policy.rb' + autoload :AzureFileshareProtectedItemExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_fileshare_protected_item_extended_info.rb' autoload :DpmErrorInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpm_error_info.rb' + autoload :SchedulePolicy, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/schedule_policy.rb' + autoload :DpmJobTaskDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpm_job_task_details.rb' autoload :OperationWorkerResponse, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/operation_worker_response.rb' + autoload :RestoreFileSpecs, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/restore_file_specs.rb' autoload :OperationResultInfoBase, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/operation_result_info_base.rb' - autoload :TargetAFSRestoreInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/target_afsrestore_info.rb' - autoload :MabJobExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/mab_job_extended_info.rb' - autoload :ValidateOperationsResponse, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/validate_operations_response.rb' autoload :AzureWorkloadErrorInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_workload_error_info.rb' - autoload :AzureIaaSVMErrorInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmerror_info.rb' + autoload :ValidateOperationResponse, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/validate_operation_response.rb' autoload :AzureWorkloadJobTaskDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_workload_job_task_details.rb' - autoload :AzureIaaSVMJobTaskDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmjob_task_details.rb' + autoload :AzureIaaSVMHealthDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmhealth_details.rb' autoload :AzureWorkloadJobExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_workload_job_extended_info.rb' - autoload :ValidateOperationRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/validate_operation_request.rb' + autoload :AzureIaaSVMJobExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmjob_extended_info.rb' + autoload :MabJobExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/mab_job_extended_info.rb' + autoload :AzureIaaSVMProtectedItemExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmprotected_item_extended_info.rb' autoload :MabJobTaskDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/mab_job_task_details.rb' - autoload :RestoreRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/restore_request.rb' + autoload :ResourceList, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/resource_list.rb' autoload :MabFileFolderProtectedItemExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/mab_file_folder_protected_item_extended_info.rb' - autoload :Resource, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/resource.rb' - autoload :MabErrorInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/mab_error_info.rb' - autoload :AzureSqlProtectedItemExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_sql_protected_item_extended_info.rb' + autoload :ProtectionPolicyQueryObject, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_policy_query_object.rb' autoload :TargetRestoreInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/target_restore_info.rb' - autoload :ProtectionIntent, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent.rb' + autoload :ProtectionPolicy, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_policy.rb' + autoload :MabErrorInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/mab_error_info.rb' + autoload :AzureStorageErrorInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_storage_error_info.rb' autoload :YearlyRetentionSchedule, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/yearly_retention_schedule.rb' - autoload :AzureStorageJobTaskDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_storage_job_task_details.rb' + autoload :AzureStorageJobExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_storage_job_extended_info.rb' autoload :MonthlyRetentionSchedule, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/monthly_retention_schedule.rb' autoload :ProtectedItemQueryObject, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protected_item_query_object.rb' - autoload :WeeklyRetentionFormat, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/weekly_retention_format.rb' - autoload :AzureVMResourceFeatureSupportResponse, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_vmresource_feature_support_response.rb' autoload :SQLDataDirectoryMapping, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/sqldata_directory_mapping.rb' - autoload :AzureVmWorkloadProtectedItemExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protected_item_extended_info.rb' - autoload :WeeklyRetentionSchedule, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/weekly_retention_schedule.rb' - autoload :Settings, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/settings.rb' + autoload :ErrorDetail, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/error_detail.rb' + autoload :WeeklyRetentionFormat, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/weekly_retention_format.rb' + autoload :ProtectedItem, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protected_item.rb' autoload :NameInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/name_info.rb' - autoload :PreValidateEnableBackupRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/pre_validate_enable_backup_request.rb' + autoload :SubProtectionPolicy, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/sub_protection_policy.rb' autoload :BackupManagementUsage, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/backup_management_usage.rb' + autoload :PreValidateEnableBackupRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/pre_validate_enable_backup_request.rb' autoload :BackupManagementUsageList, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/backup_management_usage_list.rb' - autoload :AzureIaaSVMHealthDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmhealth_details.rb' + autoload :ValidateOperationsResponse, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/validate_operations_response.rb' autoload :BackupStatusRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/backup_status_request.rb' - autoload :AzureIaaSVMProtectedItemExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmprotected_item_extended_info.rb' + autoload :AzureIaaSVMJobTaskDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmjob_task_details.rb' autoload :BackupStatusResponse, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/backup_status_response.rb' - autoload :ProtectionPolicyQueryObject, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_policy_query_object.rb' + autoload :RestoreRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/restore_request.rb' autoload :BMSBackupSummariesQueryObject, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/bmsbackup_summaries_query_object.rb' - autoload :AzureStorageErrorInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_storage_error_info.rb' + autoload :AzureSqlProtectedItemExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_sql_protected_item_extended_info.rb' autoload :Day, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/day.rb' - autoload :ProtectedItem, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protected_item.rb' - autoload :ErrorDetail, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/error_detail.rb' - autoload :PreValidateEnableBackupResponse, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/pre_validate_enable_backup_response.rb' - autoload :EncryptionDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/encryption_details.rb' - autoload :RestoreFileSpecs, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/restore_file_specs.rb' + autoload :AzureStorageJobTaskDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_storage_job_task_details.rb' + autoload :DailyRetentionFormat, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/daily_retention_format.rb' + autoload :AzureVMResourceFeatureSupportResponse, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_vmresource_feature_support_response.rb' + autoload :AzureVmWorkloadProtectedItemExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protected_item_extended_info.rb' + autoload :Settings, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/settings.rb' autoload :FeatureSupportRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/feature_support_request.rb' - autoload :AzureIaaSVMJobExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmjob_extended_info.rb' + autoload :TargetAFSRestoreInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/target_afsrestore_info.rb' + autoload :EncryptionDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/encryption_details.rb' + autoload :ValidateOperationRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/validate_operation_request.rb' autoload :RetentionPolicy, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/retention_policy.rb' - autoload :ProtectionPolicy, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_policy.rb' - autoload :JobQueryObject, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/job_query_object.rb' - autoload :SubProtectionPolicy, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/sub_protection_policy.rb' - autoload :DpmJobTaskDetails, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpm_job_task_details.rb' - autoload :ResourceList, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/resource_list.rb' + autoload :ProtectionIntentQueryObject, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent_query_object.rb' + autoload :WeeklyRetentionSchedule, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/weekly_retention_schedule.rb' + autoload :PreValidateEnableBackupResponse, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/pre_validate_enable_backup_response.rb' autoload :DpmJobExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpm_job_extended_info.rb' - autoload :ValidateOperationResponse, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/validate_operation_response.rb' - autoload :Job, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/job.rb' - autoload :AzureStorageJobExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_storage_job_extended_info.rb' + autoload :Resource, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/resource.rb' + autoload :JobQueryObject, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/job_query_object.rb' + autoload :AzureIaaSVMErrorInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmerror_info.rb' autoload :DPMProtectedItemExtendedInfo, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb' + autoload :ProtectionIntent, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent.rb' + autoload :Job, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/job.rb' autoload :AzureBackupGoalFeatureSupportRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_backup_goal_feature_support_request.rb' autoload :AzureFileshareProtectedItem, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_fileshare_protected_item.rb' autoload :AzureFileShareProtectionPolicy, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_protection_policy.rb' autoload :AzureFileShareRestoreRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_restore_request.rb' - autoload :AzureIaaSClassicComputeVMProtectedItem, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_sclassic_compute_vmprotected_item.rb' - autoload :AzureIaaSComputeVMProtectedItem, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_scompute_vmprotected_item.rb' autoload :AzureIaaSVMJob, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmjob.rb' autoload :AzureIaaSVMProtectedItem, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmprotected_item.rb' + autoload :AzureIaaSClassicComputeVMProtectedItem, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_sclassic_compute_vmprotected_item.rb' + autoload :AzureIaaSComputeVMProtectedItem, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_scompute_vmprotected_item.rb' autoload :AzureIaaSVMProtectionPolicy, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_iaa_svmprotection_policy.rb' autoload :AzureRecoveryServiceVaultProtectionIntent, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_recovery_service_vault_protection_intent.rb' autoload :AzureResourceProtectionIntent, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_resource_protection_intent.rb' @@ -149,6 +151,7 @@ module Models autoload :ProtectedItemResource, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protected_item_resource.rb' autoload :ProtectedItemResourceList, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protected_item_resource_list.rb' autoload :ProtectionIntentResource, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent_resource.rb' + autoload :ProtectionIntentResourceList, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent_resource_list.rb' autoload :ProtectionPolicyResource, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_policy_resource.rb' autoload :ProtectionPolicyResourceList, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_policy_resource_list.rb' autoload :SimpleRetentionPolicy, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/simple_retention_policy.rb' @@ -157,6 +160,7 @@ module Models autoload :ValidateIaasVMRestoreOperationRequest, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/validate_iaas_vmrestore_operation_request.rb' autoload :ProtectionState, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_state.rb' autoload :HealthStatus, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/health_status.rb' + autoload :WorkloadType, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/workload_type.rb' autoload :RecoveryType, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/recovery_type.rb' autoload :CopyOptions, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/copy_options.rb' autoload :RestoreRequestType, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/restore_request_type.rb' @@ -165,6 +169,7 @@ module Models autoload :SupportStatus, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/support_status.rb' autoload :LastBackupStatus, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/last_backup_status.rb' autoload :ProtectedItemHealthStatus, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protected_item_health_status.rb' + autoload :PolicyType, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/policy_type.rb' autoload :OverwriteOptions, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/overwrite_options.rb' autoload :WorkloadItemType, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/workload_item_type.rb' autoload :SQLDataDirectoryType, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/sqldata_directory_type.rb' @@ -182,11 +187,11 @@ module Models autoload :WeekOfMonth, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/week_of_month.rb' autoload :MonthOfYear, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/month_of_year.rb' autoload :MabServerType, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/mab_server_type.rb' - autoload :WorkloadType, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/workload_type.rb' autoload :HttpStatusCode, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/http_status_code.rb' autoload :ValidationStatus, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/validation_status.rb' autoload :CreateMode, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/create_mode.rb' autoload :HealthState, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/health_state.rb' + autoload :IntentItemType, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/intent_item_type.rb' autoload :ScheduleRunType, '2017-07-01/generated/azure_mgmt_recovery_services_backup/models/schedule_run_type.rb' end end diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/backup_protection_intent.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/backup_protection_intent.rb new file mode 100644 index 0000000000..c51e01737d --- /dev/null +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/backup_protection_intent.rb @@ -0,0 +1,241 @@ +# encoding: utf-8 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator 2.2.27.0 +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::RecoveryServicesBackup::Mgmt::V2017_07_01 + # + # Open API 2.0 Specs for Azure RecoveryServices Backup service + # + class BackupProtectionIntent + include MsRestAzure + + # + # Creates and initializes a new instance of the BackupProtectionIntent class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [RecoveryServicesBackupClient] reference to the RecoveryServicesBackupClient + attr_reader :client + + # + # Provides a pageable list of all intents that are present within a vault. + # + # @param vault_name [String] The name of the recovery services vault. + # @param resource_group_name [String] The name of the resource group where the + # recovery services vault is present. + # @param filter [String] OData filter options. + # @param skip_token [String] skipToken Filter. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Array] operation results. + # + def list(vault_name, resource_group_name, filter = nil, skip_token = nil, custom_headers = nil) + first_page = list_as_lazy(vault_name, resource_group_name, filter, skip_token, custom_headers) + first_page.get_all_items + end + + # + # Provides a pageable list of all intents that are present within a vault. + # + # @param vault_name [String] The name of the recovery services vault. + # @param resource_group_name [String] The name of the resource group where the + # recovery services vault is present. + # @param filter [String] OData filter options. + # @param skip_token [String] skipToken Filter. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def list_with_http_info(vault_name, resource_group_name, filter = nil, skip_token = nil, custom_headers = nil) + list_async(vault_name, resource_group_name, filter, skip_token, custom_headers).value! + end + + # + # Provides a pageable list of all intents that are present within a vault. + # + # @param vault_name [String] The name of the recovery services vault. + # @param resource_group_name [String] The name of the resource group where the + # recovery services vault is present. + # @param filter [String] OData filter options. + # @param skip_token [String] skipToken Filter. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def list_async(vault_name, resource_group_name, filter = nil, skip_token = nil, custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, 'vault_name is nil' if vault_name.nil? + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupProtectionIntents' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'vaultName' => vault_name,'resourceGroupName' => resource_group_name,'subscriptionId' => @client.subscription_id}, + query_params: {'api-version' => @client.api_version,'$filter' => filter,'$skipToken' => skip_token}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResourceList.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Provides a pageable list of all intents that are present within a vault. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ProtectionIntentResourceList] operation results. + # + def list_next(next_page_link, custom_headers = nil) + response = list_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Provides a pageable list of all intents that are present within a vault. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def list_next_with_http_info(next_page_link, custom_headers = nil) + list_next_async(next_page_link, custom_headers).value! + end + + # + # Provides a pageable list of all intents that are present within a vault. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def list_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + skip_encoding_path_params: {'nextLink' => next_page_link}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResourceList.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Provides a pageable list of all intents that are present within a vault. + # + # @param vault_name [String] The name of the recovery services vault. + # @param resource_group_name [String] The name of the resource group where the + # recovery services vault is present. + # @param filter [String] OData filter options. + # @param skip_token [String] skipToken Filter. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ProtectionIntentResourceList] which provide lazy access to pages of + # the response. + # + def list_as_lazy(vault_name, resource_group_name, filter = nil, skip_token = nil, custom_headers = nil) + response = list_async(vault_name, resource_group_name, filter, skip_token, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_next_async(next_page_link, custom_headers) + end + page + end + end + + end +end diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_protection_policy.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_protection_policy.rb index 44b1c4c31b..76515b6015 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_protection_policy.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_file_share_protection_policy.rb @@ -23,7 +23,10 @@ def initialize attr_accessor :backupManagementType - # @return [String] Type of workload for the backup management + # @return [WorkloadType] Type of workload for the backup management. + # Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', + # 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', + # 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase' attr_accessor :work_load_type # @return [SchedulePolicy] Backup schedule specified as part of backup diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protection_policy.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protection_policy.rb index 49367e2f22..f2e66916e3 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protection_policy.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/azure_vm_workload_protection_policy.rb @@ -23,7 +23,10 @@ def initialize attr_accessor :backupManagementType - # @return [String] Type of workload for the backup management + # @return [WorkloadType] Type of workload for the backup management. + # Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', + # 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', + # 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase' attr_accessor :work_load_type # @return [Settings] Common settings for the backup management diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/backup_status_response.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/backup_status_response.rb index 55d577b314..eb296115f9 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/backup_status_response.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/backup_status_response.rb @@ -21,9 +21,6 @@ class BackupStatusResponse # 'Protecting', 'Protected', 'ProtectionFailed' attr_accessor :protection_status - # @return [String] Specifies the arm resource id of the vault - attr_accessor :vault_id - # @return [FabricName] Specifies the fabric name - Azure or AD. Possible # values include: 'Invalid', 'Azure' attr_accessor :fabric_name @@ -68,13 +65,6 @@ def self.mapper() name: 'String' } }, - vault_id: { - required: false, - serialized_name: 'vaultId', - type: { - name: 'String' - } - }, fabric_name: { required: false, serialized_name: 'fabricName', diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/intent_item_type.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/intent_item_type.rb new file mode 100644 index 0000000000..54a6daaf0e --- /dev/null +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/intent_item_type.rb @@ -0,0 +1,21 @@ +# encoding: utf-8 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator 2.2.27.0 +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::RecoveryServicesBackup::Mgmt::V2017_07_01 + module Models + # + # Defines values for IntentItemType + # + module IntentItemType + Invalid = "Invalid" + SQLInstance = "SQLInstance" + SQLAvailabilityGroupContainer = "SQLAvailabilityGroupContainer" + end + end +end diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/policy_type.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/policy_type.rb new file mode 100644 index 0000000000..4bd332a3ab --- /dev/null +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/policy_type.rb @@ -0,0 +1,23 @@ +# encoding: utf-8 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator 2.2.27.0 +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::RecoveryServicesBackup::Mgmt::V2017_07_01 + module Models + # + # Defines values for PolicyType + # + module PolicyType + Invalid = "Invalid" + Full = "Full" + Differential = "Differential" + Log = "Log" + CopyOnlyFull = "CopyOnlyFull" + end + end +end diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/pre_validate_enable_backup_request.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/pre_validate_enable_backup_request.rb index d1b5e1220c..94a363ce1c 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/pre_validate_enable_backup_request.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/pre_validate_enable_backup_request.rb @@ -31,9 +31,6 @@ class PreValidateEnableBackupRequest # @return [String] ARM Virtual Machine Id attr_accessor :resource_id - # @return [String] ARM id of the Recovery Services Vault - attr_accessor :vault_id - # @return [String] Configuration of VM if any needs to be validated like # OS type etc attr_accessor :properties @@ -65,13 +62,6 @@ def self.mapper() name: 'String' } }, - vault_id: { - required: false, - serialized_name: 'vaultId', - type: { - name: 'String' - } - }, properties: { required: false, serialized_name: 'properties', diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent_query_object.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent_query_object.rb new file mode 100644 index 0000000000..c0165ad184 --- /dev/null +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent_query_object.rb @@ -0,0 +1,83 @@ +# encoding: utf-8 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator 2.2.27.0 +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::RecoveryServicesBackup::Mgmt::V2017_07_01 + module Models + # + # Filters to list protection intent. + # + class ProtectionIntentQueryObject + + include MsRestAzure + + # @return [BackupManagementType] Backup management type for the backed up + # item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', + # 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', + # 'DefaultBackup' + attr_accessor :backup_management_type + + # @return [IntentItemType] Type of workload this item represents. + # Possible values include: 'Invalid', 'SQLInstance', + # 'SQLAvailabilityGroupContainer' + attr_accessor :item_type + + # @return [String] Parent name of the intent + attr_accessor :parent_name + + # @return [String] Item name of the intent + attr_accessor :item_name + + + # + # Mapper for ProtectionIntentQueryObject class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ProtectionIntentQueryObject', + type: { + name: 'Composite', + class_name: 'ProtectionIntentQueryObject', + model_properties: { + backup_management_type: { + required: false, + serialized_name: 'backupManagementType', + type: { + name: 'String' + } + }, + item_type: { + required: false, + serialized_name: 'itemType', + type: { + name: 'String' + } + }, + parent_name: { + required: false, + serialized_name: 'parentName', + type: { + name: 'String' + } + }, + item_name: { + required: false, + serialized_name: 'itemName', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent_resource_list.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent_resource_list.rb new file mode 100644 index 0000000000..140cc3a634 --- /dev/null +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/protection_intent_resource_list.rb @@ -0,0 +1,95 @@ +# encoding: utf-8 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator 2.2.27.0 +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::RecoveryServicesBackup::Mgmt::V2017_07_01 + module Models + # + # List of ProtectionIntent resources + # + class ProtectionIntentResourceList < ResourceList + + include MsRestAzure + + include MsRest::JSONable + # @return [Array] List of resources. + attr_accessor :value + + # return [Proc] with next page method call. + attr_accessor :next_method + + # + # Gets the rest of the items for the request, enabling auto-pagination. + # + # @return [Array] operation results. + # + def get_all_items + items = @value + page = self + while page.next_link != nil do + page = page.get_next_page + items.concat(page.value) + end + items + end + + # + # Gets the next page of results. + # + # @return [ProtectionIntentResourceList] with next page content. + # + def get_next_page + response = @next_method.call(@next_link).value! unless @next_method.nil? + unless response.nil? + @next_link = response.body.next_link + @value = response.body.value + self + end + end + + # + # Mapper for ProtectionIntentResourceList class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ProtectionIntentResourceList', + type: { + name: 'Composite', + class_name: 'ProtectionIntentResourceList', + model_properties: { + next_link: { + required: false, + serialized_name: 'nextLink', + type: { + name: 'String' + } + }, + value: { + required: false, + serialized_name: 'value', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'ProtectionIntentResourceElementType', + type: { + name: 'Composite', + class_name: 'ProtectionIntentResource' + } + } + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/sub_protection_policy.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/sub_protection_policy.rb index c4750d10bc..37684a43aa 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/sub_protection_policy.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/sub_protection_policy.rb @@ -16,7 +16,8 @@ class SubProtectionPolicy include MsRestAzure - # @return [String] Type of backup policy type + # @return [PolicyType] Type of backup policy type. Possible values + # include: 'Invalid', 'Full', 'Differential', 'Log', 'CopyOnlyFull' attr_accessor :policy_type # @return [SchedulePolicy] Backup schedule specified as part of backup diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/protection_intent_operations.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/protection_intent_operations.rb index 1e757dc62c..046172f516 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/protection_intent_operations.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/protection_intent_operations.rb @@ -137,6 +137,117 @@ def validate_async(azure_region, parameters, custom_headers = nil) promise.execute end + # + # Provides the details of the protection intent up item. This is an + # asynchronous operation. To know the status of the operation, + # call the GetItemOperationResult API. + # + # @param vault_name [String] The name of the recovery services vault. + # @param resource_group_name [String] The name of the resource group where the + # recovery services vault is present. + # @param fabric_name [String] Fabric name associated with the backed up item. + # @param intent_object_name [String] Backed up item name whose details are to + # be fetched. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ProtectionIntentResource] operation results. + # + def get(vault_name, resource_group_name, fabric_name, intent_object_name, custom_headers = nil) + response = get_async(vault_name, resource_group_name, fabric_name, intent_object_name, custom_headers).value! + response.body unless response.nil? + end + + # + # Provides the details of the protection intent up item. This is an + # asynchronous operation. To know the status of the operation, + # call the GetItemOperationResult API. + # + # @param vault_name [String] The name of the recovery services vault. + # @param resource_group_name [String] The name of the resource group where the + # recovery services vault is present. + # @param fabric_name [String] Fabric name associated with the backed up item. + # @param intent_object_name [String] Backed up item name whose details are to + # be fetched. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def get_with_http_info(vault_name, resource_group_name, fabric_name, intent_object_name, custom_headers = nil) + get_async(vault_name, resource_group_name, fabric_name, intent_object_name, custom_headers).value! + end + + # + # Provides the details of the protection intent up item. This is an + # asynchronous operation. To know the status of the operation, + # call the GetItemOperationResult API. + # + # @param vault_name [String] The name of the recovery services vault. + # @param resource_group_name [String] The name of the resource group where the + # recovery services vault is present. + # @param fabric_name [String] Fabric name associated with the backed up item. + # @param intent_object_name [String] Backed up item name whose details are to + # be fetched. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def get_async(vault_name, resource_group_name, fabric_name, intent_object_name, custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, 'vault_name is nil' if vault_name.nil? + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, 'fabric_name is nil' if fabric_name.nil? + fail ArgumentError, 'intent_object_name is nil' if intent_object_name.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'vaultName' => vault_name,'resourceGroupName' => resource_group_name,'subscriptionId' => @client.subscription_id,'fabricName' => fabric_name,'intentObjectName' => intent_object_name}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + # # Create Intent for Enabling backup of an item. This is a synchronous # operation. @@ -255,5 +366,96 @@ def create_or_update_async(vault_name, resource_group_name, fabric_name, intent_ promise.execute end + # + # Used to remove intent from an item + # + # @param vault_name [String] The name of the recovery services vault. + # @param resource_group_name [String] The name of the resource group where the + # recovery services vault is present. + # @param fabric_name [String] Fabric name associated with the intent. + # @param intent_object_name [String] Intent to be deleted. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def delete(vault_name, resource_group_name, fabric_name, intent_object_name, custom_headers = nil) + response = delete_async(vault_name, resource_group_name, fabric_name, intent_object_name, custom_headers).value! + nil + end + + # + # Used to remove intent from an item + # + # @param vault_name [String] The name of the recovery services vault. + # @param resource_group_name [String] The name of the resource group where the + # recovery services vault is present. + # @param fabric_name [String] Fabric name associated with the intent. + # @param intent_object_name [String] Intent to be deleted. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def delete_with_http_info(vault_name, resource_group_name, fabric_name, intent_object_name, custom_headers = nil) + delete_async(vault_name, resource_group_name, fabric_name, intent_object_name, custom_headers).value! + end + + # + # Used to remove intent from an item + # + # @param vault_name [String] The name of the recovery services vault. + # @param resource_group_name [String] The name of the resource group where the + # recovery services vault is present. + # @param fabric_name [String] Fabric name associated with the intent. + # @param intent_object_name [String] Intent to be deleted. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def delete_async(vault_name, resource_group_name, fabric_name, intent_object_name, custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, 'vault_name is nil' if vault_name.nil? + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, 'fabric_name is nil' if fabric_name.nil? + fail ArgumentError, 'intent_object_name is nil' if intent_object_name.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'vaultName' => vault_name,'resourceGroupName' => resource_group_name,'subscriptionId' => @client.subscription_id,'fabricName' => fabric_name,'intentObjectName' => intent_object_name}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + end end diff --git a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/recovery_services_backup_client.rb b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/recovery_services_backup_client.rb index f200110b5e..326a7f6532 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/recovery_services_backup_client.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/recovery_services_backup_client.rb @@ -65,6 +65,9 @@ class RecoveryServicesBackupClient < MsRestAzure::AzureServiceClient # @return [BackupProtectedItems] backup_protected_items attr_reader :backup_protected_items + # @return [BackupProtectionIntent] backup_protection_intent + attr_reader :backup_protection_intent + # @return [BackupUsageSummaries] backup_usage_summaries attr_reader :backup_usage_summaries @@ -93,6 +96,7 @@ def initialize(credentials = nil, base_url = nil, options = nil) @jobs = Jobs.new(self) @backup_policies = BackupPolicies.new(self) @backup_protected_items = BackupProtectedItems.new(self) + @backup_protection_intent = BackupProtectionIntent.new(self) @backup_usage_summaries = BackupUsageSummaries.new(self) @operation = Operation.new(self) @api_version = '2017-07-01' diff --git a/management/azure_mgmt_recovery_services_backup/lib/profiles/latest/modules/recoveryservicesbackup_profile_module.rb b/management/azure_mgmt_recovery_services_backup/lib/profiles/latest/modules/recoveryservicesbackup_profile_module.rb index e36b46a8ff..bca143943c 100644 --- a/management/azure_mgmt_recovery_services_backup/lib/profiles/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/management/azure_mgmt_recovery_services_backup/lib/profiles/latest/modules/recoveryservicesbackup_profile_module.rb @@ -41,6 +41,7 @@ module Mgmt Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs BackupPolicies = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupPolicies BackupProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectedItems + BackupProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectionIntent BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation @@ -189,126 +190,128 @@ module Models DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse OperationResultInfoBase = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase - MabJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo - ValidateOperationsResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse - AzureWorkloadErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo - AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem TargetAFSRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo - AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + AzureWorkloadErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo + AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo - ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest - MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails - MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo AzureWorkloadJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails - TargetRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo - AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails - ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent - WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat - MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule + MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + MabJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail + BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping - MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - NameInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo - PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest - ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse - FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy - BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest + ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo - ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse - AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem + JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob - AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent - AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem - AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy - AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent - AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy - AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem - AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem - AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem + AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest - AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem + AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem + AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent + AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureVmWorkloadProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy - BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent AzureVmWorkloadSAPHanaDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem - AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy + AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + TargetRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject - AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo - PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse - JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem - JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject - BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse - ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject - EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails - AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo - MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob - AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent - AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList - Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList - ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail - AzureWorkloadSAPHanaRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest - AzureWorkloadSAPHanaPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest + ValidateOperationsResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse + WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails + BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails + AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest AzureWorkloadRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest - ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule + PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse + AzureWorkloadSAPHanaRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings - AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest - DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails AzureWorkloadSQLPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest + AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + NameInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo + AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest + AzureWorkloadSAPHanaPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest + ProtectionIntentQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentQueryObject + JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList + 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 - ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList + AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem - ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest - AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo - GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem GenericProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy - FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem + JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource - ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList - ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest - MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType IaasVMRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IaasVMRestoreRequest - SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource LogSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy LongTermRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermRetentionPolicy LongTermSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermSchedulePolicy - JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus MabFileFolderProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItem MabProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy - HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode - JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + ProtectionIntentResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResourceList + JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest + ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState UsagesUnit = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit - OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource - JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource - ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus SimpleRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy - Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + IntentItemType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IntentItemType + FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName ProtectionState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState HealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus + WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType RecoveryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RecoveryType CopyOptions = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CopyOptions RestoreRequestType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState LastBackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus ProtectedItemHealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus + PolicyType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PolicyType SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType - WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType OverwriteOptions = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OverwriteOptions BackupManagementType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType WorkloadItemType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType @@ -321,13 +324,15 @@ module Models DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode ScheduleRunType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType + MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode end # # RecoveryServicesBackupManagementClass # class RecoveryServicesBackupManagementClass - attr_reader :operations, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :jobs, :backup_policies, :backup_protected_items, :backup_usage_summaries, :operation, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :jobs, :backup_policies, :backup_protected_items, :backup_protection_intent, :backup_usage_summaries, :operation, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -394,6 +399,7 @@ def initialize(options = {}) @jobs = @client_2.jobs @backup_policies = @client_2.backup_policies @backup_protected_items = @client_2.backup_protected_items + @backup_protection_intent = @client_2.backup_protection_intent @backup_usage_summaries = @client_2.backup_usage_summaries @operation = @client_2.operation @@ -852,104 +858,107 @@ def azure_sql_protected_item_extended_info def dpm_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo end + def dpm_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + end def operation_worker_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse end def operation_result_info_base Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase end - def mab_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo + def protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem end - def validate_operations_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse + def target_afsrestore_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo + end + def validate_operation_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse end def azure_workload_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo end - def azure_iaa_svmerror_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo - end - def target_afsrestore_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo + def azure_iaa_svmhealth_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails end - def azure_iaa_svmjob_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + def day + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day end def azure_workload_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo end - def validate_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest - end - def mab_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails - end - def mab_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + def azure_iaa_svmjob_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end def azure_workload_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails end - def target_restore_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo - end - def azure_storage_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails - 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 weekly_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject end - def monthly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule + def mab_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo end def weekly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule end - def yearly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule + def azure_storage_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end - def sqldata_directory_mapping - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping + def mab_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + end + def azure_storage_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end def mab_file_folder_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo end - def name_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo + def error_detail + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail 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 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_vmresource_feature_support_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + def sqldata_directory_mapping + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + def azure_fileshare_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem end def azure_file_share_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy end - def backup_management_usage - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + end + def validate_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest end def azure_file_share_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest end + def protected_item_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject + end def dpm_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo end - def validate_operation_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + def job_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject end - def azure_iaa_svmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem + def azure_iaa_svmerror_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + end + def protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent end def azure_backup_goal_feature_support_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest @@ -957,38 +966,29 @@ def azure_backup_goal_feature_support_request def azure_iaa_svmjob Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob end - def azure_recovery_service_vault_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent - end - def azure_iaa_scompute_vmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem - end - def azure_iaa_svmprotection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy - end - def azure_storage_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + def azure_iaa_svmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem end def azure_resource_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent end - def azure_sql_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy + def azure_iaa_svmprotection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy end - def azure_fileshare_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest end - def azure_sql_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem + def azure_iaa_scompute_vmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem end def azure_iaa_sclassic_compute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def azure_recovery_service_vault_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent end - def azure_workload_auto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + def azure_sql_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem end def azure_vm_workload_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem @@ -996,95 +996,104 @@ def azure_vm_workload_protected_item def azure_vm_workload_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy end - def backup_status_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + def azure_workload_auto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent end def azure_vm_workload_saphana_database_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem end - def azure_workload_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + def azure_sql_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy end - def bmsbackup_summaries_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + def azure_iaa_svmjob_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails end - def azure_storage_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + def target_restore_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo end - def pre_validate_enable_backup_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse + def bmsbackup_summaries_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject end - def job_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + def backup_management_usage + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage end def azure_vm_workload_sqldatabase_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem end - def job_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + def backup_management_usage_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList end - def backup_status_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + def validate_operations_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse end - def protection_policy_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + def weekly_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat end def encryption_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails end - def azure_storage_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + def backup_status_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse end - def mab_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + def azure_storage_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end - def azure_workload_sqlauto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + def azure_storage_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails end - def azure_iaa_svmhealth_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + def azure_vmresource_feature_support_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse end - def backup_management_usage_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList + def pre_validate_enable_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest end - def day - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day + def azure_workload_restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest end - def job_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList + def monthly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule end - def error_detail - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail + def pre_validate_enable_backup_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse end def azure_workload_saphana_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest end - def azure_workload_saphana_point_in_time_restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest + def settings + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings end - def azure_workload_restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest + def azure_workload_sqlpoint_in_time_restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest end - def protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + def azure_workload_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob end - def settings - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings + def name_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo end def azure_workload_sqlrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest end - def dpm_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + def azure_workload_saphana_point_in_time_restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest end - def azure_workload_sqlpoint_in_time_restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest + def protection_intent_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentQueryObject + end + def job_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList + end + def mab_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + end + def operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo end def 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 azure_workload_sqlauto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent end def dpm_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob @@ -1095,38 +1104,32 @@ def export_jobs_operation_result_info def dpmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem end - def validate_iaas_vmrestore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest - end - def azure_iaa_svmjob_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + def generic_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy end def generic_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem end - def generic_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy + def job_supported_action + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction end - def fabric_name - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + def support_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + end + def protected_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList end def protection_intent_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource end - def protection_policy_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList - end - def validate_restore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest - end - def mab_server_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType - end def iaas_vmrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IaasVMRestoreRequest end - def support_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + def protection_policy_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + end + def job_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource end def log_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy @@ -1137,41 +1140,41 @@ def long_term_retention_policy def long_term_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermSchedulePolicy end - def job_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus - end def mab_file_folder_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItem end def mab_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy end - def http_status_code - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode + def type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type end - def job_supported_action - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + def protection_intent_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResourceList end - def health_state - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + def job_operation_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType end - def usages_unit - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit + def validate_restore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest end - def operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + def validate_iaas_vmrestore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest end def protected_item_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource end - def job_operation_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + def health_state + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + end + def usages_unit + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit end def protection_policy_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource end - def validation_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + def job_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus end def simple_retention_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy @@ -1179,8 +1182,14 @@ def simple_retention_policy def simple_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy end - def type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + def validation_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + end + def intent_item_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IntentItemType + end + def fabric_name + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName end def protection_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState @@ -1188,6 +1197,9 @@ def protection_state def health_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus end + def workload_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType + end def recovery_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RecoveryType end @@ -1206,12 +1218,12 @@ def last_backup_status def protected_item_health_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus end + def policy_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PolicyType + end def sqldata_directory_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType end - def workload_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType - end def overwrite_options Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OverwriteOptions end @@ -1248,6 +1260,12 @@ def create_mode def schedule_run_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType end + def mab_server_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + end + def http_status_code + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode + end end end end