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 20c368304f..5f70ac41ab 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,23 +8,6 @@ module Azure::Profiles::Latest module ComputerVision module Models - 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 - OcrResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrResult - ColorInfo = Azure::CognitiveServices::ComputerVision::V1_0::Models::ColorInfo - ModelDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::ModelDescription - ImageTag = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageTag - ListModelsResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::ListModelsResult - ImageMetadata = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata - DomainModelResults = Azure::CognitiveServices::ComputerVision::V1_0::Models::DomainModelResults Word = Azure::CognitiveServices::ComputerVision::V1_0::Models::Word CelebrityResults = Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebrityResults FaceRectangle = Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceRectangle @@ -46,6 +29,23 @@ module Models VisualFeatureTypes = Azure::CognitiveServices::ComputerVision::V1_0::Models::VisualFeatureTypes OcrLanguages = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLanguages AzureRegions = Azure::CognitiveServices::ComputerVision::V1_0::Models::AzureRegions + Details = Azure::CognitiveServices::ComputerVision::V1_0::Models::Details + 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 + ImageTag = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageTag + ListModelsResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::ListModelsResult + ImageMetadata = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata + DomainModelResults = Azure::CognitiveServices::ComputerVision::V1_0::Models::DomainModelResults end class ComputerVisionDataClass @@ -77,57 +77,6 @@ def method_missing(method, *args) end class ModelClasses - 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 - def ocr_result - Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrResult - end - def color_info - Azure::CognitiveServices::ComputerVision::V1_0::Models::ColorInfo - end - def model_description - Azure::CognitiveServices::ComputerVision::V1_0::Models::ModelDescription - end - def image_tag - Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageTag - end - def list_models_result - Azure::CognitiveServices::ComputerVision::V1_0::Models::ListModelsResult - end - def image_metadata - Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata - end - def domain_model_results - Azure::CognitiveServices::ComputerVision::V1_0::Models::DomainModelResults - end def word Azure::CognitiveServices::ComputerVision::V1_0::Models::Word end @@ -191,6 +140,57 @@ def ocr_languages def azure_regions Azure::CognitiveServices::ComputerVision::V1_0::Models::AzureRegions end + def details + Azure::CognitiveServices::ComputerVision::V1_0::Models::Details + end + def face_description + Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceDescription + end + 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 + def color_info + Azure::CognitiveServices::ComputerVision::V1_0::Models::ColorInfo + end + def model_description + Azure::CognitiveServices::ComputerVision::V1_0::Models::ModelDescription + end + def image_tag + Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageTag + end + def list_models_result + Azure::CognitiveServices::ComputerVision::V1_0::Models::ListModelsResult + end + def image_metadata + Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata + end + def domain_model_results + Azure::CognitiveServices::ComputerVision::V1_0::Models::DomainModelResults + end end end end diff --git a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb index a9f74f47e1..71136e0463 100644 --- a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb @@ -7,16 +7,19 @@ module Azure::Profiles::Latest module ContainerInstance module Mgmt + ContainerLogs = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::ContainerLogs + StartContainer = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::StartContainer Operations = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Operations ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::ContainerGroups ContainerGroupUsage = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::ContainerGroupUsage - ContainerLogs = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::ContainerLogs - StartContainer = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::StartContainer module Models + Logs = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Logs + Port = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Port ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerExecRequestTerminalSize VolumeMount = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::VolumeMount ContainerExecRequest = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerExecRequest + Operation = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Operation ContainerPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerPropertiesInstanceView ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerExecResponse Volume = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Volume @@ -42,17 +45,14 @@ module Models Container = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Container GitRepoVolume = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::GitRepoVolume ImageRegistryCredential = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ImageRegistryCredential - Operation = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Operation + EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::EnvironmentVariable ResourceLimits = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ResourceLimits ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerGroupListResult - EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::EnvironmentVariable - Logs = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Logs - Port = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Port AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::AzureFileVolume end class ContainerInstanceManagementClass - attr_reader :operations, :container_groups, :container_group_usage, :container_logs, :start_container, :configurable, :base_url, :options, :model_classes + attr_reader :container_logs, :start_container, :operations, :container_groups, :container_group_usage, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -62,11 +62,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @container_logs = @client_0.container_logs + @start_container = @client_0.start_container @operations = @client_0.operations @container_groups = @client_0.container_groups @container_group_usage = @client_0.container_group_usage - @container_logs = @client_0.container_logs - @start_container = @client_0.start_container @model_classes = ModelClasses.new end @@ -85,6 +85,12 @@ def method_missing(method, *args) end class ModelClasses + def logs + Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Logs + end + def port + Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Port + end def container_exec_request_terminal_size Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerExecRequestTerminalSize end @@ -94,6 +100,9 @@ def volume_mount def container_exec_request Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerExecRequest end + def operation + Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Operation + end def container_properties_instance_view Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerPropertiesInstanceView end @@ -169,8 +178,8 @@ def git_repo_volume def image_registry_credential Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ImageRegistryCredential end - def operation - Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Operation + def environment_variable + Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::EnvironmentVariable end def resource_limits Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ResourceLimits @@ -178,15 +187,6 @@ def resource_limits def container_group_list_result Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::ContainerGroupListResult end - def environment_variable - Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::EnvironmentVariable - end - def logs - Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Logs - end - def port - Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::Port - end def azure_file_volume Azure::ContainerInstance::Mgmt::V2018_02_01_preview::Models::AzureFileVolume end diff --git a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb index 469d34c3e0..0b37b932b0 100644 --- a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb @@ -13,14 +13,17 @@ module Mgmt Webhooks = Azure::ContainerRegistry::Mgmt::V2017_10_01::Webhooks module Models + WebhookAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction + Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit - ProvisioningState = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request - Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event Sku = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku + Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event Resource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Resource SkuName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName SkuTier = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier + ProvisioningState = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState ReplicationUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters ReplicationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult RegistryNameStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus @@ -41,19 +44,16 @@ module Models RegistryListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult Actor = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor EventContent = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent + RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status - RegistryListCredentialsResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult EventRequestMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage - RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult EventResponseMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage EventListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult - Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry + RegistryListCredentialsResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult Replication = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication PasswordName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName - OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult - WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus - WebhookAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction - Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source end @@ -90,21 +90,27 @@ def method_missing(method, *args) end class ModelClasses + def webhook_action + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction + end + def webhook + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + end + def webhook_status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + end def registry_usage_unit Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit end - def provisioning_state - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState - end def request Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request end - def event - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event - end def sku Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku end + def event + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event + end def resource Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Resource end @@ -114,6 +120,9 @@ def sku_name def sku_tier Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier end + def provisioning_state + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState + end def replication_update_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters end @@ -174,17 +183,17 @@ def actor def event_content Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent end + def registry_usage + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + end def status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status end - def registry_list_credentials_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult - end def event_request_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage end - def registry_usage - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + def operation_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult end def event_response_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage @@ -192,8 +201,8 @@ def event_response_message def event_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult end - def registry - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry + def registry_list_credentials_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult end def replication Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication @@ -201,17 +210,8 @@ def replication def password_name Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName end - def operation_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult - end - def webhook_status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus - end - def webhook_action - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction - end - def webhook - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + def registry + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry end def source Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source diff --git a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb index 65fd0a6759..00c753b191 100644 --- a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb @@ -22,9 +22,9 @@ module Models ContainerServiceAgentPoolProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceAgentPoolProfile ContainerServiceCustomProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceCustomProfile ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceListResult + ContainerService = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceOrchestratorTypes ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceVMSizeTypes - ContainerService = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService Resource = Azure::ContainerService::Mgmt::V2017_01_31::Models::Resource end @@ -94,15 +94,15 @@ def container_service_custom_profile def container_service_list_result Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceListResult end + def container_service + Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService + end def container_service_orchestrator_types Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceOrchestratorTypes end def container_service_vmsize_types Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceVMSizeTypes end - def container_service - Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService - end def resource Azure::ContainerService::Mgmt::V2017_01_31::Models::Resource end diff --git a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb index a2bba0124c..cea3910316 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -6,16 +6,17 @@ module Azure::Profiles::Latest module ContentModerator + ImageModeration = Azure::CognitiveServices::ContentModerator::V1_0::ImageModeration + TextModeration = Azure::CognitiveServices::ContentModerator::V1_0::TextModeration + ListManagementImageLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImageLists ListManagementTermLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTermLists ListManagementImage = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImage ListManagementTerm = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTerm Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews - ImageModeration = Azure::CognitiveServices::ContentModerator::V1_0::ImageModeration - TextModeration = Azure::CognitiveServices::ContentModerator::V1_0::TextModeration - ListManagementImageLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImageLists module Models Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair ImageIds = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame @@ -32,18 +33,17 @@ module Models Evaluate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse - Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face ImageListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata + APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem - APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError RefreshIndexAdvancedInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem + TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem ImageAdditionalInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email - TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem @@ -53,31 +53,31 @@ module Models BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen - VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage - VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem + VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem - OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem - Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone + OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content - TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag - Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address end class ContentModeratorDataClass - attr_reader :list_management_term_lists, :list_management_image, :list_management_term, :reviews, :image_moderation, :text_moderation, :list_management_image_lists, :configurable, :base_url, :options, :model_classes + attr_reader :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :reviews, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -87,13 +87,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @image_moderation = @client_0.image_moderation + @text_moderation = @client_0.text_moderation + @list_management_image_lists = @client_0.list_management_image_lists @list_management_term_lists = @client_0.list_management_term_lists @list_management_image = @client_0.list_management_image @list_management_term = @client_0.list_management_term @reviews = @client_0.reviews - @image_moderation = @client_0.image_moderation - @text_moderation = @client_0.text_moderation - @list_management_image_lists = @client_0.list_management_image_lists @model_classes = ModelClasses.new end @@ -115,6 +115,9 @@ class ModelClasses def image Azure::CognitiveServices::ContentModerator::V1_0::Models::Image end + def face + Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + end def key_value_pair Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair end @@ -163,24 +166,24 @@ def job_id def match_response Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse end - def face - Azure::CognitiveServices::ContentModerator::V1_0::Models::Face - end def image_list_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata end + def apierror + Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError + end def term_list_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata end def transcript_moderation_body_item_terms_item Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem end - def apierror - Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError - end def refresh_index_advanced_info_item Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem end + def transcript_moderation_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem + end def image_additional_info_item Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem end @@ -196,9 +199,6 @@ def create_video_reviews_body_item_video_frames_item_metadata_item def email Azure::CognitiveServices::ContentModerator::V1_0::Models::Email end - def transcript_moderation_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem - end def create_video_reviews_body_item_video_frames_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem end @@ -226,6 +226,9 @@ def image_list def body Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + end def refresh_index Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex end @@ -238,32 +241,32 @@ def video_frame_body_item_reviewer_result_tags_item def screen Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen end - def video_frame_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job end def detected_language Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage end - def video_frame_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem + def video_frame_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem end def create_review_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem end - def ocr - Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + def video_frame_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem end def create_review_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem end - def phone - Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone + def ocr + Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR end def content Azure::CognitiveServices::ContentModerator::V1_0::Models::Content end - def term_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + def phone + Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end def azure_region_base_url Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl @@ -271,24 +274,21 @@ def azure_region_base_url def image_url Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + def term_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList end def tag Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag end - def address - Azure::CognitiveServices::ContentModerator::V1_0::Models::Address - end def job_list_result Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult end def status Azure::CognitiveServices::ContentModerator::V1_0::Models::Status end + def address + Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + end end end end diff --git a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb index 896c5385c9..fc83a9950a 100644 --- a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb @@ -7,9 +7,12 @@ module Azure::Profiles::Latest module CustomerInsights module Mgmt + WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes + Views = Azure::CustomerInsights::Mgmt::V2017_04_26::Views Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles - Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions + Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations + Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images @@ -21,11 +24,11 @@ module Mgmt Connectors = Azure::CustomerInsights::Mgmt::V2017_04_26::Connectors ConnectorMappings = Azure::CustomerInsights::Mgmt::V2017_04_26::ConnectorMappings Kpi = Azure::CustomerInsights::Mgmt::V2017_04_26::Kpi - WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes - Views = Azure::CustomerInsights::Mgmt::V2017_04_26::Views - Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links module Models + ImageDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition + Hub = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub + EntityTypeDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition ProfileResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileResourceFormat InteractionResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InteractionResourceFormat KpiResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiResourceFormat @@ -48,10 +51,10 @@ module Models ConnectorTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorTypes ConnectorStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorStates ErrorManagementTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ErrorManagementTypes + Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status FrequencyTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::FrequencyTypes CompletionOperationTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CompletionOperationTypes ConnectorMappingStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates - Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status CalculationWindowTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes KpiFunctions = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions EntityType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType @@ -127,13 +130,10 @@ module Models ConnectorMappingStructure = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStructure GetImageUploadUrlInput = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::GetImageUploadUrlInput ParticipantProfilePropertyReference = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference - ImageDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition - Hub = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub - EntityTypeDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition end class CustomerInsightsManagementClass - attr_reader :roles, :operations, :predictions, :profiles, :role_assignments, :images, :hubs, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :connector_mappings, :kpi, :widget_types, :views, :links, :configurable, :base_url, :options, :model_classes + attr_reader :widget_types, :views, :roles, :predictions, :operations, :links, :profiles, :role_assignments, :images, :hubs, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :connector_mappings, :kpi, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -143,9 +143,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @widget_types = @client_0.widget_types + @views = @client_0.views @roles = @client_0.roles - @operations = @client_0.operations @predictions = @client_0.predictions + @operations = @client_0.operations + @links = @client_0.links @profiles = @client_0.profiles @role_assignments = @client_0.role_assignments @images = @client_0.images @@ -157,9 +160,6 @@ def initialize(configurable, base_url=nil, options=nil) @connectors = @client_0.connectors @connector_mappings = @client_0.connector_mappings @kpi = @client_0.kpi - @widget_types = @client_0.widget_types - @views = @client_0.views - @links = @client_0.links @model_classes = ModelClasses.new end @@ -178,6 +178,15 @@ def method_missing(method, *args) end class ModelClasses + def image_definition + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition + end + def hub + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub + end + def entity_type_definition + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition + end def profile_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileResourceFormat end @@ -244,6 +253,9 @@ def connector_states def error_management_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ErrorManagementTypes end + def status + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + end def frequency_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::FrequencyTypes end @@ -253,9 +265,6 @@ def completion_operation_types def connector_mapping_states Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates end - def status - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status - end def calculation_window_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes end @@ -481,15 +490,6 @@ def get_image_upload_url_input def participant_profile_property_reference Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference end - def image_definition - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition - end - def hub - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub - end - def entity_type_definition - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition - end end end end diff --git a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb index 3540157eca..feea86cfcf 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,16 +9,6 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models - SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing - Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer - ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork - SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch - ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode - 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 @@ -26,8 +16,18 @@ module Models WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end class CustomSearchDataClass @@ -60,36 +60,6 @@ def method_missing(method, *args) end class ModelClasses - def search_results_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - end - def thing - Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing - end - def answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer - end - def error_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - end - def creative_work - Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork - end - def safe_search - Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch - end - def error_sub_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode - 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 @@ -111,12 +81,42 @@ def web_web_answer def search_response Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse end - def error - Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + def search_results_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer end def identifiable Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end + def error_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + 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 response + Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + end + def error_sub_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + end + def error_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + end + def text_format + Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + end + def safe_search + Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + end + def error + Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + 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 534b70de5f..ace40f9046 100644 --- a/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb @@ -8,14 +8,17 @@ module Azure::Profiles::Latest module DataLakeAnalytics module Mgmt Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations + StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts DataLakeStoreAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeStoreAccounts - ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies + FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts - StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts + ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies Locations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Locations - FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules module Models + AddDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters + CreateOrUpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters + AddStorageAccountWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters SasTokenInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformation CreateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateComputePolicyWithAccountParameters ComputePolicyListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyListResult @@ -28,15 +31,16 @@ module Models SasTokenInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult UpdateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyWithAccountParameters UpdateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters + CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters StorageContainerListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult UpdateDataLakeAnalyticsAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters - DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult AddDataLakeStoreParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters FirewallRuleListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult + DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters - DataLakeStoreAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation StorageAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation ComputePolicy = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy + DataLakeStoreAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule DataLakeAnalyticsAccount = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount DataLakeAnalyticsAccountBasic = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic @@ -48,9 +52,8 @@ module Models DataLakeAnalyticsAccountStatus = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState OperationOrigin = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin - SubscriptionState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState - AddStorageAccountWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay + SubscriptionState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState OperationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource @@ -61,13 +64,10 @@ module Models UpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyParameters UpdateStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters DataLakeStoreAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult - CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - AddDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters - CreateOrUpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters end class DataLakeAnalyticsManagementClass - attr_reader :operations, :data_lake_store_accounts, :compute_policies, :accounts, :storage_accounts, :locations, :firewall_rules, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :storage_accounts, :data_lake_store_accounts, :firewall_rules, :accounts, :compute_policies, :locations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -78,12 +78,12 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations + @storage_accounts = @client_0.storage_accounts @data_lake_store_accounts = @client_0.data_lake_store_accounts - @compute_policies = @client_0.compute_policies + @firewall_rules = @client_0.firewall_rules @accounts = @client_0.accounts - @storage_accounts = @client_0.storage_accounts + @compute_policies = @client_0.compute_policies @locations = @client_0.locations - @firewall_rules = @client_0.firewall_rules @model_classes = ModelClasses.new end @@ -102,6 +102,15 @@ def method_missing(method, *args) end class ModelClasses + def add_data_lake_store_with_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters + end + def create_or_update_compute_policy_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters + end + def add_storage_account_with_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters + end def sas_token_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformation end @@ -138,33 +147,36 @@ def update_compute_policy_with_account_parameters def update_firewall_rule_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters end + def check_name_availability_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end def storage_container_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult end def update_data_lake_analytics_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters end - def data_lake_analytics_account_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult - end def add_data_lake_store_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters end def firewall_rule_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult end + def data_lake_analytics_account_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult + end def add_storage_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters end - def data_lake_store_account_information - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation - end def storage_account_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation end def compute_policy Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy end + def data_lake_store_account_information + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation + end def firewall_rule Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule end @@ -198,15 +210,12 @@ def data_lake_analytics_account_state def operation_origin Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin end - def subscription_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState - end - def add_storage_account_with_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters - end def operation_display Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay end + def subscription_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState + end def operation_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult end @@ -237,15 +246,6 @@ def update_storage_account_parameters def data_lake_store_account_information_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult end - def check_name_availability_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end - def add_data_lake_store_with_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters - end - def create_or_update_compute_policy_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters - end end end end diff --git a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb index 9299b56682..15af917476 100644 --- a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb @@ -9,11 +9,12 @@ module DataLakeStore module Mgmt Operations = Azure::DataLakeStore::Mgmt::V2016_11_01::Operations Accounts = Azure::DataLakeStore::Mgmt::V2016_11_01::Accounts - FirewallRules = Azure::DataLakeStore::Mgmt::V2016_11_01::FirewallRules Locations = Azure::DataLakeStore::Mgmt::V2016_11_01::Locations + FirewallRules = Azure::DataLakeStore::Mgmt::V2016_11_01::FirewallRules TrustedIdProviders = Azure::DataLakeStore::Mgmt::V2016_11_01::TrustedIdProviders module Models + CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters CreateOrUpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters EncryptionIdentity = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionIdentity @@ -28,15 +29,15 @@ module Models UpdateEncryptionConfig = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateEncryptionConfig TrustedIdProviderListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderListResult UpdateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters - UpdateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters - UpdateTrustedIdProviderWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters - FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + UpdateTrustedIdProviderWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters + UpdateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters + SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource TrustedIdProvider = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider - DataLakeStoreAccount = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount + FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule DataLakeStoreAccountListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult EncryptionConfigType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType - SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource + DataLakeStoreAccount = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount DataLakeStoreAccountBasic = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic FirewallState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState EncryptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState @@ -54,11 +55,10 @@ module Models CapabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation NameAvailabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation UpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters - CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters end class DataLakeStoreManagementClass - attr_reader :operations, :accounts, :firewall_rules, :locations, :trusted_id_providers, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :accounts, :locations, :firewall_rules, :trusted_id_providers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -70,8 +70,8 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @operations = @client_0.operations @accounts = @client_0.accounts - @firewall_rules = @client_0.firewall_rules @locations = @client_0.locations + @firewall_rules = @client_0.firewall_rules @trusted_id_providers = @client_0.trusted_id_providers @model_classes = ModelClasses.new @@ -91,6 +91,9 @@ def method_missing(method, *args) end class ModelClasses + def check_name_availability_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end def create_firewall_rule_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters end @@ -133,23 +136,23 @@ def trusted_id_provider_list_result def update_firewall_rule_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters end - def update_data_lake_store_account_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters + def resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource end def update_trusted_id_provider_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters end - def firewall_rule - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule + def update_data_lake_store_account_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters end - def resource - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + def sub_resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource end def trusted_id_provider Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider end - def data_lake_store_account - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount + def firewall_rule + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule end def data_lake_store_account_list_result Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult @@ -157,8 +160,8 @@ def data_lake_store_account_list_result def encryption_config_type Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType end - def sub_resource - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource + def data_lake_store_account + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount end def data_lake_store_account_basic Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic @@ -211,9 +214,6 @@ def name_availability_information def update_firewall_rule_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters end - def check_name_availability_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end end end end diff --git a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb index ef880ab0df..9deb4ae56d 100644 --- a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb @@ -25,13 +25,16 @@ module Mgmt PolicySets = Azure::DevTestLabs::Mgmt::V2016_05_15::PolicySets Schedules = Azure::DevTestLabs::Mgmt::V2016_05_15::Schedules ServiceRunners = Azure::DevTestLabs::Mgmt::V2016_05_15::ServiceRunners - Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users + Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies Environments = Azure::DevTestLabs::Mgmt::V2016_05_15::Environments Secrets = Azure::DevTestLabs::Mgmt::V2016_05_15::Secrets VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules module Models + NotificationSettings = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings + SharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration + ExportResourceUsageParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters WeekDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment ExternalSubnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet HourDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment @@ -118,13 +121,13 @@ module Models EvaluatePoliciesResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse ResponseWithContinuationArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource ArmTemplateParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties - ResponseWithContinuationCustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage + Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource ComputeVmInstanceViewStatusFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment + ResponseWithContinuationCustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage + EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties ResponseWithContinuationDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk - Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource - ResponseWithContinuationDtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties - EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties + ResponseWithContinuationDtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment NotificationSettingsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment ResponseWithContinuationFormula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom @@ -185,13 +188,10 @@ module Models ExternalSubnetFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment GalleryImageReference = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReference DayDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails - NotificationSettings = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings - SharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration - ExportResourceUsageParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters end class DevTestLabsManagementClass - attr_reader :virtual_networks, :disks, :virtual_machines, :operations, :provider_operations, :labs, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :notification_channels, :policy_sets, :schedules, :service_runners, :policies, :users, :environments, :secrets, :virtual_machine_schedules, :configurable, :base_url, :options, :model_classes + attr_reader :virtual_networks, :disks, :virtual_machines, :operations, :provider_operations, :labs, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :notification_channels, :policy_sets, :schedules, :service_runners, :users, :policies, :environments, :secrets, :virtual_machine_schedules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -219,8 +219,8 @@ def initialize(configurable, base_url=nil, options=nil) @policy_sets = @client_0.policy_sets @schedules = @client_0.schedules @service_runners = @client_0.service_runners - @policies = @client_0.policies @users = @client_0.users + @policies = @client_0.policies @environments = @client_0.environments @secrets = @client_0.secrets @virtual_machine_schedules = @client_0.virtual_machine_schedules @@ -242,6 +242,15 @@ def method_missing(method, *args) end class ModelClasses + def notification_settings + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings + end + def shared_public_ip_address_configuration + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration + end + def export_resource_usage_parameters + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters + end def week_details_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment end @@ -500,26 +509,26 @@ def response_with_continuation_artifact_source def arm_template_parameter_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties end - def response_with_continuation_custom_image - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage + def resource + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource end def compute_vm_instance_view_status_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment end - def response_with_continuation_disk - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk + def response_with_continuation_custom_image + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage end - def resource - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + def evaluate_policies_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties end - def response_with_continuation_dtl_environment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment + def response_with_continuation_disk + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk end def attach_disk_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties end - def evaluate_policies_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties + def response_with_continuation_dtl_environment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment end def notification_settings_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment @@ -701,15 +710,6 @@ def gallery_image_reference def day_details Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails end - def notification_settings - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings - end - def shared_public_ip_address_configuration - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration - end - def export_resource_usage_parameters - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters - end end end end diff --git a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb index 64cd7d9cdb..8bb92a8d69 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,9 +9,21 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models + ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule + EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo + ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject + Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + Places = Azure::CognitiveServices::EntitySearch::V1_0::Models::Places + PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress + Place = Azure::CognitiveServices::EntitySearch::V1_0::Models::Place + Organization = Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization + Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible + ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution + MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction + Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport License = Azure::CognitiveServices::EntitySearch::V1_0::Models::License StructuredValue = Azure::CognitiveServices::EntitySearch::V1_0::Models::StructuredValue @@ -27,10 +39,9 @@ module Models Hotel = Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel EntityQueryScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario - AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType - ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat - Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat + AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase @@ -44,17 +55,6 @@ module Models ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch - ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule - EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo - ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject - Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities - Places = Azure::CognitiveServices::EntitySearch::V1_0::Models::Places - PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress - Place = Azure::CognitiveServices::EntitySearch::V1_0::Models::Place - Organization = Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization - Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible - ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution - MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject end class EntitySearchDataClass @@ -87,6 +87,39 @@ def method_missing(method, *args) end class ModelClasses + def contractual_rules_contractual_rule + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule + end + def entities_entity_presentation_info + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo + end + def image_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject + end + def entities + Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + end + def places + Azure::CognitiveServices::EntitySearch::V1_0::Models::Places + end + def postal_address + Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress + end + def place + Azure::CognitiveServices::EntitySearch::V1_0::Models::Place + end + def organization + Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization + end + def intangible + Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible + end + def contractual_rules_attribution + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution + end + def media_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + end def civic_structure Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end @@ -96,6 +129,9 @@ def local_business def tourist_attraction Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction end + def response + Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + end def airport Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport end @@ -141,17 +177,14 @@ def entity_query_scenario def entity_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario end - def answer_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + def entity_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType end def response_format Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end - def response - Azure::CognitiveServices::EntitySearch::V1_0::Models::Response - end - def entity_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + def answer_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType end def error_response Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse @@ -192,39 +225,6 @@ def error_sub_code def safe_search Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch end - def contractual_rules_contractual_rule - Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule - end - def entities_entity_presentation_info - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo - end - def image_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject - end - def entities - Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities - end - def places - Azure::CognitiveServices::EntitySearch::V1_0::Models::Places - end - def postal_address - Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress - end - def place - Azure::CognitiveServices::EntitySearch::V1_0::Models::Place - end - def organization - Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization - end - def intangible - Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible - end - def contractual_rules_attribution - Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution - end - def media_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject - end end end end diff --git a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb index a6127b82d7..ed16efe8c6 100644 --- a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb @@ -9,6 +9,9 @@ module Azure::Profiles::Latest module EventGrid module Models + EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData + ContainerRegistryEventActor = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor + ServiceBusDeadletterMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData ContainerRegistryEventSource = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData ContainerRegistryEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventData @@ -38,9 +41,6 @@ module Models ContainerRegistryEventTarget = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventTarget ResourceDeleteCancelData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteCancelData ContainerRegistryEventRequest = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest - EventHubCaptureFileCreatedEventData = Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData - ContainerRegistryEventActor = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor - ServiceBusDeadletterMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData end class EventGridDataClass @@ -72,6 +72,15 @@ def method_missing(method, *args) end class ModelClasses + def event_hub_capture_file_created_event_data + Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData + end + def container_registry_event_actor + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor + end + def service_bus_deadletter_messages_available_with_no_listeners_event_data + Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData + end def container_registry_event_source Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventSource end @@ -159,36 +168,27 @@ def resource_delete_cancel_data def container_registry_event_request Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest end - def event_hub_capture_file_created_event_data - Azure::EventGrid::V2018_01_01::Models::EventHubCaptureFileCreatedEventData - end - def container_registry_event_actor - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor - end - def service_bus_deadletter_messages_available_with_no_listeners_event_data - Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData - end end end module Mgmt - TopicTypes = Azure::EventGrid::Mgmt::V2018_05_01_preview::TopicTypes - Operations = Azure::EventGrid::Mgmt::V2018_05_01_preview::Operations EventSubscriptions = Azure::EventGrid::Mgmt::V2018_05_01_preview::EventSubscriptions Topics = Azure::EventGrid::Mgmt::V2018_05_01_preview::Topics + TopicTypes = Azure::EventGrid::Mgmt::V2018_05_01_preview::TopicTypes + Operations = Azure::EventGrid::Mgmt::V2018_05_01_preview::Operations module Models EventSubscriptionFilter = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFilter InputSchemaMapping = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::InputSchemaMapping DeadLetterDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::DeadLetterDestination JsonField = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonField + Resource = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource EventSubscriptionsListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionsListResult OperationInfo = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::OperationInfo EventTypesListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventTypesListResult - Resource = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource - EventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionDestination + TopicSharedAccessKeys = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicSharedAccessKeys RetryPolicy = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::RetryPolicy EventSubscriptionFullUrl = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFullUrl - TopicSharedAccessKeys = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicSharedAccessKeys + TopicRegenerateKeyRequest = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicRegenerateKeyRequest TopicsListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicsListResult TopicTypesListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypesListResult JsonFieldWithDefault = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonFieldWithDefault @@ -198,8 +198,8 @@ module Models WebHookEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::WebHookEventSubscriptionDestination EventHubEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventHubEventSubscriptionDestination StorageQueueEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::StorageQueueEventSubscriptionDestination - TopicRegenerateKeyRequest = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicRegenerateKeyRequest HybridConnectionEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::HybridConnectionEventSubscriptionDestination + EventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionDestination EventSubscription = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscription JsonInputSchemaMapping = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonInputSchemaMapping Topic = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Topic @@ -217,7 +217,7 @@ module Models end class EventGridManagementClass - attr_reader :topic_types, :operations, :event_subscriptions, :topics, :configurable, :base_url, :options, :model_classes + attr_reader :event_subscriptions, :topics, :topic_types, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -227,10 +227,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @topic_types = @client_0.topic_types - @operations = @client_0.operations @event_subscriptions = @client_0.event_subscriptions @topics = @client_0.topics + @topic_types = @client_0.topic_types + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -261,6 +261,9 @@ def dead_letter_destination def json_field Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonField end + def resource + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource + end def event_subscriptions_list_result Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionsListResult end @@ -270,11 +273,8 @@ def operation_info def event_types_list_result Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventTypesListResult end - def resource - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource - end - def event_subscription_destination - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionDestination + def topic_shared_access_keys + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicSharedAccessKeys end def retry_policy Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::RetryPolicy @@ -282,8 +282,8 @@ def retry_policy def event_subscription_full_url Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFullUrl end - def topic_shared_access_keys - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicSharedAccessKeys + def topic_regenerate_key_request + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicRegenerateKeyRequest end def topics_list_result Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicsListResult @@ -312,12 +312,12 @@ def event_hub_event_subscription_destination def storage_queue_event_subscription_destination Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::StorageQueueEventSubscriptionDestination end - def topic_regenerate_key_request - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicRegenerateKeyRequest - end def hybrid_connection_event_subscription_destination Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::HybridConnectionEventSubscriptionDestination end + def event_subscription_destination + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionDestination + end def event_subscription Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscription end diff --git a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb index 1303bebc8e..961ba2c5c9 100644 --- a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb @@ -7,49 +7,49 @@ module Azure::Profiles::Latest module EventHub module Mgmt + Namespaces = Azure::EventHub::Mgmt::V2017_04_01::Namespaces + DisasterRecoveryConfigs = Azure::EventHub::Mgmt::V2017_04_01::DisasterRecoveryConfigs EventHubs = Azure::EventHub::Mgmt::V2017_04_01::EventHubs Operations = Azure::EventHub::Mgmt::V2017_04_01::Operations ConsumerGroups = Azure::EventHub::Mgmt::V2017_04_01::ConsumerGroups - Namespaces = Azure::EventHub::Mgmt::V2017_04_01::Namespaces - DisasterRecoveryConfigs = Azure::EventHub::Mgmt::V2017_04_01::DisasterRecoveryConfigs module Models - KeyType = Azure::EventHub::Mgmt::V2017_04_01::Models::KeyType Sku = Azure::EventHub::Mgmt::V2017_04_01::Models::Sku + KeyType = Azure::EventHub::Mgmt::V2017_04_01::Models::KeyType CaptureDescription = Azure::EventHub::Mgmt::V2017_04_01::Models::CaptureDescription Destination = Azure::EventHub::Mgmt::V2017_04_01::Models::Destination - EventHubListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult + CheckNameAvailabilityResult = Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + Resource = Azure::EventHub::Mgmt::V2017_04_01::Models::Resource AccessKeys = Azure::EventHub::Mgmt::V2017_04_01::Models::AccessKeys - ArmDisasterRecoveryListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + EventHubListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult ConsumerGroupListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroupListResult - Resource = Azure::EventHub::Mgmt::V2017_04_01::Models::Resource - AuthorizationRuleListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - CheckNameAvailabilityParameter = Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityParameter + ArmDisasterRecoveryListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult EHNamespaceListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespaceListResult + RegenerateAccessKeyParameters = Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters EHNamespace = Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespace AuthorizationRule = Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRule Eventhub = Azure::EventHub::Mgmt::V2017_04_01::Models::Eventhub ConsumerGroup = Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroup ArmDisasterRecovery = Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery - CheckNameAvailabilityResult = Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - AccessRights = Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights - OperationDisplay = Azure::EventHub::Mgmt::V2017_04_01::Models::OperationDisplay SkuName = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuName + AuthorizationRuleListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + OperationDisplay = Azure::EventHub::Mgmt::V2017_04_01::Models::OperationDisplay + AccessRights = Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights OperationListResult = Azure::EventHub::Mgmt::V2017_04_01::Models::OperationListResult EncodingCaptureDescription = Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - UnavailableReason = Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason - EntityStatus = Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus + SkuTier = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier + CheckNameAvailabilityParameter = Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityParameter RoleDisasterRecovery = Azure::EventHub::Mgmt::V2017_04_01::Models::RoleDisasterRecovery - RegenerateAccessKeyParameters = Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + UnavailableReason = Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason ProvisioningStateDR = Azure::EventHub::Mgmt::V2017_04_01::Models::ProvisioningStateDR + EntityStatus = Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus ErrorResponse = Azure::EventHub::Mgmt::V2017_04_01::Models::ErrorResponse - SkuTier = Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier TrackedResource = Azure::EventHub::Mgmt::V2017_04_01::Models::TrackedResource Operation = Azure::EventHub::Mgmt::V2017_04_01::Models::Operation end class EventHubManagementClass - attr_reader :event_hubs, :operations, :consumer_groups, :namespaces, :disaster_recovery_configs, :configurable, :base_url, :options, :model_classes + attr_reader :namespaces, :disaster_recovery_configs, :event_hubs, :operations, :consumer_groups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -59,11 +59,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @namespaces = @client_0.namespaces + @disaster_recovery_configs = @client_0.disaster_recovery_configs @event_hubs = @client_0.event_hubs @operations = @client_0.operations @consumer_groups = @client_0.consumer_groups - @namespaces = @client_0.namespaces - @disaster_recovery_configs = @client_0.disaster_recovery_configs @model_classes = ModelClasses.new end @@ -82,42 +82,42 @@ def method_missing(method, *args) end class ModelClasses - def key_type - Azure::EventHub::Mgmt::V2017_04_01::Models::KeyType - end def sku Azure::EventHub::Mgmt::V2017_04_01::Models::Sku end + def key_type + Azure::EventHub::Mgmt::V2017_04_01::Models::KeyType + end def capture_description Azure::EventHub::Mgmt::V2017_04_01::Models::CaptureDescription end def destination Azure::EventHub::Mgmt::V2017_04_01::Models::Destination end - def event_hub_list_result - Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult + def check_name_availability_result + Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end + def resource + Azure::EventHub::Mgmt::V2017_04_01::Models::Resource end def access_keys Azure::EventHub::Mgmt::V2017_04_01::Models::AccessKeys end - def arm_disaster_recovery_list_result - Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + def event_hub_list_result + Azure::EventHub::Mgmt::V2017_04_01::Models::EventHubListResult end def consumer_group_list_result Azure::EventHub::Mgmt::V2017_04_01::Models::ConsumerGroupListResult end - def resource - Azure::EventHub::Mgmt::V2017_04_01::Models::Resource - end - def authorization_rule_list_result - Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - end - def check_name_availability_parameter - Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityParameter + def arm_disaster_recovery_list_result + Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult end def ehnamespace_list_result Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespaceListResult end + def regenerate_access_key_parameters + Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + end def ehnamespace Azure::EventHub::Mgmt::V2017_04_01::Models::EHNamespace end @@ -133,17 +133,17 @@ def consumer_group def arm_disaster_recovery Azure::EventHub::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end - def check_name_availability_result - Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + def sku_name + Azure::EventHub::Mgmt::V2017_04_01::Models::SkuName end - def access_rights - Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights + def authorization_rule_list_result + Azure::EventHub::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult end def operation_display Azure::EventHub::Mgmt::V2017_04_01::Models::OperationDisplay end - def sku_name - Azure::EventHub::Mgmt::V2017_04_01::Models::SkuName + def access_rights + Azure::EventHub::Mgmt::V2017_04_01::Models::AccessRights end def operation_list_result Azure::EventHub::Mgmt::V2017_04_01::Models::OperationListResult @@ -151,27 +151,27 @@ def operation_list_result def encoding_capture_description Azure::EventHub::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end - def unavailable_reason - Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason + def sku_tier + Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier end - def entity_status - Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus + def check_name_availability_parameter + Azure::EventHub::Mgmt::V2017_04_01::Models::CheckNameAvailabilityParameter end def role_disaster_recovery Azure::EventHub::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end - def regenerate_access_key_parameters - Azure::EventHub::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + def unavailable_reason + Azure::EventHub::Mgmt::V2017_04_01::Models::UnavailableReason end def provisioning_state_dr Azure::EventHub::Mgmt::V2017_04_01::Models::ProvisioningStateDR end + def entity_status + Azure::EventHub::Mgmt::V2017_04_01::Models::EntityStatus + end def error_response Azure::EventHub::Mgmt::V2017_04_01::Models::ErrorResponse end - def sku_tier - Azure::EventHub::Mgmt::V2017_04_01::Models::SkuTier - end def tracked_resource Azure::EventHub::Mgmt::V2017_04_01::Models::TrackedResource end diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index c5968dc4cf..bc772f8a64 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,10 +6,10 @@ module Azure::Profiles::Latest module Face - PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson - PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations Face = Azure::CognitiveServices::Face::V1_0::Face + PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson + PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations module Models APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError @@ -25,7 +25,7 @@ module Models Makeup = Azure::CognitiveServices::Face::V1_0::Models::Makeup IdentifyResult = Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult Accessory = Azure::CognitiveServices::Face::V1_0::Models::Accessory - VerifyFaceToPersonRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest + Error = Azure::CognitiveServices::Face::V1_0::Models::Error Exposure = Azure::CognitiveServices::Face::V1_0::Models::Exposure VerifyFaceToFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest FaceAttributes = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes @@ -36,33 +36,33 @@ module Models 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 NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract + Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur - Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender + PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList - HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType - AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType - BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel - ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel - NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType - Error = Azure::CognitiveServices::Face::V1_0::Models::Error - PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup Person = Azure::CognitiveServices::Face::V1_0::Models::Person + BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel + HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType + Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender + NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType + FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType - FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode AzureRegions = Azure::CognitiveServices::Face::V1_0::Models::AzureRegions + VerifyFaceToPersonRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest end class FaceDataClass - attr_reader :person_group_person, :person_group_operations, :face_list_operations, :face, :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 - @person_group_operations = @client_0.person_group_operations @face_list_operations = @client_0.face_list_operations @face = @client_0.face + @person_group_person = @client_0.person_group_person + @person_group_operations = @client_0.person_group_operations @model_classes = ModelClasses.new end @@ -133,8 +133,8 @@ def identify_result def accessory Azure::CognitiveServices::Face::V1_0::Models::Accessory end - def verify_face_to_person_request - Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest + def error + Azure::CognitiveServices::Face::V1_0::Models::Error end def exposure Azure::CognitiveServices::Face::V1_0::Models::Exposure @@ -166,15 +166,15 @@ def emotion 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 name_and_user_data_contract Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract end + def noise + Azure::CognitiveServices::Face::V1_0::Models::Noise + end def detected_face Azure::CognitiveServices::Face::V1_0::Models::DetectedFace end @@ -190,38 +190,38 @@ def training_status def blur Azure::CognitiveServices::Face::V1_0::Models::Blur end - def gender - Azure::CognitiveServices::Face::V1_0::Models::Gender + def person_group + Azure::CognitiveServices::Face::V1_0::Models::PersonGroup end def face_list Azure::CognitiveServices::Face::V1_0::Models::FaceList end - def hair_color_type - Azure::CognitiveServices::Face::V1_0::Models::HairColorType + def glasses_type + Azure::CognitiveServices::Face::V1_0::Models::GlassesType end - def accessory_type - Azure::CognitiveServices::Face::V1_0::Models::AccessoryType + def person + Azure::CognitiveServices::Face::V1_0::Models::Person end def blur_level Azure::CognitiveServices::Face::V1_0::Models::BlurLevel end - def exposure_level - Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + def hair_color_type + Azure::CognitiveServices::Face::V1_0::Models::HairColorType + end + def gender + Azure::CognitiveServices::Face::V1_0::Models::Gender end def noise_level Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel end - def glasses_type - Azure::CognitiveServices::Face::V1_0::Models::GlassesType - end - def error - Azure::CognitiveServices::Face::V1_0::Models::Error + def exposure_level + Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel end - def person_group - Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + def accessory_type + Azure::CognitiveServices::Face::V1_0::Models::AccessoryType end - def person - Azure::CognitiveServices::Face::V1_0::Models::Person + def find_similar_match_mode + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode end def training_status_type Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType @@ -229,12 +229,12 @@ def training_status_type def face_attribute_type Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end - def find_similar_match_mode - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode - end def azure_regions Azure::CognitiveServices::Face::V1_0::Models::AzureRegions end + def verify_face_to_person_request + Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest + end end end end diff --git a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb index 1ba672bb32..0f2b9f264c 100644 --- a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb +++ b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb @@ -6,62 +6,64 @@ module Azure::Profiles::Latest module GraphRbac + SignedInUser = Azure::GraphRbac::V1_6::SignedInUser + Applications = Azure::GraphRbac::V1_6::Applications + DeletedApplications = Azure::GraphRbac::V1_6::DeletedApplications + Groups = Azure::GraphRbac::V1_6::Groups ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals + Objects = Azure::GraphRbac::V1_6::Objects Domains = Azure::GraphRbac::V1_6::Domains OAuth2 = Azure::GraphRbac::V1_6::OAuth2 Users = Azure::GraphRbac::V1_6::Users - Objects = Azure::GraphRbac::V1_6::Objects - Applications = Azure::GraphRbac::V1_6::Applications - Groups = Azure::GraphRbac::V1_6::Groups module Models - UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult - KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult + DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult + DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject + SignInName = Azure::GraphRbac::V1_6::Models::SignInName + PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + Domain = Azure::GraphRbac::V1_6::Models::Domain + RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters + GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters UserGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup - ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal - UserType = Azure::GraphRbac::V1_6::Models::UserType Application = Azure::GraphRbac::V1_6::Models::Application + ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters User = Azure::GraphRbac::V1_6::Models::User + UserType = Azure::GraphRbac::V1_6::Models::UserType Permissions = Azure::GraphRbac::V1_6::Models::Permissions ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters - GroupListResult = Azure::GraphRbac::V1_6::Models::GroupListResult - GraphError = Azure::GraphRbac::V1_6::Models::GraphError GroupGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters - KeyCredential = Azure::GraphRbac::V1_6::Models::KeyCredential + GraphError = Azure::GraphRbac::V1_6::Models::GraphError GroupGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult - ResourceAccess = Azure::GraphRbac::V1_6::Models::ResourceAccess + KeyCredential = Azure::GraphRbac::V1_6::Models::KeyCredential CheckGroupMembershipParameters = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters + ResourceAccess = Azure::GraphRbac::V1_6::Models::ResourceAccess CheckGroupMembershipResult = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult - PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential - RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess - ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult - PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + AppRole = Azure::GraphRbac::V1_6::Models::AppRole ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters - AADObject = Azure::GraphRbac::V1_6::Models::AADObject - DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult - GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters - ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult - PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile + ServicePrincipalUpdateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalUpdateParameters ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult - UserBase = Azure::GraphRbac::V1_6::Models::UserBase + KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult + UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters - Domain = Azure::GraphRbac::V1_6::Models::Domain - GetObjectsResult = Azure::GraphRbac::V1_6::Models::GetObjectsResult - GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters - DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject - SignInName = Azure::GraphRbac::V1_6::Models::SignInName + AddOwnerParameters = Azure::GraphRbac::V1_6::Models::AddOwnerParameters PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult + GroupListResult = Azure::GraphRbac::V1_6::Models::GroupListResult + PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile + PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential + UserBase = Azure::GraphRbac::V1_6::Models::UserBase + DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult + GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters end class GraphRbacDataClass - attr_reader :service_principals, :domains, :oauth2, :users, :objects, :applications, :groups, :configurable, :base_url, :options, :model_classes + attr_reader :signed_in_user, :applications, :deleted_applications, :groups, :service_principals, :objects, :domains, :oauth2, :users, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -71,13 +73,15 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @signed_in_user = @client_0.signed_in_user + @applications = @client_0.applications + @deleted_applications = @client_0.deleted_applications + @groups = @client_0.groups @service_principals = @client_0.service_principals + @objects = @client_0.objects @domains = @client_0.domains @oauth2 = @client_0.oauth2 @users = @client_0.users - @objects = @client_0.objects - @applications = @client_0.applications - @groups = @client_0.groups @model_classes = ModelClasses.new end @@ -96,36 +100,51 @@ def method_missing(method, *args) end class ModelClasses - def user_list_result - Azure::GraphRbac::V1_6::Models::UserListResult + def domain_list_result + Azure::GraphRbac::V1_6::Models::DomainListResult end - def key_credential_list_result - Azure::GraphRbac::V1_6::Models::KeyCredentialListResult + def directory_object + Azure::GraphRbac::V1_6::Models::DirectoryObject + end + def sign_in_name + Azure::GraphRbac::V1_6::Models::SignInName + end + def password_credential_list_result + Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + end + def domain + Azure::GraphRbac::V1_6::Models::Domain + end + def required_resource_access + Azure::GraphRbac::V1_6::Models::RequiredResourceAccess end def user_get_member_groups_parameters Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters end + def get_objects_parameters + Azure::GraphRbac::V1_6::Models::GetObjectsParameters + end def user_get_member_groups_result Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult end def adgroup Azure::GraphRbac::V1_6::Models::ADGroup end - def service_principal - Azure::GraphRbac::V1_6::Models::ServicePrincipal - end - def user_type - Azure::GraphRbac::V1_6::Models::UserType - end def application Azure::GraphRbac::V1_6::Models::Application end + def service_principal + Azure::GraphRbac::V1_6::Models::ServicePrincipal + end def group_create_parameters Azure::GraphRbac::V1_6::Models::GroupCreateParameters end def user Azure::GraphRbac::V1_6::Models::User end + def user_type + Azure::GraphRbac::V1_6::Models::UserType + end def permissions Azure::GraphRbac::V1_6::Models::Permissions end @@ -141,89 +160,74 @@ def application_update_parameters def user_update_parameters Azure::GraphRbac::V1_6::Models::UserUpdateParameters end - def group_list_result - Azure::GraphRbac::V1_6::Models::GroupListResult + def group_get_member_groups_parameters + Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters end def graph_error Azure::GraphRbac::V1_6::Models::GraphError end - def group_get_member_groups_parameters - Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters + def group_get_member_groups_result + Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult end def key_credential Azure::GraphRbac::V1_6::Models::KeyCredential end - def group_get_member_groups_result - Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult + def check_group_membership_parameters + Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters end def resource_access Azure::GraphRbac::V1_6::Models::ResourceAccess end - def check_group_membership_parameters - Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters - end def check_group_membership_result Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult end - def password_credential - Azure::GraphRbac::V1_6::Models::PasswordCredential + def app_role + Azure::GraphRbac::V1_6::Models::AppRole end - def required_resource_access - Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + def service_principal_create_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters end - def application_add_owner_parameters - Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters + def service_principal_update_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalUpdateParameters end - def directory_object_list_result - Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult + def application_list_result + Azure::GraphRbac::V1_6::Models::ApplicationListResult end - def password_credential_list_result - Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + def key_credential_list_result + Azure::GraphRbac::V1_6::Models::KeyCredentialListResult end - def service_principal_create_parameters - Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + def user_list_result + Azure::GraphRbac::V1_6::Models::UserListResult end - def aadobject - Azure::GraphRbac::V1_6::Models::AADObject + def key_credentials_update_parameters + Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters end - def domain_list_result - Azure::GraphRbac::V1_6::Models::DomainListResult + def add_owner_parameters + Azure::GraphRbac::V1_6::Models::AddOwnerParameters end - def group_add_member_parameters - Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters + def password_credentials_update_parameters + Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters end def service_principal_list_result Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult end + def group_list_result + Azure::GraphRbac::V1_6::Models::GroupListResult + end def password_profile Azure::GraphRbac::V1_6::Models::PasswordProfile end - def application_list_result - Azure::GraphRbac::V1_6::Models::ApplicationListResult + def password_credential + Azure::GraphRbac::V1_6::Models::PasswordCredential end def user_base Azure::GraphRbac::V1_6::Models::UserBase end - def key_credentials_update_parameters - Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters - end - def domain - Azure::GraphRbac::V1_6::Models::Domain - end - def get_objects_result - Azure::GraphRbac::V1_6::Models::GetObjectsResult - end - def get_objects_parameters - Azure::GraphRbac::V1_6::Models::GetObjectsParameters - end - def directory_object - Azure::GraphRbac::V1_6::Models::DirectoryObject - end - def sign_in_name - Azure::GraphRbac::V1_6::Models::SignInName + def directory_object_list_result + Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult end - def password_credentials_update_parameters - Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + def group_add_member_parameters + Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters 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 d6fe33b4fc..b082e6e54f 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,13 +9,18 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models - StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject + Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization + Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible + MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule PropertiesItem = Azure::CognitiveServices::ImageSearch::V1_0::Models::PropertiesItem RecognizedEntityGroup = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityGroup + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse TrendingImagesCategory = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory PivotSuggestions = Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions RelatedCollectionsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule @@ -24,33 +29,32 @@ module Models ImagesImageMetadata = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata ImageInsightsImageCaption = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption TrendingImagesTile = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile - ImagesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule AggregateRating = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating Offer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer - AggregateOffer = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer + ImagesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule ImageGallery = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery Recipe = Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe NormalizedRectangle = Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle RecognizedEntity = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity RecognizedEntityRegion = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights - ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage - TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages - Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency + AggregateOffer = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability - ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect + Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor - Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness + 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 Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query @@ -63,10 +67,6 @@ module Models 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 - Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization - Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible - MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject end class ImageSearchDataClass @@ -99,12 +99,24 @@ def method_missing(method, *args) end class ModelClasses - def structured_value - Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + def image_object + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject + end + def organization + Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization + end + def intangible + Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible + end + def media_object + Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject end def response Azure::CognitiveServices::ImageSearch::V1_0::Models::Response end + def structured_value + Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end @@ -120,6 +132,9 @@ def properties_item def recognized_entity_group Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityGroup end + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + end def trending_images_category Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory end @@ -144,17 +159,14 @@ def image_insights_image_caption def trending_images_tile Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile end - def images_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule - end def aggregate_rating Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating end def offer Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer end - def aggregate_offer - Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer + def images_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule end def image_gallery Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery @@ -174,8 +186,8 @@ def recognized_entity_region def image_insights Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights end - def error_response - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + def trending_images + Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages end def rating Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating @@ -183,29 +195,29 @@ def rating def collection_page Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end - def trending_images - Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages + def aggregate_offer + Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer end - def currency - Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error end def item_availability Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability end - def image_aspect - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect + def currency + Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency end def image_color Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor end - def freshness - Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness + 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 @@ -219,12 +231,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 images Azure::CognitiveServices::ImageSearch::V1_0::Models::Images end @@ -261,18 +273,6 @@ def error_sub_code def safe_search Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end - def image_object - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject - end - def organization - Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization - end - def intangible - Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible - end - def media_object - Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject - end end end end diff --git a/azure_sdk/lib/latest/modules/iothub_profile_module.rb b/azure_sdk/lib/latest/modules/iothub_profile_module.rb index 0efcb2fc81..02c5d94460 100644 --- a/azure_sdk/lib/latest/modules/iothub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iothub_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module IotHub module Mgmt - IotHubResource = Azure::IotHub::Mgmt::V2017_07_01::IotHubResource Operations = Azure::IotHub::Mgmt::V2017_07_01::Operations + IotHubResource = Azure::IotHub::Mgmt::V2017_07_01::IotHubResource Certificates = Azure::IotHub::Mgmt::V2017_07_01::Certificates module Models @@ -20,41 +20,41 @@ module Models CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateWithNonceDescription SharedAccessSignatureAuthorizationRuleListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRuleListResult IpFilterRule = Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterRule + OperationDisplay = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusQueueEndpointProperties RoutingEventHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEventHubProperties RoutingEndpoints = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEndpoints - FallbackRouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties + OperationListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfo - StorageEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties + FallbackRouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties IotHubQuotaMetricInfoListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfoListResult - FeedbackProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties + StorageEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties RegistryStatistics = Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics - OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties + FeedbackProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties JobResponse = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse - CertificateDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription + OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties JobResponseListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult - SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule + Operation = Azure::IotHub::Mgmt::V2017_07_01::Models::Operation IotHubCapacity = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity + SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule + CertificateDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription RoutingServiceBusTopicEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties IotHubSkuDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription - OperationDisplay = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay - RouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties - OperationListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult - MessagingEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties - EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult - CertificateVerificationDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription EventHubConsumerGroupInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo - EventHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties + CertificateVerificationDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription IotHubSkuDescriptionListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescriptionListResult - RoutingProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties + EventHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties IotHubDescriptionListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescriptionListResult - CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce + RoutingProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties OperationInputs = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationInputs - CloudToDeviceProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties + CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo - Operation = Azure::IotHub::Mgmt::V2017_07_01::Models::Operation + CloudToDeviceProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties ExportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest RoutingStorageContainerProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties + RouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties + EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult + MessagingEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties ImportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest IotHubDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescription IpFilterActionType = Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterActionType @@ -73,7 +73,7 @@ module Models end class IotHubManagementClass - attr_reader :iot_hub_resource, :operations, :certificates, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :iot_hub_resource, :certificates, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -83,8 +83,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @iot_hub_resource = @client_0.iot_hub_resource @operations = @client_0.operations + @iot_hub_resource = @client_0.iot_hub_resource @certificates = @client_0.certificates @model_classes = ModelClasses.new @@ -128,6 +128,9 @@ def shared_access_signature_authorization_rule_list_result def ip_filter_rule Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterRule end + def operation_display + Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay + end def routing_service_bus_queue_endpoint_properties Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusQueueEndpointProperties end @@ -137,95 +140,83 @@ def routing_event_hub_properties def routing_endpoints Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEndpoints end - def fallback_route_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties + def operation_list_result + Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult end def iot_hub_quota_metric_info Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfo end - def storage_endpoint_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties + def fallback_route_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties end def iot_hub_quota_metric_info_list_result Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfoListResult end - def feedback_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties + def storage_endpoint_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties end def registry_statistics Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics end - def operations_monitoring_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties + def feedback_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties end def job_response Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse end - def certificate_description - Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription + def operations_monitoring_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties end def job_response_list_result Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult end - def shared_access_signature_authorization_rule - Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule + def operation + Azure::IotHub::Mgmt::V2017_07_01::Models::Operation end def iot_hub_capacity Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity end + def shared_access_signature_authorization_rule + Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule + end + def certificate_description + Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription + end def routing_service_bus_topic_endpoint_properties Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties end def iot_hub_sku_description Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription end - def operation_display - Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay - end - def route_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties - end - def operation_list_result - Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult - end - def messaging_endpoint_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties - end - def event_hub_consumer_groups_list_result - Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult - end - def certificate_verification_description - Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription - end def event_hub_consumer_group_info Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo end - def event_hub_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties + def certificate_verification_description + Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription end def iot_hub_sku_description_list_result Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescriptionListResult end - def routing_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties + def event_hub_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties end def iot_hub_description_list_result Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescriptionListResult end - def certificate_properties_with_nonce - Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce + def routing_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties end def operation_inputs Azure::IotHub::Mgmt::V2017_07_01::Models::OperationInputs end - def cloud_to_device_properties - Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties + def certificate_properties_with_nonce + Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce end def iot_hub_name_availability_info Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo end - def operation - Azure::IotHub::Mgmt::V2017_07_01::Models::Operation + def cloud_to_device_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties end def export_devices_request Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest @@ -233,6 +224,15 @@ def export_devices_request def routing_storage_container_properties Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties end + def route_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties + end + def event_hub_consumer_groups_list_result + Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult + end + def messaging_endpoint_properties + Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties + end def import_devices_request Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest end diff --git a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb index 8abb38e623..2aeacc0bd1 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -7,45 +7,45 @@ module Azure::Profiles::Latest module KeyVault module Mgmt - Vaults = Azure::KeyVault::Mgmt::V2016_10_01::Vaults Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations + Vaults = Azure::KeyVault::Mgmt::V2016_10_01::Vaults module Models Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult + Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName DeletedVault = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault VaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult - Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions DeletedVaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult + VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters + OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties - VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties - LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters ServiceSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification + LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry - Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource - Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault - CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult - SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName - KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties + OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult + KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions - StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind - OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay - Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason - OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult end class KeyVaultManagementClass - attr_reader :vaults, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :vaults, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -55,8 +55,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @vaults = @client_0.vaults @operations = @client_0.operations + @vaults = @client_0.vaults @model_classes = ModelClasses.new end @@ -78,18 +78,30 @@ class ModelClasses def sku Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku end + def permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + end + def check_name_availability_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult + end + def resource + Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + end + def sku_name + Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName + end def deleted_vault Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault end def vault_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult end - def permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions - end def deleted_vault_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult end + def vault_properties + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties + end def vault_access_policy_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties end @@ -102,69 +114,57 @@ def vault_check_name_availability_parameters def vault_access_policy_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters end + def operation_display + Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay + end def vault_patch_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties end - def vault_properties - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties - end - def log_specification - Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification - end 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 log_specification + Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification + end def access_policy_entry Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry end - def resource - Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource - end - def vault - Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault - end - def check_name_availability_result - Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult + def deleted_vault_properties + Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties end - def sku_name - Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName + def operation_list_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult end def key_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions end - def deleted_vault_properties - Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties + def vault + Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault end def certificate_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions end + def secret_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions + end + def create_mode + Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + end def storage_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions end - def secret_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions + def operation + Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation end def access_policy_update_kind Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind end - def operation_display - Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay - end def reason Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason end - def operation_list_result - Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult - end - def create_mode - Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - end - def operation - Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation - end def resource_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult end diff --git a/azure_sdk/lib/latest/modules/links_profile_module.rb b/azure_sdk/lib/latest/modules/links_profile_module.rb index f2ec0cb6c4..61c1cd6274 100644 --- a/azure_sdk/lib/latest/modules/links_profile_module.rb +++ b/azure_sdk/lib/latest/modules/links_profile_module.rb @@ -10,11 +10,11 @@ module Mgmt ResourceLinks = Azure::Links::Mgmt::V2016_09_01::ResourceLinks module Models + Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties - Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter end class LinksManagementClass @@ -47,6 +47,9 @@ def method_missing(method, *args) end class ModelClasses + def filter + Azure::Links::Mgmt::V2016_09_01::Models::Filter + end def resource_link Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink end @@ -59,9 +62,6 @@ def resource_link_result def resource_link_properties Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties end - def filter - Azure::Links::Mgmt::V2016_09_01::Models::Filter - end end end end diff --git a/azure_sdk/lib/latest/modules/locks_profile_module.rb b/azure_sdk/lib/latest/modules/locks_profile_module.rb index e77eebc858..534a89b706 100644 --- a/azure_sdk/lib/latest/modules/locks_profile_module.rb +++ b/azure_sdk/lib/latest/modules/locks_profile_module.rb @@ -10,10 +10,10 @@ module Mgmt ManagementLocks = Azure::Locks::Mgmt::V2016_09_01::ManagementLocks module Models + ManagementLockOwner = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner ManagementLockListResult = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult ManagementLockObject = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject LockLevel = Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel - ManagementLockOwner = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner end class LocksManagementClass @@ -46,6 +46,9 @@ def method_missing(method, *args) end class ModelClasses + def management_lock_owner + Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner + end def management_lock_list_result Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult end @@ -55,9 +58,6 @@ def management_lock_object def lock_level Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel end - def management_lock_owner - Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner - end end end end diff --git a/azure_sdk/lib/latest/modules/logic_profile_module.rb b/azure_sdk/lib/latest/modules/logic_profile_module.rb index 834871ca12..1c56a320ac 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -7,11 +7,6 @@ module Azure::Profiles::Latest module Logic module Mgmt - Workflows = Azure::Logic::Mgmt::V2016_06_01::Workflows - WorkflowVersions = Azure::Logic::Mgmt::V2016_06_01::WorkflowVersions - WorkflowTriggers = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggers - WorkflowTriggerHistories = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggerHistories - WorkflowRuns = Azure::Logic::Mgmt::V2016_06_01::WorkflowRuns WorkflowRunActions = Azure::Logic::Mgmt::V2016_06_01::WorkflowRunActions IntegrationAccounts = Azure::Logic::Mgmt::V2016_06_01::IntegrationAccounts Schemas = Azure::Logic::Mgmt::V2016_06_01::Schemas @@ -20,6 +15,11 @@ module Mgmt Agreements = Azure::Logic::Mgmt::V2016_06_01::Agreements Sessions = Azure::Logic::Mgmt::V2016_06_01::Sessions Certificates = Azure::Logic::Mgmt::V2016_06_01::Certificates + Workflows = Azure::Logic::Mgmt::V2016_06_01::Workflows + WorkflowVersions = Azure::Logic::Mgmt::V2016_06_01::WorkflowVersions + WorkflowTriggers = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggers + WorkflowTriggerHistories = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggerHistories + WorkflowRuns = Azure::Logic::Mgmt::V2016_06_01::WorkflowRuns module Models ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash @@ -27,21 +27,23 @@ 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 + Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource + SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter AS2MessageConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings ResourceReference = Azure::Logic::Mgmt::V2016_06_01::Models::ResourceReference 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 - Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource 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 + RecurrenceSchedule = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule WorkflowTriggerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult @@ -51,29 +53,29 @@ module Models WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult AS2ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings WorkflowRunTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger - RecurrenceSchedule = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings + AS2ErrorSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings WorkflowRunListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult AS2ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings - AS2ErrorSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings AS2OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult + AS2AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent WorkflowRunActionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult X12ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings - AS2AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent + GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters X12FramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter - GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters + X12EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters 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 IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter - X12EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings X12SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings + X12ProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter X12EnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride - X12ProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings + B2BPartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent X12ValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride RecurrenceScheduleOccurrence = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceScheduleOccurrence X12MessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier @@ -96,54 +98,52 @@ module Models EdifactAcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAcknowledgementSettings PartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerContent EdifactMessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter + KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference WorkflowTriggerCallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl EdifactProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProcessingSettings EdifactEnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride WorkflowRunActionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter - EdifactMessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier CallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl EdifactSchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference - BusinessIdentity = Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity + EdifactMessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier EdifactValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride EdifactDelimiterOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride + BusinessIdentity = Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity IntegrationAccountSku = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku EdifactProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence - B2BPartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent EdifactOneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema EdifactAgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent ErrorProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties - KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference - Workflow = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent - WorkflowTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger + Workflow = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow WorkflowVersion = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion - WorkflowOutputParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter + WorkflowTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger WorkflowTriggerHistory = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory - WorkflowRunAction = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction + WorkflowOutputParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter WorkflowRun = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun - IntegrationAccountSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema + WorkflowRunAction = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction IntegrationAccount = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccount - IntegrationAccountPartner = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner + IntegrationAccountSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema IntegrationAccountMap = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMap - IntegrationAccountCertificate = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate + IntegrationAccountPartner = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner IntegrationAccountAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreement - WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState + IntegrationAccountCertificate = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate IntegrationAccountSession = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession - ParameterType = Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType + WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState WorkflowState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState - WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus + ParameterType = Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState - DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek + WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus RecurrenceFrequency = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency - IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName + DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek DayOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek - MapType = Azure::Logic::Mgmt::V2016_06_01::Models::MapType + IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType - AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType + MapType = Azure::Logic::Mgmt::V2016_06_01::Models::MapType PartnerType = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType - SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType HashingAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm EncryptionAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm SigningAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm @@ -160,7 +160,7 @@ module Models end class LogicManagementClass - attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :integration_accounts, :schemas, :maps, :partners, :agreements, :sessions, :certificates, :configurable, :base_url, :options, :model_classes + attr_reader :workflow_run_actions, :integration_accounts, :schemas, :maps, :partners, :agreements, :sessions, :certificates, :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -170,11 +170,6 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @workflows = @client_0.workflows - @workflow_versions = @client_0.workflow_versions - @workflow_triggers = @client_0.workflow_triggers - @workflow_trigger_histories = @client_0.workflow_trigger_histories - @workflow_runs = @client_0.workflow_runs @workflow_run_actions = @client_0.workflow_run_actions @integration_accounts = @client_0.integration_accounts @schemas = @client_0.schemas @@ -183,6 +178,11 @@ def initialize(configurable, base_url=nil, options=nil) @agreements = @client_0.agreements @sessions = @client_0.sessions @certificates = @client_0.certificates + @workflows = @client_0.workflows + @workflow_versions = @client_0.workflow_versions + @workflow_triggers = @client_0.workflow_triggers + @workflow_trigger_histories = @client_0.workflow_trigger_histories + @workflow_runs = @client_0.workflow_runs @model_classes = ModelClasses.new end @@ -216,15 +216,21 @@ 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 resource + Azure::Logic::Mgmt::V2016_06_01::Models::Resource + end + def sku_name + Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + end def integration_account_partner_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter end @@ -243,9 +249,6 @@ def workflow_parameter def as2_mdn_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings end - def resource - Azure::Logic::Mgmt::V2016_06_01::Models::Resource - end def workflow_filter Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowFilter end @@ -261,6 +264,9 @@ def workflow_version_list_result def integration_account_partner_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult end + def recurrence_schedule + Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule + end def workflow_trigger_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult end @@ -288,35 +294,35 @@ def as2_validation_settings def workflow_run_trigger Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger end - def recurrence_schedule - Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule - end def as2_envelope_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings end + def as2_error_settings + Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings + end def workflow_run_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult end def as2_protocol_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings end - def as2_error_settings - Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings - end def as2_one_way_agreement Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement end 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 + end def workflow_run_action_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult end def x12_validation_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings end - def as2_agreement_content - Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent + def generate_upgraded_definition_parameters + Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters end def x12_framing_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings @@ -324,8 +330,8 @@ def x12_framing_settings def integration_account_session_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter end - def generate_upgraded_definition_parameters - Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters + def x12_envelope_settings + Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings end def get_callback_url_parameters Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters @@ -342,20 +348,20 @@ def x12_message_filter def integration_account_schema_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter end - def x12_envelope_settings - Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings - end def x12_security_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings end + def x12_processing_settings + Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings + end def integration_account_map_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter end def x12_envelope_override Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride end - def x12_processing_settings - Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings + def b2_bpartner_content + Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent end def x12_validation_override Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride @@ -423,6 +429,9 @@ def partner_content def edifact_message_filter Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter end + def key_vault_key_reference + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + end def workflow_trigger_callback_url Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl end @@ -435,17 +444,14 @@ def edifact_envelope_override def workflow_run_action_filter Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter end - def edifact_message_identifier - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier - end def callback_url Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl end def edifact_schema_reference Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference end - def business_identity - Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity + def edifact_message_identifier + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier end def edifact_validation_override Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride @@ -453,6 +459,9 @@ def edifact_validation_override def edifact_delimiter_override Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride end + def business_identity + Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity + end def integration_account_sku Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku end @@ -462,9 +471,6 @@ def edifact_protocol_settings def workflow_trigger_recurrence Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence end - def b2_bpartner_content - Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent - end def edifact_one_way_agreement Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement end @@ -477,95 +483,89 @@ def edifact_agreement_content def error_properties Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties end - def key_vault_key_reference - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference - end - def workflow - Azure::Logic::Mgmt::V2016_06_01::Models::Workflow - end def agreement_content Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent end - def workflow_trigger - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger + def workflow + Azure::Logic::Mgmt::V2016_06_01::Models::Workflow end def workflow_version Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion end - def workflow_output_parameter - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter + def workflow_trigger + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger end def workflow_trigger_history Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory end - def workflow_run_action - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction + def workflow_output_parameter + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter end def workflow_run Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun end - def integration_account_schema - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema + def workflow_run_action + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction end def integration_account Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccount end - def integration_account_partner - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner + def integration_account_schema + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema end def integration_account_map Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMap end - def integration_account_certificate - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate + def integration_account_partner + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner end def integration_account_agreement Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreement end - def workflow_provisioning_state - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState + def integration_account_certificate + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate end def integration_account_session Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession end - def parameter_type - Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType + def workflow_provisioning_state + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState end def workflow_state Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState end - def workflow_status - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus + def parameter_type + Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType end def workflow_trigger_provisioning_state Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState end - def days_of_week - Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek + def workflow_status + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus end def recurrence_frequency Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency end - def integration_account_sku_name - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName + def days_of_week + Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek end def day_of_week Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek end - def map_type - Azure::Logic::Mgmt::V2016_06_01::Models::MapType + def integration_account_sku_name + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName end def schema_type Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType end - def agreement_type - Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType + def map_type + Azure::Logic::Mgmt::V2016_06_01::Models::MapType end def partner_type Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType end - def sku_name - Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + def agreement_type + Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType end def hashing_algorithm Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm diff --git a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb index 6e03b21bd3..3846cc1cf4 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -10,22 +10,6 @@ module Mgmt WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices module Models - AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType - InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType - OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType - 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 - ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState - ModeValueInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo - ModuleAssetParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter - WebServiceKeys = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys - AssetItem = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem - DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration - WebServiceParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter - MachineLearningWorkspace = Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace - WebServiceProperties = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties ColumnSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification TableSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::TableSpecification ServiceInputOutputSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification @@ -47,6 +31,22 @@ module Models DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel ColumnType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType ColumnFormat = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat + AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType + OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType + Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState + ModeValueInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo + ModuleAssetParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter + WebServiceKeys = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys + AssetItem = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem + DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration + WebServiceParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter + MachineLearningWorkspace = Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace + WebServiceProperties = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties end class MachineLearningManagementClass @@ -79,54 +79,6 @@ def method_missing(method, *args) end class ModelClasses - def asset_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType - end - def input_port_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType - end - def output_port_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType - end - def parameter_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType - end - def async_operation_status - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus - end - def storage_account - Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount - end - def resource - Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource - end - def provisioning_state - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState - end - def mode_value_info - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo - end - def module_asset_parameter - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter - end - def web_service_keys - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys - end - def asset_item - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem - end - def diagnostics_configuration - Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration - end - def web_service_parameter - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter - end - def machine_learning_workspace - Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace - end - def web_service_properties - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties - end def column_specification Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification end @@ -190,6 +142,54 @@ def column_type def column_format Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat end + def asset_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + end + def input_port_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType + end + def output_port_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType + end + def resource + Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + end + def storage_account + Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + end + def parameter_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + end + def async_operation_status + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + end + def provisioning_state + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState + end + def mode_value_info + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo + end + def module_asset_parameter + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter + end + def web_service_keys + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys + end + def asset_item + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem + end + def diagnostics_configuration + Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration + end + def web_service_parameter + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter + end + def machine_learning_workspace + Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace + end + def web_service_properties + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties + 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 3d5f5c2c4b..0b2abf3961 100644 --- a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb @@ -7,32 +7,32 @@ module Azure::Profiles::Latest module ManagedApplications module Mgmt - ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2017_09_01::ApplicationDefinitions Applications = Azure::ManagedApplications::Mgmt::V2017_09_01::Applications + ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2017_09_01::ApplicationDefinitions module Models - ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult - ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact - ApplicationProviderAuthorization = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationProviderAuthorization - ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable - ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition - ProvisioningState = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState - ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType - Application = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application + Plan = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan + ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ResourceIdentityType Sku = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku + Application = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application ErrorResponse = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ErrorResponse - ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel - Identity = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity + PlanPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable + ApplicationProviderAuthorization = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationProviderAuthorization + ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult ApplicationListResult = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult + Identity = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity + ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable + ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact Resource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource + ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition GenericResource = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource - Plan = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan - PlanPatchable = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable + ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType + ProvisioningState = Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState end class ManagedApplicationsManagementClass - attr_reader :application_definitions, :applications, :configurable, :base_url, :options, :model_classes + attr_reader :applications, :application_definitions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -42,8 +42,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @application_definitions = @client_0.application_definitions @applications = @client_0.applications + @application_definitions = @client_0.application_definitions @model_classes = ModelClasses.new end @@ -62,29 +62,11 @@ def method_missing(method, *args) end class ModelClasses - def application_definition_list_result - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult - end - def application_artifact - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact - end - def application_provider_authorization - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationProviderAuthorization - end - def application_patchable - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable - end - def application_definition - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition - end - def provisioning_state - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState - end - def application_artifact_type - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType + def plan + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan end - def application - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application + def application_lock_level + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel end def resource_identity_type Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ResourceIdentityType @@ -92,29 +74,47 @@ def resource_identity_type def sku Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Sku end + def application + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Application + end def error_response Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ErrorResponse end - def application_lock_level - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationLockLevel + def plan_patchable + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable end - def identity - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity + def application_provider_authorization + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationProviderAuthorization + end + def application_definition_list_result + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinitionListResult end def application_list_result Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationListResult end + def identity + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Identity + end + def application_patchable + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationPatchable + end + def application_artifact + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifact + end def resource Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Resource end + def application_definition + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationDefinition + end def generic_resource Azure::ManagedApplications::Mgmt::V2017_09_01::Models::GenericResource end - def plan - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::Plan + def application_artifact_type + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ApplicationArtifactType end - def plan_patchable - Azure::ManagedApplications::Mgmt::V2017_09_01::Models::PlanPatchable + def provisioning_state + Azure::ManagedApplications::Mgmt::V2017_09_01::Models::ProvisioningState end end end diff --git a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb index 5fac7f3c35..058bc81c9e 100644 --- a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb @@ -7,20 +7,20 @@ module Azure::Profiles::Latest module ManagedServiceIdentity module Mgmt - Operations = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Operations UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::UserAssignedIdentities + Operations = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Operations module Models - UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult - Operation = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity - OperationDisplay = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay OperationListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities + UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult + Operation = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation + OperationDisplay = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay end class ManagedServiceIdentityManagementClass - attr_reader :operations, :user_assigned_identities, :configurable, :base_url, :options, :model_classes + attr_reader :user_assigned_identities, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -30,8 +30,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @user_assigned_identities = @client_0.user_assigned_identities + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -50,24 +50,24 @@ def method_missing(method, *args) end class ModelClasses - def user_assigned_identities_list_result - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult - end - def operation - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation - end 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 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 user_assigned_identities_list_result + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult + end + def operation + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation + end + 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 c867b6e6c1..ddd4a63393 100644 --- a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb +++ b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb @@ -7,21 +7,21 @@ module Azure::Profiles::Latest module MarketplaceOrdering module Mgmt - Operations = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Operations MarketplaceAgreements = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::MarketplaceAgreements + Operations = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Operations module Models + 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 - ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError 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 - attr_reader :operations, :marketplace_agreements, :configurable, :base_url, :options, :model_classes + attr_reader :marketplace_agreements, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -31,8 +31,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @marketplace_agreements = @client_0.marketplace_agreements + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -51,6 +51,9 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse + end def operation Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation end @@ -60,18 +63,15 @@ def operation_display def operation_list_result Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult end - def error_response_error - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError - end def resource Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource end + def error_response_error + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError + end def agreement_terms Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms end - def 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 a3284cb396..a15da65a66 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -7,18 +7,18 @@ module Azure::Profiles::Latest module MediaServices module Mgmt + StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_03_30_preview::StreamingEndpoints + LiveEvents = Azure::MediaServices::Mgmt::V2018_03_30_preview::LiveEvents Operations = Azure::MediaServices::Mgmt::V2018_03_30_preview::Operations Mediaservices = Azure::MediaServices::Mgmt::V2018_03_30_preview::Mediaservices + Locations = Azure::MediaServices::Mgmt::V2018_03_30_preview::Locations Assets = Azure::MediaServices::Mgmt::V2018_03_30_preview::Assets ContentKeyPolicies = Azure::MediaServices::Mgmt::V2018_03_30_preview::ContentKeyPolicies Transforms = Azure::MediaServices::Mgmt::V2018_03_30_preview::Transforms Jobs = Azure::MediaServices::Mgmt::V2018_03_30_preview::Jobs StreamingPolicies = Azure::MediaServices::Mgmt::V2018_03_30_preview::StreamingPolicies StreamingLocators = Azure::MediaServices::Mgmt::V2018_03_30_preview::StreamingLocators - 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 @@ -88,14 +88,14 @@ module Models LiveEventListResult = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventListResult ContentKeyPolicyRestriction = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestriction LiveEventActionInput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventActionInput + OperationCollection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection TrackSelection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackSelection - CrossSiteAccessPolicies = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::CrossSiteAccessPolicies JobOutput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobOutput LiveEventEncoding = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncoding StreamingPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingPolicyFairPlayConfiguration LiveEventPreview = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventPreview Hls = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Hls - TransformOutput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransformOutput + CrossSiteAccessPolicies = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::CrossSiteAccessPolicies ContentKeyPolicyRestrictionTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestrictionTokenKey LiveEventPreviewAccessControl = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventPreviewAccessControl EnabledProtocols = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EnabledProtocols @@ -105,8 +105,8 @@ module Models Asset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Asset ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier + TransformOutput = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransformOutput ContentKeyPolicyOpenRestriction = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyOpenRestriction - OperationCollection = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection ContentKeyPolicyUnknownRestriction = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyUnknownRestriction ContentKeyPolicySymmetricTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicySymmetricTokenKey ContentKeyPolicyRsaTokenKey = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRsaTokenKey @@ -118,7 +118,6 @@ module Models ContentKeyPolicyPlayReadyConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyPlayReadyConfiguration ContentKeyPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyFairPlayConfiguration ContentKeyPolicy = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicy - Audio = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Audio AacAudio = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AacAudio AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AudioAnalyzerPreset AudioOverlay = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AudioOverlay @@ -139,6 +138,7 @@ module Models 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 TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransportStreamFormat VideoOverlay = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoOverlay Transform = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Transform @@ -170,23 +170,23 @@ module Models EncoderNamedPreset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EncoderNamedPreset OnErrorType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OnErrorType Priority = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Priority - JobErrorCode = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobErrorCode + ProxyResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource JobErrorCategory = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobErrorCategory JobRetry = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobRetry + JobErrorCode = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobErrorCode TrackPropertyType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyType - TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyCompareOperation + TrackedResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingLocatorContentKeyType StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingPolicyStreamingProtocol EncryptionScheme = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EncryptionScheme - LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveOutputResourceState LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventInputProtocol + TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyCompareOperation LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncodingType LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventResourceState + Audio = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Audio + LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveOutputResourceState StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag - VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoAnalyzerPreset StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointResourceState - ProxyResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource - TrackedResource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource Resource = Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Resource 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 :streaming_endpoints, :live_events, :operations, :mediaservices, :locations, :assets, :content_key_policies, :transforms, :jobs, :streaming_policies, :streaming_locators, :live_outputs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -208,18 +208,18 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @streaming_endpoints = @client_0.streaming_endpoints + @live_events = @client_0.live_events @operations = @client_0.operations @mediaservices = @client_0.mediaservices + @locations = @client_0.locations @assets = @client_0.assets @content_key_policies = @client_0.content_key_policies @transforms = @client_0.transforms @jobs = @client_0.jobs @streaming_policies = @client_0.streaming_policies @streaming_locators = @client_0.streaming_locators - @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 @@ -439,12 +439,12 @@ def content_key_policy_restriction def live_event_action_input Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventActionInput end + def operation_collection + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection + end def track_selection Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackSelection end - def cross_site_access_policies - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::CrossSiteAccessPolicies - end def job_output Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobOutput end @@ -460,8 +460,8 @@ def live_event_preview def hls Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Hls end - def transform_output - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransformOutput + def cross_site_access_policies + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::CrossSiteAccessPolicies end def content_key_policy_restriction_token_key Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyRestrictionTokenKey @@ -490,12 +490,12 @@ def content_key_policy_play_ready_content_encryption_key_from_header def content_key_policy_play_ready_content_encryption_key_from_key_identifier Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier end + def transform_output + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransformOutput + end def content_key_policy_open_restriction Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyOpenRestriction end - def operation_collection - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::OperationCollection - end def content_key_policy_unknown_restriction Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicyUnknownRestriction end @@ -529,9 +529,6 @@ def content_key_policy_fair_play_configuration def content_key_policy Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ContentKeyPolicy end - def audio - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Audio - end def aac_audio Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::AacAudio end @@ -592,6 +589,9 @@ def built_in_standard_encoder_preset def standard_encoder_preset Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StandardEncoderPreset end + def video_analyzer_preset + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoAnalyzerPreset + end def transport_stream_format Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TransportStreamFormat end @@ -685,8 +685,8 @@ def on_error_type def priority Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Priority end - def job_error_code - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobErrorCode + def proxy_resource + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource end def job_error_category Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobErrorCategory @@ -694,11 +694,14 @@ def job_error_category def job_retry Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobRetry end + def job_error_code + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::JobErrorCode + end def track_property_type Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyType end - def track_property_compare_operation - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyCompareOperation + def tracked_resource + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource end def streaming_locator_content_key_type Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingLocatorContentKeyType @@ -709,33 +712,30 @@ def streaming_policy_streaming_protocol def encryption_scheme Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::EncryptionScheme end - def live_output_resource_state - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveOutputResourceState - end def live_event_input_protocol Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventInputProtocol end + def track_property_compare_operation + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackPropertyCompareOperation + end def live_event_encoding_type Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventEncodingType end def live_event_resource_state Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveEventResourceState end + def audio + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::Audio + end + def live_output_resource_state + Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::LiveOutputResourceState + end def stream_options_flag Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamOptionsFlag end - def video_analyzer_preset - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::VideoAnalyzerPreset - end def streaming_endpoint_resource_state Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::StreamingEndpointResourceState end - def proxy_resource - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::ProxyResource - end - def tracked_resource - Azure::MediaServices::Mgmt::V2018_03_30_preview::Models::TrackedResource - 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 4bf8e32945..b99a7730a0 100644 --- a/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mobileengagement_profile_module.rb @@ -7,19 +7,20 @@ module Azure::Profiles::Latest module MobileEngagement module Mgmt + 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 Filter = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::Filter ExportFormat = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportFormat Resource = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::Resource + ApiError = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiError CampaignState = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignState ApiErrorError = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiErrorError ExportTaskParameter = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportTaskParameter @@ -30,14 +31,14 @@ module Models 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 - ApiError = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiError DateRangeExportTaskParameter = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DateRangeExportTaskParameter DeviceMeta = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceMeta NotificationOptions = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::NotificationOptions CampaignsListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignsListResult + PollQuestionLocalization = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization CampaignStatisticsResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignStatisticsResult CampaignLocalization = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignLocalization - PollQuestionLocalization = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization + PollQuestionChoiceLocalization = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionChoiceLocalization FeedbackByDateRangeParameter = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::FeedbackByDateRangeParameter ExportTaskListResult = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportTaskListResult CampaignPushParameters = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignPushParameters @@ -103,12 +104,11 @@ module Models ExportState = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportState ExportType = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportType JobStates = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::JobStates - PollQuestionChoiceLocalization = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionChoiceLocalization CampaignKinds = Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignKinds end class MobileEngagementManagementClass - attr_reader :app_collections, :apps, :supported_platforms, :campaigns, :devices, :export_tasks, :import_tasks, :configurable, :base_url, :options, :model_classes + attr_reader :import_tasks, :app_collections, :apps, :supported_platforms, :campaigns, :devices, :export_tasks, :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) + @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 @@ -155,6 +155,9 @@ def export_format def resource Azure::MobileEngagement::Mgmt::V2014_12_01::Models::Resource end + def api_error + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiError + end def campaign_state Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignState end @@ -185,9 +188,6 @@ def export_options def campaign_test_saved_parameters Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignTestSavedParameters end - def api_error - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ApiError - end def date_range_export_task_parameter Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DateRangeExportTaskParameter end @@ -200,14 +200,17 @@ def notification_options def campaigns_list_result Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignsListResult end + 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 end def campaign_localization Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignLocalization end - def poll_question_localization - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization + def poll_question_choice_localization + Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionChoiceLocalization end def feedback_by_date_range_parameter Azure::MobileEngagement::Mgmt::V2014_12_01::Models::FeedbackByDateRangeParameter @@ -404,9 +407,6 @@ def export_type def job_states Azure::MobileEngagement::Mgmt::V2014_12_01::Models::JobStates end - def poll_question_choice_localization - Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionChoiceLocalization - end def campaign_kinds Azure::MobileEngagement::Mgmt::V2014_12_01::Models::CampaignKinds end diff --git a/azure_sdk/lib/latest/modules/monitor_profile_module.rb b/azure_sdk/lib/latest/modules/monitor_profile_module.rb index 2e55556156..3093876cb7 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -7,18 +7,19 @@ module Azure::Profiles::Latest module Monitor module Mgmt - Operations = Azure::Monitor::Mgmt::V2015_04_01::Operations AutoscaleSettings = Azure::Monitor::Mgmt::V2015_04_01::AutoscaleSettings + Operations = Azure::Monitor::Mgmt::V2015_04_01::Operations + AlertRuleIncidents = Azure::Monitor::Mgmt::V2016_03_01::AlertRuleIncidents AlertRules = Azure::Monitor::Mgmt::V2016_03_01::AlertRules LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles - AlertRuleIncidents = Azure::Monitor::Mgmt::V2016_03_01::AlertRuleIncidents - ActivityLogAlerts = Azure::Monitor::Mgmt::V2017_04_01::ActivityLogAlerts ActionGroups = Azure::Monitor::Mgmt::V2017_04_01::ActionGroups - DiagnosticSettingsCategoryOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsCategoryOperations + ActivityLogAlerts = Azure::Monitor::Mgmt::V2017_04_01::ActivityLogAlerts DiagnosticSettingsOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsOperations + DiagnosticSettingsCategoryOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsCategoryOperations 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 @@ -32,42 +33,37 @@ module Models MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger Recurrence = Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow - 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 - ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource - OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType + MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType + OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation - RecurrenceFrequency = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrenceFrequency - 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 + ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection + ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType + ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType 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 RuleManagementEventClaimsDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventClaimsDataSource RuleAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction 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 - RuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition LogProfileResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch RuleMetricDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource RuleManagementEventDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource + ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition LocationThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition ManagementEventRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition - ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition 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 LogProfileResource = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource - RuleWebhookAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction - ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList - ActionGroupResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource - ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource - ReceiverStatus = Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus + 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 EnableRequest = Azure::Monitor::Mgmt::V2017_04_01::Models::EnableRequest EmailReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::EmailReceiver ActionGroupPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupPatchBody @@ -76,22 +72,27 @@ 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 SmsReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::SmsReceiver ActivityLogAlertPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody ActionGroupList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList + ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList + ActionGroupResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource + ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + ReceiverStatus = Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus + Resource = Azure::Monitor::Mgmt::V2017_04_01::Models::Resource + DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource + CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings - LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings - DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource + DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection + LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource - DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource - 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,11 +101,10 @@ 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 - attr_reader :operations, :autoscale_settings, :alert_rules, :log_profiles, :alert_rule_incidents, :activity_log_alerts, :action_groups, :diagnostic_settings_category_operations, :diagnostic_settings_operations, :metric_baseline, :configurable, :base_url, :options, :model_classes + attr_reader :autoscale_settings, :operations, :alert_rule_incidents, :alert_rules, :log_profiles, :action_groups, :activity_log_alerts, :diagnostic_settings_operations, :diagnostic_settings_category_operations, :metric_baseline, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -114,33 +114,33 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @autoscale_settings = @client_0.autoscale_settings + @operations = @client_0.operations @client_1 = Azure::Monitor::Mgmt::V2016_03_01::MonitorManagementClient.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) + @alert_rule_incidents = @client_1.alert_rule_incidents @alert_rules = @client_1.alert_rules @log_profiles = @client_1.log_profiles - @alert_rule_incidents = @client_1.alert_rule_incidents @client_2 = Azure::Monitor::Mgmt::V2017_04_01::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) - @activity_log_alerts = @client_2.activity_log_alerts @action_groups = @client_2.action_groups + @activity_log_alerts = @client_2.activity_log_alerts @client_3 = Azure::Monitor::Mgmt::V2017_05_01_preview::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @client_3.subscription_id = configurable.subscription_id end add_telemetry(@client_3) - @diagnostic_settings_category_operations = @client_3.diagnostic_settings_category_operations @diagnostic_settings_operations = @client_3.diagnostic_settings_operations + @diagnostic_settings_category_operations = @client_3.diagnostic_settings_category_operations @client_4 = Azure::Monitor::Mgmt::V2017_11_01_preview::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_4.respond_to?(:subscription_id)) @@ -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 @@ -213,44 +216,32 @@ def recurrence def time_window Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow end - def metric_statistic_type - Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType + def autoscale_setting_resource + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource + end + def operation_list_result + Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult end def time_aggregation_type Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType end - def 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 scale_type - Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType - end - def autoscale_setting_resource - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource + def metric_statistic_type + Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType end def operation_display Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay end - def operation_list_result - Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult - end def operation Azure::Monitor::Mgmt::V2015_04_01::Models::Operation end - def recurrence_frequency - Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrenceFrequency - end - def condition_operator - Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator + def scale_direction + Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection end - def time_aggregation_operator - Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator + def scale_type + Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType end - def alert_rule_resource_patch - Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch + def comparison_operation_type + Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType end def incident Azure::Monitor::Mgmt::V2016_03_01::Models::Incident @@ -261,6 +252,9 @@ def alert_rule_resource_collection def management_event_aggregation_condition Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventAggregationCondition end + def rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition + end def rule_management_event_claims_data_source Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventClaimsDataSource end @@ -276,9 +270,6 @@ def log_profile_collection def rule_data_source Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource end - def rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition - end def log_profile_resource_patch Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch end @@ -288,38 +279,35 @@ def rule_metric_data_source def rule_management_event_data_source Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource end + def threshold_rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition + end def location_threshold_rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition end def management_event_rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition end - def threshold_rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition - 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 log_profile_resource Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource end - def rule_webhook_action - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction - end - def activity_log_alert_list - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList - end - def action_group_resource - Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource + def condition_operator + Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator end - def activity_log_alert_resource - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + def time_aggregation_operator + Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator end - def receiver_status - Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus + def alert_rule_resource_patch + Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch end def enable_request Azure::Monitor::Mgmt::V2017_04_01::Models::EnableRequest @@ -345,9 +333,6 @@ 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 @@ -366,32 +351,50 @@ def activity_log_alert_patch_body def action_group_list Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList end + def activity_log_alert_list + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList + end + def action_group_resource + Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource + end + def activity_log_alert_resource + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + end + def receiver_status + Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus + end + def resource + Azure::Monitor::Mgmt::V2017_04_01::Models::Resource + end + def diagnostic_settings_resource + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource + end + def category_type + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + end def retention_policy Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy end def metric_settings Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings end - def log_settings - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + def proxy_only_resource + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource end def diagnostic_settings_category_resource_collection Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection end - def proxy_only_resource - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource - end def diagnostic_settings_resource_collection Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection end + def log_settings + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + end def diagnostic_settings_category_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource end - def diagnostic_settings_resource - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource - end - def category_type - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + 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 6d4239409f..4419478d56 100644 --- a/azure_sdk/lib/latest/modules/network_profile_module.rb +++ b/azure_sdk/lib/latest/modules/network_profile_module.rb @@ -7,18 +7,27 @@ 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 PublicIPAddresses = Azure::Network::Mgmt::V2018_01_01::PublicIPAddresses + ConnectionMonitors = Azure::Network::Mgmt::V2018_01_01::ConnectionMonitors + RouteFilters = Azure::Network::Mgmt::V2018_01_01::RouteFilters + RouteFilterRules = Azure::Network::Mgmt::V2018_01_01::RouteFilterRules RouteTables = Azure::Network::Mgmt::V2018_01_01::RouteTables Routes = Azure::Network::Mgmt::V2018_01_01::Routes Usages = Azure::Network::Mgmt::V2018_01_01::Usages VirtualNetworks = Azure::Network::Mgmt::V2018_01_01::VirtualNetworks Subnets = Azure::Network::Mgmt::V2018_01_01::Subnets + BgpServiceCommunities = Azure::Network::Mgmt::V2018_01_01::BgpServiceCommunities + VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkPeerings + LocalNetworkGateways = Azure::Network::Mgmt::V2018_01_01::LocalNetworkGateways VirtualNetworkGateways = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkGateways VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkGatewayConnections - LocalNetworkGateways = Azure::Network::Mgmt::V2018_01_01::LocalNetworkGateways + Operations = Azure::Network::Mgmt::V2018_01_01::Operations ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_01_01::ApplicationSecurityGroups AvailableEndpointServices = Azure::Network::Mgmt::V2018_01_01::AvailableEndpointServices LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2018_01_01::LoadBalancerBackendAddressPools @@ -32,24 +41,16 @@ module Mgmt DefaultSecurityRules = Azure::Network::Mgmt::V2018_01_01::DefaultSecurityRules NetworkWatchers = Azure::Network::Mgmt::V2018_01_01::NetworkWatchers PacketCaptures = Azure::Network::Mgmt::V2018_01_01::PacketCaptures - ConnectionMonitors = Azure::Network::Mgmt::V2018_01_01::ConnectionMonitors - RouteFilters = Azure::Network::Mgmt::V2018_01_01::RouteFilters - RouteFilterRules = Azure::Network::Mgmt::V2018_01_01::RouteFilterRules - Operations = Azure::Network::Mgmt::V2018_01_01::Operations - BgpServiceCommunities = Azure::Network::Mgmt::V2018_01_01::BgpServiceCommunities - VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkPeerings 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 OperationListResult = Azure::Network::Mgmt::V2018_01_01::Models::OperationListResult Operation = Azure::Network::Mgmt::V2018_01_01::Models::Operation Origin = Azure::Network::Mgmt::V2018_01_01::Models::Origin + Error = Azure::Network::Mgmt::V2018_01_01::Models::Error TopologyAssociation = Azure::Network::Mgmt::V2018_01_01::Models::TopologyAssociation TopologyResource = Azure::Network::Mgmt::V2018_01_01::Models::TopologyResource OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_01_01::Models::OperationPropertiesFormatServiceSpecification @@ -66,34 +67,34 @@ module Models 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 - Error = Azure::Network::Mgmt::V2018_01_01::Models::Error 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 EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityRule - BgpPeerStatus = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerStatus 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 - EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroup + IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_01_01::Models::IPAddressAvailabilityResult EffectiveRoute = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRoute ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallDisabledRuleGroup EffectiveRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteListResult ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringListResult - IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_01_01::Models::IPAddressAvailabilityResult 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 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 MetricSpecification = Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification - ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies Topology = Azure::Network::Mgmt::V2018_01_01::Models::Topology VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowParameters VerificationIPFlowResult = Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowResult + BGPCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity NextHopParameters = Azure::Network::Mgmt::V2018_01_01::Models::NextHopParameters NextHopResult = Azure::Network::Mgmt::V2018_01_01::Models::NextHopResult - BGPCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity + SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewParameters NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceAssociation SubnetAssociation = Azure::Network::Mgmt::V2018_01_01::Models::SubnetAssociation ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitRoutesTableSummary @@ -108,7 +109,6 @@ module Models PacketCaptureParameters = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureParameters PacketCapture = Azure::Network::Mgmt::V2018_01_01::Models::PacketCapture PacketCaptureResult = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureResult - SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewParameters IpsecPolicy = Azure::Network::Mgmt::V2018_01_01::Models::IpsecPolicy PacketCaptureListResult = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureListResult BgpPeerStatusListResult = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerStatusListResult @@ -132,6 +132,7 @@ module Models 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 RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRuleListResult ConnectivityInformation = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityInformation VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayListConnectionsResult @@ -154,71 +155,53 @@ module Models ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealth ConnectionMonitorDestination = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorDestination LogSpecification = Azure::Network::Mgmt::V2018_01_01::Models::LogSpecification - ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorParameters ConnectionMonitor = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitor + ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult - ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorParameters - ConnectionMonitorResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorResult + GatewayRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorListResult + ConnectionMonitorResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorResult ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStateSnapshot - GatewayRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult - ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult + Availability = Azure::Network::Mgmt::V2018_01_01::Models::Availability ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup + ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult 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 - ConnectivityHop = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityHop - 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 + ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy EndpointServiceResult = Azure::Network::Mgmt::V2018_01_01::Models::EndpointServiceResult - NetworkWatcher = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher + RouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule RouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilter - PatchRouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter + NetworkWatcher = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher PatchRouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilterRule - VirtualNetworkPeering = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering + PatchRouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter BgpServiceCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BgpServiceCommunity - PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName + VirtualNetworkPeering = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListEntity - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol + PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServerHealth - ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyType - ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType + ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCipherSuite - Access = Azure::Network::Mgmt::V2018_01_01::Models::Access + ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallMode - EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol + Access = Azure::Network::Mgmt::V2018_01_01::Models::Access LoadBalancerSkuName = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName - EffectiveRouteState = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState + EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol EffectiveRouteSource = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource - Direction = Azure::Network::Mgmt::V2018_01_01::Models::Direction - AssociationType = Azure::Network::Mgmt::V2018_01_01::Models::AssociationType - PcProtocol = Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol - NextHopType = Azure::Network::Mgmt::V2018_01_01::Models::NextHopType - PcError = Azure::Network::Mgmt::V2018_01_01::Models::PcError - PcStatus = Azure::Network::Mgmt::V2018_01_01::Models::PcStatus - ConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus - IssueType = Azure::Network::Mgmt::V2018_01_01::Models::IssueType - EvaluationState = Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState - ConnectionState = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState - VpnClientProtocol = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol - VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState - Severity = Azure::Network::Mgmt::V2018_01_01::Models::Severity - BgpPeerState = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState - AuthenticationMethod = Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod - IpsecEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption - IpsecIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity + EffectiveRouteState = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState 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 @@ -232,7 +215,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 @@ -258,85 +241,102 @@ 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 LoadDistribution = Azure::Network::Mgmt::V2018_01_01::Models::LoadDistribution ProbeProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ProbeProtocol NetworkOperationStatus = Azure::Network::Mgmt::V2018_01_01::Models::NetworkOperationStatus + PcError = Azure::Network::Mgmt::V2018_01_01::Models::PcError + IssueType = Azure::Network::Mgmt::V2018_01_01::Models::IssueType + ConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus + ConnectionState = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState + EvaluationState = Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState + VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState + VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayType VpnType = Azure::Network::Mgmt::V2018_01_01::Models::VpnType VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuName - VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier + ProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState + Direction = Azure::Network::Mgmt::V2018_01_01::Models::Direction + NextHopType = Azure::Network::Mgmt::V2018_01_01::Models::NextHopType + PcProtocol = Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol + PcStatus = Azure::Network::Mgmt::V2018_01_01::Models::PcStatus ProcessorArchitecture = Azure::Network::Mgmt::V2018_01_01::Models::ProcessorArchitecture VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionType VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus - IkeEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption - IkeIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity - DhGroup = Azure::Network::Mgmt::V2018_01_01::Models::DhGroup + VpnClientProtocol = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol + BgpPeerState = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState + AuthenticationMethod = Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod + IpsecEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption + IpsecIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity + AssociationType = Azure::Network::Mgmt::V2018_01_01::Models::AssociationType Protocol = Azure::Network::Mgmt::V2018_01_01::Models::Protocol - 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 + Severity = Azure::Network::Mgmt::V2018_01_01::Models::Severity + IkeEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption + IkeIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity 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, :operations, :bgp_service_communities, :virtual_network_peerings, :application_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :configurable, :base_url, :options, :model_classes + attr_reader :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :network_security_groups, :security_rules, :public_ipaddresses, :connection_monitors, :route_filters, :route_filter_rules, :route_tables, :routes, :usages, :virtual_networks, :subnets, :bgp_service_communities, :virtual_network_peerings, :local_network_gateways, :virtual_network_gateways, :virtual_network_gateway_connections, :operations, :application_security_groups, :available_endpoint_services, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interface_ipconfigurations, :network_interface_load_balancers, :default_security_rules, :network_watchers, :packet_captures, :application_gateways, :express_route_circuit_authorizations, :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,18 +346,27 @@ 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 @public_ipaddresses = @client_0.public_ipaddresses + @connection_monitors = @client_0.connection_monitors + @route_filters = @client_0.route_filters + @route_filter_rules = @client_0.route_filter_rules @route_tables = @client_0.route_tables @routes = @client_0.routes @usages = @client_0.usages @virtual_networks = @client_0.virtual_networks @subnets = @client_0.subnets + @bgp_service_communities = @client_0.bgp_service_communities + @virtual_network_peerings = @client_0.virtual_network_peerings + @local_network_gateways = @client_0.local_network_gateways @virtual_network_gateways = @client_0.virtual_network_gateways @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections - @local_network_gateways = @client_0.local_network_gateways + @operations = @client_0.operations @application_security_groups = @client_0.application_security_groups @available_endpoint_services = @client_0.available_endpoint_services @load_balancer_backend_address_pools = @client_0.load_balancer_backend_address_pools @@ -371,18 +380,9 @@ def initialize(configurable, base_url=nil, options=nil) @default_security_rules = @client_0.default_security_rules @network_watchers = @client_0.network_watchers @packet_captures = @client_0.packet_captures - @connection_monitors = @client_0.connection_monitors - @route_filters = @client_0.route_filters - @route_filter_rules = @client_0.route_filter_rules - @operations = @client_0.operations - @bgp_service_communities = @client_0.bgp_service_communities - @virtual_network_peerings = @client_0.virtual_network_peerings @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 @@ -413,6 +413,9 @@ def operation def origin Azure::Network::Mgmt::V2018_01_01::Models::Origin end + def error + Azure::Network::Mgmt::V2018_01_01::Models::Error + end def topology_association Azure::Network::Mgmt::V2018_01_01::Models::TopologyAssociation end @@ -461,32 +464,32 @@ def application_gateway_backend_health_pool def network_interface_ipconfiguration_list_result Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfigurationListResult end - def error - Azure::Network::Mgmt::V2018_01_01::Models::Error - end def network_interface_load_balancer_list_result Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceLoadBalancerListResult end + def bgp_peer_status + Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerStatus + end def effective_network_security_group_association Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroupAssociation end def effective_network_security_rule Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityRule end - def bgp_peer_status - Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerStatus - end def virtual_network_list_usage_result Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkListUsageResult end + def effective_network_security_group + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroup + end def virtual_network_usage Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkUsage end def effective_network_security_group_list_result Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroupListResult end - def effective_network_security_group - Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroup + def ipaddress_availability_result + Azure::Network::Mgmt::V2018_01_01::Models::IPAddressAvailabilityResult end def effective_route Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRoute @@ -503,12 +506,12 @@ def application_gateway_firewall_rule def virtual_network_peering_list_result Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringListResult end - def ipaddress_availability_result - Azure::Network::Mgmt::V2018_01_01::Models::IPAddressAvailabilityResult - 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 @@ -524,9 +527,6 @@ def dimension def metric_specification Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification end - def application_gateway_available_ssl_predefined_policies - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies - end def topology Azure::Network::Mgmt::V2018_01_01::Models::Topology end @@ -536,14 +536,17 @@ def verification_ipflow_parameters def verification_ipflow_result Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowResult end + def bgpcommunity + Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity + end def next_hop_parameters Azure::Network::Mgmt::V2018_01_01::Models::NextHopParameters end def next_hop_result Azure::Network::Mgmt::V2018_01_01::Models::NextHopResult end - def bgpcommunity - Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity + def security_group_view_parameters + Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewParameters end def network_interface_association Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceAssociation @@ -587,9 +590,6 @@ def packet_capture def packet_capture_result Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureResult end - def security_group_view_parameters - Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewParameters - end def ipsec_policy Azure::Network::Mgmt::V2018_01_01::Models::IpsecPolicy end @@ -659,6 +659,9 @@ def connectivity_parameters def connectivity_issue Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityIssue end + def connectivity_hop + Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityHop + end def route_filter_rule_list_result Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRuleListResult end @@ -725,176 +728,122 @@ def connection_monitor_destination def log_specification Azure::Network::Mgmt::V2018_01_01::Models::LogSpecification end - def application_gateway_web_application_firewall_configuration - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + def connection_monitor_parameters + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorParameters end def connection_monitor Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitor end + def application_gateway_web_application_firewall_configuration + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + end def express_route_circuits_routes_table_summary_list_result Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult end - def connection_monitor_parameters - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorParameters - end - def connection_monitor_result - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorResult + def gateway_route_list_result + Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult end def connection_monitor_list_result Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorListResult end + def connection_monitor_result + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorResult + end def connection_state_snapshot Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStateSnapshot end - def gateway_route_list_result - Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult - end - def connection_monitor_query_result - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult + def availability + Azure::Network::Mgmt::V2018_01_01::Models::Availability end def application_security_group Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup end + def connection_monitor_query_result + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult + end def resource_navigation_link Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink end - def availability - Azure::Network::Mgmt::V2018_01_01::Models::Availability - end def application_gateway_authentication_certificate Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate end - def connectivity_hop - Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityHop - 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 application_gateway_ssl_predefined_policy + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy 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 route_filter_rule + Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule 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 network_watcher + Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher 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 patch_route_filter + Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter 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 virtual_network_peering + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering 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 public_ipaddress_sku_name + Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName 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 application_gateway_ssl_protocol + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol 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_policy_name + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName 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_redirect_type + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType 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 access + Azure::Network::Mgmt::V2018_01_01::Models::Access end def load_balancer_sku_name Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName end - def effective_route_state - Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState + def effective_security_rule_protocol + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol end def effective_route_source Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource end - def direction - Azure::Network::Mgmt::V2018_01_01::Models::Direction - end - def association_type - Azure::Network::Mgmt::V2018_01_01::Models::AssociationType - end - def pc_protocol - Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol - 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 - end - def pc_status - Azure::Network::Mgmt::V2018_01_01::Models::PcStatus - end - def connection_status - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus - end - def issue_type - Azure::Network::Mgmt::V2018_01_01::Models::IssueType - end - def evaluation_state - Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState - end - def connection_state - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState - end - def vpn_client_protocol - Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol - end - def virtual_network_peering_state - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState - end - def severity - Azure::Network::Mgmt::V2018_01_01::Models::Severity - end - def bgp_peer_state - Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState - end - def authentication_method - Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod - end - def ipsec_encryption - Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption - end - def ipsec_integrity - Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity + def effective_route_state + Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState end def express_route_circuit_list_result Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitListResult @@ -902,23 +851,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 @@ -959,8 +908,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 @@ -1037,11 +986,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 @@ -1049,140 +998,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 @@ -1193,17 +1142,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 @@ -1223,6 +1172,27 @@ def probe_protocol def network_operation_status Azure::Network::Mgmt::V2018_01_01::Models::NetworkOperationStatus end + def pc_error + Azure::Network::Mgmt::V2018_01_01::Models::PcError + end + def issue_type + Azure::Network::Mgmt::V2018_01_01::Models::IssueType + end + def connection_status + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus + end + def connection_state + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState + end + 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 virtual_network_gateway_sku_tier + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier + end def virtual_network_gateway_type Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayType end @@ -1232,8 +1202,20 @@ def vpn_type def virtual_network_gateway_sku_name Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuName end - def virtual_network_gateway_sku_tier - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier + def provisioning_state + Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState + end + def direction + Azure::Network::Mgmt::V2018_01_01::Models::Direction + end + def next_hop_type + Azure::Network::Mgmt::V2018_01_01::Models::NextHopType + end + def pc_protocol + Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol + end + def pc_status + Azure::Network::Mgmt::V2018_01_01::Models::PcStatus end def processor_architecture Azure::Network::Mgmt::V2018_01_01::Models::ProcessorArchitecture @@ -1244,24 +1226,42 @@ def virtual_network_gateway_connection_type def virtual_network_gateway_connection_status Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus end - def ike_encryption - Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption + def vpn_client_protocol + Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol end - def ike_integrity - Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity + def bgp_peer_state + Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState end - def dh_group - Azure::Network::Mgmt::V2018_01_01::Models::DhGroup + def authentication_method + Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod + end + def ipsec_encryption + Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption + end + def ipsec_integrity + Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity + end + def association_type + Azure::Network::Mgmt::V2018_01_01::Models::AssociationType end def protocol Azure::Network::Mgmt::V2018_01_01::Models::Protocol 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 severity + Azure::Network::Mgmt::V2018_01_01::Models::Severity + end + def ike_encryption + Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption + end + def ike_integrity + Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity + 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 07c829af35..04929df176 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -9,14 +9,19 @@ module NewsSearch NewsOperations = Azure::CognitiveServices::NewsSearch::V1_0::NewsOperations module Models + Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle - News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News + ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic - Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query - TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase + News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News + TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics + Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer @@ -24,15 +29,10 @@ module Models CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode + VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat - ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse - Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject end class NewsSearchDataClass @@ -65,29 +65,44 @@ def method_missing(method, *args) end class ModelClasses + def freshness + Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + end + def image_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + end + def organization + Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + end + def media_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + end + def response + Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + end def news_article Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end - def news - Azure::CognitiveServices::NewsSearch::V1_0::Models::News + def response_base + Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase end def news_topic Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic end - def query - Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + def article + Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + end + def news + Azure::CognitiveServices::NewsSearch::V1_0::Models::News end def trending_topics Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end - def video_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject - end - def article - Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + def query + Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end - def response_base - Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase + def error_response + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse end def search_results_answer Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer @@ -110,33 +125,18 @@ def error_code def error_sub_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode end + def video_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + end def safe_search Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch end - def response - Azure::CognitiveServices::NewsSearch::V1_0::Models::Response - end def text_format Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat end - def error_response - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse - end - def freshness - Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness - end - def image_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - end - def organization - Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - end def error Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end - def media_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject - end end end end diff --git a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb index 50751b8534..07a3408444 100644 --- a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb @@ -7,49 +7,49 @@ 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 + ResourceListKeys = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys + Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + PolicykeyResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource + ApnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential + WnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential + CheckAvailabilityParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters + GcmCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::GcmCredential + SharedAccessAuthorizationRuleCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters + SharedAccessAuthorizationRuleListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult + SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource + SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + NamespacePatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters AdmCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential - NamespaceListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult + NotificationHubListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult BaiduCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential CheckAvailabilityResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult + Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource + NamespaceListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult + MpnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential SharedAccessAuthorizationRuleResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource 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 - Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType - SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource - Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName AccessRights = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation - ResourceListKeys = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys - PolicykeyResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource - ApnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential - WnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential - CheckAvailabilityParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters - 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 - 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 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,11 +80,47 @@ def method_missing(method, *args) end class ModelClasses + def resource_list_keys + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys + end + def sku + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + end + def policykey_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource + end + def apns_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential + end + def wns_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential + end + def check_availability_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters + end + 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 shared_access_authorization_rule_list_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult + end + def sub_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource + end + def shared_access_authorization_rule_properties + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + end + def namespace_patch_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters + end def adm_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential end - def namespace_list_result - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult + def notification_hub_list_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult end def baidu_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential @@ -92,12 +128,21 @@ def baidu_credential def check_availability_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult end + def resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource + end def namespace_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters end def namespace_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource end + def namespace_list_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult + end + def mpns_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential + end def shared_access_authorization_rule_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource end @@ -110,9 +155,6 @@ def notification_hub_patch_parameters def notification_hub_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource end - def sku - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku - end def debug_send_response Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse end @@ -122,12 +164,6 @@ def pns_credentials_resource def namespace_type Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType end - def sub_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource - end - def resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource - end def sku_name Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName end @@ -146,42 +182,6 @@ def error_response def operation Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation end - def resource_list_keys - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys - end - def policykey_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource - end - def apns_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential - end - def wns_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential - end - def check_availability_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters - end - 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 - def shared_access_authorization_rule_properties - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties - end - def mpns_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential - end - def namespace_patch_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters - 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 b8eac73c5d..4c030e05dd 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -9,64 +9,64 @@ module OperationalInsights module Mgmt StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights SavedSearches = Azure::OperationalInsights::Mgmt::V2015_03_20::SavedSearches - 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 + LinkedServices = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::LinkedServices module Models - 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 - SearchGetSchemaResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchGetSchemaResponse - SearchHighlight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchHighlight - LinkTarget = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::LinkTarget - SearchParameters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchParameters - CoreSummary = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary - SearchMetadataSchema = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema - StorageInsightStatus = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus - SavedSearch = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearch - SavedSearchesListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearchesListResult SearchResultsResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse StorageInsightListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult SearchSort = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort SearchError = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError - WorkspacePurgeBody = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters + WorkspacePurgeBody = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody + SearchMetadataSchema = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema WorkspacePurgeResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse SearchMetadata = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata WorkspacePurgeStatusResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse StorageInsight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight SearchSortEnum = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum - PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState StorageInsightState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState + PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag + StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount + SearchGetSchemaResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchGetSchemaResponse + SearchHighlight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchHighlight + LinkTarget = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::LinkTarget + SearchParameters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchParameters + CoreSummary = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary + SearchSchemaValue = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSchemaValue + StorageInsightStatus = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus + SavedSearch = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearch + SavedSearchesListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearchesListResult + IntelligencePack = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack + SharedKeys = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys + DataSourceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult + WorkspaceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult + LinkedService = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService + DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource + Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace + DataSourceKind = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus - MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName OperationDisplay = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay + OperationListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult + ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource + Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation + MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName + UsageMetric = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric WorkspaceListUsagesResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult LinkedServiceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult - UsageMetric = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric - OperationListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult - DataSourceFilter = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter ManagementGroup = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup - IntelligencePack = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack + DataSourceFilter = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter WorkspaceListManagementGroupsResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult - DataSourceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult - SharedKeys = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys - LinkedService = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService - ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource - DataSourceKind = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind - Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation - WorkspaceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult - DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource - Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace end class OperationalInsightsManagementClass - attr_reader :storage_insights, :saved_searches, :operations, :linked_services, :data_sources, :workspaces, :configurable, :base_url, :options, :model_classes + attr_reader :storage_insights, :saved_searches, :data_sources, :workspaces, :operations, :linked_services, :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) - @operations = @client_1.operations - @linked_services = @client_1.linked_services @data_sources = @client_1.data_sources @workspaces = @client_1.workspaces + @operations = @client_1.operations + @linked_services = @client_1.linked_services @model_classes = ModelClasses.new end @@ -108,15 +108,54 @@ def method_missing(method, *args) end class ModelClasses + def search_results_response + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse + end + def storage_insight_list_result + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult + end + def search_sort + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort + end + 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 search_metadata_schema + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema + end + def workspace_purge_response + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse + end + def search_metadata + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata + end + def workspace_purge_status_response + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse + end + def storage_insight + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight + end + def search_sort_enum + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum + end + def storage_insight_state + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState + end + def purge_state + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + end def tag Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag end def storage_account Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount end - def search_schema_value - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSchemaValue - end def search_get_schema_response Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchGetSchemaResponse end @@ -132,8 +171,8 @@ def search_parameters def core_summary Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary end - def search_metadata_schema - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema + def search_schema_value + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSchemaValue end def storage_insight_status Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus @@ -144,44 +183,29 @@ def saved_search def saved_searches_list_result Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearchesListResult end - def search_results_response - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse - end - def storage_insight_list_result - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult - end - def search_sort - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort - end - def search_error - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError - end - def workspace_purge_body - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody - end - def workspace_purge_body_filters - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters + def intelligence_pack + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack end - def workspace_purge_response - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse + def shared_keys + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys end - def search_metadata - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata + def data_source_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult end - def workspace_purge_status_response - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse + def workspace_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult end - def storage_insight - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight + def linked_service + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService end - def search_sort_enum - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum + def data_source + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource end - def purge_state - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + def workspace + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace end - def storage_insight_state - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState + def data_source_kind + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind end def sku_name_enum Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum @@ -195,63 +219,39 @@ def resource def entity_status Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus end - def metric_name - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName - end def operation_display Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay end - def workspace_list_usages_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult + def operation_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult end - def linked_service_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult + def proxy_resource + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource + end + def operation + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation + end + def metric_name + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName end def usage_metric Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric end - def operation_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult + def workspace_list_usages_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult end - def data_source_filter - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter + def linked_service_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult end def management_group Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup end - def intelligence_pack - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack + def data_source_filter + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter end def workspace_list_management_groups_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult end - def data_source_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult - end - def shared_keys - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys - end - def linked_service - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService - end - def proxy_resource - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource - end - def data_source_kind - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind - end - def operation - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation - end - def workspace_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult - end - def data_source - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource - end - def workspace - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace - end end end end diff --git a/azure_sdk/lib/latest/modules/policy_profile_module.rb b/azure_sdk/lib/latest/modules/policy_profile_module.rb index 45bbf4592d..e24e2b5776 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 - PolicyDefinitionReference = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference - PolicyAssignment = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignment - PolicySetDefinition = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinition - PolicySku = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinitionListResult - PolicyAssignmentListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignmentListResult ErrorResponse = Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse PolicyType = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType + PolicyAssignmentListResult = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignmentListResult + PolicyAssignment = Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignment + 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 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,39 +65,39 @@ 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_set_definition_list_result + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinitionListResult end - def policy_definition_reference - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference + def error_response + Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse + end + def policy_type + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType + end + def policy_assignment_list_result + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignmentListResult end def policy_assignment Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignment end + def policy_definition_reference + Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyDefinitionReference + end def policy_set_definition Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinition end def policy_sku Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySku end - def policy_set_definition_list_result - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicySetDefinitionListResult - end - def policy_assignment_list_result - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyAssignmentListResult - end - def error_response - Azure::Policy::Mgmt::V2017_06_01_preview::Models::ErrorResponse - end - def policy_type - Azure::Policy::Mgmt::V2017_06_01_preview::Models::PolicyType - end end end end diff --git a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb index 4d332a756a..d88521b14e 100644 --- a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb @@ -7,13 +7,11 @@ module Azure::Profiles::Latest module PolicyInsights module Mgmt + Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations PolicyEvents = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyEvents PolicyStates = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyStates - Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations module Models - SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults - PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay PolicyDefinitionSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary PolicyAssignmentSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyAssignmentSummary @@ -25,13 +23,15 @@ 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 - Operation = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation 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 + PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource + Operation = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation end class PolicyInsightsManagementClass - attr_reader :policy_events, :policy_states, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :policy_events, :policy_states, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -41,9 +41,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @operations = @client_0.operations @policy_events = @client_0.policy_events @policy_states = @client_0.policy_states - @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -62,12 +62,6 @@ def method_missing(method, *args) end class ModelClasses - def summary_results - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults - end - def policy_states_resource - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource - end def operation_display Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay end @@ -101,15 +95,21 @@ def policy_state def operations_list_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults end - def operation - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation - end def query_failure_error Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError end def query_options Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions end + def summary_results + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults + end + def policy_states_resource + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource + end + def operation + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation + 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 343190650d..12f04db37e 100644 --- a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb +++ b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb @@ -7,11 +7,10 @@ module Azure::Profiles::Latest module PowerBiEmbedded module Mgmt - WorkspaceCollections = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::WorkspaceCollections Workspaces = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Workspaces + WorkspaceCollections = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::WorkspaceCollections module Models - 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 WorkspaceCollection = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection @@ -19,21 +18,22 @@ module Models CreateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest Display = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace - UpdateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest - Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation - 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 + CheckNameRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest + UpdateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList - MigrateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest + CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList - AccessKeyName = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName + MigrateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest 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 + Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error end class PowerBiEmbeddedManagementClass - attr_reader :workspace_collections, :workspaces, :configurable, :base_url, :options, :model_classes + attr_reader :workspaces, :workspace_collections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,8 +43,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @workspace_collections = @client_0.workspace_collections @workspaces = @client_0.workspaces + @workspace_collections = @client_0.workspace_collections @model_classes = ModelClasses.new end @@ -63,9 +63,6 @@ def method_missing(method, *args) end class ModelClasses - def check_name_reason - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason - end def operation_list Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList end @@ -87,35 +84,38 @@ def display def workspace Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace end - def update_workspace_collection_request - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest - end - def operation - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation + def azure_sku + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku end def check_name_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest end - def azure_sku - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku + def update_workspace_collection_request + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest + end + def workspace_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList end def check_name_response Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse end - def workspace_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + def workspace_collection_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList end def migrate_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest end - def workspace_collection_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + 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 error_detail - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + def check_name_reason + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason + end + def operation + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation end def error Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error diff --git a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb index ebba9bf5cc..28c073b2c1 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -7,29 +7,15 @@ module Azure::Profiles::Latest module RecoveryServices module Mgmt + Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults 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 - ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails - PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource - PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault - VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource - AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType - VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState - TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType - UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit - Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku - VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties - Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource - Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault - SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest @@ -40,6 +26,7 @@ module Models VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList ReplicationUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage ClientDiscoveryDisplay = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay + Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku ClientDiscoveryForServiceSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary @@ -50,10 +37,23 @@ module Models ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails + ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails + PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource + PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault + Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType + VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource + SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName + VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState + TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType + UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties + Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault + TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource 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 :vaults, :operations, :usages, :vault_certificates, :registered_identities, :replication_usages, :vault_extended_info_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -63,12 +63,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @vaults = @client_0.vaults @operations = @client_0.operations @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 @@ -88,48 +88,6 @@ def method_missing(method, *args) end class ModelClasses - def resource_certificate_and_acs_details - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails - end - def patch_tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - end - def tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource - end - def patch_vault - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault - end - def vault_extended_info_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource - end - def auth_type - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType - end - def vault_upgrade_state - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState - end - def trigger_type - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType - end - def usages_unit - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit - end - def sku - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku - end - def vault_properties - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties - end - def resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource - end - def vault - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault - end - def sku_name - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName - end def client_discovery_value_for_single_api Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi end @@ -160,6 +118,9 @@ def replication_usage def client_discovery_display Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay end + def sku + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + end def client_discovery_for_service_specification Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification end @@ -190,6 +151,45 @@ def name_info def resource_certificate_and_aad_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails end + def resource_certificate_and_acs_details + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails + end + def patch_tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource + end + def patch_vault + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault + end + def resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + end + def auth_type + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType + end + def vault_extended_info_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource + end + def sku_name + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName + end + def vault_upgrade_state + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState + end + def trigger_type + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType + end + def usages_unit + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + end + def vault_properties + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties + end + def vault + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault + end + def tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + 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 55ec2a7c63..7d8427cae6 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -8,6 +8,13 @@ module Azure::Profiles::Latest module RecoveryServicesBackup module Mgmt Operations = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Operations + ProtectionPolicies = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicies + ProtectionPolicyOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationResults + ProtectionPolicyOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationStatuses + BackupProtectableItems = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectableItems + BackupProtectionContainers = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectionContainers + SecurityPINs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::SecurityPINs + BackupResourceStorageConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceStorageConfigs BackupResourceVaultConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceVaultConfigs BackupEngines = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupEngines ProtectionContainerRefreshOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionContainerRefreshOperationResults @@ -26,14 +33,6 @@ module Mgmt JobOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobOperationResults BackupOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationResults BackupOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationStatuses - ProtectionPolicies = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicies - ProtectionPolicyOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationResults - ProtectionPolicyOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationStatuses - BackupProtectableItems = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectableItems - BackupProtectionContainers = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectionContainers - SecurityPINs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::SecurityPINs - BackupResourceStorageConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceStorageConfigs - Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations BackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupStatus FeatureSupport = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::FeatureSupport @@ -43,14 +42,32 @@ module Mgmt BackupPolicies = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupPolicies BackupProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectedItems BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries + Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs module Models - ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse - ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties + ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + MABContainerHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MABContainerHealthDetails + DPMContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DPMContainerExtendedInfo + ILRRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequest + BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest + RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequest + BMSBackupEnginesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSBackupEnginesQueryObject + BackupResourceConfig = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfig + BMSBackupEngineQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSBackupEngineQueryObject + BackupResourceVaultConfig = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfig + AzureBackupServerContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer + AzureBackupServerEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine + AzureFileShareBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest + AzureFileShareProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem + AzureFileShareRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint + AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRestoreRequest + AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer + AzureIaaSClassicComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem AzureIaaSComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer AzureIaaSComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem AzureSQLAGWorkloadContainerProtectionContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSQLAGWorkloadContainerProtectionContainer @@ -73,6 +90,7 @@ module Models AzureWorkloadSQLRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPoint AzureWorkloadSQLPointInTimeRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRecoveryPoint AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRestoreRequest + OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus AzureWorkloadSQLPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest BackupEngineBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResource BackupEngineBaseResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResourceList @@ -88,7 +106,6 @@ module Models IaasVMILRRegistrationRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMILRRegistrationRequest IaaSVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMProtectableItem IaasVMRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint - OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus IaasVMRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRestoreRequest ILRRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequestResource MabContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MabContainer @@ -100,19 +117,19 @@ module Models ProtectionContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource ProtectionContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList RecoveryPointResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList - RecoveryPointResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource RestoreRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource + RecoveryPointResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource + 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 WorkloadProtectableItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource - WorkloadItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType - WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList - CopyOptions = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::CopyOptions RecoveryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryType RestoreRequestType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestType + CopyOptions = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::CopyOptions InquiryStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus - SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectoryType RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType + SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectoryType OverwriteOptions = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OverwriteOptions StorageTypeState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType @@ -122,9 +139,9 @@ module Models WorkloadItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemType RecoveryPointTierType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType RecoveryPointTierStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus - OperationStatusValues = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues - BackupItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType + BackupItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType + OperationStatusValues = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues BMSContainerQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSContainerQueryObject BMSPOQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSPOQueryObject KeyAndSecretDetails = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::KeyAndSecretDetails @@ -164,23 +181,27 @@ module Models BackupEngineExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineExtendedInfo BackupEngineBase = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBase BEKDetails = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BEKDetails - MABContainerHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MABContainerHealthDetails - DPMContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DPMContainerExtendedInfo - ILRRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequest - BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest - RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequest - BMSBackupEnginesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSBackupEnginesQueryObject - BackupResourceConfig = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfig - BMSBackupEngineQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSBackupEngineQueryObject - BackupResourceVaultConfig = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfig - AzureBackupServerContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer - AzureBackupServerEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine - AzureFileShareBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest - AzureFileShareProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem - AzureFileShareRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint - AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRestoreRequest - AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer - AzureIaaSClassicComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem + JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule + ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource + AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo + MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo + AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem + AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList + DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem @@ -189,33 +210,33 @@ module Models AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek - DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem - HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem GenericProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy + JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus + Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job LogSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy LongTermRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermRetentionPolicy RetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy 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 + HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource - JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus - Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource + Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource SimpleRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy - HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode ProtectionState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState HealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState LastBackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus ProtectedItemHealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail - Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource BackupManagementType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType ProtectionStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus @@ -230,80 +251,59 @@ module Models SubProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo - ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList MabJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo AzureWorkloadErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo AzureWorkloadJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails + AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo - DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse - AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse - BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo - OperationResultInfoBase = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase + RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest - AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo - RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration - ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList + OperationResultInfoBase = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat - DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy - AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo - JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject - ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy - WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy + ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob - FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest - AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent - AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo - OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse - WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob - ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo - AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo + FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule - ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem - DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob - OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource - MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails - AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob - SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus - MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule - JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource - AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest - FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName - ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList - ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource - ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList - AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem - AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy - OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type - JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType - MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat end class RecoveryServicesBackupManagementClass - attr_reader :operations, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :jobs, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :jobs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -320,6 +320,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @protection_policies = @client_1.protection_policies + @protection_policy_operation_results = @client_1.protection_policy_operation_results + @protection_policy_operation_statuses = @client_1.protection_policy_operation_statuses + @backup_protectable_items = @client_1.backup_protectable_items + @backup_protection_containers = @client_1.backup_protection_containers + @security_pins = @client_1.security_pins + @backup_resource_storage_configs = @client_1.backup_resource_storage_configs @backup_resource_vault_configs = @client_1.backup_resource_vault_configs @backup_engines = @client_1.backup_engines @protection_container_refresh_operation_results = @client_1.protection_container_refresh_operation_results @@ -338,20 +345,12 @@ def initialize(configurable, base_url=nil, options=nil) @job_operation_results = @client_1.job_operation_results @backup_operation_results = @client_1.backup_operation_results @backup_operation_statuses = @client_1.backup_operation_statuses - @protection_policies = @client_1.protection_policies - @protection_policy_operation_results = @client_1.protection_policy_operation_results - @protection_policy_operation_statuses = @client_1.protection_policy_operation_statuses - @backup_protectable_items = @client_1.backup_protectable_items - @backup_protection_containers = @client_1.backup_protection_containers - @security_pins = @client_1.security_pins - @backup_resource_storage_configs = @client_1.backup_resource_storage_configs @client_2 = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::RecoveryServicesBackupClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) - @jobs = @client_2.jobs @protection_intent_operations = @client_2.protection_intent_operations @backup_status = @client_2.backup_status @feature_support = @client_2.feature_support @@ -361,6 +360,7 @@ def initialize(configurable, base_url=nil, options=nil) @backup_policies = @client_2.backup_policies @backup_protected_items = @client_2.backup_protected_items @backup_usage_summaries = @client_2.backup_usage_summaries + @jobs = @client_2.jobs @model_classes = ModelClasses.new end @@ -383,12 +383,6 @@ def method_missing(method, *args) end class ModelClasses - def client_discovery_response - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse - end - def client_discovery_for_log_specification - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification - end def client_discovery_value_for_single_api Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi end @@ -401,6 +395,63 @@ def client_discovery_for_service_specification def client_discovery_for_properties Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties end + def client_discovery_response + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + end + def client_discovery_for_log_specification + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + end + def mabcontainer_health_details + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MABContainerHealthDetails + end + def dpmcontainer_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DPMContainerExtendedInfo + end + def ilrrequest + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequest + end + def backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest + end + def restore_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequest + end + def bmsbackup_engines_query_object + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSBackupEnginesQueryObject + end + def backup_resource_config + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfig + end + def bmsbackup_engine_query_object + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSBackupEngineQueryObject + end + def backup_resource_vault_config + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfig + end + def azure_backup_server_container + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer + end + def azure_backup_server_engine + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine + end + 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 + end + def azure_file_share_recovery_point + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint + end + def azure_file_share_restore_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRestoreRequest + end + def azure_iaa_sclassic_compute_vmcontainer + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer + end + def azure_iaa_sclassic_compute_vmprotectable_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem + end def azure_iaa_scompute_vmcontainer Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer end @@ -467,6 +518,9 @@ def azure_workload_sqlpoint_in_time_recovery_point def azure_workload_sqlrestore_request Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRestoreRequest end + def operation_status + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus + end def azure_workload_sqlpoint_in_time_restore_request Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest end @@ -512,9 +566,6 @@ def iaa_svmprotectable_item def iaas_vmrecovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint end - def operation_status - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus - end def iaas_vmrestore_request Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRestoreRequest end @@ -548,45 +599,45 @@ def protection_container_resource_list def recovery_point_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList end + def restore_request_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource + end def recovery_point_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource end - def restore_request_resource - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource + def workload_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList end def workload_item_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource end + def workload_protectable_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList + end def workload_protectable_item_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource end - def workload_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList - end def azure_file_share_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType end - def workload_protectable_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList - end - def copy_options - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::CopyOptions - end def recovery_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryType end def restore_request_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestType end + def copy_options + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::CopyOptions + end def inquiry_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus end - def sqldata_directory_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectoryType - end def restore_point_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType end + def sqldata_directory_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectoryType + end def overwrite_options Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OverwriteOptions end @@ -614,14 +665,14 @@ def recovery_point_tier_type def recovery_point_tier_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus end - def operation_status_values - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues + def storage_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType end def backup_item_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType end - def storage_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType + def operation_status_values + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues end def bmscontainer_query_object Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSContainerQueryObject @@ -740,56 +791,68 @@ def backup_engine_base def bekdetails Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BEKDetails end - def mabcontainer_health_details - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MABContainerHealthDetails + def job_supported_action + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction end - def dpmcontainer_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DPMContainerExtendedInfo + def azure_resource_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent end - def ilrrequest - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequest + def weekly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule end - def backup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest + def protection_policy_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList end - def restore_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequest + def azure_workload_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob end - def bmsbackup_engines_query_object - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSBackupEnginesQueryObject + def dpm_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob end - def backup_resource_config - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfig + def monthly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule end - def bmsbackup_engine_query_object - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSBackupEngineQueryObject + def protection_intent_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource end - def backup_resource_vault_config - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfig + def azure_iaa_svmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo end - def azure_backup_server_container - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer + def mab_server_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType end - def azure_backup_server_engine - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine + def support_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus end - def azure_file_share_backup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest + def azure_fileshare_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo end - def azure_file_share_protectable_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem + def azure_iaa_svmerror_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo end - def azure_file_share_recovery_point - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint + def protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem end - def azure_file_share_restore_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRestoreRequest + def job_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject end - def azure_iaa_sclassic_compute_vmcontainer - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer + def azure_fileshare_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem end - def azure_iaa_sclassic_compute_vmprotectable_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem + def azure_file_share_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + end + def fabric_name + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + end + def type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + end + def protected_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList + end + def data_source_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType end def azure_iaa_svmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem @@ -815,8 +878,11 @@ def azure_sql_protection_policy def day_of_week Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek end - def data_source_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + def job_operation_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + end + def health_state + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState end def azure_vm_workload_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy @@ -824,9 +890,6 @@ def azure_vm_workload_protection_policy def azure_vm_workload_sqldatabase_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem end - def health_state - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState - end def dpmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem end @@ -836,6 +899,12 @@ def generic_protected_item def generic_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy end + def job_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus + end + def job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + end def log_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy end @@ -854,27 +923,24 @@ def mab_file_folder_protected_item 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 + end def protected_item_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource end - def job_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus - end - def job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job - end def protection_policy_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource end + def resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource + end def simple_retention_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy end def simple_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy end - def http_status_code - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode - end def protection_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState end @@ -893,9 +959,6 @@ def protected_item_health_status def error_detail Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail end - def resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource - end def backup_management_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType end @@ -938,9 +1001,6 @@ def dpm_job_task_details def dpm_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo end - def resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList - end def mab_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo end @@ -950,11 +1010,14 @@ def azure_workload_error_info def azure_workload_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails end + def azure_workload_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + end def azure_iaa_svmjob_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end - def dpmprotected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + def mab_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails end def protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent @@ -968,8 +1031,8 @@ def backup_management_usage_list 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 backup_status_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest end def azure_storage_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails @@ -977,8 +1040,8 @@ def azure_storage_job_task_details def backup_status_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse end - def backup_status_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + def azure_iaa_svmhealth_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails end def bmsbackup_summaries_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject @@ -989,8 +1052,8 @@ def azure_vmresource_feature_support_response def azure_sql_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end - def operation_result_info_base - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase + def retention_duration + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration end def azure_iaa_svmjob_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails @@ -998,26 +1061,26 @@ def azure_iaa_svmjob_task_details def pre_validate_enable_backup_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest end - def azure_storage_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + def mab_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end - def retention_duration - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + def resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList end - def protection_policy_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + def operation_result_info_base + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase end def daily_retention_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat end - def daily_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + def protected_item_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject end def day Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day end - def mab_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + def operation_worker_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse end def azure_vm_workload_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo @@ -1028,23 +1091,23 @@ def dpm_error_info def mab_file_folder_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo end - def schedule_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy + def azure_storage_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end - def azure_workload_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest end def azure_storage_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end - def job_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + def schedule_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy end - def protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + def export_jobs_operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo end - def weekly_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + def job_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource end def job_resource_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList @@ -1052,101 +1115,38 @@ def job_resource_list def mab_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + def operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo end - def azure_resource_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + def operation_result_info_base_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource end - def azure_iaa_svmerror_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + def protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy end - def operation_worker_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse + def dpmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo end - def weekly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject end def azure_iaa_svmjob Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob end - def export_jobs_operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest end - def azure_fileshare_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo + def daily_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule end def yearly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule end - def protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem - end - def dpm_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob - end - def operation_result_info_base_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource - end - def mab_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails - end - def azure_storage_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - end - def protected_item_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - end - def azure_workload_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob - end - def support_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus - end - def monthly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule - end - def job_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource - end - def azure_iaa_svmprotected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - end - def job_supported_action - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction - end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest - end - def fabric_name - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName - end - def protected_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList - end - def 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 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 operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - end - def type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type - end - def job_operation_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + def azure_storage_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end - def mab_server_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + def weekly_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat 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 36d08cc7d8..d65b9aeb9f 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -7,113 +7,134 @@ module Azure::Profiles::Latest module RecoveryServicesSiteRecovery module Mgmt - Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Operations - 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 ReplicationProtectionContainers = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainers + ReplicationRecoveryServicesProviders = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationRecoveryServicesProviders ReplicationProtectionContainerMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainerMappings - RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::RecoveryPoints ReplicationProtectableItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectableItems ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationPolicies ReplicationNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworks - ReplicationLogicalNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationLogicalNetworks + Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Operations ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationJobs - ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationEvents + ReplicationLogicalNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationLogicalNetworks ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationAlertSettings + ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationEvents + ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationVaultHealth + RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::RecoveryPoints + ReplicationProtectedItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectedItems + ReplicationNetworkMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworkMappings + ReplicationFabrics = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationFabrics + ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationvCenters + ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassificationMappings + ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassifications module Models - JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails + VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails + HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails + HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails + VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails + HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails + InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails + A2AReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails + HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails + InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails + InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput + InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput + HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput + SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput + InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput + A2AEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput + HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails + HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails + HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails + JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails + HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails A2AEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails - ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails + InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails - HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails + 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 + ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput - InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput + 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 + HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput - InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput + 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 + HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput - InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput + 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 + HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails - A2AApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput + 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 + VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails - ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails + 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 + VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails - AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails + 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 + RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails - AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails + SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails - A2ASwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput + FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails - 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 - HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails + A2ASwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails - HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails + InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails - A2APolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails + HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails - InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails - InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails - HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput - HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails + Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job + A2APolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails + HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput + InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput - A2APolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput + InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput - 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 + A2APolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput + HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput + RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput + RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput - RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails - RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails + AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput + RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput - RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput - RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput - RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType - Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job - 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 - FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel - RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType - LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason + FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel + SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations + IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType + 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 + LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType 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 + RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType - IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Event PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyCollection RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RoleAssignment @@ -286,78 +307,57 @@ module Models Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Display 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 + Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails - Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet + ConfigurationSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings InMageDiskExclusionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput A2AProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails InMageDiskSignatureExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions - Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource - InMageVolumeExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions - NetworkMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties EventQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter - ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput - InputEndpoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint + Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet + NetworkMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties AzureToAzureVmSyncedConfigDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails - SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties - A2AProtectedManagedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails + InMageVolumeExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions + InputEndpoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint ASRTask = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask - MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate - Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert + ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput + A2AProtectedManagedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails PolicyProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties - LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork - NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping + SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties + Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric - ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping - RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan + MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate + NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem - ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer + LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork + 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 - ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem + ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping + StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network - RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint - VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter + ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails - StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification + RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint + 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 StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping - VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings + VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput - AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings + 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 + VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput - VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput + VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput - VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails + AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails - VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput - AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails - HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails - HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails - VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails - InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails - InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails - HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails - HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails - SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput - InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput - A2AReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails - HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput - HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput - InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput - InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput - A2AEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput - HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails - HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails - A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput - HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails - InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails + AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails end class RecoveryServicesSiteRecoveryManagementClass - attr_reader :operations, :replication_vault_health, :replication_protected_items, :replication_network_mappings, :replication_fabrics, :replicationv_centers, :replication_storage_classification_mappings, :replication_storage_classifications, :replication_recovery_services_providers, :replication_recovery_plans, :replication_protection_containers, :replication_protection_container_mappings, :recovery_points, :replication_protectable_items, :replication_policies, :replication_networks, :replication_logical_networks, :replication_jobs, :replication_events, :replication_alert_settings, :configurable, :base_url, :options, :model_classes + attr_reader :replication_recovery_plans, :replication_protection_containers, :replication_recovery_services_providers, :replication_protection_container_mappings, :replication_protectable_items, :replication_policies, :replication_networks, :operations, :replication_jobs, :replication_logical_networks, :replication_alert_settings, :replication_events, :replication_vault_health, :recovery_points, :replication_protected_items, :replication_network_mappings, :replication_fabrics, :replicationv_centers, :replication_storage_classification_mappings, :replication_storage_classifications, :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) - @operations = @client_0.operations - @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 @replication_protection_containers = @client_0.replication_protection_containers + @replication_recovery_services_providers = @client_0.replication_recovery_services_providers @replication_protection_container_mappings = @client_0.replication_protection_container_mappings - @recovery_points = @client_0.recovery_points @replication_protectable_items = @client_0.replication_protectable_items @replication_policies = @client_0.replication_policies @replication_networks = @client_0.replication_networks - @replication_logical_networks = @client_0.replication_logical_networks + @operations = @client_0.operations @replication_jobs = @client_0.replication_jobs - @replication_events = @client_0.replication_events + @replication_logical_networks = @client_0.replication_logical_networks @replication_alert_settings = @client_0.replication_alert_settings + @replication_events = @client_0.replication_events + @replication_vault_health = @client_0.replication_vault_health + @recovery_points = @client_0.recovery_points + @replication_protected_items = @client_0.replication_protected_items + @replication_network_mappings = @client_0.replication_network_mappings + @replication_fabrics = @client_0.replication_fabrics + @replicationv_centers = @client_0.replicationv_centers + @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings + @replication_storage_classifications = @client_0.replication_storage_classifications @model_classes = ModelClasses.new end @@ -405,245 +405,308 @@ def method_missing(method, *args) end class ModelClasses - def job_status_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails + def vmm_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails + end + def hyper_vreplica_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails + end + def hyper_vreplica_blue_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails + end + def vmware_v2_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails + end + def hyper_vreplica_base_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails + end + def in_mage_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails + end + def a2_areplication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails + end + def hyper_vreplica_azure_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails + end + def in_mage_azure_v2_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails + end + def in_mage_azure_v2_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput + end + def in_mage_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput + end + def hyper_vreplica_azure_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput + end + def san_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput + end + def in_mage_azure_v2_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + end + def a2_aupdate_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput + end + def a2_aenable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput + end + def hyper_vreplica_azure_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + end + def hyper_vreplica2012_r2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails end def hyper_vreplica_azure_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails end + def hyper_vreplica_base_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails + end + def hyper_vreplica2012_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails + end + def job_status_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails + end + def hyper_vvirtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails + end def a2_aevent_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails end - def replication_group_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails + def in_mage_azure_v2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails end def in_mage_azure_v2_recovery_point_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails 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 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 + def replication_group_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails end def in_mage_azure_v2_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput 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 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 + def hyper_vreplica_azure_failback_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput end def in_mage_azure_v2_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput 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_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 + def hyper_vreplica_azure_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput end def in_mage_azure_v2_apply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput 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 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 + def hyper_vreplica_azure_apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput end def fabric_replication_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails end - def a2_aapply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput + 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 + def virtual_machine_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails end def consistency_check_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails 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 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 + def vm_nic_updates_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails end def recovery_plan_shutdown_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails 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 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 + def recovery_plan_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails end def export_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails 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 test_failover_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails end - def a2_aswitch_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput + def failover_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails end def hyper_vreplica_azure_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails 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 hyper_vreplica_blue_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails + def a2_aswitch_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput end def in_mage_base_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails end - def hyper_vreplica_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails + 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 end - def a2_apolicy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails + def hyper_vreplica_blue_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails end def rcm_azure_migration_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails end - def in_mage_azure_v2_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails + 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 + def job + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job end - def hyper_vreplica_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput + def a2_apolicy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails end def hyper_vreplica_blue_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput end - def vmware_cbt_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails + 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 end - def a2_apolicy_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput - end + def in_mage_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails + end def vmware_cbt_policy_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput 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 recovery_plan_hyper_vreplica_azure_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput + def hyper_vreplica_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput 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_a2_afailover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput + def recovery_plan_hyper_vreplica_azure_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput end - def recovery_plan_hyper_vreplica_azure_failback_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput + 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 job - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job + 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 + def identity_provider_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType end - def disable_protection_reason - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason + 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 license_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType end def recovery_plan_action_location Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionLocation end - def 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 @@ -654,12 +717,12 @@ def alternate_location_recovery_option def in_mage_v2_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageV2RpRecoveryPointType end + def rp_in_mage_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType + end def a2_arp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType end - def identity_provider_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType - end def event Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Event end @@ -1176,14 +1239,14 @@ def a2_avm_managed_disk_input_details def a2_avm_disk_input_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails end - def configuration_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings + def resource + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource end def encryption_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails end - def subnet - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet + def configuration_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings end def in_mage_disk_exclusion_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput @@ -1194,191 +1257,128 @@ def a2_aprotected_disk_details def in_mage_disk_signature_exclusion_options Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions end - def resource - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource + def event_query_parameter + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter end - def in_mage_volume_exclusion_options - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions + def subnet + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet end def network_mapping_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties end - def event_query_parameter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter + def azure_to_azure_vm_synced_config_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails end - def replication_provider_specific_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput + def in_mage_volume_exclusion_options + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions end def input_endpoint Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint end - def azure_to_azure_vm_synced_config_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails + def asrtask + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask end - def switch_protection_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties + def replication_provider_specific_container_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput end def a2_aprotected_managed_disk_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails end - def asrtask - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask + def policy_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties end - def mobility_service_update - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate + def switch_protection_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties end def alert Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert end - def policy_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties + def fabric + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric end - def logical_network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork + def mobility_service_update + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate end def network_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping end - def fabric - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric + def protectable_item + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem end - def protection_container_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping + def logical_network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork end def recovery_plan Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan end - def protectable_item - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem - end - def protection_container - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer - end def policy Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy end - def recovery_services_provider - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider + def protection_container_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping end - def replication_protected_item - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem + def storage_classification + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification end def network Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network end + def replication_protected_item + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem + end + def vault_health_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails + end def recovery_point Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint end - def vcenter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter + def recovery_services_provider + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider end - def vault_health_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails + def protection_container + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer end - def storage_classification - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification + def azure_to_azure_network_mapping_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings end def storage_classification_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping end - def vmm_to_vmm_network_mapping_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings + def vcenter + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter end def azure_to_azure_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput end - def azure_to_azure_network_mapping_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings + 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 + def vmm_to_vmm_network_mapping_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings end def vmm_to_azure_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput end - def vmm_to_azure_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput + def vmm_to_vmm_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput end def vmm_to_vmm_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput end - def vmm_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails + def azure_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput end def hyper_vsite_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails end - def vmm_to_vmm_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput - end - def azure_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails - end - def hyper_vreplica_base_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails - end - def hyper_vreplica_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails - end def vmware_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails end - def vmware_v2_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails - end - def in_mage_azure_v2_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails - end - def in_mage_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails - end - def hyper_vreplica_blue_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails - end - def hyper_vreplica_azure_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails - end - def san_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput - end - def in_mage_azure_v2_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput - end - def a2_areplication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails - end - def hyper_vreplica_azure_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput - end - def hyper_vreplica_azure_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput - end - def in_mage_azure_v2_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput - end - 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 - end - def hyper_vreplica2012_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails - end - def hyper_vreplica2012_r2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails - end - def a2_aupdate_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput - end - def hyper_vreplica_base_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails - end - def in_mage_azure_v2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails + def azure_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails 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 5b50c9954b..25a7b17468 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -9,47 +9,47 @@ module Redis module Mgmt Operations = Azure::Redis::Mgmt::V2017_10_01::Operations FirewallRules = Azure::Redis::Mgmt::V2017_10_01::FirewallRules + Redis = Azure::Redis::Mgmt::V2017_10_01::Redis PatchSchedules = Azure::Redis::Mgmt::V2017_10_01::PatchSchedules LinkedServer = Azure::Redis::Mgmt::V2017_10_01::LinkedServer - Redis = Azure::Redis::Mgmt::V2017_10_01::Redis module Models Sku = Azure::Redis::Mgmt::V2017_10_01::Models::Sku + DayOfWeek = Azure::Redis::Mgmt::V2017_10_01::Models::DayOfWeek + Resource = Azure::Redis::Mgmt::V2017_10_01::Models::Resource + SkuName = Azure::Redis::Mgmt::V2017_10_01::Models::SkuName RedisListResult = Azure::Redis::Mgmt::V2017_10_01::Models::RedisListResult RedisRegenerateKeyParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisRegenerateKeyParameters RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleListResult RedisAccessKeys = Azure::Redis::Mgmt::V2017_10_01::Models::RedisAccessKeys RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerCreateParameters RedisUpdateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisUpdateParameters + OperationDisplay = Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay 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 - ImportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters + RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters ScheduleEntry = Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry - RedisCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters + ImportRDBParameters = Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList - Resource = Azure::Redis::Mgmt::V2017_10_01::Models::Resource - RedisLinkedServer = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer + RedisCreateParameters = Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters RedisForceRebootResponse = Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse + RedisLinkedServer = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer + ProxyResource = Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource RedisFirewallRule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule RedisResource = Azure::Redis::Mgmt::V2017_10_01::Models::RedisResource RedisPatchSchedule = Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule + Operation = Azure::Redis::Mgmt::V2017_10_01::Models::Operation + TrackedResource = Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource + RedisKeyType = Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithProperties SkuFamily = Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily - SkuName = Azure::Redis::Mgmt::V2017_10_01::Models::SkuName RebootType = Azure::Redis::Mgmt::V2017_10_01::Models::RebootType - RedisKeyType = Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType - OperationDisplay = Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay ReplicationRole = Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole - OperationListResult = Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult - ProxyResource = Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource - TrackedResource = Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource - Operation = Azure::Redis::Mgmt::V2017_10_01::Models::Operation - DayOfWeek = Azure::Redis::Mgmt::V2017_10_01::Models::DayOfWeek end class RedisManagementClass - attr_reader :operations, :firewall_rules, :patch_schedules, :linked_server, :redis, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :firewall_rules, :redis, :patch_schedules, :linked_server, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -61,9 +61,9 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @operations = @client_0.operations @firewall_rules = @client_0.firewall_rules + @redis = @client_0.redis @patch_schedules = @client_0.patch_schedules @linked_server = @client_0.linked_server - @redis = @client_0.redis @model_classes = ModelClasses.new end @@ -85,6 +85,15 @@ class ModelClasses def sku Azure::Redis::Mgmt::V2017_10_01::Models::Sku end + def day_of_week + Azure::Redis::Mgmt::V2017_10_01::Models::DayOfWeek + end + def resource + Azure::Redis::Mgmt::V2017_10_01::Models::Resource + end + def sku_name + Azure::Redis::Mgmt::V2017_10_01::Models::SkuName + end def redis_list_result Azure::Redis::Mgmt::V2017_10_01::Models::RedisListResult end @@ -103,35 +112,41 @@ def redis_linked_server_create_parameters def redis_update_parameters Azure::Redis::Mgmt::V2017_10_01::Models::RedisUpdateParameters end + def operation_display + Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay + 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 + def operation_list_result + Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult 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 redis_firewall_rule_create_parameters + Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRuleCreateParameters end def schedule_entry Azure::Redis::Mgmt::V2017_10_01::Models::ScheduleEntry end - def redis_create_parameters - Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters + def import_rdbparameters + Azure::Redis::Mgmt::V2017_10_01::Models::ImportRDBParameters end def redis_linked_server_with_properties_list Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServerWithPropertiesList end - def resource - Azure::Redis::Mgmt::V2017_10_01::Models::Resource + def redis_create_parameters + Azure::Redis::Mgmt::V2017_10_01::Models::RedisCreateParameters + end + def redis_force_reboot_response + Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse end def redis_linked_server Azure::Redis::Mgmt::V2017_10_01::Models::RedisLinkedServer end - def redis_force_reboot_response - Azure::Redis::Mgmt::V2017_10_01::Models::RedisForceRebootResponse + def proxy_resource + Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource end def redis_firewall_rule Azure::Redis::Mgmt::V2017_10_01::Models::RedisFirewallRule @@ -142,42 +157,27 @@ def redis_resource def redis_patch_schedule Azure::Redis::Mgmt::V2017_10_01::Models::RedisPatchSchedule end + def operation + Azure::Redis::Mgmt::V2017_10_01::Models::Operation + end + def tracked_resource + Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource + end + def 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 sku_family Azure::Redis::Mgmt::V2017_10_01::Models::SkuFamily end - def sku_name - Azure::Redis::Mgmt::V2017_10_01::Models::SkuName - end def reboot_type Azure::Redis::Mgmt::V2017_10_01::Models::RebootType end - def redis_key_type - Azure::Redis::Mgmt::V2017_10_01::Models::RedisKeyType - end - def operation_display - Azure::Redis::Mgmt::V2017_10_01::Models::OperationDisplay - end def replication_role Azure::Redis::Mgmt::V2017_10_01::Models::ReplicationRole end - def operation_list_result - Azure::Redis::Mgmt::V2017_10_01::Models::OperationListResult - end - def proxy_resource - Azure::Redis::Mgmt::V2017_10_01::Models::ProxyResource - end - def tracked_resource - Azure::Redis::Mgmt::V2017_10_01::Models::TrackedResource - end - def operation - Azure::Redis::Mgmt::V2017_10_01::Models::Operation - end - def day_of_week - Azure::Redis::Mgmt::V2017_10_01::Models::DayOfWeek - 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 bff2343a64..236391b001 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 - WCFRelays = Azure::Relay::Mgmt::V2017_04_01::WCFRelays - Operations = Azure::Relay::Mgmt::V2017_04_01::Operations Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces + Operations = Azure::Relay::Mgmt::V2017_04_01::Operations HybridConnections = Azure::Relay::Mgmt::V2017_04_01::HybridConnections + WCFRelays = Azure::Relay::Mgmt::V2017_04_01::WCFRelays module Models + Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku + KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult CheckNameAvailability = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability - HybridConnectionListResult = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult + Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult - ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku - RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters + RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype + AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule + RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters + HybridConnectionListResult = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum - KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType - AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys - CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource + ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier - AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule - AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay - UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse - Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation end class RelayManagementClass - attr_reader :wcfrelays, :operations, :namespaces, :hybrid_connections, :configurable, :base_url, :options, :model_classes + attr_reader :namespaces, :operations, :hybrid_connections, :wcfrelays, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -53,10 +53,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @wcfrelays = @client_0.wcfrelays - @operations = @client_0.operations @namespaces = @client_0.namespaces + @operations = @client_0.operations @hybrid_connections = @client_0.hybrid_connections + @wcfrelays = @client_0.wcfrelays @model_classes = ModelClasses.new end @@ -75,20 +75,26 @@ def method_missing(method, *args) end class ModelClasses + def sku + Azure::Relay::Mgmt::V2017_04_01::Models::Sku + end + def key_type + Azure::Relay::Mgmt::V2017_04_01::Models::KeyType + end def relay_namespace_list_result Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult end def check_name_availability Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability end - def hybrid_connection_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult + def resource + Azure::Relay::Mgmt::V2017_04_01::Models::Resource end def wcf_relays_list_result Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult end - def resource_namespace_patch - Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + def check_name_availability_result + Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end def hybrid_connection Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection @@ -99,63 +105,57 @@ def wcf_relay def relay_namespace Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace end - def sku - Azure::Relay::Mgmt::V2017_04_01::Models::Sku - end - def relay_update_parameters - Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters + def regenerate_access_key_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def relaytype Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype end - def provisioning_state_enum - Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum + def authorization_rule + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule end - def key_type - Azure::Relay::Mgmt::V2017_04_01::Models::KeyType + def relay_update_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters end - def access_keys - Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys + def hybrid_connection_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult end - def check_name_availability_result - Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + def provisioning_state_enum + Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end - def resource - Azure::Relay::Mgmt::V2017_04_01::Models::Resource + 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 regenerate_access_key_parameters - Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - end - def sku_tier - Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + def operation_display + Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay end - def authorization_rule - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule + def access_keys + Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys end - def access_rights - Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + def operation_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult end - def operation_display - Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay + def sku_tier + Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier end def unavailable_reason Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason end - def operation_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + def access_rights + Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights end def error_response Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse end - def operation - Azure::Relay::Mgmt::V2017_04_01::Models::Operation - end def tracked_resource Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource end + def operation + Azure::Relay::Mgmt::V2017_04_01::Models::Operation + 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 b21665f428..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,35 +37,35 @@ 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 - ResourceGroupPatchable = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupPatchable - Resource = Azure::Resources::Mgmt::V2017_05_10::Models::Resource - DeploymentOperation = Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperation ResourceGroupExportResult = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupExportResult - GenericResource = Azure::Resources::Mgmt::V2017_05_10::Models::GenericResource + Resource = Azure::Resources::Mgmt::V2017_05_10::Models::Resource + 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 ResourceIdentityType = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceIdentityType + ResourceGroupPatchable = Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupPatchable 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 @@ -216,30 +216,30 @@ def deployment_extended def alias_path_type Azure::Resources::Mgmt::V2017_05_10::Models::AliasPathType end - def resource_group_patchable - Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupPatchable + def resource_group_export_result + Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupExportResult end def resource Azure::Resources::Mgmt::V2017_05_10::Models::Resource end - def deployment_operation - Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentOperation + def resource_provider_operation_display_properties + Azure::Resources::Mgmt::V2017_05_10::Models::ResourceProviderOperationDisplayProperties end - def resource_group_export_result - Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupExportResult + def deployment_mode + Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentMode end def generic_resource Azure::Resources::Mgmt::V2017_05_10::Models::GenericResource end - def deployment_mode - Azure::Resources::Mgmt::V2017_05_10::Models::DeploymentMode - end def sub_resource Azure::Resources::Mgmt::V2017_05_10::Models::SubResource end def resource_identity_type Azure::Resources::Mgmt::V2017_05_10::Models::ResourceIdentityType end + def resource_group_patchable + Azure::Resources::Mgmt::V2017_05_10::Models::ResourceGroupPatchable + end end end end diff --git a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb index 97660b14d6..7ec2f0f56f 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 - OperationListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult - ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult - ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails - ManagementGroup = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup - ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo CreateGroupRequest = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo - ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupInfo + ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo + OperationDisplay = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationDisplay + OperationListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::OperationListResult ErrorResponse = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse Operation = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation + ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult ErrorDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorDetails + ManagementGroup = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup + ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails + ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupInfo 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,42 +58,42 @@ def method_missing(method, *args) end class ModelClasses + def create_group_request + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest + end + def management_group_child_info + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo + end + def parent_group_info + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo + 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 end + def error_response + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse + end + def operation + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::Operation + end def management_group_list_result Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupListResult end - def management_group_details - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails + def error_details + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorDetails end def management_group Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroup end - def parent_group_info - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ParentGroupInfo - end - def create_group_request - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::CreateGroupRequest - end - def management_group_child_info - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupChildInfo + def management_group_details + Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupDetails end def management_group_info Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ManagementGroupInfo end - def error_response - Azure::ResourcesManagement::Mgmt::V2017_11_01_preview::Models::ErrorResponse - 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 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 aca9943b61..a0de718521 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -7,23 +7,35 @@ module Azure::Profiles::Latest module Scheduler module Mgmt - JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections Jobs = Azure::Scheduler::Mgmt::V2016_03_01::Jobs + JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections module Models + JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence + JobCollectionQuota = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionQuota + JobCollectionDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition + JobDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition + HttpAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication + StorageQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage + JobHistoryDefinitionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties + HttpRequest = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest + ServiceBusBrokeredMessageProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties + JobAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobAction + JobRecurrenceSchedule = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule + JobHistoryDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinition JobCollectionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties - JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction - JobHistoryFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult + JobHistoryFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter JobMaxRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence + JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction JobStateFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter ServiceBusMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage JobCollectionListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult - JobRecurrenceScheduleMonthlyOccurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence 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 + JobRecurrenceScheduleMonthlyOccurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence ClientCertAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication JobCollectionState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState @@ -32,33 +44,21 @@ module Models JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName RetryType = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType - JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType - RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency - DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek + JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus - JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState Sku = Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku + JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState + RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency + DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult - JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence - JobCollectionQuota = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionQuota - JobCollectionDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition - JobDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition - HttpAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication - StorageQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage - JobHistoryDefinitionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties - HttpRequest = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest - ServiceBusBrokeredMessageProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties - JobAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobAction - JobRecurrenceSchedule = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule - JobHistoryDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinition end class SchedulerManagementClass - attr_reader :job_collections, :jobs, :configurable, :base_url, :options, :model_classes + attr_reader :jobs, :job_collections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -68,8 +68,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @job_collections = @client_0.job_collections @jobs = @client_0.jobs + @job_collections = @client_0.job_collections @model_classes = ModelClasses.new end @@ -88,24 +88,60 @@ def method_missing(method, *args) end class ModelClasses + def job_recurrence + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence + end + def job_collection_quota + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionQuota + end + def job_collection_definition + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition + end + def job_definition + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition + end + def http_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication + end + def storage_queue_message + Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage + end + def job_history_definition_properties + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties + end + def http_request + Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest + end + def service_bus_brokered_message_properties + Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties + end + def job_action + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobAction + end + def job_recurrence_schedule + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule + end + def job_history_definition + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinition + end def job_collection_properties Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties end def job_properties Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties end - def job_error_action - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction + def job_history_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult end def job_history_filter Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter end - def job_history_list_result - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult - end def job_max_recurrence Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence end + def job_error_action + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction + end def job_state_filter Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter end @@ -115,9 +151,6 @@ def service_bus_message def job_collection_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult end - def job_recurrence_schedule_monthly_occurrence - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence - end def service_bus_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication end @@ -127,6 +160,9 @@ def service_bus_queue_message def service_bus_topic_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage end + def job_recurrence_schedule_monthly_occurrence + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence + end def client_cert_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication end @@ -151,29 +187,29 @@ def job_history_action_name def retry_type Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType end - def job_execution_status - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus - end def service_bus_authentication_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType end def service_bus_transport_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType end - def recurrence_frequency - Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency - end - def day_of_week - Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek + def job_execution_status + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus end def job_status Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus end + def sku + Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku + end def job_state Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState end - def sku - Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku + def recurrence_frequency + Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency + end + def day_of_week + Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek end def basic_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication @@ -184,42 +220,6 @@ def retry_policy def job_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult end - def job_recurrence - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence - end - def job_collection_quota - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionQuota - end - def job_collection_definition - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition - end - def job_definition - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition - end - def http_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication - end - def storage_queue_message - Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage - end - def job_history_definition_properties - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties - end - def http_request - Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest - end - def service_bus_brokered_message_properties - Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties - end - def job_action - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobAction - end - def job_recurrence_schedule - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule - end - def job_history_definition - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinition - end end end end diff --git a/azure_sdk/lib/latest/modules/search_profile_module.rb b/azure_sdk/lib/latest/modules/search_profile_module.rb index 49b1dd6ffc..57aaf27896 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -7,33 +7,33 @@ module Azure::Profiles::Latest module Search module Mgmt + Services = Azure::Search::Mgmt::V2015_08_19::Services Operations = Azure::Search::Mgmt::V2015_08_19::Operations AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys QueryKeys = Azure::Search::Mgmt::V2015_08_19::QueryKeys - Services = Azure::Search::Mgmt::V2015_08_19::Services module Models + AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput + SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput + SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay + HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode 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 - UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason - HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode - Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus + UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason + QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey 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 ProvisioningState = Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState end class SearchManagementClass - attr_reader :operations, :admin_keys, :query_keys, :services, :configurable, :base_url, :options, :model_classes + attr_reader :services, :operations, :admin_keys, :query_keys, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,10 +43,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @services = @client_0.services @operations = @client_0.operations @admin_keys = @client_0.admin_keys @query_keys = @client_0.query_keys - @services = @client_0.services @model_classes = ModelClasses.new end @@ -65,48 +65,48 @@ def method_missing(method, *args) end class ModelClasses + def admin_key_result + Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult + end def check_name_availability_input Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput end + def search_management_request_options + Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions + end def check_name_availability_output Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput end + def search_service + Azure::Search::Mgmt::V2015_08_19::Models::SearchService + end def operation_display Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay end + def hosting_mode + Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + 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 + def search_service_status + Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus end - def search_management_request_options - Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions + def unavailable_name_reason + Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason end def query_key Azure::Search::Mgmt::V2015_08_19::Models::QueryKey end - def search_service - Azure::Search::Mgmt::V2015_08_19::Models::SearchService - end - def unavailable_name_reason - Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason - end - def hosting_mode - Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + def admin_key_kind + Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind end def operation Azure::Search::Mgmt::V2015_08_19::Models::Operation end - def search_service_status - Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus - end - def admin_key_kind - Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind - end def resource Azure::Search::Mgmt::V2015_08_19::Models::Resource end diff --git a/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb b/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb index a6aa2912d1..9cde81945e 100644 --- a/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servermanagement_profile_module.rb @@ -7,13 +7,14 @@ 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 + Gateway = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Gateway Node = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Node - PowerShell = Azure::ServerManagement::Mgmt::V2016_07_01_preview::PowerShell module Models UpgradeMode = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::UpgradeMode + Resource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource EncryptionJwkResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::EncryptionJwkResource GatewayStatus = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayStatus GatewayResources = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResources @@ -28,25 +29,24 @@ module Models 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 - Resource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource + PowerShellTabCompletionParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionParameters PromptMessageResponse = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptMessageResponse GatewayResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResource - PowerShellTabCompletionParameters = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionParameters + 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 - NodeResource = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResource 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 + Version = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version PromptFieldType = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType GatewayExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayExpandOption PowerShellExpandOption = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption - Version = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version Error = Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Error end class ServerManagementManagementClass - attr_reader :gateway, :session, :node, :power_shell, :configurable, :base_url, :options, :model_classes + attr_reader :power_shell, :session, :gateway, :node, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -56,10 +56,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @gateway = @client_0.gateway + @power_shell = @client_0.power_shell @session = @client_0.session + @gateway = @client_0.gateway @node = @client_0.node - @power_shell = @client_0.power_shell @model_classes = ModelClasses.new end @@ -81,6 +81,9 @@ class ModelClasses def upgrade_mode Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::UpgradeMode end + def resource + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource + end def encryption_jwk_resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::EncryptionJwkResource end @@ -123,8 +126,8 @@ def node_parameters def power_shell_command_parameters Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandParameters end - def resource - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Resource + def power_shell_tab_completion_parameters + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionParameters end def prompt_message_response Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptMessageResponse @@ -132,8 +135,8 @@ def prompt_message_response def gateway_resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayResource end - def power_shell_tab_completion_parameters - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellTabCompletionParameters + def node_resource + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::NodeResource end def session_resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::SessionResource @@ -141,9 +144,6 @@ def session_resource def power_shell_session_resource Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellSessionResource end - 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 @@ -153,6 +153,9 @@ def retention_period def credential_data_format Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::CredentialDataFormat end + def version + Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version + end def prompt_field_type Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PromptFieldType end @@ -162,9 +165,6 @@ def gateway_expand_option def power_shell_expand_option Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellExpandOption end - def version - Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Version - end def error Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::Error end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index 6063f41ae2..8630ad182c 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -7,72 +7,72 @@ module Azure::Profiles::Latest module ServiceBus module Mgmt - Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations - Queues = Azure::ServiceBus::Mgmt::V2017_04_01::Queues Rules = Azure::ServiceBus::Mgmt::V2017_04_01::Rules + Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions + Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations PremiumMessagingRegionsOperations = Azure::ServiceBus::Mgmt::V2017_04_01::PremiumMessagingRegionsOperations Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces DisasterRecoveryConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::DisasterRecoveryConfigs - EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics - Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions + EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions + Queues = Azure::ServiceBus::Mgmt::V2017_04_01::Queues module Models OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult 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 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 SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult - Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult + PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties + SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails - RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult - SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult - CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter 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 SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription - Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule - SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction - CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability - PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions - SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace - ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType - TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource - KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType - SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination - EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult - AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource - SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName + ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys + SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus - Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end class ServiceBusManagementClass - attr_reader :operations, :queues, :rules, :premium_messaging_regions_operations, :namespaces, :disaster_recovery_configs, :event_hubs, :topics, :regions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :rules, :regions, :operations, :premium_messaging_regions_operations, :namespaces, :disaster_recovery_configs, :topics, :event_hubs, :subscriptions, :queues, :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) - @operations = @client_0.operations - @queues = @client_0.queues @rules = @client_0.rules + @regions = @client_0.regions + @operations = @client_0.operations @premium_messaging_regions_operations = @client_0.premium_messaging_regions_operations @namespaces = @client_0.namespaces @disaster_recovery_configs = @client_0.disaster_recovery_configs - @event_hubs = @client_0.event_hubs @topics = @client_0.topics - @regions = @client_0.regions + @event_hubs = @client_0.event_hubs @subscriptions = @client_0.subscriptions + @queues = @client_0.queues @model_classes = ModelClasses.new end @@ -119,6 +119,12 @@ def operation_list_result def error_response Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse end + def operation + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation + end + def tracked_resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + end def sbqueue_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult end @@ -131,35 +137,38 @@ def sbsku def sbtopic_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult end - def operation - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation + def sbnamespace_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult end def premium_messaging_regions_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties end - def sbnamespace_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult + def sbsubscription_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult end def authorization_rule_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties end + 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 end def message_count_details Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails end - def rule_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult - end - def sbsubscription_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult + def sql_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end def correlation_filter Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end - def sql_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + 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 @@ -173,80 +182,68 @@ def sbtopic def sbsubscription Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription end - def rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule - end - def sql_rule_action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction - end - def check_name_availability - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability - end - def premium_messaging_regions - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions - end - def sbnamespace - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace - end - def resource_namespace_patch - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - end - def filter_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType - end - 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 sbnamespace_update_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters - end def capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription 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 + def check_name_availability_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end - def access_keys - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys + def resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource end def arm_disaster_recovery_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult end - def check_name_availability_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + def check_name_availability + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability end - def resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + def access_keys + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys end - def sku_name - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName + def sql_rule_action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + end + def event_hub_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult end def regenerate_access_key_parameters Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end - def sku_tier - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + def rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + end + def resource_namespace_patch + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + end + def premium_messaging_regions + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions end def eventhub Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub end + def action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + end def arm_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end + def sku_tier + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + end + def key_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + end def access_rights Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights end def entity_status Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus end - def action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + def sku_name + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end def unavailable_reason Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason @@ -257,6 +254,9 @@ def provisioning_state_dr def encoding_capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription 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 diff --git a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb index 6a26dd7d64..4c80f80eb6 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -8,14 +8,35 @@ module Azure::Profiles::Latest module ServiceFabric module Mgmt Operations = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Operations + 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 - Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application - Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version + Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service module Models + ApplicationMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription + ServiceCorrelationDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceCorrelationDescription + ServicePlacementPolicyDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePlacementPolicyDescription + ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeDeltaHealthPolicy + ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationHealthPolicy + ClusterUpdateParameters = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpdateParameters + ApplicationParameter = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter + ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsListResult + ServiceLoadMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription + ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsResult + PartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription + DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::DiagnosticsStorageAccountConfig + RollingUpgradeMonitoringPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy + ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradePolicy + AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay + ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterHealthPolicy + AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AzureActiveDirectory + ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicy + ApplicationTypeResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList + ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateCommonName + ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateThumbprint ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradeDeltaHealthPolicy ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterVersionDetails @@ -36,6 +57,7 @@ module Models ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource + OperationListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult 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 @@ -43,40 +65,18 @@ module Models StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties Cluster = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster - CertificateDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription - OperationListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + CertificateDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription OperationResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult Resource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Resource ProvisioningState = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProvisioningState ServicePropertiesBase = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase ErrorModel = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ErrorModel ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem - ApplicationMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription - ServiceCorrelationDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceCorrelationDescription - ServicePlacementPolicyDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePlacementPolicyDescription - ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeDeltaHealthPolicy - ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationHealthPolicy - ClusterUpdateParameters = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpdateParameters - ApplicationParameter = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter - ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsListResult - ServiceLoadMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription - ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsResult - PartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription - DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::DiagnosticsStorageAccountConfig - RollingUpgradeMonitoringPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy - ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradePolicy - AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay - ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterHealthPolicy - AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AzureActiveDirectory - ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicy - ApplicationTypeResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList - ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateCommonName - ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList end class ServiceFabricManagementClass - attr_reader :operations, :clusters, :cluster_versions, :application_type, :service, :application, :version, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :version, :clusters, :cluster_versions, :application_type, :application, :service, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -87,12 +87,12 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations + @version = @client_0.version @clusters = @client_0.clusters @cluster_versions = @client_0.cluster_versions @application_type = @client_0.application_type - @service = @client_0.service @application = @client_0.application - @version = @client_0.version + @service = @client_0.service @model_classes = ModelClasses.new end @@ -111,6 +111,69 @@ def method_missing(method, *args) end class ModelClasses + def application_metric_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription + end + def service_correlation_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceCorrelationDescription + end + def service_placement_policy_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePlacementPolicyDescription + end + def service_type_delta_health_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeDeltaHealthPolicy + end + def application_health_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationHealthPolicy + end + def cluster_update_parameters + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpdateParameters + end + def application_parameter + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter + end + def cluster_code_versions_list_result + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsListResult + end + def service_load_metric_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription + end + def cluster_code_versions_result + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsResult + end + def partition_scheme_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription + end + def diagnostics_storage_account_config + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::DiagnosticsStorageAccountConfig + end + def rolling_upgrade_monitoring_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy + end + def cluster_upgrade_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradePolicy + end + def available_operation_display + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay + end + def cluster_health_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterHealthPolicy + end + def azure_active_directory + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AzureActiveDirectory + end + def service_type_health_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicy + end + def application_type_resource_list + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList + end + def client_certificate_common_name + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateCommonName + end + def application_resource_list + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList + end def client_certificate_thumbprint Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateThumbprint end @@ -171,6 +234,9 @@ def service_properties def service_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource end + def operation_list_result + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult + end def service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties end @@ -192,15 +258,12 @@ def stateful_service_update_properties def cluster Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster end - def certificate_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription - end - def operation_list_result - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult - end def proxy_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource end + def certificate_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription + end def operation_result Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult end @@ -219,69 +282,6 @@ def error_model def service_type_health_policy_map_item Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem end - def application_metric_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription - end - def service_correlation_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceCorrelationDescription - end - def service_placement_policy_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePlacementPolicyDescription - end - def service_type_delta_health_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeDeltaHealthPolicy - end - def application_health_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationHealthPolicy - end - def cluster_update_parameters - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpdateParameters - end - def application_parameter - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter - end - def cluster_code_versions_list_result - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsListResult - end - def service_load_metric_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription - end - def cluster_code_versions_result - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsResult - end - def partition_scheme_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription - end - def diagnostics_storage_account_config - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::DiagnosticsStorageAccountConfig - end - def rolling_upgrade_monitoring_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy - end - def cluster_upgrade_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradePolicy - end - def available_operation_display - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay - end - def cluster_health_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterHealthPolicy - end - def azure_active_directory - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AzureActiveDirectory - end - def service_type_health_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicy - end - def application_type_resource_list - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList - end - def client_certificate_common_name - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateCommonName - end - def application_resource_list - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList - end end end end diff --git a/azure_sdk/lib/latest/modules/signalr_profile_module.rb b/azure_sdk/lib/latest/modules/signalr_profile_module.rb index eba3be9963..1799b499e1 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -11,27 +11,27 @@ module Mgmt SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR module Models - ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState - TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay - KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList - ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification - RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters - Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation + OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource - SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters + SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation + TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource + KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState end class SignalrManagementClass @@ -65,32 +65,14 @@ def method_missing(method, *args) end class ModelClasses - def provisioning_state - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState - end - def tracked_resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - end - 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 end - def resource_sku - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku - end def metric_specification Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification end - def regenerate_key_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters - end - def operation - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation + def operation_display + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay end def signal_rresource_list Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList @@ -107,20 +89,20 @@ def name_availability def operation_properties Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties end - def resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource + def signal_rcreate_or_update_properties + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties end def signal_rkeys Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys end - def signal_rcreate_or_update_properties - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties + def name_availability_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end def signal_rresource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource end - def name_availability_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters + def resource_sku + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku end def signal_rsku_tier Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier @@ -128,6 +110,24 @@ def signal_rsku_tier def signal_rcreate_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters end + def regenerate_key_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + end + def operation + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation + end + def tracked_resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + end + def resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource + end + def key_type + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + end + def provisioning_state + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + end end end end diff --git a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb index db0339201c..2e55a62cf7 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 + Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase + ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck + Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response 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 - SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck - ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase - Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer + ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode end class SpellCheckDataClass @@ -53,11 +53,29 @@ def method_missing(method, *args) end class ModelClasses + def mode + Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + end + def response_base + Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase + end + def error_response + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + end + def spell_check + Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck + end + 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 + def response + Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion @@ -71,29 +89,11 @@ def error_type def action_type Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType end - def mode - Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode - end - def error_response - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse - end - def spell_check - Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck - end - def response_base - Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase - end - def response - Azure::CognitiveServices::SpellCheck::V1_0::Models::Response - end def error Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end - def identifiable - Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer + def error_sub_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode 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 8f2be39749..3a2b20fbda 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -7,6 +7,7 @@ module Azure::Profiles::Latest module SQL module Mgmt + Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities BackupLongTermRetentionVaults = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionVaults RecoverableDatabases = Azure::SQL::Mgmt::V2014_04_01::RecoverableDatabases RestorableDroppedDatabases = Azure::SQL::Mgmt::V2014_04_01::RestorableDroppedDatabases @@ -19,41 +20,40 @@ module Mgmt DisasterRecoveryConfigurations = Azure::SQL::Mgmt::V2014_04_01::DisasterRecoveryConfigurations ElasticPools = Azure::SQL::Mgmt::V2014_04_01::ElasticPools GeoBackupPolicies = Azure::SQL::Mgmt::V2014_04_01::GeoBackupPolicies - Queries = Azure::SQL::Mgmt::V2014_04_01::Queries QueryStatistics = Azure::SQL::Mgmt::V2014_04_01::QueryStatistics - QueryTexts = Azure::SQL::Mgmt::V2014_04_01::QueryTexts + Queries = Azure::SQL::Mgmt::V2014_04_01::Queries RecommendedElasticPools = Azure::SQL::Mgmt::V2014_04_01::RecommendedElasticPools + QueryTexts = Azure::SQL::Mgmt::V2014_04_01::QueryTexts ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks - ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks - ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives + ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities - ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities + ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors - TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities + ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions - DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies + TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies - ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages + DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies + ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages - Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities + FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups + SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents + EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations + SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers + SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages + SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups + VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules + FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations - EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors - FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors - 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 - SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents - SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages - SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers - VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules - FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies @@ -67,19 +67,39 @@ 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 - LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases + RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints module Models + DataMaskingRuleListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult + QueryText = Azure::SQL::Mgmt::V2014_04_01::Models::QueryText + DatabaseUsageListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult + TransparentDataEncryptionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult + DatabaseUsage = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage + ExtensionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ExtensionListResult + ServerUsageListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult + ServerCommunicationLinkListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult + ServerUsage = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage + DisasterRecoveryConfigurationListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult + MaxSizeCapability = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeCapability + ServerAdministratorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult + EditionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability + ElasticPoolPerDatabaseMaxDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability + ElasticPoolListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolListResult + ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEditionCapability + ReplicationLinkListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult + LocationCapabilities = Azure::SQL::Mgmt::V2014_04_01::Models::LocationCapabilities + CheckNameAvailabilityResponse = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse + RecommendedElasticPoolListMetricsResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult SloUsageMetric = Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric GeoBackupPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult TableAuditingPolicyProperties = Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties @@ -104,26 +124,26 @@ module Models 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 ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult + CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval - RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries - ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability - TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult - QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult + TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult + ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault - RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase - ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy - ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor - RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase - DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult + ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy ElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy @@ -139,20 +159,20 @@ module Models 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 ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy + ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState - PerformanceLevelUnit = Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit CapabilityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::CapabilityStatus MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits - DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition + PerformanceLevelUnit = Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction + DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState @@ -186,68 +206,48 @@ module Models MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue ServiceObjectiveListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult - DataMaskingRuleListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult - QueryText = Azure::SQL::Mgmt::V2014_04_01::Models::QueryText - DatabaseUsageListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult - TransparentDataEncryptionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult - DatabaseUsage = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage - ExtensionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ExtensionListResult - ServerUsageListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult - ServerCommunicationLinkListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult - ServerUsage = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage - DisasterRecoveryConfigurationListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult - MaxSizeCapability = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeCapability - ServerAdministratorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult - EditionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability - ElasticPoolPerDatabaseMaxDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability - ElasticPoolListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolListResult - ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEditionCapability - ReplicationLinkListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult - LocationCapabilities = Azure::SQL::Mgmt::V2014_04_01::Models::LocationCapabilities - CheckNameAvailabilityResponse = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse - RecommendedElasticPoolListMetricsResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord ManagedInstanceUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate - FirewallRuleList = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList + OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay + OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult ResourceIdentity = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity - SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema + FirewallRuleList = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList 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 + SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable ManagedInstanceListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult - EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult + SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn - FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint - RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo + EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult SyncGroupLogProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties - RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint + Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult + RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult - OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay - ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult - OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult - SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult - VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult - SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName - FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult SyncGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult SyncAgentListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult + FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + SyncAgentKeyProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties + SyncFullSchemaProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate - SyncFullSchemaProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties - AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions - Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult - RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction + AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions + ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult + VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties - SyncAgentKeyProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties + RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate @@ -255,90 +255,111 @@ module Models EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase - Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + 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 + AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason - ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy + FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType - SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType - FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState - SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult + JobAgentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult + CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate + JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition + AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions + JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget + CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions + JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult + RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction + DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem + JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + 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 + DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities + DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential - ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy - JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule - JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution - JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup - ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup - ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias + JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning - DatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus + ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase ManagementOperationState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState - JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias CatalogCollationType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType - JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + DatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - DatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult + JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType - JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + DatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType - ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode - AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState - AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode + TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource + AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy Database = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database DatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate - ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource - TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource + Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + 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 - Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired - Sku = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual SampleName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType - Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource - JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult - ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobCredentialListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate @@ -347,31 +368,10 @@ module Models ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult - JobAgentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult - CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition - JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate - JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult - JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult - ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition - AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions - JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget - CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions - JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult - ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition - ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult - DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem - JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput - JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction - ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy - ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy - DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation end class SQLManagementClass - attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryption_activities, :transparent_data_encryptions, :database_table_auditing_policies, :server_table_auditing_policies, :server_usages, :database_connection_policies, :database_usages, :capabilities, :servers, :operations, :database_recommended_actions, :database_advisors, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :server_advisors, :server_keys, :managed_instances, :sync_groups, :sync_agents, :subscription_usages, :sync_members, :virtual_network_rules, :firewall_rules, :database_blob_auditing_policies, :jobs, :backup_long_term_retention_policies, :databases, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_operations, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :restore_points, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :managed_databases, :server_automatic_tuning_operations, :long_term_retention_backups, :server_dns_aliases, :configurable, :base_url, :options, :model_classes + attr_reader :capabilities, :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :query_statistics, :queries, :recommended_elastic_pools, :query_texts, :replication_links, :server_communication_links, :server_azure_adadministrators, :elastic_pool_activities, :service_objectives, :service_tier_advisors, :elastic_pool_database_activities, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :failover_groups, :sync_agents, :encryption_protectors, :servers, :operations, :sync_members, :subscription_usages, :sync_groups, :virtual_network_rules, :firewall_rules, :server_advisors, :database_recommended_actions, :database_advisors, :database_automatic_tuning_operations, :managed_instances, :server_keys, :database_blob_auditing_policies, :jobs, :backup_long_term_retention_policies, :databases, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_operations, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :server_automatic_tuning_operations, :server_dns_aliases, :restore_points, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -381,6 +381,7 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @capabilities = @client_0.capabilities @backup_long_term_retention_vaults = @client_0.backup_long_term_retention_vaults @recoverable_databases = @client_0.recoverable_databases @restorable_dropped_databases = @client_0.restorable_dropped_databases @@ -393,47 +394,46 @@ def initialize(configurable, base_url=nil, options=nil) @disaster_recovery_configurations = @client_0.disaster_recovery_configurations @elastic_pools = @client_0.elastic_pools @geo_backup_policies = @client_0.geo_backup_policies - @queries = @client_0.queries @query_statistics = @client_0.query_statistics - @query_texts = @client_0.query_texts + @queries = @client_0.queries @recommended_elastic_pools = @client_0.recommended_elastic_pools + @query_texts = @client_0.query_texts @replication_links = @client_0.replication_links - @server_azure_adadministrators = @client_0.server_azure_adadministrators @server_communication_links = @client_0.server_communication_links - @service_objectives = @client_0.service_objectives + @server_azure_adadministrators = @client_0.server_azure_adadministrators @elastic_pool_activities = @client_0.elastic_pool_activities - @elastic_pool_database_activities = @client_0.elastic_pool_database_activities + @service_objectives = @client_0.service_objectives @service_tier_advisors = @client_0.service_tier_advisors - @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities + @elastic_pool_database_activities = @client_0.elastic_pool_database_activities @transparent_data_encryptions = @client_0.transparent_data_encryptions - @database_table_auditing_policies = @client_0.database_table_auditing_policies + @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities @server_table_auditing_policies = @client_0.server_table_auditing_policies - @server_usages = @client_0.server_usages + @database_table_auditing_policies = @client_0.database_table_auditing_policies @database_connection_policies = @client_0.database_connection_policies + @server_usages = @client_0.server_usages @database_usages = @client_0.database_usages - @capabilities = @client_0.capabilities @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 + @sync_agents = @client_1.sync_agents + @encryption_protectors = @client_1.encryption_protectors @servers = @client_1.servers @operations = @client_1.operations + @sync_members = @client_1.sync_members + @subscription_usages = @client_1.subscription_usages + @sync_groups = @client_1.sync_groups + @virtual_network_rules = @client_1.virtual_network_rules + @firewall_rules = @client_1.firewall_rules + @server_advisors = @client_1.server_advisors @database_recommended_actions = @client_1.database_recommended_actions @database_advisors = @client_1.database_advisors @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations - @encryption_protectors = @client_1.encryption_protectors - @failover_groups = @client_1.failover_groups - @server_advisors = @client_1.server_advisors - @server_keys = @client_1.server_keys @managed_instances = @client_1.managed_instances - @sync_groups = @client_1.sync_groups - @sync_agents = @client_1.sync_agents - @subscription_usages = @client_1.subscription_usages - @sync_members = @client_1.sync_members - @virtual_network_rules = @client_1.virtual_network_rules - @firewall_rules = @client_1.firewall_rules + @server_keys = @client_1.server_keys @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -453,17 +453,17 @@ 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 - @long_term_retention_backups = @client_2.long_term_retention_backups @server_dns_aliases = @client_2.server_dns_aliases + @restore_points = @client_2.restore_points @model_classes = ModelClasses.new end @@ -486,6 +486,66 @@ def method_missing(method, *args) end class ModelClasses + def data_masking_rule_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult + end + def query_text + Azure::SQL::Mgmt::V2014_04_01::Models::QueryText + end + def database_usage_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult + end + def transparent_data_encryption_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult + end + def database_usage + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage + end + def extension_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ExtensionListResult + end + def server_usage_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult + end + def server_communication_link_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult + end + def server_usage + Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage + end + def disaster_recovery_configuration_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult + end + def max_size_capability + Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeCapability + end + def server_administrator_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult + end + def edition_capability + Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability + end + def elastic_pool_per_database_max_dtu_capability + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability + end + def elastic_pool_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolListResult + end + def elastic_pool_edition_capability + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEditionCapability + end + def replication_link_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult + end + def location_capabilities + Azure::SQL::Mgmt::V2014_04_01::Models::LocationCapabilities + end + def check_name_availability_response + Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse + end + def recommended_elastic_pool_list_metrics_result + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult + end def slo_usage_metric Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric end @@ -558,65 +618,65 @@ def backup_long_term_retention_policy_list_result 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 service_tier_advisor_list_result Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult end + def check_name_availability_request + Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest + end def query_interval Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval end - def recoverable_database_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult - end 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 database_table_auditing_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult end def top_queries Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries end - def elastic_pool_dtu_capability - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + def advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end def top_queries_list_result Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult end - def advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult - end - def query_statistic_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult + 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 recoverable_database - Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + def restorable_dropped_database + Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end - def server_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy + def query_statistic_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult end def service_tier_advisor Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor end - def recommended_index - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + def transparent_data_encryption + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption 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 database_security_alert_policy Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy end - def transparent_data_encryption - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + def recommended_index + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + end + def server_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy end def elastic_pool Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool @@ -663,9 +723,6 @@ def transparent_data_encryption_activity 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 server_table_auditing_policy Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy end @@ -675,20 +732,20 @@ def database_connection_policy def database_table_auditing_policy Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy end + def elastic_pool_database_activity + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + end def backup_long_term_retention_policy_state Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState end - def performance_level_unit - Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit - end def capability_status Azure::SQL::Mgmt::V2014_04_01::Models::CapabilityStatus end def max_size_units Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits end - def database_edition - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition + def performance_level_unit + Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit end def check_name_availability_reason Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason @@ -705,6 +762,9 @@ def transparent_data_encryption_status def recommended_index_action Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction end + def database_edition + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition + end def recommended_index_type Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType end @@ -804,66 +864,6 @@ def metric_value def service_objective_list_result Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult end - def data_masking_rule_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult - end - def query_text - Azure::SQL::Mgmt::V2014_04_01::Models::QueryText - end - def database_usage_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult - end - def transparent_data_encryption_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult - end - def database_usage - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage - end - def extension_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ExtensionListResult - end - def server_usage_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult - end - def server_communication_link_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult - end - def server_usage - Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage - end - def disaster_recovery_configuration_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult - end - def max_size_capability - Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeCapability - end - def server_administrator_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult - end - def edition_capability - Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability - end - def elastic_pool_per_database_max_dtu_capability - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability - end - def elastic_pool_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolListResult - end - def elastic_pool_edition_capability - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEditionCapability - end - def replication_link_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult - end - def location_capabilities - Azure::SQL::Mgmt::V2014_04_01::Models::LocationCapabilities - end - def check_name_availability_response - Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse - end - def recommended_elastic_pool_list_metrics_result - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult - end def recommended_action_implementation_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo end @@ -873,50 +873,59 @@ def recommended_action_impact_record def managed_instance_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate end - def firewall_rule_list - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList + def operation_display + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay + end + def operation_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult end 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 firewall_rule_list + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList end def sync_database_id_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult end - def sync_group_schema_table - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable + def sync_group_schema + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema end def sync_full_schema_table Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable end - def sync_group_schema_table_column - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn + def sync_group_schema_table + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable end def managed_instance_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult end - def encryption_protector_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult + def sync_group_schema_table_column + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn end def sync_full_schema_table_column Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn end - def failover_group_read_only_endpoint - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint - end - def recommended_action_state_info - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo + def encryption_protector_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult 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 + def failover_group_read_only_endpoint + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint end - def failover_group_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult + def operation + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation + end + def failover_group_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult + end + def recommended_action_error_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + end + def recommended_action_state_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo end def recommended_action_metric_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo @@ -924,32 +933,14 @@ def recommended_action_metric_info def sync_full_schema_properties_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult end - def operation_display - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay - end - def server_key_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult - end - def operation_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult - end - def sync_group_log_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult - end - def virtual_network_rule_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult - end - def subscription_usage_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult - end def partner_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo end def resource_with_writable_name Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName end - def failover_group_read_write_endpoint - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + def subscription_usage_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult end def sync_group_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult @@ -957,32 +948,38 @@ def sync_group_list_result def sync_agent_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult end + def failover_group_read_write_endpoint + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + end + def sync_agent_key_properties + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties + end + def sync_full_schema_properties + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties + end def sync_member_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult end def failover_group_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate end - def sync_full_schema_properties - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties + def sync_agent_linked_database_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult end def automatic_tuning_options Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions end - def operation - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation - end - def sync_agent_linked_database_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult + def server_key_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult end - def recommended_action - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction + def virtual_network_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult end def sync_database_id_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties end - def sync_agent_key_properties - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties + def recommended_action + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end def database_automatic_tuning Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning @@ -990,6 +987,9 @@ def database_automatic_tuning def advisor Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor end + def sync_group_log_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult + end def proxy_resource_with_writable_name Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end @@ -1011,9 +1011,6 @@ def sync_agent 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 - end def server_key Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end @@ -1023,8 +1020,8 @@ def subscription_usage def virtual_network_rule Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end - def sync_group - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + def server + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server end def sync_member Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember @@ -1035,8 +1032,8 @@ def auto_execute_status def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom end - def advisor_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + def sync_group + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end def recommended_action_initiated_by Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy @@ -1047,29 +1044,29 @@ def implementation_method def is_retryable Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end + def advisor_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + end def recommended_action_current_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end - def sync_agent_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - end def automatic_tuning_disabled_reason Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end - def server_key_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - end def automatic_tuning_mode Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode end def read_only_endpoint_failover_policy Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy end + def failover_group_replication_role + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + end def identity_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end - def sync_group_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + def 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 @@ -1077,11 +1074,14 @@ def read_write_endpoint_failover_policy def sync_group_log_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType end - def failover_group_replication_role - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + def sync_conflict_resolution_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy end - def sync_direction - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + def sync_group_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + end + def sync_agent_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState end def sync_member_db_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType @@ -1089,8 +1089,8 @@ def sync_member_db_type def virtual_network_rule_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end - def sync_conflict_resolution_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + def sync_direction + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection end def sync_member_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState @@ -1107,11 +1107,74 @@ def operation_origin def server_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult end + def job_agent_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult + end + def create_database_restore_point_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + end + def job_agent_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate + end + def job_step_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + end + def job_version_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + end + def server_dns_alias_acquisition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition + end + def automatic_tuning_server_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions + end + def job_execution_target + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget + end + def complete_database_restore_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + end + def job_step_execution_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions + end + def job_schedule + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + end + def import_export_database_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + end + def managed_database_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult + end + def restore_point_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + end + def job_step_action + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction + end + def database_vulnerability_assessment_rule_baseline_item + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem + end + def job_execution_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + end + def extended_database_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy + end + 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 + end + def database_operation + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation + end def import_export_operation_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult end - def database_vulnerability_assessment_rule_baseline - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + def job_step_output + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput end def database_vulnerability_assessment Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment @@ -1119,80 +1182,80 @@ 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 + end def job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end def job_credential Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential end - def extended_database_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy - end - def job_schedule - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule - end - def job_step - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep - end def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution end - def job_version - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + def server_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end def job_target_group Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup end - def managed_database - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + def job_step + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep end def long_term_retention_backup Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup end - def server_dns_alias - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias + def job_version + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion end def server_automatic_tuning Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning end - def database_status - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus + def managed_database + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase end def management_operation_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState end - def job_agent_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + def server_dns_alias + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias end def catalog_collation_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType end - def job_target_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + def database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus end def job_execution_lifecycle Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle end - def database_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult + def job_agent_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState end def job_schedule_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType end - def job_step_action_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + def database_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult end def job_step_action_source Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource end + def job_step_action_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + end + def job_target_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + end def job_step_output_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType end def job_target_group_membership_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType end - def managed_database_status - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + def proxy_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource end def managed_database_create_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode @@ -1200,18 +1263,24 @@ def managed_database_create_mode def create_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode end - def automatic_tuning_server_reason - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + def managed_database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end def long_term_retention_database_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState end - def automatic_tuning_server_mode - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode + def tracked_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource + end + def automatic_tuning_server_reason + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason end def vulnerability_assessment_policy_baseline_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end + def automatic_tuning_server_mode + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode + end def backup_long_term_retention_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy end @@ -1221,11 +1290,11 @@ def database def database_update Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate end - def proxy_resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource + def job + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job end - def tracked_resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource + 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 @@ -1233,8 +1302,8 @@ def database_blob_auditing_policy def restore_point Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint end - def job - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + def resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource end def blob_auditing_policy_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState @@ -1242,8 +1311,11 @@ def blob_auditing_policy_state def automatic_tuning_option_mode_desired Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired end - def sku - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku + def provisioning_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + end + def job_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult end def automatic_tuning_option_mode_actual Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual @@ -1254,15 +1326,6 @@ def sample_name def restore_point_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType end - def resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource - end - def job_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult - end - def provisioning_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState - end def job_credential_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult end @@ -1287,69 +1350,6 @@ def job_target def long_term_retention_backup_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult end - def job_agent_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult - end - def create_database_restore_point_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition - end - def job_agent_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate - end - def job_step_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult - end - def job_version_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult - end - def server_dns_alias_acquisition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition - end - def automatic_tuning_server_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions - end - def job_execution_target - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget - end - def complete_database_restore_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - end - def job_step_execution_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions - end - def job_execution_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult - end - def import_export_database_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition - end - def managed_database_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - end - def restore_point_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - end - def database_operation_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult - end - def database_vulnerability_assessment_rule_baseline_item - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem - end - def job_step_output - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput - end - def job_step_action - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction - end - def extended_server_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy - end - def server_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy - end - def database_operation - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation - 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 930113e01a..b3e4a33cf8 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -7,34 +7,47 @@ 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 + LegalHoldProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHoldProperties + Restriction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction + TagProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::TagProperty + UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UpdateHistoryProperty + ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties + StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies + AzureEntityResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AzureEntityResource + BlobContainer = Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer + ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy + ListContainerItem = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem + 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 + DefaultAction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction + SignedResourceTypes = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes HttpProtocol = Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol - AccessTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier + Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions + SignedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource PublicAccess = Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess LeaseStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState - SignedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource + 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 - LeaseDuration = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration - Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions - ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification State = Azure::Storage::Mgmt::V2018_03_01_preview::Models::State - OperationDisplay = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay Reason = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason + OperationDisplay = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay OperationListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult - Services = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services + ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification 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 - VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule + 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 @@ -43,21 +56,29 @@ module Models StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountListKeysResult Encryption = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Encryption StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountRegenerateKeyParameters - Dimension = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension + Endpoints = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountUpdateParameters - MetricSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification + CustomDomain = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain UsageName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageName StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCreateParameters Usage = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Usage EncryptionServices = Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices 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 - Endpoints = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints StorageAccount = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount - CustomDomain = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain - SkuTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier SkuName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName + SkuTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier + Kind = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind + ProvisioningState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState + AccessTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier + AccountStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountStatus + KeyPermission = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission + UsageUnit = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageUnit + Action = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action + Dimension = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension + MetricSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification 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 @@ -70,31 +91,10 @@ module Models StorageSkuListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageSkuListResult ListContainerItems = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItems LegalHold = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHold - LegalHoldProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHoldProperties - Restriction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction - TagProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::TagProperty - UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UpdateHistoryProperty - ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties - StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies - AzureEntityResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AzureEntityResource - BlobContainer = Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer - ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy - ListContainerItem = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem - 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 - DefaultAction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction - Action = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action - Kind = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind - ProvisioningState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState - AccountStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountStatus - KeyPermission = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission - UsageUnit = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageUnit - SignedResourceTypes = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes 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,11 +127,59 @@ def method_missing(method, *args) end class ModelClasses + def legal_hold_properties + Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHoldProperties + end + def restriction + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction + end + def tag_property + Azure::Storage::Mgmt::V2018_03_01_preview::Models::TagProperty + end + def update_history_property + Azure::Storage::Mgmt::V2018_03_01_preview::Models::UpdateHistoryProperty + end + def immutability_policy_properties + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties + end + def storage_account_management_policies + Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies + end + def azure_entity_resource + Azure::Storage::Mgmt::V2018_03_01_preview::Models::AzureEntityResource + end + def blob_container + Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer + end + def immutability_policy + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy + end + def list_container_item + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem + end + def reason_code + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode + end + def key_source + Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource + end + def bypass + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass + 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 + end def http_protocol Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol end - def access_tier - Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier + 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 public_access Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess @@ -142,8 +190,8 @@ def lease_status def lease_state Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState end - def signed_resource - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource + 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 @@ -151,29 +199,20 @@ def immutability_policy_state def immutability_policy_update_type Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType end - def lease_duration - Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration - end - def permissions - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions - end - def service_specification - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification - end def state Azure::Storage::Mgmt::V2018_03_01_preview::Models::State end - def operation_display - Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay - end def reason Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason end + def operation_display + Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay + end def operation_list_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult end - def services - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services + def service_specification + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification end def proxy_resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource @@ -187,8 +226,8 @@ def identity def tracked_resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource end - def virtual_network_rule - Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule + def 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 @@ -214,14 +253,14 @@ def encryption def storage_account_regenerate_key_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountRegenerateKeyParameters end - def dimension - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension + def endpoints + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints end def storage_account_update_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountUpdateParameters end - def metric_specification - Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification + def custom_domain + Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain end def usage_name Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageName @@ -241,23 +280,47 @@ 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 + end def resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource end - def endpoints - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints - end def storage_account Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount end - def custom_domain - Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain + def sku_name + Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName end def sku_tier Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier end - def sku_name - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName + def kind + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind + end + def provisioning_state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState + end + def access_tier + Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier + end + def account_status + Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountStatus + end + def key_permission + Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission + end + 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 dimension + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension + end + def metric_specification + Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification end def skucapability Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability @@ -295,69 +358,6 @@ def list_container_items def legal_hold Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHold end - def legal_hold_properties - Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHoldProperties - end - def restriction - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction - end - def tag_property - Azure::Storage::Mgmt::V2018_03_01_preview::Models::TagProperty - end - def update_history_property - Azure::Storage::Mgmt::V2018_03_01_preview::Models::UpdateHistoryProperty - end - def immutability_policy_properties - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties - end - def storage_account_management_policies - Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies - end - def azure_entity_resource - Azure::Storage::Mgmt::V2018_03_01_preview::Models::AzureEntityResource - end - def blob_container - Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer - end - def immutability_policy - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy - end - def list_container_item - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem - end - def reason_code - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode - end - def key_source - Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource - end - def bypass - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass - end - def default_action - Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction - end - def action - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action - end - def kind - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Kind - end - def provisioning_state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState - end - def account_status - Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountStatus - end - def key_permission - Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission - end - def usage_unit - Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageUnit - end - def signed_resource_types - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes - end end end end diff --git a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb index e647b219b0..bd19e5118d 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -8,9 +8,6 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations - Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups - Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs - Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts @@ -23,8 +20,32 @@ module Mgmt VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials + Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs + Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices module Models + DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics + MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings + Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration + ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest + BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting + HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup + Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager + ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest + NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates @@ -36,25 +57,25 @@ module Models AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType - ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType - ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus - DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek 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 DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus @@ -68,21 +89,21 @@ module Models MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus - ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus - OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus - JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job - Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume - BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device TargetEligibilityResult = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult @@ -111,6 +132,7 @@ module Models AcsConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration StorageAccountCredentialList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList AlertErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time BaseModel = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel PublicKey = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::PublicKey ClearAlertRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ClearAlertRequest @@ -123,33 +145,32 @@ module Models NetworkSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch NetworkInterfaceData0Settings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings HardwareComponentGroupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList - JobErrorItem = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch + JobErrorItem = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage - DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings DNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings + DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList - ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest - BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList + JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList + BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest - BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList - NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList - NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters - SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch @@ -158,36 +179,15 @@ module Models AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList - MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter - DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage - BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule - MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics - NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 - AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings - Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup - BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy - BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule - Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration - ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest - BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting - HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup - Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager - ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest - NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings end class StorSimple8000SeriesManagementClass - attr_reader :operations, :backups, :jobs, :devices, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :device_settings, :backup_schedules, :backup_policies, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :device_settings, :backup_schedules, :backup_policies, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :backups, :jobs, :devices, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -198,9 +198,6 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @backups = @client_0.backups - @jobs = @client_0.jobs - @devices = @client_0.devices @managers = @client_0.managers @access_control_records = @client_0.access_control_records @alerts = @client_0.alerts @@ -213,6 +210,9 @@ def initialize(configurable, base_url=nil, options=nil) @volume_containers = @client_0.volume_containers @volumes = @client_0.volumes @storage_account_credentials = @client_0.storage_account_credentials + @backups = @client_0.backups + @jobs = @client_0.jobs + @devices = @client_0.devices @model_classes = ModelClasses.new end @@ -231,6 +231,69 @@ def method_missing(method, *args) end class ModelClasses + def data_statistics + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics + end + def metric_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + end + def device_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + end + def bandwidth_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + end + def chap_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + end + def access_control_record + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + end + def nic_ipv4 + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + end + def metric_name + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + end + def alert_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings + end + def backup + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + end + def backup_policy + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + end + def backup_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + end + def alert + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + end + def cloud_appliance_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration + end + def configure_device_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest + end + def bandwidth_setting + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting + end + def hardware_component_group + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup + end + def manager + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager + end + def controller_power_state_change_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest + end + def network_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + end + def security_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + end def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo end @@ -264,8 +327,8 @@ def alert_severity def volume_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType end - def scheduled_backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end def backup_job_creation_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType @@ -273,8 +336,8 @@ def backup_job_creation_type def recurrence_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType end - def schedule_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + def scheduled_backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus end def backup_policy_creation_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType @@ -294,8 +357,8 @@ def metric_definition 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 schedule_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus end def device_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus @@ -306,8 +369,8 @@ def day_of_week 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 @@ -318,8 +381,8 @@ def device_type def encryption_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + def authorization_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility end def target_eligibility_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus @@ -360,8 +423,8 @@ def net_interface_id def ssl_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus end - def iscsiand_cloud_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + def job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus end def network_mode Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode @@ -369,42 +432,42 @@ def network_mode def remote_management_mode_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration end + def job + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + end def volume_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus end def job_error_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails end + def owner_ship_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + end + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + end def operation_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus end def monitoring_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus end - def owner_ship_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + def iscsiand_cloud_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus end def backup_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus end - def job_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - end - def job - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job - end - def volume - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume - end - def backup_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - end def resource Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource end def kind Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind end + def backup_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + end def authentication_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType end @@ -489,6 +552,9 @@ def storage_account_credential_list def alert_error_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end def base_model Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel end @@ -525,80 +591,74 @@ def network_interface_data0_settings def hardware_component_group_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList end - def job_error_item - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem - end def device_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails end def remote_management_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch end + def job_error_item + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem + end def job_stage Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage end - def device_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch - end def webproxy_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings end def dnssettings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings end + def device_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + end def job_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter end - def job_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList - end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - end def available_provider_operation_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList end - def list_failover_targets_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + def backup_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList + end + def job_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList end def backup_schedule_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList end - def backup_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - end def manager_intrinsic_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings end + def key + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + end def manager_sku Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku end def clone_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest end - def bandwidth_setting_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + def list_failover_targets_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest end - def network_adapter_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + 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 end - def security_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - end - def cloud_appliance_configuration_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList + def bandwidth_setting_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList end - def key - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + def manager_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList end def device_rollover_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails end - def manager_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + def network_adapter_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList end def dimension_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter @@ -606,6 +666,9 @@ def dimension_filter def metric_availablity Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity end + def security_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + end def metric_data Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData end @@ -630,84 +693,21 @@ def metric_definition_list def volume_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList end - def metric_name - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName - end def metric_name_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter end + def vm_image + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + end def metric_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter end - def device_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - end - def chap_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - end - def data_statistics - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics - end def alert_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end - def vm_image - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage - end - def bandwidth_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule - end - def metric_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList - end def metrics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics end - def nic_ipv4 - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 - end - def access_control_record - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - end - def alert_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings - end - def backup - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup - end - def backup_policy - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy - end - def backup_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule - end - def alert - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - end - def cloud_appliance_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration - end - def configure_device_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest - end - def bandwidth_setting - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting - end - def hardware_component_group - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup - end - def manager - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager - end - def controller_power_state_change_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest - end - def network_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - end - def security_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings - end 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 0762484ea6..6cdcc59e78 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -7,91 +7,91 @@ module Azure::Profiles::Latest module StreamAnalytics module Mgmt - Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations - Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations - Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions - Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions 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 - Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding + BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource + 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 + OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding + Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn AzureMachineLearningWebServiceInputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs + Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku ReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding - Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition + Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics OutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource - Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties ServiceBusDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties + InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties OutputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult - FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties + FunctionInput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties - StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult - InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult + SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult + StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus - Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + 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 - SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob - JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding - Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties - AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding - Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - FunctionInput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput + JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding + Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource - DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource - ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource - BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource + ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters - JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters - SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota - SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName - EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy - OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy - CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel - OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode - UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType - JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat end class StreamAnalyticsManagementClass - attr_reader :transformations, :operations, :functions, :subscriptions, :streaming_jobs, :inputs, :outputs, :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,13 +101,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @transformations = @client_0.transformations - @operations = @client_0.operations - @functions = @client_0.functions - @subscriptions = @client_0.subscriptions @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 + @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -126,8 +126,35 @@ def method_missing(method, *args) end class ModelClasses - def encoding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding + def blob_stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource + end + def subscription_quota + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota + end + def output_start_mode + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + end + def java_script_function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + end + def output_error_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + end + def compatibility_level + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + end + def events_out_of_order_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + end + def udf_type + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + end + def sku_name + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + end + def json_output_serialization_format + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat end def operation_display Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay @@ -141,125 +168,125 @@ def error_response def operation Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation end + def encoding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding + end + def serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + end def azure_machine_learning_web_service_input_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn end def azure_machine_learning_web_service_inputs Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs end + def sku + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + end def reference_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource end def function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding end - def diagnostics - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics - end def function_output Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput end def diagnostic_condition Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition end + def diagnostics + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics + end def output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource end - def serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + def function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties end def service_bus_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties end + def input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties + end def output_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult end - def function_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties - end def start_streaming_job_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters end def blob_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties end + def function_input + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput + end def function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters end 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 + 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 end - def input_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult + def sub_resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource end def azure_machine_learning_web_service_output_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn end + def input_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult + end + def stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + 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 sku - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - end def subscription_quotas_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult end - def function_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + def resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + end + 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 + def function_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult end - def sub_resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + def function + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function end def streaming_job Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob end - def java_script_function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding - end - def input - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input - end def scalar_function_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties end def avro_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end - def function - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function - end def json_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end - def input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties - end - def azure_machine_learning_web_service_function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding - end - def resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource - end - def storage_account - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + def java_script_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding end - def function_input - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput + def output + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output end def csv_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization @@ -270,8 +297,8 @@ def azure_data_lake_store_output_data_source def power_bioutput_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource end - def event_hub_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + def azure_machine_learning_web_service_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding end def service_bus_topic_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource @@ -279,8 +306,8 @@ def service_bus_topic_output_data_source def service_bus_queue_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource end - def document_db_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + def event_hub_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end def azure_sql_database_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource @@ -288,8 +315,8 @@ def azure_sql_database_output_data_source 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 + def document_db_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource end def blob_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource @@ -297,8 +324,8 @@ def blob_output_data_source 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 azure_table_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource end def io_thub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource @@ -306,8 +333,8 @@ def io_thub_stream_input_data_source def event_hub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource end - def blob_stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource + def reference_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties end def stream_input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties @@ -315,33 +342,6 @@ def stream_input_properties 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 - end - def subscription_quota - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota - end - def sku_name - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName - 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 - end - def compatibility_level - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel - end - def output_start_mode - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode - end - def udf_type - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType - end - def json_output_serialization_format - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - end 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 304d75030c..977e0e6585 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -10,7 +10,6 @@ module TextAnalytics module Models Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage - ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput KeyPhraseBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem @@ -21,6 +20,7 @@ module Models SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult + ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError AzureRegions = Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions end @@ -60,9 +60,6 @@ def input def detected_language Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage end - def error_response - Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse - end def multi_language_input Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput end @@ -93,6 +90,9 @@ def multi_language_batch_input def sentiment_batch_result Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult end + def error_response + Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse + end def internal_error Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError end diff --git a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb index 79a341a669..89a6448802 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -8,40 +8,40 @@ 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 - HeatMap = Azure::TrafficManager::Mgmt::V2017_09_01_preview::HeatMap + 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 - MonitorConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig - TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy - EndpointStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus - EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus - 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 TrafficManagerNameAvailability = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerNameAvailability Region = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Region CheckTrafficManagerRelativeDnsNameAvailabilityParameters = Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters DnsConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig + MonitorConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig + Profile = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile + ProfileListResult = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult + EndpointStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus + Endpoint = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint + TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy + MonitorProtocol = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol + EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus + TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod + 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 - HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint + 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 + 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 - Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource - DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult - ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end class TrafficManagerManagementClass - attr_reader :endpoints, :geographic_hierarchies, :profiles, :heat_map, :traffic_manager_user_metrics_keys, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :profiles, :geographic_hierarchies, :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,16 +52,16 @@ 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)) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @heat_map = @client_1.heat_map @traffic_manager_user_metrics_keys = @client_1.traffic_manager_user_metrics_keys + @heat_map = @client_1.heat_map @model_classes = ModelClasses.new end @@ -82,29 +82,23 @@ def method_missing(method, *args) end class ModelClasses - 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 + def profile_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus end - def endpoint_monitor_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus + def traffic_manager_name_availability + Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerNameAvailability end - def profile_monitor_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus + def region + Azure::TrafficManager::Mgmt::V2017_05_01::Models::Region end - def monitor_protocol - Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol + def check_traffic_manager_relative_dns_name_availability_parameters + Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters end - def profile_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus + def dns_config + Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig end - def traffic_routing_method - Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod + def monitor_config + Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig end def profile Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile @@ -112,26 +106,38 @@ def profile def profile_list_result Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult end + def endpoint_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + end + def profile_monitor_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus + end def endpoint Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint end - def traffic_manager_name_availability - Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerNameAvailability + def traffic_manager_geographic_hierarchy + Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy end - def region - Azure::TrafficManager::Mgmt::V2017_05_01::Models::Region + def monitor_protocol + Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol end - def check_traffic_manager_relative_dns_name_availability_parameters - Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters + def endpoint_monitor_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus end - def dns_config - Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig + def traffic_routing_method + Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod + end + def delete_operation_result + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult + end + def proxy_resource + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end def 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 @@ -139,21 +145,15 @@ def traffic_flow def query_experience Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience end + 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 end def traffic_manager_user_metrics_key_model Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel end - def resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource - end - def delete_operation_result - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult - end - def proxy_resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource - end end end end diff --git a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb index 37a39d914a..0be01f30db 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,6 +9,10 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule @@ -24,23 +28,19 @@ module Models ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject + ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode - PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions 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 - ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse - Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject end class VideoSearchDataClass @@ -73,6 +73,18 @@ def method_missing(method, *args) end class ModelClasses + def freshness + Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + end + def image_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + end + def media_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject + end + def response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + end def trending_videos_category Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory end @@ -118,18 +130,18 @@ def query_context def query Azure::CognitiveServices::VideoSearch::V1_0::Models::Query end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - end def video_object Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject end + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + end + def pivot_suggestions + Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + end def search_results_answer Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer end - def identifiable - Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable - end def answer Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer end @@ -142,33 +154,21 @@ def creative_work def error_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode end - def pivot_suggestions - Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions - 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 error_response - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse - end - def freshness - Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness - end - def image_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - end def error Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end - def media_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - end end end end diff --git a/azure_sdk/lib/latest/modules/web_profile_module.rb b/azure_sdk/lib/latest/modules/web_profile_module.rb index 3ce4e80776..88ca748a73 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -12,19 +12,24 @@ 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 - Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates DeletedWebApps = Azure::Web::Mgmt::V2016_03_01::DeletedWebApps Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations Provider = Azure::Web::Mgmt::V2016_03_01::Provider + Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics + Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates WebApps = Azure::Web::Mgmt::V2016_08_01::WebApps AppServiceEnvironments = Azure::Web::Mgmt::V2016_09_01::AppServiceEnvironments AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans module Models + 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 DomainType = Azure::Web::Mgmt::V2015_04_01::Models::DomainType + TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption ErrorResponse = Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse Domain = Azure::Web::Mgmt::V2015_04_01::Models::Domain Contact = Azure::Web::Mgmt::V2015_04_01::Models::Contact @@ -33,45 +38,43 @@ module Models DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2015_04_01::Models::DomainControlCenterSsoRequest DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifierCollection DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2015_04_01::Models::DomainRecommendationSearchParameters - Address = Azure::Web::Mgmt::V2015_04_01::Models::Address NameIdentifierCollection = Azure::Web::Mgmt::V2015_04_01::Models::NameIdentifierCollection HostName = Azure::Web::Mgmt::V2015_04_01::Models::HostName + Address = Azure::Web::Mgmt::V2015_04_01::Models::Address TopLevelDomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection DomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::DomainCollection TldLegalAgreement = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement - TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption - TldLegalAgreementCollection = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection - DomainPatchResource = Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource - DomainOwnershipIdentifier = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier - TopLevelDomain = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain + CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType + CertificateEmail = Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail + RenewCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest + AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource CertificateProductType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType CertificateOrderStatus = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus 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 SiteSealRequest = Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest + SiteSeal = Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal AppServiceCertificateOrder = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder - CertificateOrderAction = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction CertificateDetails = Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest - SiteSeal = Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal + CertificateOrderAction = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource - CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType - CertificateEmail = Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail - RenewCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest - AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource + CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties + ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes + CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes SolutionType = Azure::Web::Mgmt::V2016_03_01::Models::SolutionType NotificationLevel = Azure::Web::Mgmt::V2016_03_01::Models::NotificationLevel - VnetValidationFailureDetails = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails + VnetValidationTestFailure = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure MetricAvailability = Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability - CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes + AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification Channels = Azure::Web::Mgmt::V2016_03_01::Models::Channels InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType IssueType = Azure::Web::Mgmt::V2016_03_01::Models::IssueType - KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus SkuName = Azure::Web::Mgmt::V2016_03_01::Models::SkuName + KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus Certificate = Azure::Web::Mgmt::V2016_03_01::Models::Certificate HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo ValidateResponse = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse @@ -84,82 +87,91 @@ module Models DeploymentLocations = Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations SourceControlCollection = Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection GlobalCsmSkuDescription = Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription - DeletedSite = Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite DeletedWebAppCollection = Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution - DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod + DeletedSite = Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite ValidateResponseError = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod - ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability + DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod RecommendationRule = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample - DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet + ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData - Recommendation = Azure::Web::Mgmt::V2016_03_01::Models::Recommendation + DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet + SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection - DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection + Recommendation = Azure::Web::Mgmt::V2016_03_01::Models::Recommendation DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection + CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource - SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition - DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition - DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory DiagnosticAnalysis = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis - GeoRegion = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion + DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory CsmOperationDisplay = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay CsmOperationCollection = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl - VnetValidationTestFailure = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure - CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + GeoRegion = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion + DiagnosticDetectorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification - DiagnosticDetectorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse + VnetValidationFailureDetails = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails PremierAddOnOffer = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOffer VnetParameters = Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters ResourceScopeType = Azure::Web::Mgmt::V2016_03_01::Models::ResourceScopeType NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription - CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties - ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes - AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions + ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo + BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest + BackupSchedule = Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule + Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment + FunctionSecrets = Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets + PublicCertificate = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate + RestoreResponse = Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse + SiteAuthSettings = Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings + MigrateMySqlStatus = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus + StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions + RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + PremierAddOn = Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn SiteLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig SitePhpErrorLogFlag = Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag SlotConfigNamesResource = Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource - SiteAuthSettings = Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings + 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 + SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance TriggeredJobHistory = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory 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 - SlotDifference = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob + AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType LogLevel = Azure::Web::Mgmt::V2016_08_01::Models::LogLevel BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus - UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction + Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult 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 DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType - AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType + BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType - Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + MySqlMigrationType = Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType + UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction CloneAbilityResult = Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult SiteExtensionType = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType - MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState - BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig ApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::ApplicationLogsConfig @@ -172,41 +184,41 @@ module Models 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 - TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection - IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection - EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig - TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection HostNameBindingCollection = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection SiteCloneability = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability - SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion - PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection + PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection + TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection WebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection + FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection + SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection - PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet - FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig + EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig - AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig - FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - SiteConfigResourceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection - MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry + FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig + PerfMonResponse = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig - CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + SiteConfigResourceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection - ContinuousWebJob = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob - FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult BackupItem = Azure::Web::Mgmt::V2016_08_01::Models::BackupItem - PerfMonResponse = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse + 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 - MSDeployLog = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog + FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection MigrateMySqlRequest = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest SiteExtensionInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection - ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary + MSDeployLog = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog MSDeployStatus = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus ProcessModuleInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures @@ -214,18 +226,23 @@ module Models RelayServiceConnectionEntity = Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity MSDeploy = Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy ProcessInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo - ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo - BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest - BackupSchedule = Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule - PremierAddOn = Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn - FunctionSecrets = Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets - PublicCertificate = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate - RestoreResponse = Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse - Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment - MigrateMySqlStatus = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus - StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions - RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest - SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance + SkuCapacity = Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity + RampUpRule = Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule + SiteLimits = Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits + Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments + VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory + VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication + HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey + VnetRoute = Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute + VnetInfo = Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo + VnetGateway = Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway + SnapshotRecoveryRequest = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest + ResourceMetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition + PushSettings = Azure::Web::Mgmt::V2016_09_01::Models::PushSettings + HybridConnectionKey = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey + Site = Azure::Web::Mgmt::V2016_09_01::Models::Site + AppServicePlan = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan RouteType = Azure::Web::Mgmt::V2016_09_01::Models::RouteType AutoHealActionType = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActionType ConnectionStringType = Azure::Web::Mgmt::V2016_09_01::Models::ConnectionStringType @@ -240,13 +257,13 @@ module Models MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition OperationStatus = Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation - HybridConnection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection Usage = Azure::Web::Mgmt::V2016_09_01::Models::Usage Resource = Azure::Web::Mgmt::V2016_09_01::Models::Resource + HybridConnection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection ProvisioningState = Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState ProxyOnlyResource = Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource - LocalizableString = Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString User = Azure::Web::Mgmt::V2016_09_01::Models::User + LocalizableString = Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString VirtualNetworkProfile = Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile WorkerPool = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool VirtualIPMapping = Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping @@ -259,26 +276,26 @@ module Models ResourceCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection WorkerPoolCollection = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection HybridConnectionCollection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection - CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection - 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 + UsageCollection = Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty - ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric - MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource - AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource - ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo HostingEnvironmentProfile = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile @@ -286,12 +303,12 @@ module Models IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction InternalLoadBalancingMode = Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode ApiDefinitionInfo = Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo - WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions AutoHealCustomAction = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction 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 @@ -306,28 +323,11 @@ module Models AutoHealTriggers = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers AutoHealRules = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules ResourceMetricName = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName - SiteLimits = Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits - SkuCapacity = Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity - RampUpRule = Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule - Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments - VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory - VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication - HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping - SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey - VnetRoute = Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute - VnetInfo = Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo - VnetGateway = Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway - SnapshotRecoveryRequest = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest - ResourceMetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition - PushSettings = Azure::Web::Mgmt::V2016_09_01::Models::PushSettings - HybridConnectionKey = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey - Site = Azure::Web::Mgmt::V2016_09_01::Models::Site - AppServicePlan = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end class WebManagementClass - attr_reader :domain_registration_provider, :domains, :top_level_domains, :app_service_certificate_orders, :certificate_registration_provider, :diagnostics, :certificates, :deleted_web_apps, :recommendations, :provider, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes + attr_reader :domain_registration_provider, :domains, :top_level_domains, :app_service_certificate_orders, :certificate_registration_provider, :deleted_web_apps, :recommendations, :provider, :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 - @certificates = @client_2.certificates @deleted_web_apps = @client_2.deleted_web_apps @recommendations = @client_2.recommendations @provider = @client_2.provider + @diagnostics = @client_2.diagnostics + @certificates = @client_2.certificates @client_3 = Azure::Web::Mgmt::V2016_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @@ -400,6 +400,18 @@ def method_missing(method, *args) end class ModelClasses + def tld_legal_agreement_collection + Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection + end + def domain_ownership_identifier + Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier + end + def domain_patch_resource + Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource + end + def top_level_domain + Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain + end def domain_status Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus end @@ -409,6 +421,9 @@ def dns_type def domain_type Azure::Web::Mgmt::V2015_04_01::Models::DomainType end + def top_level_domain_agreement_option + Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption + end def error_response Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse end @@ -433,15 +448,15 @@ def domain_ownership_identifier_collection def domain_recommendation_search_parameters Azure::Web::Mgmt::V2015_04_01::Models::DomainRecommendationSearchParameters end - def address - Azure::Web::Mgmt::V2015_04_01::Models::Address - end def name_identifier_collection Azure::Web::Mgmt::V2015_04_01::Models::NameIdentifierCollection end def host_name Azure::Web::Mgmt::V2015_04_01::Models::HostName end + def address + Azure::Web::Mgmt::V2015_04_01::Models::Address + end def top_level_domain_collection Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection end @@ -451,20 +466,17 @@ def domain_collection 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 - def tld_legal_agreement_collection - Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection + def certificate_order_action_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType end - def domain_patch_resource - Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource + def certificate_email + Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail end - def domain_ownership_identifier - Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier + def renew_certificate_order_request + Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest end - def top_level_domain - Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain + def app_service_certificate_resource + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource end def certificate_product_type Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType @@ -484,20 +496,20 @@ def app_service_certificate_order_collection def site_seal_request Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest end + def site_seal + Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal + end def app_service_certificate_order Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder 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 reissue_certificate_order_request Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest end - def site_seal - Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal + def certificate_order_action + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction end def app_service_certificate_order_patch_resource Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource @@ -505,17 +517,14 @@ def app_service_certificate_order_patch_resource def app_service_certificate_patch_resource Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource end - def certificate_order_action_type - Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType - end - def certificate_email - Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail + def csm_operation_description_properties + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties end - def renew_certificate_order_request - Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest + def validate_resource_types + Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes end - def app_service_certificate_resource - Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource + def check_name_resource_types + Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes end def solution_type Azure::Web::Mgmt::V2016_03_01::Models::SolutionType @@ -523,14 +532,14 @@ def solution_type def notification_level Azure::Web::Mgmt::V2016_03_01::Models::NotificationLevel end - def vnet_validation_failure_details - Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails + def vnet_validation_test_failure + Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure end def metric_availability Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability end - def check_name_resource_types - Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes + def app_service_plan_restrictions + Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions end def service_specification Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification @@ -544,12 +553,12 @@ def in_availability_reason_type def issue_type Azure::Web::Mgmt::V2016_03_01::Models::IssueType end - def key_vault_secret_status - Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus - end def sku_name Azure::Web::Mgmt::V2016_03_01::Models::SkuName end + def key_vault_secret_status + Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus + end def certificate Azure::Web::Mgmt::V2016_03_01::Models::Certificate end @@ -586,17 +595,14 @@ def source_control_collection def global_csm_sku_description Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription end - def deleted_site - Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite - end def deleted_web_app_collection Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection end def solution Azure::Web::Mgmt::V2016_03_01::Models::Solution end - def detector_abnormal_time_period - Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod + def deleted_site + Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite end def validate_response_error Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError @@ -604,8 +610,8 @@ def validate_response_error def abnormal_time_period Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod end - def resource_name_availability - Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability + def detector_abnormal_time_period + Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod end def recommendation_rule Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule @@ -613,8 +619,8 @@ def recommendation_rule def diagnostic_metric_sample Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample end - def diagnostic_metric_set - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet + def resource_name_availability + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability end def response_meta_data Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData @@ -622,14 +628,17 @@ def response_meta_data def analysis_data Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData end - def recommendation - Azure::Web::Mgmt::V2016_03_01::Models::Recommendation + def diagnostic_metric_set + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet + end + def sku_infos + Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos end def diagnostic_detector_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection end - def diagnostic_analysis_collection - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection + def recommendation + Azure::Web::Mgmt::V2016_03_01::Models::Recommendation end def data_source Azure::Web::Mgmt::V2016_03_01::Models::DataSource @@ -637,26 +646,26 @@ def data_source def diagnostic_category_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection end + def certificate_collection + Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + end + def detector_definition + Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition + end def certificate_patch_resource Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource end - def sku_infos - Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + def diagnostic_analysis_collection + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection end def analysis_definition Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition end - def detector_definition - Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition - end - def diagnostic_category - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory - end def diagnostic_analysis Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis end - def geo_region - Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion + def diagnostic_category + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory end def csm_operation_display Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay @@ -667,11 +676,11 @@ def csm_operation_collection def source_control Azure::Web::Mgmt::V2016_03_01::Models::SourceControl end - def vnet_validation_test_failure - Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure + def geo_region + Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion end - def certificate_collection - Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + def diagnostic_detector_response + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse end def dimension Azure::Web::Mgmt::V2016_03_01::Models::Dimension @@ -679,8 +688,8 @@ def dimension def metric_specification Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification end - def diagnostic_detector_response - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse + def vnet_validation_failure_details + Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails end def premier_add_on_offer Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOffer @@ -697,14 +706,41 @@ def name_identifier 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 + def process_thread_info + Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo end - def validate_resource_types - Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes + def backup_request + Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest end - def app_service_plan_restrictions - Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions + def backup_schedule + Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule + end + def deployment + Azure::Web::Mgmt::V2016_08_01::Models::Deployment + end + def function_secrets + Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets + end + def public_certificate + Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate + end + def restore_response + Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse + end + def site_auth_settings + Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings + end + def migrate_my_sql_status + Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus + end + def storage_migration_options + Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions + end + def restore_request + Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + end + def premier_add_on + Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn end def site_logs_config Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig @@ -715,8 +751,8 @@ def site_php_error_log_flag def slot_config_names_resource Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource end - def site_auth_settings - Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings + def slot_difference + Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference end def site_config_resource Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResource @@ -727,8 +763,8 @@ def storage_migration_response def site_extension_info Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo 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 @@ -742,26 +778,29 @@ def web_job def site_source_control Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl end - def slot_difference - Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference - end def frequency_unit Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit end def string_dictionary Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary end + def triggered_job_run + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun + end def triggered_web_job Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob end + def azure_resource_type + Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType + end def log_level Azure::Web::Mgmt::V2016_08_01::Models::LogLevel end def backup_item_status Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus end - def unauthenticated_client_action - Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction + def snapshot + Azure::Web::Mgmt::V2016_08_01::Models::Snapshot end def backup_restore_operation_type Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType @@ -778,17 +817,14 @@ def dns_verification_test_result def msdeploy_log_entry_type Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType end - def my_sql_migration_type - Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType - end def public_certificate_location Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation end def database_type Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType end - def azure_resource_type - Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType + def built_in_authentication_provider + Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider end def custom_host_name_dns_record_type Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType @@ -799,8 +835,14 @@ def host_name_type def web_job_type Azure::Web::Mgmt::V2016_08_01::Models::WebJobType end - def snapshot - Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + 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 unauthenticated_client_action + Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction end def clone_ability_result Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult @@ -808,12 +850,6 @@ def clone_ability_result def site_extension_type Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType end - def msdeploy_provisioning_state - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState - end - def built_in_authentication_provider - Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider - end def triggered_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus end @@ -850,18 +886,6 @@ def web_app_instance_collection def public_certificate_collection Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection end - def triggered_web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection - end - def 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_job_history_collection - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection - end def snapshot_collection Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection end @@ -871,47 +895,59 @@ def host_name_binding_collection def site_cloneability Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability end - def site_cloneability_criterion - Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion + 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 + def triggered_job_history_collection + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection + end + def triggered_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection end def web_job_collection Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection end + def file_system_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + end + def identifier_collection + Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + end + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + end + def perf_mon_counter_collection + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection + end + def site_cloneability_criterion + Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion + 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 file_system_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig + def enabled_config + Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig end def azure_blob_storage_application_logs_config Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig - end - def file_system_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - end - def site_config_resource_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection + def deployment_collection + Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection end def msdeploy_log_entry Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry end - def deployment_collection - Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + def file_system_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig + end + def perf_mon_response + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse end def http_logs_config Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig end - def csm_slot_entity - Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + def 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 @@ -922,11 +958,11 @@ def slot_difference_collection def site_configuration_snapshot_info_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection end - def continuous_web_job - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob + def csm_slot_entity + Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity end - def function_envelope_collection - Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + def connection_string_dictionary + Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary end def custom_hostname_analysis_result Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult @@ -934,8 +970,8 @@ def custom_hostname_analysis_result def backup_item Azure::Web::Mgmt::V2016_08_01::Models::BackupItem end - def perf_mon_response - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse + def continuous_web_job + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob end def function_envelope Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope @@ -943,8 +979,8 @@ def function_envelope def host_name_binding Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding end - def msdeploy_log - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog + def function_envelope_collection + Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection end def migrate_my_sql_request Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest @@ -952,8 +988,8 @@ def migrate_my_sql_request def site_extension_info_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection end - def connection_string_dictionary - Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary + def msdeploy_log + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog end def msdeploy_status Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus @@ -976,41 +1012,56 @@ def msdeploy def process_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo end - def process_thread_info - Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo + def sku_capacity + Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity end - def backup_request - Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest + def ramp_up_rule + Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule end - def backup_schedule - Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule + def site_limits + Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits end - def premier_add_on - Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn + def experiments + Azure::Web::Mgmt::V2016_09_01::Models::Experiments end - def function_secrets - Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets + def virtual_directory + Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory end - def public_certificate - Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate + def virtual_application + Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication end - def restore_response - Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse + def handler_mapping + Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping end - def deployment - Azure::Web::Mgmt::V2016_08_01::Models::Deployment + def site_machine_key + Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey end - def migrate_my_sql_status - Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus + def vnet_route + Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute end - def storage_migration_options - Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions + def vnet_info + Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo end - def restore_request - Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + def vnet_gateway + Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway end - def site_instance - Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance + def snapshot_recovery_request + Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest + end + def resource_metric_definition + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition + end + def push_settings + Azure::Web::Mgmt::V2016_09_01::Models::PushSettings + end + def hybrid_connection_key + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey + end + def site + Azure::Web::Mgmt::V2016_09_01::Models::Site + end + def app_service_plan + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan end def route_type Azure::Web::Mgmt::V2016_09_01::Models::RouteType @@ -1054,27 +1105,27 @@ def operation_status def operation Azure::Web::Mgmt::V2016_09_01::Models::Operation end - def hybrid_connection - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection - 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 proxy_only_resource Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource end - def localizable_string - Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString - end def user Azure::Web::Mgmt::V2016_09_01::Models::User end + def localizable_string + Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString + end def virtual_network_profile Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile end @@ -1111,39 +1162,39 @@ def worker_pool_collection def hybrid_connection_collection Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection - end - def error_entity - Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + def sku_info + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo end def usage_collection Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection end - def sku_info - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + def error_entity + Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + end + def managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity end def app_service_environment_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource end + def metric_availabilily + Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + end def resource_metric_property Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty end - def resource_metric_value - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue - 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 end - def metric_availabilily - Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily - end def resource_metric_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection end + def csm_usage_quota_collection + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + end def resource_metric_definition_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection end @@ -1159,8 +1210,8 @@ def csm_usage_quota def worker_pool_resource Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + def resource_metric_value + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue end def web_app_collection Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection @@ -1168,8 +1219,8 @@ def web_app_collection def app_service_environment_patch_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource end def slot_swap_status Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus @@ -1192,12 +1243,15 @@ def internal_load_balancing_mode def api_definition_info Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo end - def worker_size_options - Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + def access_control_entry_action + Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction end def cors_settings Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings end + def worker_size_options + Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + end def auto_heal_custom_action Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction end @@ -1207,9 +1261,6 @@ 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 @@ -1252,57 +1303,6 @@ def auto_heal_rules def resource_metric_name Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName end - def site_limits - Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits - end - def sku_capacity - Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity - end - def ramp_up_rule - Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule - end - def experiments - Azure::Web::Mgmt::V2016_09_01::Models::Experiments - end - def virtual_directory - Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory - end - def virtual_application - Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication - end - def handler_mapping - Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping - end - def site_machine_key - Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey - end - def vnet_route - Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute - end - def vnet_info - Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo - end - def vnet_gateway - Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway - end - def snapshot_recovery_request - Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest - end - def resource_metric_definition - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition - end - def push_settings - Azure::Web::Mgmt::V2016_09_01::Models::PushSettings - end - def hybrid_connection_key - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey - end - def site - Azure::Web::Mgmt::V2016_09_01::Models::Site - end - def app_service_plan - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan - end def identifier Azure::Web::Mgmt::V2016_09_01::Models::Identifier end diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index 5173f30d0c..4289b16306 100644 --- a/azure_sdk/lib/latest/modules/websearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/websearch_profile_module.rb @@ -9,47 +9,47 @@ module WebSearch Web = Azure::CognitiveServices::WebSearch::V1_0::Web module Models - StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + News = Azure::CognitiveServices::WebSearch::V1_0::Models::News + SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article + SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places + Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode - Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response + StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query + WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation - Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation - RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup - 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 - SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse - TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article - Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject - Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places + Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error - Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end class WebSearchDataClass @@ -82,18 +82,60 @@ def method_missing(method, *args) end class ModelClasses - def structured_value - Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + def news + Azure::CognitiveServices::WebSearch::V1_0::Models::News + end + def spell_suggestions + Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + 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 web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + end + def related_searches_related_search_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + end + def freshness + Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + end + def image_object + Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + end + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + end + def places + Azure::CognitiveServices::WebSearch::V1_0::Models::Places + end + def intangible + Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible end def error_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end - def videos - Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + def media_object + Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject end def images Azure::CognitiveServices::WebSearch::V1_0::Models::Images end + def response + Azure::CognitiveServices::WebSearch::V1_0::Models::Response + end + def structured_value + Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + end + def videos + Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + end def answer_type Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType end @@ -103,107 +145,65 @@ def news_article def response_base Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end - def response - Azure::CognitiveServices::WebSearch::V1_0::Models::Response - end def query_context Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end + def query + Azure::CognitiveServices::WebSearch::V1_0::Models::Query + end + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + end + def time_zone_time_zone_information + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + end + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + end def ranking_ranking_item Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem end def web_page Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - end - def search_results_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + def ranking_ranking_response + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end def identifiable Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end - def thing - Azure::CognitiveServices::WebSearch::V1_0::Models::Thing + def ranking_ranking_group + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup end def creative_work Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end - def ranking_ranking_response - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - end def web_meta_tag Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag end - def time_zone_time_zone_information - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation - end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation - end - def ranking_ranking_group - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup - 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 - end - def web_web_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - end - def news - Azure::CognitiveServices::WebSearch::V1_0::Models::News - end - def spell_suggestions - Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions - end def time_zone Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse - end - def text_format - Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - end - def related_searches_related_search_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - end - def article - Azure::CognitiveServices::WebSearch::V1_0::Models::Article - end - def freshness - Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer end - def image_object - Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse end - def places - Azure::CognitiveServices::WebSearch::V1_0::Models::Places + def search_results_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer end def error Azure::CognitiveServices::WebSearch::V1_0::Models::Error end - def intangible - Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + def error_sub_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode end - def media_object - Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + def thing + Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb index b9b7436448..9513abdb16 100644 --- a/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb @@ -7,15 +7,15 @@ module Azure::Profiles::V2017_03_09 module Compute module Mgmt + AvailabilitySets = Azure::Compute::Mgmt::V2016_03_30::AvailabilitySets + VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensionImages + VirtualMachineExtensions = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensions VirtualMachines = Azure::Compute::Mgmt::V2016_03_30::VirtualMachines VirtualMachineImages = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineImages + UsageOperations = Azure::Compute::Mgmt::V2016_03_30::UsageOperations VirtualMachineSizes = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineSizes VirtualMachineScaleSets = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSets VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSetVMs - UsageOperations = Azure::Compute::Mgmt::V2016_03_30::UsageOperations - AvailabilitySets = Azure::Compute::Mgmt::V2016_03_30::AvailabilitySets - VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensionImages - VirtualMachineExtensions = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensions module Models Sku = Azure::Compute::Mgmt::V2016_03_30::Models::Sku @@ -122,7 +122,7 @@ module Models end class ComputeManagementClass - attr_reader :virtual_machines, :virtual_machine_images, :virtual_machine_sizes, :virtual_machine_scale_sets, :virtual_machine_scale_set_vms, :usage_operations, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :configurable, :base_url, :options, :model_classes + attr_reader :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :virtual_machine_scale_sets, :virtual_machine_scale_set_vms, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -132,15 +132,15 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @availability_sets = @client_0.availability_sets + @virtual_machine_extension_images = @client_0.virtual_machine_extension_images + @virtual_machine_extensions = @client_0.virtual_machine_extensions @virtual_machines = @client_0.virtual_machines @virtual_machine_images = @client_0.virtual_machine_images + @usage_operations = @client_0.usage_operations @virtual_machine_sizes = @client_0.virtual_machine_sizes @virtual_machine_scale_sets = @client_0.virtual_machine_scale_sets @virtual_machine_scale_set_vms = @client_0.virtual_machine_scale_set_vms - @usage_operations = @client_0.usage_operations - @availability_sets = @client_0.availability_sets - @virtual_machine_extension_images = @client_0.virtual_machine_extension_images - @virtual_machine_extensions = @client_0.virtual_machine_extensions @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb index da9b9dbfa1..57b4eb99eb 100644 --- a/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb @@ -10,11 +10,11 @@ module Mgmt ResourceLinks = Azure::Links::Mgmt::V2016_09_01::ResourceLinks module Models + Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties - Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter end class LinksManagementClass @@ -47,6 +47,9 @@ def method_missing(method, *args) end class ModelClasses + def filter + Azure::Links::Mgmt::V2016_09_01::Models::Filter + end def resource_link Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink end @@ -59,9 +62,6 @@ def resource_link_result def resource_link_properties Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties end - def filter - Azure::Links::Mgmt::V2016_09_01::Models::Filter - end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb index 613649e774..9fd4849d18 100644 --- a/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb @@ -10,9 +10,9 @@ module Mgmt ManagementLocks = Azure::Locks::Mgmt::V2015_01_01::ManagementLocks module Models - LockLevel = Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel ManagementLockListResult = Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockListResult ManagementLockObject = Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockObject + LockLevel = Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel end class LocksManagementClass @@ -45,15 +45,15 @@ def method_missing(method, *args) end class ModelClasses - def lock_level - Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel - end def management_lock_list_result Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockListResult end def management_lock_object Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockObject end + def lock_level + Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel + end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb index e19abe6da8..58091c87bf 100644 --- a/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb @@ -7,6 +7,9 @@ module Azure::Profiles::V2017_03_09 module Network module Mgmt + ExpressRouteCircuits = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuits + ExpressRouteServiceProviders = Azure::Network::Mgmt::V2015_06_15::ExpressRouteServiceProviders + LoadBalancers = Azure::Network::Mgmt::V2015_06_15::LoadBalancers NetworkInterfaces = Azure::Network::Mgmt::V2015_06_15::NetworkInterfaces NetworkSecurityGroups = Azure::Network::Mgmt::V2015_06_15::NetworkSecurityGroups SecurityRules = Azure::Network::Mgmt::V2015_06_15::SecurityRules @@ -22,9 +25,6 @@ module Mgmt ApplicationGateways = Azure::Network::Mgmt::V2015_06_15::ApplicationGateways ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuitAuthorizations ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuitPeerings - ExpressRouteCircuits = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuits - ExpressRouteServiceProviders = Azure::Network::Mgmt::V2015_06_15::ExpressRouteServiceProviders - LoadBalancers = Azure::Network::Mgmt::V2015_06_15::LoadBalancers module Models ExpressRouteCircuitsStatsListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult @@ -36,45 +36,45 @@ module Models ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress ConnectionResetSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey DnsNameAvailabilityResult = Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult + Resource = Azure::Network::Mgmt::V2015_06_15::Models::Resource NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroupListResult VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult - Resource = Azure::Network::Mgmt::V2015_06_15::Models::Resource AuthorizationListResult = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult BgpSettings = Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings - ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig VpnClientConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration ExpressRouteCircuitStats = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats + VirtualNetworkListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult SecurityRuleListResult = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult AddressSpace = Azure::Network::Mgmt::V2015_06_15::Models::AddressSpace ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult UsagesListResult = Azure::Network::Mgmt::V2015_06_15::Models::UsagesListResult ExpressRouteCircuitSku = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku - VirtualNetworkListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties + ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig RouteTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult NetworkInterfaceListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult - UsageName = Azure::Network::Mgmt::V2015_06_15::Models::UsageName - ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable ConnectionSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey - ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult + ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable ConnectionSharedKeyResult = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult + UsageName = Azure::Network::Mgmt::V2015_06_15::Models::UsageName ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult DhcpOptions = Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions - Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage - ApplicationGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult - VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult + ApplicationGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku LoadBalancerListResult = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult - VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult AzureAsyncOperationResult = Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult - RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage SubnetListResult = Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult - ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult - VpnClientParameters = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters - ErrorDetails = Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate + ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort BackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool InboundNatRule = Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule @@ -109,15 +109,15 @@ module Models VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayIPConfiguration VpnClientRootCertificate = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRootCertificate VpnClientRevokedCertificate = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRevokedCertificate - ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate - ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration - LocalNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway VirtualNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGateway - ApplicationGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName + LocalNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection - IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + ApplicationGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName ApplicationGatewayTier = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier - ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult + VpnClientParameters = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters + ErrorDetails = Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod TransportProtocol = Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol SecurityRuleProtocol = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol SecurityRuleAccess = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleAccess @@ -136,10 +136,10 @@ module Models ServiceProviderProvisioningState = Azure::Network::Mgmt::V2015_06_15::Models::ServiceProviderProvisioningState LoadDistribution = Azure::Network::Mgmt::V2015_06_15::Models::LoadDistribution ProbeProtocol = Azure::Network::Mgmt::V2015_06_15::Models::ProbeProtocol - NetworkOperationStatus = Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus + Error = Azure::Network::Mgmt::V2015_06_15::Models::Error VirtualNetworkGatewayType = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayType VpnType = Azure::Network::Mgmt::V2015_06_15::Models::VpnType - Error = Azure::Network::Mgmt::V2015_06_15::Models::Error + NetworkOperationStatus = Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuTier ProcessorArchitecture = Azure::Network::Mgmt::V2015_06_15::Models::ProcessorArchitecture VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuName @@ -148,7 +148,7 @@ module Models end class NetworkManagementClass - attr_reader :network_interfaces, :network_security_groups, :security_rules, :public_ipaddresses, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :application_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :configurable, :base_url, :options, :model_classes + attr_reader :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :network_security_groups, :security_rules, :public_ipaddresses, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :application_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -158,6 +158,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @express_route_circuits = @client_0.express_route_circuits + @express_route_service_providers = @client_0.express_route_service_providers + @load_balancers = @client_0.load_balancers @network_interfaces = @client_0.network_interfaces @network_security_groups = @client_0.network_security_groups @security_rules = @client_0.security_rules @@ -173,9 +176,6 @@ def initialize(configurable, base_url=nil, options=nil) @application_gateways = @client_0.application_gateways @express_route_circuit_authorizations = @client_0.express_route_circuit_authorizations @express_route_circuit_peerings = @client_0.express_route_circuit_peerings - @express_route_circuits = @client_0.express_route_circuits - @express_route_service_providers = @client_0.express_route_service_providers - @load_balancers = @client_0.load_balancers @model_classes = ModelClasses.new end @@ -221,6 +221,9 @@ def connection_reset_shared_key def dns_name_availability_result Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult end + def resource + Azure::Network::Mgmt::V2015_06_15::Models::Resource + end def network_interface_dns_settings Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings end @@ -230,24 +233,21 @@ def network_security_group_list_result def virtual_network_gateway_list_result Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult end - def resource - Azure::Network::Mgmt::V2015_06_15::Models::Resource - end def authorization_list_result Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult end def bgp_settings Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig - end def vpn_client_configuration Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration end def express_route_circuit_stats Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats end + def virtual_network_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult + end def security_rule_list_result Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult end @@ -263,32 +263,32 @@ def usages_list_result def express_route_circuit_sku Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku end - def virtual_network_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult - end def express_route_circuit_service_provider_properties Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties end + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig + end def route_table_list_result Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult end def network_interface_list_result Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult end - def usage_name - Azure::Network::Mgmt::V2015_06_15::Models::UsageName + def connection_shared_key + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey end def express_route_circuit_arp_table Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable end - def connection_shared_key - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey + def connection_shared_key_result + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult end def express_route_circuits_arp_table_list_result Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult end - def connection_shared_key_result - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + def usage_name + Azure::Network::Mgmt::V2015_06_15::Models::UsageName end def express_route_circuit_routes_table Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable @@ -302,41 +302,41 @@ def express_route_circuits_routes_table_list_result def dhcp_options Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions end - def usage - Azure::Network::Mgmt::V2015_06_15::Models::Usage - end - def application_gateway_sku - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku - end def local_network_gateway_list_result Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult + def application_gateway_sku + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku end def load_balancer_list_result Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult end def azure_async_operation_result Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult end - def route_list_result - Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + def usage + Azure::Network::Mgmt::V2015_06_15::Models::Usage end def subnet_list_result Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult + def route_list_result + Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult end - def vpn_client_parameters - Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters + def virtual_network_gateway_sku + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku end - def error_details - Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + end + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate + end + def application_gateway_frontend_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration end def application_gateway_frontend_port Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort @@ -440,32 +440,32 @@ def vpn_client_root_certificate def vpn_client_revoked_certificate Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRevokedCertificate end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate - end - def application_gateway_frontend_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration - end - def local_network_gateway - Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway - end def virtual_network_gateway Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGateway end - def application_gateway_sku_name - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName + def local_network_gateway + Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway end def virtual_network_gateway_connection Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection end - def ipallocation_method - Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + def application_gateway_sku_name + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName end def application_gateway_tier Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult + end + def vpn_client_parameters + Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters + end + def error_details + Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + end + def ipallocation_method + Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod end def transport_protocol Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol @@ -521,8 +521,8 @@ def load_distribution def probe_protocol Azure::Network::Mgmt::V2015_06_15::Models::ProbeProtocol end - def network_operation_status - Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus + def error + Azure::Network::Mgmt::V2015_06_15::Models::Error end def virtual_network_gateway_type Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayType @@ -530,8 +530,8 @@ def virtual_network_gateway_type def vpn_type Azure::Network::Mgmt::V2015_06_15::Models::VpnType end - def error - Azure::Network::Mgmt::V2015_06_15::Models::Error + def network_operation_status + Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus end def virtual_network_gateway_sku_tier Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuTier diff --git a/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb index 95235e7d32..ebfc132f43 100644 --- a/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb @@ -7,12 +7,12 @@ module Azure::Profiles::V2017_03_09 module Resources module Mgmt - Tags = Azure::Resources::Mgmt::V2016_02_01::Tags - DeploymentOperations = Azure::Resources::Mgmt::V2016_02_01::DeploymentOperations - Resources = Azure::Resources::Mgmt::V2016_02_01::Resources Deployments = Azure::Resources::Mgmt::V2016_02_01::Deployments Providers = Azure::Resources::Mgmt::V2016_02_01::Providers ResourceGroups = Azure::Resources::Mgmt::V2016_02_01::ResourceGroups + Tags = Azure::Resources::Mgmt::V2016_02_01::Tags + DeploymentOperations = Azure::Resources::Mgmt::V2016_02_01::DeploymentOperations + Resources = Azure::Resources::Mgmt::V2016_02_01::Resources module Models Plan = Azure::Resources::Mgmt::V2016_02_01::Models::Plan @@ -37,10 +37,10 @@ module Models DeploymentListResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentListResult TagValue = Azure::Resources::Mgmt::V2016_02_01::Models::TagValue TagDetails = Azure::Resources::Mgmt::V2016_02_01::Models::TagDetails + Sku = Azure::Resources::Mgmt::V2016_02_01::Models::Sku ParametersLink = Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink TagsListResult = Azure::Resources::Mgmt::V2016_02_01::Models::TagsListResult DeploymentExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult - Sku = Azure::Resources::Mgmt::V2016_02_01::Models::Sku TargetResource = Azure::Resources::Mgmt::V2016_02_01::Models::TargetResource ProviderResourceType = Azure::Resources::Mgmt::V2016_02_01::Models::ProviderResourceType HttpMessage = Azure::Resources::Mgmt::V2016_02_01::Models::HttpMessage @@ -53,9 +53,9 @@ module Models BasicDependency = Azure::Resources::Mgmt::V2016_02_01::Models::BasicDependency ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceProviderOperationDisplayProperties GenericResourceFilter = Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter - DeploymentExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended - AliasPathType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType Resource = Azure::Resources::Mgmt::V2016_02_01::Models::Resource + AliasPathType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType + DeploymentExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended GenericResource = Azure::Resources::Mgmt::V2016_02_01::Models::GenericResource ResourceGroupExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupExportResult DeploymentMode = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentMode @@ -64,7 +64,7 @@ module Models end class ResourcesManagementClass - attr_reader :tags, :deployment_operations, :resources, :deployments, :providers, :resource_groups, :configurable, :base_url, :options, :model_classes + attr_reader :deployments, :providers, :resource_groups, :tags, :deployment_operations, :resources, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -74,12 +74,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @tags = @client_0.tags - @deployment_operations = @client_0.deployment_operations - @resources = @client_0.resources @deployments = @client_0.deployments @providers = @client_0.providers @resource_groups = @client_0.resource_groups + @tags = @client_0.tags + @deployment_operations = @client_0.deployment_operations + @resources = @client_0.resources @model_classes = ModelClasses.new end @@ -164,6 +164,9 @@ def tag_value def tag_details Azure::Resources::Mgmt::V2016_02_01::Models::TagDetails end + def sku + Azure::Resources::Mgmt::V2016_02_01::Models::Sku + end def parameters_link Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink end @@ -173,9 +176,6 @@ def tags_list_result def deployment_export_result Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult end - def sku - Azure::Resources::Mgmt::V2016_02_01::Models::Sku - end def target_resource Azure::Resources::Mgmt::V2016_02_01::Models::TargetResource end @@ -212,14 +212,14 @@ def resource_provider_operation_display_properties def generic_resource_filter Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter end - def deployment_extended - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended + def resource + Azure::Resources::Mgmt::V2016_02_01::Models::Resource end def alias_path_type Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType end - def resource - Azure::Resources::Mgmt::V2016_02_01::Models::Resource + def deployment_extended + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended end def generic_resource Azure::Resources::Mgmt::V2016_02_01::Models::GenericResource diff --git a/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb index adb01282d7..20d2afb5da 100644 --- a/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb @@ -11,13 +11,13 @@ module Mgmt Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models + Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies - Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end @@ -53,6 +53,9 @@ def method_missing(method, *args) end class ModelClasses + def location + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location + end def subscription Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription end @@ -71,9 +74,6 @@ def tenant_list_result def subscription_policies Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies end - def location - Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location - end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac.rb index 3020d528ff..ee7d995d3e 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac.rb @@ -20,51 +20,53 @@ require 'ms_rest_azure' module Azure::GraphRbac::V1_6 - autoload :Objects, '1.6/generated/azure_graph_rbac/objects.rb' + autoload :SignedInUser, '1.6/generated/azure_graph_rbac/signed_in_user.rb' autoload :Applications, '1.6/generated/azure_graph_rbac/applications.rb' + autoload :DeletedApplications, '1.6/generated/azure_graph_rbac/deleted_applications.rb' autoload :Groups, '1.6/generated/azure_graph_rbac/groups.rb' autoload :ServicePrincipals, '1.6/generated/azure_graph_rbac/service_principals.rb' autoload :Users, '1.6/generated/azure_graph_rbac/users.rb' + autoload :Objects, '1.6/generated/azure_graph_rbac/objects.rb' autoload :Domains, '1.6/generated/azure_graph_rbac/domains.rb' autoload :OAuth2, '1.6/generated/azure_graph_rbac/oauth2.rb' autoload :GraphRbacClient, '1.6/generated/azure_graph_rbac/graph_rbac_client.rb' module Models - autoload :GroupListResult, '1.6/generated/azure_graph_rbac/models/group_list_result.rb' - autoload :GraphError, '1.6/generated/azure_graph_rbac/models/graph_error.rb' autoload :GroupGetMemberGroupsParameters, '1.6/generated/azure_graph_rbac/models/group_get_member_groups_parameters.rb' - autoload :KeyCredential, '1.6/generated/azure_graph_rbac/models/key_credential.rb' + autoload :GraphError, '1.6/generated/azure_graph_rbac/models/graph_error.rb' autoload :GroupGetMemberGroupsResult, '1.6/generated/azure_graph_rbac/models/group_get_member_groups_result.rb' - autoload :ResourceAccess, '1.6/generated/azure_graph_rbac/models/resource_access.rb' + autoload :KeyCredential, '1.6/generated/azure_graph_rbac/models/key_credential.rb' autoload :CheckGroupMembershipParameters, '1.6/generated/azure_graph_rbac/models/check_group_membership_parameters.rb' - autoload :ApplicationCreateParameters, '1.6/generated/azure_graph_rbac/models/application_create_parameters.rb' + autoload :ResourceAccess, '1.6/generated/azure_graph_rbac/models/resource_access.rb' autoload :CheckGroupMembershipResult, '1.6/generated/azure_graph_rbac/models/check_group_membership_result.rb' - autoload :PasswordCredential, '1.6/generated/azure_graph_rbac/models/password_credential.rb' - autoload :RequiredResourceAccess, '1.6/generated/azure_graph_rbac/models/required_resource_access.rb' - autoload :ApplicationAddOwnerParameters, '1.6/generated/azure_graph_rbac/models/application_add_owner_parameters.rb' - autoload :ApplicationUpdateParameters, '1.6/generated/azure_graph_rbac/models/application_update_parameters.rb' - autoload :DirectoryObjectListResult, '1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb' - autoload :Permissions, '1.6/generated/azure_graph_rbac/models/permissions.rb' - autoload :PasswordCredentialListResult, '1.6/generated/azure_graph_rbac/models/password_credential_list_result.rb' + autoload :AppRole, '1.6/generated/azure_graph_rbac/models/app_role.rb' autoload :ServicePrincipalCreateParameters, '1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb' - autoload :AADObject, '1.6/generated/azure_graph_rbac/models/aadobject.rb' - autoload :DomainListResult, '1.6/generated/azure_graph_rbac/models/domain_list_result.rb' - autoload :GroupAddMemberParameters, '1.6/generated/azure_graph_rbac/models/group_add_member_parameters.rb' + autoload :ApplicationUpdateParameters, '1.6/generated/azure_graph_rbac/models/application_update_parameters.rb' + autoload :ServicePrincipalUpdateParameters, '1.6/generated/azure_graph_rbac/models/service_principal_update_parameters.rb' + autoload :ApplicationListResult, '1.6/generated/azure_graph_rbac/models/application_list_result.rb' + autoload :ApplicationCreateParameters, '1.6/generated/azure_graph_rbac/models/application_create_parameters.rb' + autoload :KeyCredentialListResult, '1.6/generated/azure_graph_rbac/models/key_credential_list_result.rb' + autoload :UserListResult, '1.6/generated/azure_graph_rbac/models/user_list_result.rb' + autoload :KeyCredentialsUpdateParameters, '1.6/generated/azure_graph_rbac/models/key_credentials_update_parameters.rb' + autoload :AddOwnerParameters, '1.6/generated/azure_graph_rbac/models/add_owner_parameters.rb' + autoload :PasswordCredentialsUpdateParameters, '1.6/generated/azure_graph_rbac/models/password_credentials_update_parameters.rb' + autoload :GroupCreateParameters, '1.6/generated/azure_graph_rbac/models/group_create_parameters.rb' autoload :ServicePrincipalListResult, '1.6/generated/azure_graph_rbac/models/service_principal_list_result.rb' + autoload :GroupListResult, '1.6/generated/azure_graph_rbac/models/group_list_result.rb' autoload :PasswordProfile, '1.6/generated/azure_graph_rbac/models/password_profile.rb' - autoload :ApplicationListResult, '1.6/generated/azure_graph_rbac/models/application_list_result.rb' + autoload :PasswordCredential, '1.6/generated/azure_graph_rbac/models/password_credential.rb' autoload :UserBase, '1.6/generated/azure_graph_rbac/models/user_base.rb' - autoload :KeyCredentialsUpdateParameters, '1.6/generated/azure_graph_rbac/models/key_credentials_update_parameters.rb' - autoload :Domain, '1.6/generated/azure_graph_rbac/models/domain.rb' - autoload :GetObjectsResult, '1.6/generated/azure_graph_rbac/models/get_objects_result.rb' - autoload :GetObjectsParameters, '1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb' + autoload :DirectoryObjectListResult, '1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb' + autoload :Permissions, '1.6/generated/azure_graph_rbac/models/permissions.rb' + autoload :GroupAddMemberParameters, '1.6/generated/azure_graph_rbac/models/group_add_member_parameters.rb' + autoload :DomainListResult, '1.6/generated/azure_graph_rbac/models/domain_list_result.rb' autoload :DirectoryObject, '1.6/generated/azure_graph_rbac/models/directory_object.rb' autoload :SignInName, '1.6/generated/azure_graph_rbac/models/sign_in_name.rb' - autoload :PasswordCredentialsUpdateParameters, '1.6/generated/azure_graph_rbac/models/password_credentials_update_parameters.rb' - autoload :UserListResult, '1.6/generated/azure_graph_rbac/models/user_list_result.rb' - autoload :KeyCredentialListResult, '1.6/generated/azure_graph_rbac/models/key_credential_list_result.rb' + autoload :PasswordCredentialListResult, '1.6/generated/azure_graph_rbac/models/password_credential_list_result.rb' + autoload :Domain, '1.6/generated/azure_graph_rbac/models/domain.rb' + autoload :RequiredResourceAccess, '1.6/generated/azure_graph_rbac/models/required_resource_access.rb' autoload :UserGetMemberGroupsParameters, '1.6/generated/azure_graph_rbac/models/user_get_member_groups_parameters.rb' - autoload :GroupCreateParameters, '1.6/generated/azure_graph_rbac/models/group_create_parameters.rb' + autoload :GetObjectsParameters, '1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb' autoload :UserGetMemberGroupsResult, '1.6/generated/azure_graph_rbac/models/user_get_member_groups_result.rb' autoload :Application, '1.6/generated/azure_graph_rbac/models/application.rb' autoload :ADGroup, '1.6/generated/azure_graph_rbac/models/adgroup.rb' diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb index 0c44d5d33d..a5da5f79a2 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb @@ -472,11 +472,11 @@ def patch_async(application_object_id, parameters, custom_headers = nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [DirectoryObjectListResult] operation results. + # @return [Array] operation results. # def list_owners(application_object_id, custom_headers = nil) - response = list_owners_async(application_object_id, custom_headers).value! - response.body unless response.nil? + first_page = list_owners_as_lazy(application_object_id, custom_headers) + first_page.get_all_items end # @@ -565,8 +565,7 @@ def list_owners_async(application_object_id, custom_headers = nil) # # @param application_object_id [String] The object ID of the application to # which to add the owner. - # @param parameters [ApplicationAddOwnerParameters] The URL of the owner - # object, such as + # @param parameters [AddOwnerParameters] The URL of the owner object, such as # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -582,8 +581,7 @@ def add_owner(application_object_id, parameters, custom_headers = nil) # # @param application_object_id [String] The object ID of the application to # which to add the owner. - # @param parameters [ApplicationAddOwnerParameters] The URL of the owner - # object, such as + # @param parameters [AddOwnerParameters] The URL of the owner object, such as # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -599,8 +597,7 @@ def add_owner_with_http_info(application_object_id, parameters, custom_headers = # # @param application_object_id [String] The object ID of the application to # which to add the owner. - # @param parameters [ApplicationAddOwnerParameters] The URL of the owner - # object, such as + # @param parameters [AddOwnerParameters] The URL of the owner object, such as # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. @@ -623,7 +620,7 @@ def add_owner_async(application_object_id, parameters, custom_headers = nil) request_headers['Content-Type'] = 'application/json; charset=utf-8' # Serialize Request - request_mapper = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters.mapper() + request_mapper = Azure::GraphRbac::V1_6::Models::AddOwnerParameters.mapper() request_content = @client.serialize(request_mapper, parameters) request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil @@ -1104,6 +1101,102 @@ def list_next_async(next_link, custom_headers = nil) promise.execute end + # + # Directory objects that are owners of the application. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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 [DirectoryObjectListResult] operation results. + # + def list_owners_next(next_page_link, custom_headers = nil) + response = list_owners_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Directory objects that are owners of the application. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_next_with_http_info(next_page_link, custom_headers = nil) + list_owners_next_async(next_page_link, custom_headers).value! + end + + # + # Directory objects that are owners of the application. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_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 MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + # # Lists applications by filter parameters. # @@ -1125,5 +1218,30 @@ def list_as_lazy(filter = nil, custom_headers = nil) end end + # + # Directory objects that are owners of the application. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param application_object_id [String] The object ID of the application for + # which to get owners. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [DirectoryObjectListResult] which provide lazy access to pages of the + # response. + # + def list_owners_as_lazy(application_object_id, custom_headers = nil) + response = list_owners_async(application_object_id, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_owners_next_async(next_page_link, custom_headers) + end + page + end + end + end end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/deleted_applications.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/deleted_applications.rb new file mode 100644 index 0000000000..803484096c --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/deleted_applications.rb @@ -0,0 +1,383 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::GraphRbac::V1_6 + # + # The Graph RBAC Management Client + # + class DeletedApplications + include MsRestAzure + + # + # Creates and initializes a new instance of the DeletedApplications class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [GraphRbacClient] reference to the GraphRbacClient + attr_reader :client + + # + # Restores the deleted application in the directory. + # + # @param object_id [String] Application object ID. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Application] operation results. + # + def restore(object_id, custom_headers = nil) + response = restore_async(object_id, custom_headers).value! + response.body unless response.nil? + end + + # + # Restores the deleted application in the directory. + # + # @param object_id [String] Application object ID. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def restore_with_http_info(object_id, custom_headers = nil) + restore_async(object_id, custom_headers).value! + end + + # + # Restores the deleted application in the directory. + # + # @param object_id [String] Application object ID. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def restore_async(object_id, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/deletedApplications/{objectId}/restore' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:post, 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 MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::Application.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 + + # + # Gets a list of deleted applications in the directory. + # + # @param filter [String] The filter to apply to the operation. + # @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(filter = nil, custom_headers = nil) + first_page = list_as_lazy(filter, custom_headers) + first_page.get_all_items + end + + # + # Gets a list of deleted applications in the directory. + # + # @param filter [String] The filter to apply to the 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_with_http_info(filter = nil, custom_headers = nil) + list_async(filter, custom_headers).value! + end + + # + # Gets a list of deleted applications in the directory. + # + # @param filter [String] The filter to apply to the 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_async(filter = nil, custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/deletedApplications' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + query_params: {'$filter' => filter,'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 MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::ApplicationListResult.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 + + # + # Hard-delete an application. + # + # @param application_object_id [String] Application object ID. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def hard_delete(application_object_id, custom_headers = nil) + response = hard_delete_async(application_object_id, custom_headers).value! + nil + end + + # + # Hard-delete an application. + # + # @param application_object_id [String] Application object ID. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def hard_delete_with_http_info(application_object_id, custom_headers = nil) + hard_delete_async(application_object_id, custom_headers).value! + end + + # + # Hard-delete an application. + # + # @param application_object_id [String] Application object ID. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def hard_delete_async(application_object_id, custom_headers = nil) + fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/deletedApplications/{applicationObjectId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'applicationObjectId' => application_object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + + # + # Gets a list of deleted applications in the directory. + # + # @param next_link [String] Next link for the list operation. + # @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_next(next_link, custom_headers = nil) + response = list_next_async(next_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a list of deleted applications in the directory. + # + # @param next_link [String] Next link for the 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_link, custom_headers = nil) + list_next_async(next_link, custom_headers).value! + end + + # + # Gets a list of deleted applications in the directory. + # + # @param next_link [String] Next link for the 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_link, custom_headers = nil) + fail ArgumentError, 'next_link is nil' if next_link.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + skip_encoding_path_params: {'nextLink' => next_link}, + 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 MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::ApplicationListResult.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 + + # + # Gets a list of deleted applications in the directory. + # + # @param filter [String] The filter to apply to the operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ApplicationListResult] which provide lazy access to pages of the + # response. + # + def list_as_lazy(filter = nil, custom_headers = nil) + response = list_async(filter, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_link| + list_next_async(next_link, custom_headers) + end + page + end + end + + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/graph_rbac_client.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/graph_rbac_client.rb index fa1f3725d3..f558c2136a 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/graph_rbac_client.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/graph_rbac_client.rb @@ -34,12 +34,15 @@ class GraphRbacClient < MsRestAzure::AzureServiceClient # is generated and included in each request. Default is true. attr_accessor :generate_client_request_id - # @return [Objects] objects - attr_reader :objects + # @return [SignedInUser] signed_in_user + attr_reader :signed_in_user # @return [Applications] applications attr_reader :applications + # @return [DeletedApplications] deleted_applications + attr_reader :deleted_applications + # @return [Groups] groups attr_reader :groups @@ -49,6 +52,9 @@ class GraphRbacClient < MsRestAzure::AzureServiceClient # @return [Users] users attr_reader :users + # @return [Objects] objects + attr_reader :objects + # @return [Domains] domains attr_reader :domains @@ -68,11 +74,13 @@ def initialize(credentials = nil, base_url = nil, options = nil) fail ArgumentError, 'invalid type of credentials input parameter' unless credentials.is_a?(MsRest::ServiceClientCredentials) unless credentials.nil? @credentials = credentials - @objects = Objects.new(self) + @signed_in_user = SignedInUser.new(self) @applications = Applications.new(self) + @deleted_applications = DeletedApplications.new(self) @groups = Groups.new(self) @service_principals = ServicePrincipals.new(self) @users = Users.new(self) + @objects = Objects.new(self) @domains = Domains.new(self) @oauth2 = OAuth2.new(self) @api_version = '1.6' diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb index 23ee05d7a1..fc26c3f990 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb @@ -497,7 +497,7 @@ def list_async(filter = nil, custom_headers = nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [Array] operation results. + # @return [Array] operation results. # def get_group_members(object_id, custom_headers = nil) first_page = get_group_members_as_lazy(object_id, custom_headers) @@ -566,7 +566,7 @@ def get_group_members_async(object_id, custom_headers = nil) if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) - result_mapper = Azure::GraphRbac::V1_6::Models::GetObjectsResult.mapper() + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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) @@ -854,6 +854,197 @@ def get_member_groups_async(object_id, parameters, custom_headers = nil) promise.execute end + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param object_id [String] The object ID of the group for which to get owners. + # @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_owners(object_id, custom_headers = nil) + first_page = list_owners_as_lazy(object_id, custom_headers) + first_page.get_all_items + end + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param object_id [String] The object ID of the group for which to get owners. + # @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_owners_with_http_info(object_id, custom_headers = nil) + list_owners_async(object_id, custom_headers).value! + end + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param object_id [String] The object ID of the group for which to get owners. + # @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_owners_async(object_id, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/groups/{objectId}/owners' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(: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 MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + + # + # Add an owner to a group. + # + # @param object_id [String] The object ID of the application to which to add + # the owner. + # @param parameters [AddOwnerParameters] The URL of the owner object, such as + # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def add_owner(object_id, parameters, custom_headers = nil) + response = add_owner_async(object_id, parameters, custom_headers).value! + nil + end + + # + # Add an owner to a group. + # + # @param object_id [String] The object ID of the application to which to add + # the owner. + # @param parameters [AddOwnerParameters] The URL of the owner object, such as + # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. + # @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 add_owner_with_http_info(object_id, parameters, custom_headers = nil) + add_owner_async(object_id, parameters, custom_headers).value! + end + + # + # Add an owner to a group. + # + # @param object_id [String] The object ID of the application to which to add + # the owner. + # @param parameters [AddOwnerParameters] The URL of the owner object, such as + # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. + # @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 add_owner_async(object_id, parameters, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, 'parameters is nil' if parameters.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::GraphRbac::V1_6::Models::AddOwnerParameters.mapper() + request_content = @client.serialize(request_mapper, parameters) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = '{tenantID}/groups/{objectId}/$links/owners' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + body: request_content, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:post, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + # # Gets a list of groups for the current tenant. # @@ -949,7 +1140,7 @@ def list_next_async(next_link, custom_headers = nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [Array] operation results. + # @return [Array] operation results. # def get_group_members_next(next_link, custom_headers = nil) response = get_group_members_next_async(next_link, custom_headers).value! @@ -1017,7 +1208,103 @@ def get_group_members_next_async(next_link, custom_headers = nil) if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) - result_mapper = Azure::GraphRbac::V1_6::Models::GetObjectsResult.mapper() + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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 [DirectoryObjectListResult] operation results. + # + def list_owners_next(next_page_link, custom_headers = nil) + response = list_owners_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_next_with_http_info(next_page_link, custom_headers = nil) + list_owners_next_async(next_page_link, custom_headers).value! + end + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_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 MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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) @@ -1058,7 +1345,7 @@ def list_as_lazy(filter = nil, custom_headers = nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [GetObjectsResult] which provide lazy access to pages of the + # @return [DirectoryObjectListResult] which provide lazy access to pages of the # response. # def get_group_members_as_lazy(object_id, custom_headers = nil) @@ -1072,5 +1359,29 @@ def get_group_members_as_lazy(object_id, custom_headers = nil) end end + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param object_id [String] The object ID of the group for which to get owners. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [DirectoryObjectListResult] which provide lazy access to pages of the + # response. + # + def list_owners_as_lazy(object_id, custom_headers = nil) + response = list_owners_async(object_id, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_owners_next_async(next_page_link, custom_headers) + end + page + end + end + end end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/add_owner_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/add_owner_parameters.rb new file mode 100644 index 0000000000..bb50564dd6 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/add_owner_parameters.rb @@ -0,0 +1,65 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::GraphRbac::V1_6 + module Models + # + # Request parameters for adding a owner to an application. + # + class AddOwnerParameters + + include MsRestAzure + + # @return Unmatched properties from the message are deserialized this + # collection + attr_accessor :additional_properties + + # @return [String] A owner object URL, such as + # "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", + # where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and + # "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the owner + # (user, application, servicePrincipal, group) to be added. + attr_accessor :url + + + # + # Mapper for AddOwnerParameters class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'AddOwnerParameters', + type: { + name: 'Composite', + class_name: 'AddOwnerParameters', + model_properties: { + additional_properties: { + required: false, + type: { + name: 'Dictionary', + value: { + required: false, + serialized_name: 'ObjectElementType', + type: { + name: 'Object' + } + } + } + }, + url: { + required: true, + serialized_name: 'url', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/adgroup.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/adgroup.rb index da8603846e..410f13e4cb 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/adgroup.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/adgroup.rb @@ -22,6 +22,14 @@ def initialize # @return [String] The display name of the group. attr_accessor :display_name + # @return [Boolean] Whether the group is mail-enabled. Must be false. + # This is because only pure security groups can be created using the + # Graph API. + attr_accessor :mail_enabled + + # @return [String] The mail alias for the group. + attr_accessor :mail_nickname + # @return [Boolean] Whether the group is security-enable. attr_accessor :security_enabled @@ -84,6 +92,20 @@ def self.mapper() name: 'String' } }, + mail_enabled: { + required: false, + serialized_name: 'mailEnabled', + type: { + name: 'Boolean' + } + }, + mail_nickname: { + required: false, + serialized_name: 'mailNickname', + type: { + name: 'String' + } + }, security_enabled: { required: false, serialized_name: 'securityEnabled', diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/app_role.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/app_role.rb new file mode 100644 index 0000000000..ed380aaffc --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/app_role.rb @@ -0,0 +1,111 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::GraphRbac::V1_6 + module Models + # + # Model object. + # + # + class AppRole + + include MsRestAzure + + # @return [String] Unique role identifier inside the appRoles collection. + attr_accessor :id + + # @return [Array] Specifies whether this app role definition can + # be assigned to users and groups by setting to 'User', or to other + # applications (that are accessing this application in daemon service + # scenarios) by setting to 'Application', or to both. + attr_accessor :allowed_member_types + + # @return [String] Permission help text that appears in the admin app + # assignment and consent experiences. + attr_accessor :description + + # @return [String] Display name for the permission that appears in the + # admin consent and app assignment experiences. + attr_accessor :display_name + + # @return [Boolean] When creating or updating a role definition, this + # must be set to true (which is the default). To delete a role, this must + # first be set to false. At that point, in a subsequent call, this role + # may be removed. + attr_accessor :is_enabled + + # @return [String] Specifies the value of the roles claim that the + # application should expect in the authentication and access tokens. + attr_accessor :value + + + # + # Mapper for AppRole class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'AppRole', + type: { + name: 'Composite', + class_name: 'AppRole', + model_properties: { + id: { + required: false, + serialized_name: 'id', + type: { + name: 'String' + } + }, + allowed_member_types: { + required: false, + serialized_name: 'allowedMemberTypes', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + description: { + required: false, + serialized_name: 'description', + type: { + name: 'String' + } + }, + display_name: { + required: false, + serialized_name: 'displayName', + type: { + name: 'String' + } + }, + is_enabled: { + required: false, + serialized_name: 'isEnabled', + type: { + name: 'Boolean' + } + }, + value: { + required: false, + serialized_name: 'value', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb index e5d603147b..28fd7fa6e2 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb @@ -22,6 +22,11 @@ def initialize # @return [String] The application ID. attr_accessor :app_id + # @return [Array] The collection of application roles that an + # application may declare. These roles can be assigned to users, groups + # or service principals. + attr_accessor :app_roles + # @return [Array] The application permissions. attr_accessor :app_permissions @@ -100,6 +105,21 @@ def self.mapper() name: 'String' } }, + app_roles: { + required: false, + serialized_name: 'appRoles', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'AppRoleElementType', + type: { + name: 'Composite', + class_name: 'AppRole' + } + } + } + }, app_permissions: { required: false, serialized_name: 'appPermissions', diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_add_owner_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_add_owner_parameters.rb index 4c8de0312a..ecf1625599 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_add_owner_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_add_owner_parameters.rb @@ -6,23 +6,13 @@ module Azure::GraphRbac::V1_6 module Models # - # Request parameters for adding a owner to an application. + # Model object. # - class ApplicationAddOwnerParameters + # + class ApplicationAddOwnerParameters < AddOwnerParameters include MsRestAzure - # @return Unmatched properties from the message are deserialized this - # collection - attr_accessor :additional_properties - - # @return [String] A owner object URL, such as - # "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", - # where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and - # "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the owner - # (user, application, servicePrincipal, group) to be added. - attr_accessor :url - # # Mapper for ApplicationAddOwnerParameters class as Ruby Hash. diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_create_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_create_parameters.rb index 9618ff008b..96a5408c8c 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_create_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_create_parameters.rb @@ -16,6 +16,11 @@ class ApplicationCreateParameters # collection attr_accessor :additional_properties + # @return [Array] The collection of application roles that an + # application may declare. These roles can be assigned to users, groups + # or service principals. + attr_accessor :app_roles + # @return [Boolean] Whether the application is available to other # tenants. attr_accessor :available_to_other_tenants @@ -75,6 +80,21 @@ def self.mapper() } } }, + app_roles: { + required: false, + serialized_name: 'appRoles', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'AppRoleElementType', + type: { + name: 'Composite', + class_name: 'AppRole' + } + } + } + }, available_to_other_tenants: { required: true, serialized_name: 'availableToOtherTenants', diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_update_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_update_parameters.rb index 02d159dae5..778d9c6849 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_update_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_update_parameters.rb @@ -16,6 +16,11 @@ class ApplicationUpdateParameters # collection attr_accessor :additional_properties + # @return [Array] The collection of application roles that an + # application may declare. These roles can be assigned to users, groups + # or service principals. + attr_accessor :app_roles + # @return [Boolean] Whether the application is available to other tenants attr_accessor :available_to_other_tenants @@ -74,6 +79,21 @@ def self.mapper() } } }, + app_roles: { + required: false, + serialized_name: 'appRoles', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'AppRoleElementType', + type: { + name: 'Composite', + class_name: 'AppRole' + } + } + } + }, available_to_other_tenants: { required: false, serialized_name: 'availableToOtherTenants', diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb index 57cbb4771a..44f18db7cd 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb @@ -12,9 +12,44 @@ class DirectoryObjectListResult include MsRestAzure + include MsRest::JSONable # @return [Array] A collection of DirectoryObject. attr_accessor :value + # @return [String] The URL to get the next set of results. + attr_accessor :odatanext_link + + # 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.odatanext_link != nil do + page = page.get_next_page + items.concat(page.value) + end + items + end + + # + # Gets the next page of results. + # + # @return [DirectoryObjectListResult] with next page content. + # + def get_next_page + response = @next_method.call(@odatanext_link).value! unless @next_method.nil? + unless response.nil? + @odatanext_link = response.body.odatanext_link + @value = response.body.value + self + end + end # # Mapper for DirectoryObjectListResult class as Ruby Hash. @@ -44,6 +79,13 @@ def self.mapper() } } } + }, + odatanext_link: { + required: false, + serialized_name: 'odata\\.nextLink', + type: { + name: 'String' + } } } } diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb index e153cc96e5..2e8c7dd4b6 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb @@ -81,7 +81,7 @@ def self.mapper() } }, include_directory_object_references: { - required: true, + required: false, serialized_name: 'includeDirectoryObjectReferences', type: { name: 'Boolean' diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb index 862fa686bd..c8877a2f53 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb @@ -25,6 +25,11 @@ def initialize # @return [String] The application ID. attr_accessor :app_id + # @return [Array] The collection of application roles that an + # application may declare. These roles can be assigned to users, groups + # or service principals. + attr_accessor :app_roles + # @return [Array] A collection of service principal names. attr_accessor :service_principal_names @@ -91,6 +96,21 @@ def self.mapper() name: 'String' } }, + app_roles: { + required: false, + serialized_name: 'appRoles', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'AppRoleElementType', + type: { + name: 'Composite', + class_name: 'AppRole' + } + } + } + }, service_principal_names: { required: false, serialized_name: 'servicePrincipalNames', diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb index 0e7eb03ed8..649636ae91 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb @@ -16,11 +16,25 @@ class ServicePrincipalCreateParameters # collection attr_accessor :additional_properties + # @return [Boolean] Whether the account is enabled + attr_accessor :account_enabled + # @return [String] application Id attr_accessor :app_id - # @return [Boolean] Whether the account is enabled - attr_accessor :account_enabled + # @return [Boolean] Specifies whether an AppRoleAssignment to a user or + # group is required before Azure AD will issue a user or access token to + # the application. + attr_accessor :app_role_assignment_required + + # @return [String] The display name for the service principal. + attr_accessor :display_name + + # @return [String] + attr_accessor :error_url + + # @return [String] The URL to the homepage of the associated application. + attr_accessor :homepage # @return [Array] A collection of KeyCredential objects. attr_accessor :key_credentials @@ -29,6 +43,23 @@ class ServicePrincipalCreateParameters # objects attr_accessor :password_credentials + # @return [String] The display name of the tenant in which the associated + # application is specified. + attr_accessor :publisher_name + + # @return [Array] A collection of reply URLs for the service + # principal. + attr_accessor :reply_urls + + # @return [String] + attr_accessor :saml_metadata_url + + # @return [Array] A collection of service principal names. + attr_accessor :service_principal_names + + # @return [Array] + attr_accessor :tags + # # Mapper for ServicePrincipalCreateParameters class as Ruby Hash. @@ -55,6 +86,13 @@ def self.mapper() } } }, + account_enabled: { + required: false, + serialized_name: 'accountEnabled', + type: { + name: 'Boolean' + } + }, app_id: { required: true, serialized_name: 'appId', @@ -62,13 +100,34 @@ def self.mapper() name: 'String' } }, - account_enabled: { - required: true, - serialized_name: 'accountEnabled', + app_role_assignment_required: { + required: false, + serialized_name: 'appRoleAssignmentRequired', type: { name: 'Boolean' } }, + display_name: { + required: false, + serialized_name: 'displayName', + type: { + name: 'String' + } + }, + error_url: { + required: false, + serialized_name: 'errorUrl', + type: { + name: 'String' + } + }, + homepage: { + required: false, + serialized_name: 'homepage', + type: { + name: 'String' + } + }, key_credentials: { required: false, serialized_name: 'keyCredentials', @@ -98,6 +157,62 @@ def self.mapper() } } } + }, + publisher_name: { + required: false, + serialized_name: 'publisherName', + type: { + name: 'String' + } + }, + reply_urls: { + required: false, + serialized_name: 'replyUrls', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + saml_metadata_url: { + required: false, + serialized_name: 'samlMetadataUrl', + type: { + name: 'String' + } + }, + service_principal_names: { + required: false, + serialized_name: 'servicePrincipalNames', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + tags: { + required: false, + serialized_name: 'tags', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } } } } diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_update_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_update_parameters.rb new file mode 100644 index 0000000000..dae0c06d8a --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_update_parameters.rb @@ -0,0 +1,223 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::GraphRbac::V1_6 + module Models + # + # Request parameters for creating a new service principal. + # + class ServicePrincipalUpdateParameters + + include MsRestAzure + + # @return Unmatched properties from the message are deserialized this + # collection + attr_accessor :additional_properties + + # @return [Boolean] Whether the account is enabled + attr_accessor :account_enabled + + # @return [String] application Id + attr_accessor :app_id + + # @return [Boolean] Specifies whether an AppRoleAssignment to a user or + # group is required before Azure AD will issue a user or access token to + # the application. + attr_accessor :app_role_assignment_required + + # @return [String] The display name for the service principal. + attr_accessor :display_name + + # @return [String] + attr_accessor :error_url + + # @return [String] The URL to the homepage of the associated application. + attr_accessor :homepage + + # @return [Array] A collection of KeyCredential objects. + attr_accessor :key_credentials + + # @return [Array] A collection of PasswordCredential + # objects + attr_accessor :password_credentials + + # @return [String] The display name of the tenant in which the associated + # application is specified. + attr_accessor :publisher_name + + # @return [Array] A collection of reply URLs for the service + # principal. + attr_accessor :reply_urls + + # @return [String] + attr_accessor :saml_metadata_url + + # @return [Array] A collection of service principal names. + attr_accessor :service_principal_names + + # @return [Array] + attr_accessor :tags + + + # + # Mapper for ServicePrincipalUpdateParameters class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ServicePrincipalUpdateParameters', + type: { + name: 'Composite', + class_name: 'ServicePrincipalUpdateParameters', + model_properties: { + additional_properties: { + required: false, + type: { + name: 'Dictionary', + value: { + required: false, + serialized_name: 'ObjectElementType', + type: { + name: 'Object' + } + } + } + }, + account_enabled: { + required: false, + serialized_name: 'accountEnabled', + type: { + name: 'Boolean' + } + }, + app_id: { + required: false, + serialized_name: 'appId', + type: { + name: 'String' + } + }, + app_role_assignment_required: { + required: false, + serialized_name: 'appRoleAssignmentRequired', + type: { + name: 'Boolean' + } + }, + display_name: { + required: false, + serialized_name: 'displayName', + type: { + name: 'String' + } + }, + error_url: { + required: false, + serialized_name: 'errorUrl', + type: { + name: 'String' + } + }, + homepage: { + required: false, + serialized_name: 'homepage', + type: { + name: 'String' + } + }, + key_credentials: { + required: false, + serialized_name: 'keyCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'KeyCredentialElementType', + type: { + name: 'Composite', + class_name: 'KeyCredential' + } + } + } + }, + password_credentials: { + required: false, + serialized_name: 'passwordCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PasswordCredentialElementType', + type: { + name: 'Composite', + class_name: 'PasswordCredential' + } + } + } + }, + publisher_name: { + required: false, + serialized_name: 'publisherName', + type: { + name: 'String' + } + }, + reply_urls: { + required: false, + serialized_name: 'replyUrls', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + saml_metadata_url: { + required: false, + serialized_name: 'samlMetadataUrl', + type: { + name: 'String' + } + }, + service_principal_names: { + required: false, + serialized_name: 'servicePrincipalNames', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + tags: { + required: false, + serialized_name: 'tags', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/objects.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/objects.rb index 38011c6353..9da3f848e9 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/objects.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/objects.rb @@ -22,96 +22,15 @@ def initialize(client) attr_reader :client # - # Gets the details for the currently logged-in user. - # - # @param custom_headers [Hash{String => String}] A hash of custom headers that - # will be added to the HTTP request. - # - # @return [AADObject] operation results. - # - def get_current_user(custom_headers = nil) - response = get_current_user_async(custom_headers).value! - response.body unless response.nil? - end - - # - # Gets the details for the currently logged-in user. - # - # @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_current_user_with_http_info(custom_headers = nil) - get_current_user_async(custom_headers).value! - end - - # - # Gets the details for the currently logged-in user. - # - # @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_current_user_async(custom_headers = nil) - fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? - fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? - - - request_headers = {} - - # Set Headers - request_headers['x-ms-client-request-id'] = SecureRandom.uuid - request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? - path_template = '{tenantID}/me' - - request_url = @base_url || @client.base_url - - options = { - middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], - path_params: {'tenantID' => @client.tenant_id}, - query_params: {'api-version' => @client.api_version}, - headers: request_headers.merge(custom_headers || {}), - base_url: request_url - } - promise = @client.make_request_async(: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 MsRest::HttpOperationError.new(result.request, http_response, error_model) - end - - result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? - # Deserialize Response - if status_code == 200 - begin - parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) - result_mapper = Azure::GraphRbac::V1_6::Models::AADObject.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 - - # - # Gets AD group membership for the specified AD object IDs. + # Gets the directory objects specified in a list of object IDs. You can also + # specify which resource collections (users, groups, etc.) should be searched + # by specifying the optional types parameter. # # @param parameters [GetObjectsParameters] Objects filtering parameters. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [Array] operation results. + # @return [Array] operation results. # def get_objects_by_object_ids(parameters, custom_headers = nil) first_page = get_objects_by_object_ids_as_lazy(parameters, custom_headers) @@ -119,7 +38,9 @@ def get_objects_by_object_ids(parameters, custom_headers = nil) end # - # Gets AD group membership for the specified AD object IDs. + # Gets the directory objects specified in a list of object IDs. You can also + # specify which resource collections (users, groups, etc.) should be searched + # by specifying the optional types parameter. # # @param parameters [GetObjectsParameters] Objects filtering parameters. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -132,7 +53,9 @@ def get_objects_by_object_ids_with_http_info(parameters, custom_headers = nil) end # - # Gets AD group membership for the specified AD object IDs. + # Gets the directory objects specified in a list of object IDs. You can also + # specify which resource collections (users, groups, etc.) should be searched + # by specifying the optional types parameter. # # @param parameters [GetObjectsParameters] Objects filtering parameters. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -187,7 +110,7 @@ def get_objects_by_object_ids_async(parameters, custom_headers = nil) if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) - result_mapper = Azure::GraphRbac::V1_6::Models::GetObjectsResult.mapper() + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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) @@ -207,7 +130,7 @@ def get_objects_by_object_ids_async(parameters, custom_headers = nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [Array] operation results. + # @return [Array] operation results. # def get_objects_by_object_ids_next(next_link, custom_headers = nil) response = get_objects_by_object_ids_next_async(next_link, custom_headers).value! @@ -275,7 +198,7 @@ def get_objects_by_object_ids_next_async(next_link, custom_headers = nil) if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) - result_mapper = Azure::GraphRbac::V1_6::Models::GetObjectsResult.mapper() + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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) @@ -289,13 +212,15 @@ def get_objects_by_object_ids_next_async(next_link, custom_headers = nil) end # - # Gets AD group membership for the specified AD object IDs. + # Gets the directory objects specified in a list of object IDs. You can also + # specify which resource collections (users, groups, etc.) should be searched + # by specifying the optional types parameter. # # @param parameters [GetObjectsParameters] Objects filtering parameters. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [GetObjectsResult] which provide lazy access to pages of the + # @return [DirectoryObjectListResult] which provide lazy access to pages of the # response. # def get_objects_by_object_ids_as_lazy(parameters, custom_headers = nil) diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals.rb index 0aab87e517..7f7a092b7f 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals.rb @@ -206,6 +206,98 @@ def list_async(filter = nil, custom_headers = nil) promise.execute end + # + # Updates a service principal in the directory. + # + # @param object_id [String] The object ID of the service principal to delete. + # @param parameters [ServicePrincipalUpdateParameters] Parameters to update a + # service principal. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def update(object_id, parameters, custom_headers = nil) + response = update_async(object_id, parameters, custom_headers).value! + nil + end + + # + # Updates a service principal in the directory. + # + # @param object_id [String] The object ID of the service principal to delete. + # @param parameters [ServicePrincipalUpdateParameters] Parameters to update a + # service principal. + # @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 update_with_http_info(object_id, parameters, custom_headers = nil) + update_async(object_id, parameters, custom_headers).value! + end + + # + # Updates a service principal in the directory. + # + # @param object_id [String] The object ID of the service principal to delete. + # @param parameters [ServicePrincipalUpdateParameters] Parameters to update a + # service principal. + # @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 update_async(object_id, parameters, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, 'parameters is nil' if parameters.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::GraphRbac::V1_6::Models::ServicePrincipalUpdateParameters.mapper() + request_content = @client.serialize(request_mapper, parameters) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = '{tenantID}/servicePrincipals/{objectId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + body: request_content, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:patch, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + # # Deletes a service principal from the directory. # @@ -383,11 +475,11 @@ def get_async(object_id, custom_headers = nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [DirectoryObjectListResult] operation results. + # @return [Array] operation results. # def list_owners(object_id, custom_headers = nil) - response = list_owners_async(object_id, custom_headers).value! - response.body unless response.nil? + first_page = list_owners_as_lazy(object_id, custom_headers) + first_page.get_all_items end # @@ -923,6 +1015,102 @@ def list_next_async(next_link, custom_headers = nil) promise.execute end + # + # Directory objects that are owners of this service principal. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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 [DirectoryObjectListResult] operation results. + # + def list_owners_next(next_page_link, custom_headers = nil) + response = list_owners_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Directory objects that are owners of this service principal. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_next_with_http_info(next_page_link, custom_headers = nil) + list_owners_next_async(next_page_link, custom_headers).value! + end + + # + # Directory objects that are owners of this service principal. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_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 MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + # # Gets a list of service principals from the current tenant. # @@ -944,5 +1132,30 @@ def list_as_lazy(filter = nil, custom_headers = nil) end end + # + # Directory objects that are owners of this service principal. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param object_id [String] The object ID of the service principal for which to + # get owners. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [DirectoryObjectListResult] which provide lazy access to pages of the + # response. + # + def list_owners_as_lazy(object_id, custom_headers = nil) + response = list_owners_async(object_id, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_owners_next_async(next_page_link, custom_headers) + end + page + end + end + end end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/signed_in_user.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/signed_in_user.rb new file mode 100644 index 0000000000..fe6b0aeb5e --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/signed_in_user.rb @@ -0,0 +1,299 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::GraphRbac::V1_6 + # + # The Graph RBAC Management Client + # + class SignedInUser + include MsRestAzure + + # + # Creates and initializes a new instance of the SignedInUser class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [GraphRbacClient] reference to the GraphRbacClient + attr_reader :client + + # + # Gets the details for the currently logged-in user. + # + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [User] operation results. + # + def get(custom_headers = nil) + response = get_async(custom_headers).value! + response.body unless response.nil? + end + + # + # Gets the details for the currently logged-in user. + # + # @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(custom_headers = nil) + get_async(custom_headers).value! + end + + # + # Gets the details for the currently logged-in user. + # + # @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(custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/me' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(: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 MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::User.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 + + # + # Get the list of directory objects that are owned by the user. + # + # @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_owned_objects(custom_headers = nil) + first_page = list_owned_objects_as_lazy(custom_headers) + first_page.get_all_items + end + + # + # Get the list of directory objects that are owned by the user. + # + # @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_owned_objects_with_http_info(custom_headers = nil) + list_owned_objects_async(custom_headers).value! + end + + # + # Get the list of directory objects that are owned by the user. + # + # @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_owned_objects_async(custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/me/ownedObjects' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(: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 MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + + # + # Get the list of directory objects that are owned by the user. + # + # @param next_link [String] Next link for the list operation. + # @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_owned_objects_next(next_link, custom_headers = nil) + response = list_owned_objects_next_async(next_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Get the list of directory objects that are owned by the user. + # + # @param next_link [String] Next link for the 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_owned_objects_next_with_http_info(next_link, custom_headers = nil) + list_owned_objects_next_async(next_link, custom_headers).value! + end + + # + # Get the list of directory objects that are owned by the user. + # + # @param next_link [String] Next link for the 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_owned_objects_next_async(next_link, custom_headers = nil) + fail ArgumentError, 'next_link is nil' if next_link.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + skip_encoding_path_params: {'nextLink' => next_link}, + 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 MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + + # + # Get the list of directory objects that are owned by the user. + # + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [DirectoryObjectListResult] which provide lazy access to pages of the + # response. + # + def list_owned_objects_as_lazy(custom_headers = nil) + response = list_owned_objects_async(custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_link| + list_owned_objects_next_async(next_link, custom_headers) + end + page + end + end + + end +end diff --git a/data/azure_graph_rbac/lib/profiles/latest/modules/graphrbac_profile_module.rb b/data/azure_graph_rbac/lib/profiles/latest/modules/graphrbac_profile_module.rb index 38f0730d18..495aa89d7e 100644 --- a/data/azure_graph_rbac/lib/profiles/latest/modules/graphrbac_profile_module.rb +++ b/data/azure_graph_rbac/lib/profiles/latest/modules/graphrbac_profile_module.rb @@ -5,50 +5,52 @@ require 'azure_graph_rbac' module Azure::GraphRbac::Profiles::Latest - Objects = Azure::GraphRbac::V1_6::Objects + SignedInUser = Azure::GraphRbac::V1_6::SignedInUser Applications = Azure::GraphRbac::V1_6::Applications + DeletedApplications = Azure::GraphRbac::V1_6::DeletedApplications Groups = Azure::GraphRbac::V1_6::Groups ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals Users = Azure::GraphRbac::V1_6::Users + Objects = Azure::GraphRbac::V1_6::Objects Domains = Azure::GraphRbac::V1_6::Domains OAuth2 = Azure::GraphRbac::V1_6::OAuth2 module Models - GroupListResult = Azure::GraphRbac::V1_6::Models::GroupListResult - GraphError = Azure::GraphRbac::V1_6::Models::GraphError GroupGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters - KeyCredential = Azure::GraphRbac::V1_6::Models::KeyCredential + GraphError = Azure::GraphRbac::V1_6::Models::GraphError GroupGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult - ResourceAccess = Azure::GraphRbac::V1_6::Models::ResourceAccess + KeyCredential = Azure::GraphRbac::V1_6::Models::KeyCredential CheckGroupMembershipParameters = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters - ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + ResourceAccess = Azure::GraphRbac::V1_6::Models::ResourceAccess CheckGroupMembershipResult = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult - PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential - RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess - ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters - DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult - Permissions = Azure::GraphRbac::V1_6::Models::Permissions - PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + AppRole = Azure::GraphRbac::V1_6::Models::AppRole ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters - AADObject = Azure::GraphRbac::V1_6::Models::AADObject - DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult - GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters + ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + ServicePrincipalUpdateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalUpdateParameters + ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult + ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult + UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult + KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters + AddOwnerParameters = Azure::GraphRbac::V1_6::Models::AddOwnerParameters + PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult + GroupListResult = Azure::GraphRbac::V1_6::Models::GroupListResult PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile - ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult + PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential UserBase = Azure::GraphRbac::V1_6::Models::UserBase - KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters - Domain = Azure::GraphRbac::V1_6::Models::Domain - GetObjectsResult = Azure::GraphRbac::V1_6::Models::GetObjectsResult - GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters + DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult + Permissions = Azure::GraphRbac::V1_6::Models::Permissions + GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters + DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject SignInName = Azure::GraphRbac::V1_6::Models::SignInName - PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters - UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult - KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult + PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + Domain = Azure::GraphRbac::V1_6::Models::Domain + RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters - GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters + GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters UserGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult Application = Azure::GraphRbac::V1_6::Models::Application ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup @@ -63,7 +65,7 @@ module Models # GraphRbacDataClass # class GraphRbacDataClass - attr_reader :objects, :applications, :groups, :service_principals, :users, :domains, :oauth2, :configurable, :base_url, :options, :model_classes + attr_reader :signed_in_user, :applications, :deleted_applications, :groups, :service_principals, :users, :objects, :domains, :oauth2, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -83,11 +85,13 @@ def initialize(options = {}) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @objects = @client_0.objects + @signed_in_user = @client_0.signed_in_user @applications = @client_0.applications + @deleted_applications = @client_0.deleted_applications @groups = @client_0.groups @service_principals = @client_0.service_principals @users = @client_0.users + @objects = @client_0.objects @domains = @client_0.domains @oauth2 = @client_0.oauth2 @@ -110,89 +114,89 @@ def method_missing(method, *args) end class ModelClasses - def group_list_result - Azure::GraphRbac::V1_6::Models::GroupListResult - end - def graph_error - Azure::GraphRbac::V1_6::Models::GraphError - end def group_get_member_groups_parameters Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters end - def key_credential - Azure::GraphRbac::V1_6::Models::KeyCredential + def graph_error + Azure::GraphRbac::V1_6::Models::GraphError end def group_get_member_groups_result Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult end - def resource_access - Azure::GraphRbac::V1_6::Models::ResourceAccess + def key_credential + Azure::GraphRbac::V1_6::Models::KeyCredential end def check_group_membership_parameters Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters end - def application_create_parameters - Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + def resource_access + Azure::GraphRbac::V1_6::Models::ResourceAccess end def check_group_membership_result Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult end - def password_credential - Azure::GraphRbac::V1_6::Models::PasswordCredential - end - def required_resource_access - Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + def app_role + Azure::GraphRbac::V1_6::Models::AppRole end - def application_add_owner_parameters - Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters + def service_principal_create_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters end def application_update_parameters Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters end - def directory_object_list_result - Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult + def service_principal_update_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalUpdateParameters end - def permissions - Azure::GraphRbac::V1_6::Models::Permissions + def application_list_result + Azure::GraphRbac::V1_6::Models::ApplicationListResult end - def password_credential_list_result - Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + def application_create_parameters + Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters end - def service_principal_create_parameters - Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + def key_credential_list_result + Azure::GraphRbac::V1_6::Models::KeyCredentialListResult end - def aadobject - Azure::GraphRbac::V1_6::Models::AADObject + def user_list_result + Azure::GraphRbac::V1_6::Models::UserListResult end - def domain_list_result - Azure::GraphRbac::V1_6::Models::DomainListResult + def key_credentials_update_parameters + Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters end - def group_add_member_parameters - Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters + def add_owner_parameters + Azure::GraphRbac::V1_6::Models::AddOwnerParameters + end + def password_credentials_update_parameters + Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + end + def group_create_parameters + Azure::GraphRbac::V1_6::Models::GroupCreateParameters end def service_principal_list_result Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult end + def group_list_result + Azure::GraphRbac::V1_6::Models::GroupListResult + end def password_profile Azure::GraphRbac::V1_6::Models::PasswordProfile end - def application_list_result - Azure::GraphRbac::V1_6::Models::ApplicationListResult + def password_credential + Azure::GraphRbac::V1_6::Models::PasswordCredential end def user_base Azure::GraphRbac::V1_6::Models::UserBase end - def key_credentials_update_parameters - Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters + def directory_object_list_result + Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult end - def domain - Azure::GraphRbac::V1_6::Models::Domain + def permissions + Azure::GraphRbac::V1_6::Models::Permissions end - def get_objects_result - Azure::GraphRbac::V1_6::Models::GetObjectsResult + def group_add_member_parameters + Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters end - def get_objects_parameters - Azure::GraphRbac::V1_6::Models::GetObjectsParameters + def domain_list_result + Azure::GraphRbac::V1_6::Models::DomainListResult end def directory_object Azure::GraphRbac::V1_6::Models::DirectoryObject @@ -200,20 +204,20 @@ def directory_object def sign_in_name Azure::GraphRbac::V1_6::Models::SignInName end - def password_credentials_update_parameters - Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + def password_credential_list_result + Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult end - def user_list_result - Azure::GraphRbac::V1_6::Models::UserListResult + def domain + Azure::GraphRbac::V1_6::Models::Domain end - def key_credential_list_result - Azure::GraphRbac::V1_6::Models::KeyCredentialListResult + def required_resource_access + Azure::GraphRbac::V1_6::Models::RequiredResourceAccess end def user_get_member_groups_parameters Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters end - def group_create_parameters - Azure::GraphRbac::V1_6::Models::GroupCreateParameters + def get_objects_parameters + Azure::GraphRbac::V1_6::Models::GetObjectsParameters end def user_get_member_groups_result Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult